window.ladi_viewport = function () {var width = window.outerWidth > 0 ? window.outerWidth : window.screen.width;var widthDevice = width;var is_desktop = width >= 768;var content = "";if (typeof window.ladi_is_desktop == "undefined" || window.ladi_is_desktop == undefined) {window.ladi_is_desktop = is_desktop;}if (!is_desktop) {widthDevice = 420;} else {widthDevice = 960;}content = "width=" + widthDevice + ", user-scalable=no";var scale = 1;if (!is_desktop && widthDevice != window.screen.width && window.screen.width > 0) {scale = window.screen.width / widthDevice;}if (scale != 1) {content += ", initial-scale=" + scale + ", minimum-scale=" + scale + ", maximum-scale=" + scale;}var docViewport = document.getElementById("viewport");if (!docViewport) {docViewport = document.createElement("meta");docViewport.setAttribute("id", "viewport");docViewport.setAttribute("name", "viewport");document.head.appendChild(docViewport);}docViewport.setAttribute("content", content);};window.ladi_viewport();window.ladi_fbq_data = [];window.ladi_fbq = function (track_name, conversion_name, data, event_data) {window.ladi_fbq_data.push([track_name, conversion_name, data, event_data]);};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%;font:inherit;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}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:#fff}.ladi-loading{width:80px;height:80px;z-index:900000000000;position:fixed;top:0;left:0;bottom:0;right:0;margin:auto;overflow:hidden}.ladi-loading div{position:absolute;width:6px;height:6px;background:#fff;border-radius:50%;animation:ladi-loading 1.2s linear infinite}.ladi-loading div:nth-child(1){animation-delay:0s;top:37px;left:66px}.ladi-loading div:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.ladi-loading div:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.ladi-loading div:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.ladi-loading div:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.ladi-loading div:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.ladi-loading div:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.ladi-loading div:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.ladi-loading div:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.ladi-loading div:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.ladi-loading div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.ladi-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)}}.overflow-hidden{overflow:hidden}.ladi-transition{transition:all 150ms linear 0s}.opacity-0{opacity:0}.height-0{height:0!important}.transition-readmore{transition:height 350ms linear 0s}.transition-collapse{transition:height 150ms linear 0s}.transition-parent-collapse-height{transition:height 150ms linear 0s}.transition-parent-collapse-top{transition:top 150ms linear 0s}.pointer-events-none{pointer-events:none}.ladipage-message{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000000000;background:rgba(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,.3);background-color:#fff;position:fixed;top:calc(50% - 155px);left:0;right:0;margin:auto;border-radius:10px}.ladipage-message .ladipage-message-box h1{background-color:rgba(6,21,40,.05);color:#000;padding:12px 15px;font-weight:600;font-size:16px;border-top-left-radius:10px;border-top-right-radius:10px}.ladipage-message .ladipage-message-box .ladipage-message-text{font-size:14px;padding:0 20px;margin-top:10px;line-height:18px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.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;font-weight:600;cursor:pointer}.ladi-wraper{width:100%;height:100%;min-height:100vh;overflow:hidden}.ladi-section{margin:0 auto;position:relative}.ladi-section .ladi-section-arrow-down{position:absolute;bottom:0;right:0;left:0;margin:auto;cursor:pointer;z-index:90000040;transform:rotate(90deg);-webkit-transform:rotate(90deg)}.ladi-section .ladi-section-background{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden}.ladi-container{position:relative;margin:0 auto;height:100%}.ladi-element{position:absolute}.ladi-overlay{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none}.ladi-carousel{position:absolute;width:100%;height:100%;overflow:hidden}.ladi-carousel .ladi-carousel-content{position:absolute;width:100%;height:100%;left:0;transition:left 350ms ease-in-out}.ladi-carousel .ladi-carousel-arrow{position:absolute;top:calc(50% - (33px)/ 2);cursor:pointer;z-index:90000040}.ladi-carousel .ladi-carousel-arrow-left{left:5px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}.ladi-carousel .ladi-carousel-arrow-right{right:5px}.ladi-gallery{position:absolute;width:100%;height:100%}.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 .5s 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) 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>.next,.ladi-gallery .ladi-gallery-view>.prev,.ladi-gallery .ladi-gallery-view>.selected{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-top .ladi-gallery-view{width:100%}.ladi-gallery.ladi-gallery-top .ladi-gallery-control{top:0;width:100%}.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-left .ladi-gallery-view{height:100%}.ladi-gallery.ladi-gallery-left .ladi-gallery-control{height:100%}.ladi-gallery.ladi-gallery-right .ladi-gallery-view{height:100%}.ladi-gallery.ladi-gallery-right .ladi-gallery-control{height:100%;right:0}.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:rotate(180deg);-webkit-transform:rotate(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-bottom .ladi-gallery-control .ladi-gallery-control-arrow,.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow{top:calc(50% - (33px)/ 2)}.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left{left:0;transform:rotate(180deg) scale(.6);-webkit-transform:rotate(180deg) scale(.6)}.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right{right:0;transform:scale(.6);-webkit-transform:scale(.6)}.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left{left:0;transform:rotate(180deg) scale(.6);-webkit-transform:rotate(180deg) scale(.6)}.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right{right:0;transform:scale(.6);-webkit-transform:scale(.6)}.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow{left:calc(50% - (33px)/ 2)}.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left{top:0;transform:scale(.6) rotate(270deg);-webkit-transform:scale(.6) rotate(270deg)}.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right{bottom:0;transform:scale(.6) rotate(90deg);-webkit-transform:scale(.6) rotate(90deg)}.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left{top:0;transform:scale(.6) rotate(270deg);-webkit-transform:scale(.6) rotate(270deg)}.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right{bottom:0;transform:scale(.6) rotate(90deg);-webkit-transform:scale(.6) rotate(90deg)}.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box{position:relative}.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box{display:-webkit-inline-flex;display:inline-flex;left:0;transition:left 150ms ease-in-out}.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-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box{display:inline-grid;top:0;transition:top 150ms ease-in-out}.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box{display:inline-grid;top:0;transition:top 150ms ease-in-out}.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) 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-table{position:absolute;width:100%;height:100%;overflow:auto}.ladi-table table{width:100%}.ladi-table table td{vertical-align:middle}.ladi-table tbody td{word-break:break-word}.ladi-table table td img{cursor:pointer;width:100%}.ladi-box{position:absolute;width:100%;height:100%;overflow:hidden}.ladi-frame{position:absolute;width:100%;height:100%;overflow:hidden}.ladi-frame .ladi-frame-background{height:100%;width:100%;pointer-events:none}.ladi-banner{position:absolute;width:100%;height:100%;overflow:hidden}.ladi-banner .ladi-banner-background{height:100%;width:100%;pointer-events:none}#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.hide-visibility{display:block!important;visibility:hidden!important}#SECTION_POPUP .popup-close{position:absolute;right:0;top:0;z-index:9000000080;cursor:pointer}.ladi-popup{position:absolute;width:100%;height:100%}.ladi-popup .ladi-popup-background{height:100%;width:100%;pointer-events:none}.ladi-countdown{position:absolute;width:100%;height:100%}.ladi-countdown .ladi-countdown-background{position:absolute;width:100%;height:100%;top:0;left:0;background-size:inherit;background-attachment:inherit;background-origin:inherit;display:table;pointer-events:none}.ladi-countdown .ladi-countdown-text{position:absolute;width:100%;height:100%;text-decoration:inherit;display:table;pointer-events:none}.ladi-countdown .ladi-countdown-text span{display:table-cell;vertical-align:middle}.ladi-countdown>.ladi-element{text-decoration:inherit;background-size:inherit;background-attachment:inherit;background-origin:inherit;position:relative;display:inline-block}.ladi-countdown>.ladi-element:last-child{margin-right:0!important}.ladi-button{position:absolute;width:100%;height:100%;overflow:hidden}.ladi-button:active{transform:translateY(2px);transition:transform .2s linear}.ladi-button .ladi-button-background{height:100%;width:100%;pointer-events:none}.ladi-button>.ladi-element{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-element .ladi-headline{display:table-cell;vertical-align:middle}.ladi-collection{position:absolute;width:100%;height:100%}.ladi-collection.carousel{overflow:hidden}.ladi-collection .ladi-collection-content{position:absolute;width:100%;height:100%;left:0;transition:left 350ms ease-in-out}.ladi-collection .ladi-collection-content .ladi-collection-item{display:block;position:relative;float:left}.ladi-collection .ladi-collection-content .ladi-collection-page{float:left}.ladi-collection .ladi-collection-arrow{position:absolute;top:calc(50% - (33px)/ 2);cursor:pointer;z-index:90000040}.ladi-collection .ladi-collection-arrow-left{left:5px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}.ladi-collection .ladi-collection-arrow-right{right:5px}.ladi-collection .ladi-collection-button-next{position:absolute;bottom:-40px;right:0;left:0;margin:auto;cursor:pointer;z-index:90000040;transform:rotate(90deg);-webkit-transform:rotate(90deg)}.ladi-form{position:absolute;width:100%;height:100%}.ladi-form>.ladi-element{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-element{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>.ladi-element .ladi-form-item-container{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>[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 .5rem center;background-repeat:no-repeat}.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){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-3:nth-child(3){margin-left:7.5px}.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 option{color:initial}.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-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select{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-control-select:not([data-selected=""]){text-decoration:inherit}.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item{text-transform:inherit;text-decoration:inherit;text-align:inherit;letter-spacing:inherit;color:inherit;background-size:inherit;background-attachment:inherit;background-origin:inherit;vertical-align:middle}.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-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked=true]{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-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;color:inherit;background-size:inherit;background-attachment:inherit;background-origin:inherit}.ladi-form .ladi-form-item-container{position:absolute;width:100%;height:100%}.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-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:.35}.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled{opacity:.2}.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled{opacity:.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}.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{padding:10px 5px}.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:table;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-block;border:none;position:relative}.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input{vertical-align:middle;width:13px;height:13px;display:table-cell;margin-right:5px}.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span{display:table-cell;cursor:default;vertical-align:middle;word-break:break-word}.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input{position:absolute;top:4px}.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span{padding-left:18px}.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-combobox{position:absolute;width:100%;height:100%}.ladi-combobox .ladi-combobox-item-container{position:absolute;width:100%;height:100%;text-transform:inherit;text-decoration:inherit;text-align:inherit;letter-spacing:inherit;color:inherit;background-size:inherit;background-attachment:inherit;background-origin:inherit}.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-size:inherit;background-attachment:inherit;background-origin:inherit}.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item{width:100%;height:100%;position:absolute;text-transform:inherit;text-decoration:inherit;text-align:inherit;letter-spacing:inherit;color:inherit}.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option{color:initial}.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control{background-color:transparent;min-width:100%;min-height:100%;max-width:100%;max-height:100%;width:100%;height:100%;padding:0 5px;font-size:inherit;border:none;text-transform:inherit;text-align:inherit;letter-spacing:inherit;color:inherit;background-size:inherit;background-attachment:inherit;background-origin:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:9px 6px!important;background-position:right .5rem center;background-repeat:no-repeat}.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]){text-decoration:inherit}.ladi-cart{position:absolute;width:100%;font-size:12px}.ladi-cart .ladi-cart-row{position:relative;display:inline-table;width:100%}.ladi-cart .ladi-cart-row:after{content:'';position:absolute;left:0;bottom:0;height:1px;width:100%;background:#dcdcdc}.ladi-cart .ladi-cart-no-product{text-align:center;font-size:16px;vertical-align:middle}.ladi-cart .ladi-cart-image{width:16%;vertical-align:middle;position:relative;text-align:center}.ladi-cart .ladi-cart-image img{max-width:100%}.ladi-cart .ladi-cart-title{vertical-align:middle;padding:0 5px;word-break:break-all}.ladi-cart .ladi-cart-title .ladi-cart-title-name{display:block;margin-bottom:5px;word-break:break-word}.ladi-cart .ladi-cart-title .ladi-cart-title-variant{font-weight:700;display:block;word-break:break-word}.ladi-cart .ladi-cart-image .ladi-cart-image-quantity{position:absolute;top:-3px;right:-5px;background:rgba(150,149,149,.9);width:20px;height:20px;border-radius:50%;text-align:center;color:#fff;line-height:20px}.ladi-cart .ladi-cart-quantity{width:70px;vertical-align:middle;text-align:center}.ladi-cart .ladi-cart-quantity-content{display:-webkit-inline-flex;display:inline-flex}.ladi-cart .ladi-cart-quantity input{width:24px;text-align:center;height:22px;-moz-appearance:textfield;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ladi-cart .ladi-cart-quantity button{border:1px solid #dcdcdc;cursor:pointer;text-align:center;width:21px;height:22px;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ladi-cart .ladi-cart-quantity button:active{transform:translateY(2px);transition:transform .2s linear}.ladi-cart .ladi-cart-quantity button span{font-size:18px;position:relative;left:.5px}.ladi-cart .ladi-cart-quantity button:first-child span{top:-1.2px}.ladi-cart .ladi-cart-price{width:100px;vertical-align:middle;text-align:right;padding:0 10px 0 5px}.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span{text-decoration:line-through;display:block;margin-bottom:3px}.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare{text-decoration:none;color:#e85d04;font-weight:700;margin-bottom:0}.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name{margin-top:5px;display:block;word-break:break-word}.ladi-cart .ladi-cart-action{width:28px;vertical-align:middle;text-align:center}.ladi-cart .ladi-cart-action button{border:1px solid #dcdcdc;cursor:pointer;text-align:center;width:25px;height:22px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ladi-cart .ladi-cart-action button:active{transform:translateY(2px);transition:transform .2s linear}.ladi-cart .ladi-cart-action button span{font-size:13px;position:relative;top:.5px}.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}.ladi-group{position:absolute;width:100%;height:100%}.ladi-button-group{position:absolute;width:100%;height:100%}.ladi-shape{position:absolute;width:100%;height:100%;pointer-events:none}.ladi-html-code{position:absolute;width:100%;height:100%}.ladi-image{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.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;background-size:cover;background-position:center center}.ladi-headline a{text-decoration:underline}.ladi-paragraph{width:100%;display:inline-block}.ladi-paragraph a{text-decoration:underline}.ladi-list-paragraph{width:100%;display:inline-block}.ladi-list-paragraph a{text-decoration:underline}.ladi-list-paragraph ul li{position:relative;counter-increment:linum}.ladi-list-paragraph ul li:before{position:absolute;background-repeat:no-repeat;background-size:100% 100%;left:0}.ladi-list-paragraph ul li:last-child{padding-bottom:0!important}.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{color:inherit}a:link{color:inherit}.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,.5);border-radius:100%;background-size:90%;background-repeat:no-repeat;background-position:center center}[data-opacity="0"]{opacity:0}[data-hidden=true]{display:none}[data-action=true]{cursor:pointer}.ladi-hidden{display:none}.backdrop-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:90000060}.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,.5)}.lightbox-screen .lightbox-close{position:absolute;z-index:9000000090;cursor:pointer}.lightbox-screen .lightbox-hidden{display:none}.ladi-animation-hidden{visibility:hidden!important}.ladi-lazyload{background-image:none!important}.ladi-list-paragraph ul li.ladi-lazyload:before{background-image:none!important}.ladi-cart-number{position:absolute;top:-2px;right:-7px;background:#f36e36;text-align:center;width:18px;height:18px;line-height:18px;font-size:11px;font-weight:700;color:#fff;border-radius:100%}.ladi-form-quantity{display:-webkit-inline-flex;display:inline-flex;border-color:inherit}.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control{text-align:center;pointer-events:none;-moz-appearance:textfield;width:calc(100% - 45px);padding:0;min-width:24px;border-top:1px hidden;border-bottom:1px hidden;border-color:inherit}.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,.ladi-form>.ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ladi-form-quantity button{border:1px hidden;border-color:inherit;cursor:pointer;text-align:center;width:30px;height:100%;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ladi-form-quantity button span{font-size:18px;position:relative;left:.5px}.ladi-form-quantity button:first-child span{top:-1.2px}.ladi-form [data-variant=true] select option[disabled]{background:#fff;color:#b8b8b8!important}.ladi-story-page-progress-bar{width:100%;height:25px;position:fixed;top:0;left:0}.ladi-story-page-progress-bar-item{height:100%;width:100%;display:block;float:left;margin:0 5px;position:relative;cursor:pointer}.ladi-story-page-progress-bar-item:before{content:'';position:absolute;background:rgba(255,255,255,.4);border-radius:10px;width:100%;height:4px;margin:auto;top:0;bottom:0;left:0;right:0}.ladi-story-page-progress-bar-item.active:before{background:#fff}.ladi-story-page-progress-bar-item span{background:#fff;border-radius:10px;height:4px;display:block;margin:auto 0;top:0;bottom:0;position:absolute;transition:width .3s linear;width:0%}.ladi-carousel .ladi-carousel-arrow,.ladi-collection .ladi-collection-arrow,.ladi-collection .ladi-collection-button-next,.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,.ladi-section .ladi-section-arrow-down{width:33px;height:33px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}#SECTION_POPUP .popup-close,.lightbox-screen .lightbox-close{width:18px;height:18px;margin:6px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}#BODY_BACKGROUND{position:fixed;pointer-events:none;top:0;left:0;right:0;margin:0 auto;height:100vh!important}#POPUP_BLOG .ladi-headline img,#POPUP_BLOG .ladi-paragraph img{max-width:100%}@media (min-width:768px){.ladi-fullwidth{width:100vw!important;left:calc(-50vw + 50%)!important;box-sizing:border-box!important;transform:none!important}.ladi-fullwidth .ladi-gallery-view-item{transition-duration:1.5s}}@media (max-width:767px){.ladi-element.ladi-auto-scroll{overflow-x:scroll;overflow-y:hidden;width:100%!important;left:0!important;-webkit-overflow-scrolling:touch}.ladi-section.ladi-auto-scroll{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.ladi-carousel .ladi-carousel-content{transition:left .3s ease-in-out}.ladi-gallery .ladi-gallery-view>.ladi-gallery-view-item{transition:transform .3s ease-in-out}}.ladi-notify-transition{transition:top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out}.ladi-notify{padding:5px;box-shadow:0 0 1px rgba(64,64,64,.3),0 8px 50px rgba(64,64,64,.05);border-radius:40px;color:rgba(64,64,64,1);background:rgba(250,250,250,.9);line-height:1.6;width:100%;height:100%;font-size:13px}.ladi-notify .ladi-notify-image img{float:left;margin-right:13px;border-radius:50%;width:53px;height:53px;pointer-events:none}.ladi-notify .ladi-notify-title{font-size:100%;height:17px;overflow:hidden;font-weight:700;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;line-height:1}.ladi-notify .ladi-notify-content{font-size:92.308%;height:17px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;line-height:1;padding-top:2px}.ladi-notify .ladi-notify-time{line-height:1.6;font-size:84.615%;display:inline-block;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 155px);overflow:hidden}.ladi-notify .ladi-notify-copyright{font-size:76.9231%;margin-left:2px;position:relative;padding:0 5px;cursor:pointer;opacity:.6;display:inline-block;top:-4px}.ladi-notify .ladi-notify-copyright svg{vertical-align:middle}.ladi-notify .ladi-notify-copyright svg:not(:root){overflow:hidden}.ladi-notify .ladi-notify-copyright div{text-decoration:none;color:rgba(64,64,64,1);display:inline}.ladi-notify .ladi-notify-copyright strong{font-weight:700}.builder-container .ladi-notify{transition:unset}.ladi-spin-lucky{width:100%;height:100%;border-radius:100%;box-shadow:0 0 7px 0 rgba(64,64,64,.6),0 8px 50px rgba(64,64,64,.3);background-repeat:no-repeat;background-size:cover}.ladi-spin-lucky .ladi-spin-lucky-start{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:20%;height:20%;cursor:pointer;background-size:contain;background-position:center center;background-repeat:no-repeat;transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out}.ladi-spin-lucky .ladi-spin-lucky-start:hover{transform:scale(1.1)}.ladi-spin-lucky .ladi-spin-lucky-screen{width:100%;height:100%;border-radius:100%;transition:transform 7s cubic-bezier(.25,.1,0,1);-webkit-transition:transform 7s cubic-bezier(.25,.1,0,1);text-decoration-line:inherit;-webkit-text-decoration-line:inherit;text-transform:inherit}.ladi-spin-lucky .ladi-spin-lucky-screen:before{background-size:cover;background-position:center center;background-repeat:no-repeat;content:'';position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.ladi-spin-lucky .ladi-spin-lucky-label{position:absolute;top:50%;left:50%;overflow:hidden;width:42%;padding-left:12%;transform-origin:0 0;-webkit-transform-origin:0 0;text-decoration-line:inherit;-webkit-text-decoration-line:inherit;text-transform:inherit;line-height:1.6;text-shadow:rgba(0,0,0,.5) 1px 0 2px}@media (min-width: 768px) { .ladi-section .ladi-container { width: 960px;} }@media (max-width: 767px) { .ladi-section .ladi-container { width: 420px;} }body {font-family: Montserrat, sans-serif}@media (min-width: 768px) { #SECTION_POPUP { height: 0px;}#SECTION345 { height: 682.039px;}#SECTION380 { height: 907px;}#SECTION380 > .ladi-section-background { background-color: rgb(255, 255, 255);}#SECTION392 { height: 581.276px;}#SECTION392 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#PARAGRAPH450 { width: 935px;top: 747px;left: 9.432px;}#PARAGRAPH450 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 19px; text-align: center; line-height: 1.4;}#SECTION577 { height: 583px;}#SECTION577 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#LINE697 { width: 65px;top: 140px;left: 444px;}#LINE697 > .ladi-line > .ladi-line-container { border-top: 3px solid rgb(247, 89, 0); border-right: 3px solid rgb(247, 89, 0); border-bottom: 3px solid rgb(247, 89, 0); border-left: 0px !important;}#LINE697 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE783 { width: 899px;top: 76px;left: 32.057px;}#HEADLINE783 > .ladi-headline { color: rgb(255, 255, 255); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6;}#SECTION804 { height: 666.507px;}#SECTION804 > .ladi-section-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://w.ladicdn.com/s1440x666/5c7362c6c417ab07e5196b05/jjj-20210120010056.jpg"); background-position: center top; background-repeat: repeat; filter: hue-rotate(186deg);}#LIST_PARAGRAPH805 { width: 411px;top: 420.5px;left: 28px;}#LIST_PARAGRAPH805 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 16px; line-height: 1.6;}#LIST_PARAGRAPH805.ladi-animation > .ladi-list-paragraph { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#LIST_PARAGRAPH805 ul li { padding-bottom: 4px;padding-left: 28px;}#LIST_PARAGRAPH805 ul li:before { content: counter(linum, disc); color: rgba(254, 152, 37, 1); font-size: 53px; top: -33px; }#PARAGRAPH806 { width: 490px;top: 88px;left: 0px;}#PARAGRAPH806 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 18px; line-height: 1.6;}#HEADLINE808 { width: 561px;top: 0px;left: 0px;}#HEADLINE808 > .ladi-headline { color: rgb(255, 255, 255); font-size: 63px; font-weight: bold; line-height: 1.6; text-shadow: rgb(255, 152, 6) 2px 1px 1px;}#HEADLINE809 { width: 385px;top: 6px;left: 0px;}#HEADLINE809 > .ladi-headline { color: rgb(255, 152, 6); font-size: 22px; font-weight: bold; text-align: center; line-height: 1.6;}#BOX810 { width: 367px;height: 47px;top: 0px;left: 9px;}#BOX810 > .ladi-box { background-color: rgba(255, 255, 255, 0); border-style: solid; border-color: rgba(163, 188, 255, 0.4); border-width: 1px;}#BUTTON_TEXT811 { width: 146px;top: 9px;left: 0px;}#BUTTON_TEXT811 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON811 { width: 193px;height: 48px;top: 589.5px;left: 363.418px;}#BUTTON811 > .ladi-button > .ladi-button-background { background: rgba(254, 88, 34, 1.0); background: -webkit-linear-gradient(134deg, rgba(254, 88, 34, 1.0), rgba(254, 152, 38, 1.0)); background: linear-gradient(134deg, rgba(254, 88, 34, 1.0), rgba(254, 152, 38, 1.0));}#BUTTON811 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(9, 36, 83, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(9, 36, 83, 1.0); border-radius: 1000px;}#POPUP816 { width: 536.35px;height: 668px;top: 0px;left: 0px;bottom: 0px;right: 0px;margin: auto; border-radius: 8px;}#POPUP816 > .ladi-popup > .ladi-overlay { border-radius: 8px;}#POPUP816 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH817 { width: 425px;top: 27.5px;left: 46.9219px;}#PARAGRAPH817 > .ladi-paragraph { color: rgb(5, 31, 77); font-size: 31px; font-weight: bold; line-height: 1.2;}#PARAGRAPH818 { width: 440px;top: 110.5px;left: 46.9219px;}#PARAGRAPH818 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 15px; text-align: justify; line-height: 1.6;}#PARAGRAPH819 { width: 502px;top: 178.5px;left: 46.9219px;}#PARAGRAPH819 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; font-weight: bold; line-height: 1.6;}#FORM820 { width: 440px;height: 315px;top: 222.5px;left: 46.9219px;}#FORM820 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; line-height: 1.6;}#FORM820 .ladi-form-item .ladi-form-control::placeholder, #FORM820 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {color: #000;}#FORM820 .ladi-form-item {padding-left: 9px;padding-right: 9px;}#FORM820 .ladi-form-item.ladi-form-checkbox {padding-left: 14px;padding-right: 14px;}#FORM820 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");}#FORM820 .ladi-form-item-container, #FORM820 .ladi-form-label-container .ladi-form-label-item {border-style: solid; border-color: rgb(83, 83, 83); border-width: 1px;}#FORM820 .ladi-form-item-container .ladi-form-quantity button {background-color: rgb(83, 83, 83);}#BUTTON821 { width: 163.243px;height: 45px;top: 270px;left: 0px;}#BUTTON821 > .ladi-button > .ladi-button-background { background: rgba(247, 90, 0, 1.0); background: -webkit-linear-gradient(160deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0)); background: linear-gradient(160deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0));}#BUTTON_TEXT821 { width: 163px;top: 9px;left: 0px;}#BUTTON_TEXT821 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#FORM_ITEM822 { width: 439.5px;height: 45px;top: 0px;left: 0px;}#FORM_ITEM823 { width: 439.5px;height: 45px;top: 52.25px;left: 0px;}#FORM_ITEM824 { width: 439.5px;height: 45px;top: 104.5px;left: 0px;}#FORM_ITEM826 { width: 439.5px;height: 45px;top: 156.75px;left: 0px;}#FORM_ITEM827 { width: 440px;height: 48px;top: 209px;left: 0px;}#FORM_ITEM827 .ladi-form-checkbox-item { margin: 5px;}#PARAGRAPH828 { width: 440px;top: 554.5px;left: 48.175px;}#PARAGRAPH828 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 15px; text-align: justify; line-height: 1.6;}#GROUP842 { width: 561px;height: 117px;top: 77.35px;left: 28px;}#GROUP842.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#GROUP843 { width: 385px;height: 47px;top: 42.3505px;left: 20px;}#GROUP843.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#POPUP844 { width: 476px;height: 567px;top: 0px;left: 0px;bottom: 0px;right: 0px;margin: auto; border-radius: 10px;}#POPUP844 > .ladi-popup > .ladi-overlay { border-radius: 10px;}#POPUP844 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 10px;}#HEADLINE845 { width: 453px;top: 29.493px;left: 11.5001px;}#HEADLINE845 > .ladi-headline { color: rgb(247, 90, 0); font-size: 40px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE846 { width: 318px;top: 79.493px;left: 79.0001px;}#HEADLINE846 > .ladi-headline { color: rgb(5, 31, 77); font-size: 32px; text-align: center; line-height: 1.6;}#HEADLINE847 { width: 347px;top: 125.493px;left: 64.5001px;}#HEADLINE847 > .ladi-headline { color: rgb(5, 31, 77); font-size: 27px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE848 { width: 347px;top: 275.493px;left: 64.5003px;}#HEADLINE848 > .ladi-headline { color: rgb(5, 31, 77); font-size: 21px; text-align: center; line-height: 1.6;}#HEADLINE849 { width: 347px;top: 307.493px;left: 64.5003px;}#HEADLINE849 > .ladi-headline { color: rgb(5, 31, 77); font-size: 21px; text-align: center; line-height: 1.6;}#HEADLINE850 { width: 420px;top: 337.493px;left: 28.0003px;}#HEADLINE850 > .ladi-headline { color: rgb(5, 31, 77); font-size: 21px; text-align: center; line-height: 1.6;}#BUTTON852 { width: 179px;height: 48px;top: 400px;left: 148.5px;}#BUTTON852 > .ladi-button > .ladi-button-background { background: rgba(247, 90, 0, 1.0); background: -webkit-linear-gradient(143deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0)); background: linear-gradient(143deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0));}#BUTTON852 > .ladi-button { box-shadow: 0px 15px 12px -15px rgba(97, 97, 97, 1.0); -webkit-box-shadow: 0px 15px 12px -15px rgba(97, 97, 97, 1.0); border-radius: 1000px;}#BUTTON_TEXT852 { width: 179px;top: 9px;left: 0px;}#BUTTON_TEXT852 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE853 { width: 420px;top: 461px;left: 28.0003px;}#HEADLINE853 > .ladi-headline { color: rgb(5, 31, 77); font-size: 23px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE854 { width: 420px;top: 498px;left: 28.0003px;}#HEADLINE854 > .ladi-headline { color: rgb(5, 31, 77); font-size: 17px; text-align: center; line-height: 1.6;}#SHAPE859 { width: 97px;height: 97px;top: 174.493px;left: 189.5px;}#SHAPE859 svg:last-child { fill: rgba(234, 15, 51, 1.0);}#SHAPE860 { width: 533px;height: 533px;top: -8px;left: -31px;}#SHAPE860 svg:last-child { fill: rgba(255, 135, 155, 0.1);}#BOX861 { width: 1129px;height: 805px;top: 45.5px;left: -88px;}#BOX861 > .ladi-box > .ladi-overlay { background-color: rgba(28, 31, 34, 0.6);}#BOX861 > .ladi-box { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://w.ladicdn.com/s1450x1150/5c7362c6c417ab07e5196b05/ktsgvakl20210126013535.jpg"); background-position: center top; background-repeat: repeat; border-radius: 8px;}#PARAGRAPH957 { width: 83px;top: 18.8095px;left: 379.25px;}#PARAGRAPH957 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH958 { width: 97px;top: 18.8095px;left: 484px;}#PARAGRAPH958 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH960 { width: 83px;top: 18.8095px;left: 599.75px;}#PARAGRAPH960 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}#BUTTON_TEXT961 { width: 135px;top: 9px;left: 0px;}#BUTTON_TEXT961 > .ladi-headline { font-family: "Roboto", sans-serif;color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON961 { width: 153px;height: 40px;top: 10.6385px;left: 807px;}#BUTTON961 > .ladi-button > .ladi-button-background { background: rgba(255, 188, 24, 1.0); background: -webkit-linear-gradient(180deg, rgba(255, 188, 24, 1.0), rgba(255, 120, 1, 1.0)); background: linear-gradient(180deg, rgba(255, 188, 24, 1.0), rgba(255, 120, 1, 1.0));}#BUTTON961 > .ladi-button { border-radius: 1000px;}#SECTION956 { height: 60.961px;}#SECTION956 > .ladi-section-background { background-color: rgb(255, 152, 6);}#IMAGE964 { width: 150.314px;height: 49.2439px;top: 1.8651px;left: 1px;}#IMAGE964 > .ladi-image > .ladi-image-background { width: 150.314px;height: 49.2439px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s500x350/5ff8084ed39cc50012dd5d64/3-20210730072226.png");}#IMAGE964 > .ladi-image { border-width: 5px;}#BOX1079 { width: 957.836px;height: 551px;top: 0px;left: 0px;}#BOX1079 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); -webkit-box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); background-color: rgb(223, 243, 255); border-radius: 6px;}#SHAPE1080 { width: 60px;height: 60px;top: 232.061px;left: 435.886px;}#SHAPE1080 svg:last-child { fill: rgba(0, 0, 0, 0.5);}#VIDEO1080 { width: 931.772px;height: 524.122px;top: 13.439px;left: 11.8105px;}#VIDEO1080 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/PkD0FmVBm7k/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat;}#GROUP1078 { width: 957.836px;height: 551px;top: 99.039px;left: 0px;}#IMAGE1082 { width: 503.767px;height: 641.156px;top: 24.3505px;left: 473.418px;}#IMAGE1082 > .ladi-image > .ladi-image-background { width: 503.767px;height: 641.156px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s850x950/5ff8084ed39cc50012dd5d64/untitled-2-20210802084342.png");}#HEADLINE1019 { width: 791px;top: 47.55px;left: 83.5px;}#HEADLINE1019 > .ladi-headline { color: rgb(255, 151, 5); font-size: 21px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1019.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1018 { width: 960px;top: 32px;left: 0px;}#HEADLINE1018 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1018.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#IMAGE1084 { width: 528.029px;height: 459.155px;top: 128.807px;left: -61.1143px;}#IMAGE1084 > .ladi-image > .ladi-image-background { width: 528.029px;height: 459.155px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s850x800/5c7362c6c417ab07e5196b05/svdfaed-20201005090740.png");}#BOX1104 { width: 463.182px;height: 77.6825px;top: 0px;left: 0px;}#BOX1104 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1105 { width: 64.8031px;height: 57.2908px;top: 8.25377px;left: 13.4523px;}#BOX1105 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1106 { width: 315px;top: 14.8413px;left: 95.4301px;}#PARAGRAPH1106 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 15px; text-align: justify; line-height: 1.6;}#IMAGE1107 { width: 46.5469px;height: 30.5647px;top: 21.6171px;left: 22.7692px;}#IMAGE1107 > .ladi-image > .ladi-image-background { width: 46.5469px;height: 30.5647px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1103 { width: 463.182px;height: 77.6825px;top: 428.11px;left: -0.7993px;}#GROUP1103.ladi-animation > .ladi-group { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1108 { width: 887.555px;height: 171.765px;top: 426.327px;left: 510.663px;}#BOX1108 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 8px;}#BOX1109 { width: 340.406px;height: 266.116px;top: 255.13px;left: 564.141px;}#BOX1109 > .ladi-box { border-style: solid; border-color: rgba(62, 62, 62, 0.1); border-width: 17px; border-radius: 18px;}#IMAGE1110 { width: 240.616px;height: 463.792px;top: 112.354px;left: 572.819px;}#IMAGE1110 > .ladi-image > .ladi-image-background { width: 242.616px;height: 463.792px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x800/5ff8084ed39cc50012dd5d64/untitled-1-20210823072201.png");}#BOX1114 { width: 57.765px;height: 57.765px;top: 548.75px;left: 840.235px;}#BOX1114 > .ladi-box { background: rgba(255, 181, 48, 1.0); background: -webkit-linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0)); background: linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0));border-radius: 1000px;}#SECTION1083 { height: 638.5px;}#SECTION1083 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#SECTION1116 { height: 747px;}#SECTION1116 > .ladi-section-background { background-color: rgb(250, 250, 250);}#BOX1138 { width: 463.182px;height: 77.6825px;top: 0px;left: 0px;}#BOX1138 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1139 { width: 64.8031px;height: 57.2908px;top: 8.25377px;left: 13.4523px;}#BOX1139 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1140 { width: 313px;top: 15.5365px;left: 94.4301px;}#PARAGRAPH1140 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 15px; text-align: justify; line-height: 1.6;}#IMAGE1141 { width: 46.5469px;height: 30.5647px;top: 21.6171px;left: 22.7692px;}#IMAGE1141 > .ladi-image > .ladi-image-background { width: 46.5469px;height: 30.5647px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1137 { width: 463.182px;height: 77.6825px;top: 520.41px;left: -1.7703px;}#GROUP1137.ladi-animation > .ladi-group { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1146 { width: 463.182px;height: 77.6825px;top: 0px;left: 0px;}#BOX1146 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1147 { width: 64.8031px;height: 57.2908px;top: 8.25377px;left: 13.4523px;}#BOX1147 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1148 { width: 323px;top: 15.5365px;left: 94.4301px;}#PARAGRAPH1148 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 15px; text-align: justify; line-height: 1.6;}#IMAGE1149 { width: 46.5469px;height: 30.5647px;top: 21.6171px;left: 22.7692px;}#IMAGE1149 > .ladi-image > .ladi-image-background { width: 46.5469px;height: 30.5647px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1145 { width: 463.182px;height: 77.6825px;top: 337.659px;left: 0.2007px;}#GROUP1145.ladi-animation > .ladi-group { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1151 { width: 463.182px;height: 77.6825px;top: 0px;left: 0px;}#BOX1151 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1152 { width: 64.8031px;height: 57.2908px;top: 8.25377px;left: 13.4523px;}#BOX1152 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1153 { width: 313px;top: 15.5365px;left: 94.4301px;}#PARAGRAPH1153 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 15px; text-align: justify; line-height: 1.6;}#IMAGE1154 { width: 46.5469px;height: 30.5647px;top: 21.6171px;left: 22.7692px;}#IMAGE1154 > .ladi-image > .ladi-image-background { width: 46.5469px;height: 30.5647px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1150 { width: 463.182px;height: 77.6825px;top: 248.357px;left: 0.2007px;}#GROUP1150.ladi-animation > .ladi-group { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1156 { width: 463.182px;height: 77.6825px;top: 0px;left: 0px;}#BOX1156 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1157 { width: 64.8031px;height: 57.2908px;top: 8.25377px;left: 13.4523px;}#BOX1157 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1158 { width: 313px;top: 15.5365px;left: 94.4301px;}#PARAGRAPH1158 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 15px; text-align: justify; line-height: 1.6;}#IMAGE1159 { width: 46.5469px;height: 30.5647px;top: 21.6171px;left: 22.7692px;}#IMAGE1159 > .ladi-image > .ladi-image-background { width: 46.5469px;height: 30.5647px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1155 { width: 463.182px;height: 77.6825px;top: 159.659px;left: 0.2007px;}#GROUP1155.ladi-animation > .ladi-group { animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1161 { width: 255px;top: 218.5px;left: 25.4045px;}#HEADLINE1161 > .ladi-headline { color: rgb(255, 151, 5); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1161.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1162 { width: 255px;top: 225.5px;left: 25.404px;}#HEADLINE1162 > .ladi-headline { color: rgb(255, 151, 5); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1162.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BUTTON_TEXT1165 { width: 92px;top: 9px;left: 0px;}#BUTTON_TEXT1165 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6; text-shadow: rgb(184, 156, 99) 1px 2px 3px;}#BUTTON1165 { width: 160px;height: 45px;top: 519.309px;left: 399.5px;}#BUTTON1165 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1165 > .ladi-button { box-shadow: 0px 15px 30px -12px rgba(174, 116, 20, 1.0); -webkit-box-shadow: 0px 15px 30px -12px rgba(174, 116, 20, 1.0); border-color: rgb(255, 227, 173); border-width: 3px; border-radius: 1000px;}#BOX1172 { width: 292px;height: 383px;top: 0px;left: 0px;}#BOX1172 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1173 { width: 292px;height: 47px;top: 336px;left: 0px;}#BOX1173 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1174 { width: 206.804px;height: 189.584px;top: 16.4163px;left: 42.598px;}#IMAGE1174 > .ladi-image > .ladi-image-background { width: 208.507px;height: 189.584px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x500/5ff8084ed39cc50012dd5d64/bkb02595-copy-20210714032228.jpg");}#HEADLINE1175 { width: 241px;top: 212.456px;left: 25.5px;}#HEADLINE1175 > .ladi-headline { color: rgb(255, 151, 5); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1176 { width: 260px;top: 241.456px;left: 18px;}#PARAGRAPH1176 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 15px; text-align: center; line-height: 1.6;}#SHAPE1179 { width: 13px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1179 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1180 { width: 13px;height: 14.8132px;top: 0px;left: 15px;}#SHAPE1180 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1178 { width: 28px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1181 { width: 13px;height: 14.8132px;top: 0px;left: 31px;}#SHAPE1181 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1182 { width: 13px;height: 14.8132px;top: 0px;left: 46px;}#SHAPE1182 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1183 { width: 13px;height: 14.8132px;top: 0px;left: 61px;}#SHAPE1183 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1177 { width: 74px;height: 14.8132px;top: 352.643px;left: 18px;}#PARAGRAPH1184 { width: 106px;top: 349.456px;left: 103px;}#PARAGRAPH1184 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#IMAGE1185 { width: 19.795px;height: 17.374px;top: 351.769px;left: 214px;}#IMAGE1185 > .ladi-image > .ladi-image-background { width: 19.795px;height: 17.374px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1186 { width: 36px;top: 349.05px;left: 242px;}#PARAGRAPH1186 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#GROUP1171 { width: 292px;height: 383px;top: 0px;left: 0px;}#BOX1188 { width: 292px;height: 383px;top: 0px;left: 0px;}#BOX1188 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1189 { width: 292px;height: 47px;top: 336px;left: 0px;}#BOX1189 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1190 { width: 204.084px;height: 168.954px;top: 24.3px;left: 43.9585px;}#IMAGE1190 > .ladi-image > .ladi-image-background { width: 204.084px;height: 168.954px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x500/5ff8084ed39cc50012dd5d64/bkb02715-copy-20210817072101.jpg");}#HEADLINE1191 { width: 241px;top: 212.456px;left: 25.5px;}#HEADLINE1191 > .ladi-headline { color: rgb(255, 151, 5); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1192 { width: 237px;top: 240.456px;left: 27.5px;}#PARAGRAPH1192 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 15px; text-align: center; line-height: 1.6;}#SHAPE1195 { width: 13px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1195 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1196 { width: 13px;height: 14.8132px;top: 0px;left: 15px;}#SHAPE1196 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1194 { width: 28px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1197 { width: 13px;height: 14.8132px;top: 0px;left: 31px;}#SHAPE1197 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1198 { width: 13px;height: 14.8132px;top: 0px;left: 46px;}#SHAPE1198 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1199 { width: 13px;height: 14.8132px;top: 0px;left: 61px;}#SHAPE1199 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1193 { width: 74px;height: 14.8132px;top: 352.643px;left: 18px;}#PARAGRAPH1200 { width: 106px;top: 349.456px;left: 103px;}#PARAGRAPH1200 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#IMAGE1201 { width: 19.795px;height: 17.374px;top: 351.769px;left: 214px;}#IMAGE1201 > .ladi-image > .ladi-image-background { width: 19.795px;height: 17.374px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1202 { width: 36px;top: 349.05px;left: 242px;}#PARAGRAPH1202 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#GROUP1187 { width: 292px;height: 383px;top: 0px;left: 334px;}#BOX1204 { width: 292px;height: 383px;top: 0px;left: 0px;}#BOX1204 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1205 { width: 292px;height: 47px;top: 336px;left: 0px;}#BOX1205 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1206 { width: 242.769px;height: 89.0536px;top: 67.946px;left: 21.6515px;}#IMAGE1206 > .ladi-image > .ladi-image-background { width: 242.769px;height: 89.0536px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x400/5ff8084ed39cc50012dd5d64/untitled-5-20210817033039.png");}#HEADLINE1207 { width: 241px;top: 212.456px;left: 25.5px;}#HEADLINE1207 > .ladi-headline { color: rgb(255, 151, 5); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1208 { width: 237px;top: 241.456px;left: 24.536px;}#PARAGRAPH1208 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 15px; text-align: center; line-height: 1.6;}#SHAPE1211 { width: 13px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1211 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1212 { width: 13px;height: 14.8132px;top: 0px;left: 15px;}#SHAPE1212 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1210 { width: 28px;height: 14.8132px;top: 0px;left: 0px;}#SHAPE1213 { width: 13px;height: 14.8132px;top: 0px;left: 31px;}#SHAPE1213 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1214 { width: 13px;height: 14.8132px;top: 0px;left: 46px;}#SHAPE1214 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1215 { width: 13px;height: 14.8132px;top: 0px;left: 61px;}#SHAPE1215 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1209 { width: 74px;height: 14.8132px;top: 352.643px;left: 18px;}#PARAGRAPH1216 { width: 106px;top: 349.456px;left: 103px;}#PARAGRAPH1216 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#IMAGE1217 { width: 19.795px;height: 17.374px;top: 353.769px;left: 214px;}#IMAGE1217 > .ladi-image > .ladi-image-background { width: 19.795px;height: 17.374px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1218 { width: 36px;top: 351.05px;left: 242px;}#PARAGRAPH1218 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.6;}#GROUP1203 { width: 292px;height: 383px;top: 0px;left: 668px;}#GROUP1170 { width: 960px;height: 383px;top: 106.809px;left: -0.0005px;}#GROUP1170.ladi-animation > .ladi-group { animation-name: fadeInUp; -webkit-animation-name: fadeInUp; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#SECTION1164 { height: 591.5px;}#SECTION1164 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#HEADLINE1388 { width: 960px;top: 27.1822px;left: 0.5565px;}#HEADLINE1388 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1388.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1391 { width: 960px;height: 552.245px;top: 0px;left: 0px;}#BOX1391 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); -webkit-box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); background-color: rgb(223, 243, 255); border-radius: 6px;}#SHAPE1392 { width: 60px;height: 60px;top: 232.653px;left: 436.938px;}#SHAPE1392 svg:last-child { fill: rgba(0, 0, 0, 0.5);}#VIDEO1392 { width: 933.877px;height: 525.306px;top: 13.4694px;left: 11.8371px;}#VIDEO1392 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/PgvZCdgA5jw/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat;}#GROUP1390 { width: 960px;height: 552.245px;top: 178px;left: 1.557px;}#HEADLINE1395 { width: 960px;top: 40.5px;left: 0px;}#HEADLINE1395 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1395.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1414 { width: 271.131px;height: 374.75px;top: 11px;left: 29.1214px;}#BOX1414 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#BOX1416 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#BOX1416 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1417 { width: 30px;top: 16px;left: 12.5523px;}#HEADLINE1417 > .ladi-headline { color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; text-align: center; line-height: 1;}#HEADLINE1418 { width: 217px;top: 36px;left: 63.2638px;}#HEADLINE1418 > .ladi-headline { color: rgb(7, 58, 145); font-size: 16px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1419 { width: 227px;top: 98px;left: 50.9911px;}#PARAGRAPH1419 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#LINE1420 { width: 225px;top: 67px;left: 55.2303px;}#LINE1420 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1420 > .ladi-line { width: 100%;padding: 8px 0px;}#SECTION1421 { height: 611.5px;}#PARAGRAPH1509 { width: 227px;top: 196.222px;left: 51.436px;}#PARAGRAPH1509 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#PARAGRAPH1510 { width: 227px;top: 245.333px;left: 51.436px;}#PARAGRAPH1510 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1508 { width: 227px;top: 147.111px;left: 51.436px;}#PARAGRAPH1508 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#GROUP1514 { width: 300.252px;height: 385.75px;top: 0px;left: 0px;}#BOX1516 { width: 271.131px;height: 380.75px;top: 11px;left: 29.1214px;}#BOX1516 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#PARAGRAPH1517 { width: 227px;top: 245.333px;left: 51.436px;}#PARAGRAPH1517 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1518 { width: 227px;top: 147.111px;left: 51.436px;}#PARAGRAPH1518 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#PARAGRAPH1519 { width: 227px;top: 196.222px;left: 51.436px;}#PARAGRAPH1519 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#BOX1521 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#BOX1521 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1522 { width: 30px;top: 16px;left: 12.5523px;}#HEADLINE1522 > .ladi-headline { color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1520 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#HEADLINE1523 { width: 217px;top: 36px;left: 63.2638px;}#HEADLINE1523 > .ladi-headline { color: rgb(7, 58, 145); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.2;}#PARAGRAPH1524 { width: 227px;top: 98px;left: 50.9911px;}#PARAGRAPH1524 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#LINE1525 { width: 225px;top: 67px;left: 55.2303px;}#LINE1525 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1525 > .ladi-line { width: 100%;padding: 8px 0px;}#GROUP1515 { width: 300.252px;height: 391.75px;top: 0px;left: 0px;}#BOX1527 { width: 271.131px;height: 383.75px;top: 11px;left: 29.1214px;}#BOX1527 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#PARAGRAPH1528 { width: 227px;top: 245.333px;left: 51.436px;}#PARAGRAPH1528 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1529 { width: 227px;top: 147.111px;left: 51.436px;}#PARAGRAPH1529 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#PARAGRAPH1530 { width: 227px;top: 196.222px;left: 51.436px;}#PARAGRAPH1530 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#BOX1532 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#BOX1532 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1533 { width: 30px;top: 16px;left: 12.5523px;}#HEADLINE1533 > .ladi-headline { color: rgb(255, 255, 255); font-size: 24px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1531 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#HEADLINE1534 { width: 217px;top: 36px;left: 63.2638px;}#HEADLINE1534 > .ladi-headline { color: rgb(7, 58, 145); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.2;}#PARAGRAPH1535 { width: 227px;top: 98px;left: 50.9911px;}#PARAGRAPH1535 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: center; line-height: 1.6;}#LINE1536 { width: 225px;top: 67px;left: 55.2303px;}#LINE1536 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1536 > .ladi-line { width: 100%;padding: 8px 0px;}#GROUP1526 { width: 300.252px;height: 394.75px;top: 0px;left: 0px;}#BUTTON_TEXT1537 { width: 82px;top: 9px;left: 0px;}#BUTTON_TEXT1537 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1537 { width: 207.124px;height: 49px;top: 319.833px;left: 60.8435px;}#BUTTON1537 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1537 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#BUTTON_TEXT1539 { width: 93px;top: 9px;left: 0px;}#BUTTON_TEXT1539 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1539 { width: 207.124px;height: 49px;top: 319.833px;left: 61.083px;}#BUTTON1539 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1539 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#BUTTON_TEXT1541 { width: 93px;top: 9px;left: 0px;}#BUTTON_TEXT1541 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1541 { width: 207.124px;height: 49px;top: 319.833px;left: 67.15px;}#BUTTON1541 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1541 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#GROUP1543 { width: 300.252px;height: 394.75px;top: 126.5px;left: 659.192px;}#GROUP1544 { width: 300.252px;height: 391.75px;top: 126.5px;left: 326.806px;}#HEADLINE1545 { width: 960px;top: 23.8335px;left: 0.278px;}#HEADLINE1545 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1545.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#CAROUSEL1422 { width: 959.722px;height: 474.55px;top: 101.975px;left: 0.278px;}#CAROUSEL1422 .ladi-carousel .ladi-carousel-arrow {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23FF9705%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");}#GROUP1455 { width: 304px;height: 436.697px;top: 15px;left: 656px;}#GROUP1456 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#GROUP1458 { width: 259px;height: 378.822px;top: 31.4689px;left: 24.5px;}#GROUP1465 { width: 76.7546px;height: 23.314px;top: 10.9601px;left: 178.245px;}#SHAPE1470 { width: 17.4576px;height: 23.314px;top: 0px;left: 59.297px;}#SHAPE1470 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1469 { width: 17.4576px;height: 23.314px;top: 0px;left: 29.441px;}#SHAPE1469 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1468 { width: 17.4576px;height: 23.314px;top: 0px;left: 44.839px;}#SHAPE1468 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1467 { width: 17.4576px;height: 23.314px;top: 0px;left: 15.397px;}#SHAPE1467 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1466 { width: 17.4576px;height: 23.314px;top: 0px;left: 0px;}#SHAPE1466 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1464 { width: 164px;top: 346.104px;left: 92.771px;}#HEADLINE1464 > .ladi-headline { color: rgb(5, 31, 77); font-size: 12px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1463 { width: 161px;top: 317.391px;left: 92.771px;}#HEADLINE1463 > .ladi-headline { color: rgb(33, 33, 33); font-size: 14px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1462 { width: 30.7985px;height: 34.2742px;top: 0px;left: 1.8594px;}#SHAPE1462 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1461 { width: 259px;top: 55.3363px;left: 0px;}#PARAGRAPH1461 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6;}#LINE1460 { width: 242px;top: 280.359px;left: 1.8594px;}#LINE1460 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1460 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1459 { width: 85.6464px;height: 81.4633px;top: 297.359px;left: 0px;}#IMAGE1459 > .ladi-image > .ladi-image-background { width: 85.6464px;height: 81.4633px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/130767003_102619095051459_2847631270198816058_n-20210714072205.jpg");}#IMAGE1459 > .ladi-image { border-radius: 270px;}#BOX1457 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#BOX1457 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#GROUP1439 { width: 304px;height: 436.697px;top: 15px;left: 333px;}#GROUP1440 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#GROUP1442 { width: 261.992px;height: 380.822px;top: 31.4689px;left: 18.508px;}#GROUP1449 { width: 76.7546px;height: 23.314px;top: 10.9601px;left: 184.237px;}#SHAPE1454 { width: 17.4576px;height: 23.314px;top: 0px;left: 59.297px;}#SHAPE1454 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1453 { width: 17.4576px;height: 23.314px;top: 0px;left: 29.441px;}#SHAPE1453 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1452 { width: 17.4576px;height: 23.314px;top: 0px;left: 44.839px;}#SHAPE1452 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1451 { width: 17.4576px;height: 23.314px;top: 0px;left: 15.397px;}#SHAPE1451 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1450 { width: 17.4576px;height: 23.314px;top: 0px;left: 0px;}#SHAPE1450 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1448 { width: 164px;top: 348.104px;left: 92.984px;}#HEADLINE1448 > .ladi-headline { color: rgb(5, 31, 77); font-size: 12px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1447 { width: 161px;top: 319.391px;left: 92.984px;}#HEADLINE1447 > .ladi-headline { color: rgb(33, 33, 33); font-size: 14px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1446 { width: 30.7985px;height: 34.2742px;top: 0px;left: 7.8514px;}#SHAPE1446 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1445 { width: 256px;top: 55.3363px;left: 5.992px;}#PARAGRAPH1445 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6;}#LINE1444 { width: 242px;top: 282.359px;left: 9px;}#LINE1444 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1444 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1443 { width: 83.8514px;height: 81.4633px;top: 299.359px;left: 0px;}#IMAGE1443 > .ladi-image > .ladi-image-background { width: 83.8514px;height: 81.4633px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/124120931_201621261517254_5343768679248336815_n-20210714072150.jpg");}#IMAGE1443 > .ladi-image { border-radius: 270px;}#BOX1441 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#BOX1441 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1473 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#BOX1473 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#IMAGE1475 { width: 75.8594px;height: 81.4633px;top: 298.359px;left: 0px;}#IMAGE1475 > .ladi-image > .ladi-image-background { width: 75.8594px;height: 91.5px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/fdsvrt-20200226032418.jpg");}#IMAGE1475 > .ladi-image { border-radius: 270px;}#LINE1476 { width: 242px;top: 281.359px;left: 0px;}#LINE1476 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1476 > .ladi-line { width: 100%;padding: 8px 0px;}#PARAGRAPH1477 { width: 256px;top: 55.3363px;left: 13px;}#PARAGRAPH1477 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6;}#SHAPE1478 { width: 30.7985px;height: 34.2742px;top: 0px;left: 2.8594px;}#SHAPE1478 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#HEADLINE1479 { width: 161px;top: 318.391px;left: 91.984px;}#HEADLINE1479 > .ladi-headline { color: rgb(33, 33, 33); font-size: 14px; font-weight: bold; text-align: left; line-height: 1.2;}#HEADLINE1480 { width: 164px;top: 347.104px;left: 91.984px;}#HEADLINE1480 > .ladi-headline { color: rgb(5, 31, 77); font-size: 12px; font-style: italic; text-align: left; line-height: 1.2;}#SHAPE1482 { width: 17.4576px;height: 23.314px;top: 0px;left: 0px;}#SHAPE1482 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1483 { width: 17.4576px;height: 23.314px;top: 0px;left: 15.397px;}#SHAPE1483 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1484 { width: 17.4576px;height: 23.314px;top: 0px;left: 44.839px;}#SHAPE1484 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1485 { width: 17.4576px;height: 23.314px;top: 0px;left: 29.441px;}#SHAPE1485 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1486 { width: 17.4576px;height: 23.314px;top: 0px;left: 59.297px;}#SHAPE1486 svg:last-child { fill: rgba(255,174,15,1);}#GROUP1481 { width: 76.7546px;height: 23.314px;top: 10.9601px;left: 179.245px;}#GROUP1474 { width: 269px;height: 379.822px;top: 31.4689px;left: 23.5px;}#GROUP1472 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#GROUP1471 { width: 304px;height: 436.697px;top: 17.0781px;left: 0px;}#GROUP1384 { width: 961px;height: 152px;top: 40px;left: 0px;}#LINE1135 { width: 65px;top: 133px;left: 448.5px;}#LINE1135 > .ladi-line > .ladi-line-container { border-top: 3px solid rgb(255, 151, 5); border-right: 3px solid rgb(255, 151, 5); border-bottom: 3px solid rgb(255, 151, 5); border-left: 0px !important;}#LINE1135 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE1136 { width: 960px;top: 0px;left: 1px;}#HEADLINE1136 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1136.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#PARAGRAPH1134 { width: 959px;top: 57px;left: 0px;}#PARAGRAPH1134 > .ladi-paragraph { color: rgb(54, 54, 54); font-size: 18px; text-align: center; line-height: 1.4;}#BOX1119 { width: 305.809px;height: 507px;top: 0px;left: 0px;}#BOX1119 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1121 { width: 269px;top: 293.021px;left: 18.405px;}#PARAGRAPH1121 > .ladi-paragraph { color: rgb(48, 48, 48); font-size: 14px; text-align: left; line-height: 1.6;}#IMAGE1122 { width: 278.698px;height: 194.215px;top: 10.8721px;left: 12.4787px;}#IMAGE1122 > .ladi-image > .ladi-image-background { width: 278.698px;height: 231.215px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s600x550/5ff8084ed39cc50012dd5d64/giai-phap-chieu-sang-homegy-skylight-20210709081602.jpg");}#BOX1124 { width: 305.809px;height: 507px;top: 0px;left: 0px;}#BOX1124 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1126 { width: 271px;top: 295px;left: 17.4045px;}#PARAGRAPH1126 > .ladi-paragraph { color: rgb(48, 48, 48); font-size: 14px; text-align: left; line-height: 1.6;}#IMAGE1127 { width: 284.349px;height: 188.089px;top: 14.8721px;left: 10.055px;}#IMAGE1127 > .ladi-image > .ladi-image-background { width: 336.261px;height: 251.696px;top: 0px;left: -22.3101px;background-image: url("https://w.ladicdn.com/s650x600/5ff8084ed39cc50012dd5d64/dieu-khien-giong-noi-bang-tieng-anh-20210709081713.jpg");}#GROUP1128 { width: 305.809px;height: 509px;top: 0px;left: 0px;}#IMAGE1132 { width: 294.432px;height: 188.215px;top: 14.8721px;left: 6.1117px;}#IMAGE1132 > .ladi-image > .ladi-image-background { width: 294.432px;height: 188.215px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s600x500/5ff8084ed39cc50012dd5d64/giai-phap-an-ninh-4-lop-1-20210709081342.jpg");}#BOX1129 { width: 305.809px;height: 509px;top: 0px;left: 0px;}#BOX1129 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1131 { width: 281px;top: 284.021px;left: 12.8277px;}#PARAGRAPH1131 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 14px; text-align: left; line-height: 1.6;}#HEADLINE1163 { width: 288px;top: 225.5px;left: 8.9045px;}#HEADLINE1163 > .ladi-headline { color: rgb(255, 151, 5); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1163.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#IMAGE1546 { width: 391.723px;height: 283.99px;top: 136.51px;left: 20px;}#IMAGE1546 > .ladi-image > .ladi-image-background { width: 391.723px;height: 283.99px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s700x600/5ff8084ed39cc50012dd5d64/untitled-1-20210811100605.png");}#NOTIFY1557 { width: 300px;height: 62px;top: 10px;left: 10px;bottom: auto;right: auto;position: fixed; z-index: 90000060;}#IMAGE1560 { width: 57.5345px;height: 58.0618px;top: auto;left: auto;bottom: 19px;right: 72px;position: fixed; z-index: 90000050;}#IMAGE1560 > .ladi-image > .ladi-image-background { width: 57.5345px;height: 58.0618px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/1200px-facebook_messenger_logosvg-20200424043639-20200706022304.png");}#IMAGE1560.ladi-animation > .ladi-image { animation-name: swing; -webkit-animation-name: swing; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#BOX1562 { width: 167.686px;height: 37.7293px;top: 15.9585px;left: 28.8588px;}#BOX1562 > .ladi-box { background-color: rgb(255, 223, 143); border-radius: 10000px;}#IMAGE1563 { width: 66.2632px;height: 65.453px;top: 0px;left: 0px;}#IMAGE1563 > .ladi-image > .ladi-image-background { width: 66.2632px;height: 65.453px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/sss-20210107084644.png");}#IMAGE1563.ladi-animation > .ladi-image { animation-name: swing; -webkit-animation-name: swing; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#HEADLINE1564 { width: 124px;top: 22.7265px;left: 66.2632px;}#HEADLINE1564 > .ladi-headline { color: rgb(185, 22, 22); font-size: 16px; font-weight: bold; line-height: 1.6;}#GROUP1561 { width: 196.545px;height: 65.453px;top: auto;left: 0px;bottom: 23px;right: auto;position: fixed; z-index: 90000050;}#LINE1566 { width: 960px;top: 260.762px;left: 3.06581px;}#LINE1566 > .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;}#LINE1566 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE1585 { width: 517px;top: 60.94px;left: 3.06581px;}#HEADLINE1585 > .ladi-headline { color: rgb(255, 255, 255); font-size: 18px; font-weight: bold; text-align: left; line-height: 1.4;}#SHAPE1587 { width: 22.5469px;height: 22.5469px;top: 0px;left: 0px;}#SHAPE1587 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1588 { width: 509px;top: 4px;left: 33px;}#HEADLINE1588 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.4;}#SHAPE1590 { width: 22.5469px;height: 22.5469px;top: 34.96px;left: 0px;}#SHAPE1590 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1591 { width: 292px;top: 36.96px;left: 33px;}#HEADLINE1591 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.4;}#SHAPE1596 { width: 28.7993px;height: 22.5469px;top: 69.46px;left: 0px;}#SHAPE1596 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1597 { width: 292px;top: 72.46px;left: 35px;}#HEADLINE1597 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; text-align: left; line-height: 1.4;}#SECTION1559 { height: 277.762px;}#SECTION1559 > .ladi-section-background { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, rgba(255, 150, 2, 1.0)); background: linear-gradient(180deg, #FF9705, rgba(255, 150, 2, 1.0));}#HEADLINE1645 { width: 215px;top: 0px;left: 5.502px;}#HEADLINE1645 > .ladi-headline { color: rgba(255, 179, 46, 0); font-size: 172px; font-weight: bold; line-height: 1.6; -webkit-text-stroke: 2px rgb(201, 201, 201);}#HEADLINE1646 { width: 207px;top: 0px;left: 0px;}#HEADLINE1646 > .ladi-headline { color: rgb(72, 93, 192); font-size: 55px; font-weight: bold; line-height: 1.6;}#HEADLINE1647 { width: 145px;top: 66.5px;left: 62px;}#HEADLINE1647 > .ladi-headline { color: rgb(72, 93, 192); font-size: 23px; font-weight: bold; line-height: 1.6;}#HEADLINE1648 { width: 226px;top: 0px;left: 0px;}#HEADLINE1648 > .ladi-headline { color: rgb(255, 179, 45); font-size: 172px; font-weight: bold; line-height: 1.6;}#LINE1649 { width: 139px;top: 190.5px;left: 13px;}#LINE1649 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 224, 224); border-right: 2px solid rgb(224, 224, 224); border-bottom: 2px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1649 > .ladi-line { width: 100%;padding: 8px 0px;}#LINE1650 { width: 139px;top: 200px;left: 51px;}#LINE1650 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 224, 224); border-right: 2px solid rgb(224, 224, 224); border-bottom: 2px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1650 > .ladi-line { width: 100%;padding: 8px 0px;}#COUNTDOWN1653 { width: 221.719px;height: 46px;top: 29.25px;left: 0px;}#COUNTDOWN1653 > .ladi-countdown { color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center;}#COUNTDOWN1653 > .ladi-countdown > .ladi-element {width: calc((100% - 10px * 3) / 4);margin-right: 10px;height: 100%;}#COUNTDOWN1653 > .ladi-countdown .ladi-countdown-background {background-color: rgb(160, 160, 160);}#HEADLINE1658 { width: 218px;top: 0px;left: 1px;}#HEADLINE1658 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE1659 { width: 49px;top: 77.25px;left: 6.86px;}#HEADLINE1659 > .ladi-headline { color: rgb(255, 255, 255); font-size: 12px; line-height: 1.6;}#HEADLINE1660 { width: 40px;top: 77.25px;left: 69.86px;}#HEADLINE1660 > .ladi-headline { color: rgb(255, 255, 255); font-size: 12px; line-height: 1.6;}#HEADLINE1661 { width: 40px;top: 78.25px;left: 125.86px;}#HEADLINE1661 > .ladi-headline { color: rgb(255, 255, 255); font-size: 12px; line-height: 1.6;}#HEADLINE1662 { width: 40px;top: 77.25px;left: 185.72px;}#HEADLINE1662 > .ladi-headline { color: rgb(255, 255, 255); font-size: 12px; line-height: 1.6;}#GROUP1652 { width: 225.72px;height: 97.25px;top: 103.879px;left: 77.14px;}#BOX1663 { width: 32.765px;height: 32.765px;top: 59px;left: 352.765px;}#BOX1663 > .ladi-box { background: rgba(255, 181, 48, 1.0); background: -webkit-linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0)); background: linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0));border-radius: 1000px;}#LIST_PARAGRAPH1665 { width: 261px;top: 0px;left: 0px;}#LIST_PARAGRAPH1665 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 15px; line-height: 1.4;}#LIST_PARAGRAPH1665 ul li { padding-left: 28px;}#LIST_PARAGRAPH1665 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#LIST_PARAGRAPH1666 { width: 334px;top: 39.496px;left: 1px;}#LIST_PARAGRAPH1666 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 15px; line-height: 1.4;}#LIST_PARAGRAPH1666 ul li { padding-left: 28px;}#LIST_PARAGRAPH1666 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#LIST_PARAGRAPH1667 { width: 334px;top: 78.496px;left: 1px;}#LIST_PARAGRAPH1667 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 15px; line-height: 1.4;}#LIST_PARAGRAPH1667 ul li { padding-left: 28px;}#LIST_PARAGRAPH1667 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#GROUP1664 { width: 335px;height: 99.496px;top: 284px;left: 435px;}#GROUP1664.ladi-animation > .ladi-group { animation-name: fadeInRight; -webkit-animation-name: fadeInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1669 { width: 380px;height: 520.625px;top: 0px;left: 0px;}#BOX1669 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(28deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(28deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-radius: 10px;}#BUTTON_TEXT1675 { width: 109px;top: 9px;left: 0px;}#BUTTON_TEXT1675 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1675 { width: 183.382px;height: 45px;top: 130.5px;left: 63.309px;}#BUTTON1675 > .ladi-button > .ladi-button-background { background-color: rgb(255, 164, 16);}#BUTTON1675 > .ladi-button { box-shadow: 0px 15px 25px -7px rgba(27, 27, 60, 0.4); -webkit-box-shadow: 0px 15px 25px -7px rgba(27, 27, 60, 0.4); border-radius: 1000px;}#BUTTON1675.ladi-animation > .ladi-button { animation-name: pulse; -webkit-animation-name: pulse; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#FORM1674 { width: 310px;height: 175.5px;top: 237.246px;left: 35px;}#FORM1674 > .ladi-form { color: rgb(0, 0, 0); font-size: 14px; letter-spacing: 0px; line-height: 1.6;}#FORM1674 .ladi-form-item .ladi-form-control::placeholder, #FORM1674 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {color: rgba(0, 0, 0, 1.0);}#FORM1674 .ladi-form-item {padding-left: 9px;padding-right: 9px;}#FORM1674 .ladi-form-item.ladi-form-checkbox {padding-left: 14px;padding-right: 14px;}#FORM1674 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");}#FORM1674 .ladi-form-item-container, #FORM1674 .ladi-form-label-container .ladi-form-label-item {border-color: rgb(238, 238, 238); border-width: 1px;}#FORM1674 .ladi-form-item-container .ladi-form-quantity button {background-color: rgb(238, 238, 238);}#FORM1674 .ladi-form-item-background {background-color: rgb(255, 255, 255);}#PARAGRAPH1679 { width: 350px;top: 102.5px;left: 14px;}#PARAGRAPH1679 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; text-align: center; line-height: 1.6;}#PARAGRAPH1680 { width: 310px;top: 26px;left: 32.282px;}#PARAGRAPH1680 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.2;}#GROUP1668 { width: 380px;height: 520.625px;top: 0px;left: 0px;}#GROUP1668.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#FORM_ITEM1678 { width: 310px;height: 45px;top: 55px;left: 0px;}#FORM_ITEM1677 { width: 310px;height: 45px;top: 0px;left: 0px;}#IMAGE1672 { width: 120.572px;height: 38.2397px;top: 470.76px;left: 193.416px;}#IMAGE1672 > .ladi-image > .ladi-image-background { width: 120.572px;height: 38.2397px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/zse-20201005080655.png");}#IMAGE1671 { width: 123.767px;height: 39.5627px;top: 469.3px;left: 64.0125px;}#IMAGE1671 > .ladi-image > .ladi-image-background { width: 123.767px;height: 39.5627px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s450x350/5c7362c6c417ab07e5196b05/dvfsrd-20201005080655.png");}#PARAGRAPH1673 { width: 236px;top: 438px;left: 72px;}#PARAGRAPH1673 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 12px; text-align: center; line-height: 1.6;}#HEADLINE1727 { width: 65px;top: 181px;left: 343.282px;}#HEADLINE1727 > .ladi-headline { color: rgb(72, 93, 192); font-size: 23px; font-weight: bold; line-height: 1.6;}#GROUP1728 { width: 226px;height: 275px;top: 0px;left: 173px;}#GROUP1730 { width: 408.282px;height: 275px;top: 0px;left: 17.718px;}#IMAGE1731 { width: 318.678px;height: 116.249px;top: 434.702px;left: 395.278px;}#IMAGE1731 > .ladi-image > .ladi-image-background { width: 318.678px;height: 116.249px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s650x450/5ff8084ed39cc50012dd5d64/untitled-5-20210817033039.png");}#GROUP1734 { width: 380px;height: 520.625px;top: 30.3255px;left: 0.278px;}#IMAGE1735 { width: 384.748px;height: 489.68px;top: 247.986px;left: 663.987px;}#IMAGE1735 > .ladi-image > .ladi-image-background { width: 384.748px;height: 489.68px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s700x800/5ff8084ed39cc50012dd5d64/untitled-2-20210802084342.png");}#PARAGRAPH1736 { width: 426px;top: 219px;left: 0px;}#PARAGRAPH1736 > .ladi-paragraph { color: rgb(72, 93, 192); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.2;}#GROUP1737 { width: 426px;height: 275px;top: 0px;left: 435px;}#GROUP1738 { width: 207px;height: 103.5px;top: 91.765px;left: 0px;}#HEADLINE1741 { width: 817px;top: 0px;left: 93.1333px;}#HEADLINE1741 > .ladi-headline { color: rgb(0, 33, 96); font-size: 18px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1742 { width: 867px;top: 29px;left: 92.4395px;}#PARAGRAPH1742 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 16px; text-align: left; line-height: 1.6;}#BOX1744 { width: 49.7797px;height: 43.1579px;top: 0px;left: 0px;}#BOX1744 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1745 { width: 51px;top: 6.57895px;left: 0px;}#HEADLINE1745 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1743 { width: 51px;height: 43.1579px;top: 0px;left: 0px;}#GROUP1740 { width: 959.439px;height: 80px;top: 98.3421px;left: 0.5605px;}#BOX1748 { width: 49.864px;height: 41.6579px;top: 0px;left: 0px;}#BOX1748 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1749 { width: 50px;top: 4.16579px;left: 0px;}#HEADLINE1749 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1747 { width: 50px;height: 41.6579px;top: 207px;left: 0px;}#BOX1754 { width: 47.759px;height: 41.759px;top: 0px;left: 0px;}#BOX1754 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1755 { width: 23px;top: 4.1759px;left: 14.3277px;}#HEADLINE1755 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1753 { width: 47.759px;height: 41.759px;top: 338.618px;left: 0.278px;}#HEADLINE1756 { width: 879px;top: 207px;left: 95px;}#HEADLINE1756 > .ladi-headline { color: rgb(0, 33, 96); font-size: 18px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1757 { width: 861px;top: 238px;left: 95px;}#PARAGRAPH1757 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 16px; text-align: left; line-height: 1.6;}#HEADLINE1758 { width: 19px;top: 238px;left: 80px;}#HEADLINE1758 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#HEADLINE1760 { width: 19px;top: 356px;left: 92.5px;}#HEADLINE1760 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#HEADLINE1762 { width: 867px;top: 337.998px;left: 92.278px;}#HEADLINE1762 > .ladi-headline { color: rgb(0, 33, 96); font-size: 18px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1763 { width: 849px;top: 368.998px;left: 92.778px;}#PARAGRAPH1763 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 16px; text-align: left; line-height: 1.6;}#BOX1765 { width: 47.759px;height: 41.759px;top: 0px;left: 0px;}#BOX1765 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1766 { width: 23px;top: 4.1759px;left: 14.3277px;}#HEADLINE1766 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1764 { width: 47.759px;height: 41.759px;top: 434.877px;left: 0.2785px;}#HEADLINE1767 { width: 867px;top: 434.877px;left: 92.658px;}#HEADLINE1767 > .ladi-headline { color: rgb(0, 33, 96); font-size: 18px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1768 { width: 866px;top: 456.877px;left: 93.158px;}#PARAGRAPH1768 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 16px; text-align: left; line-height: 1.6;}#SECTION1739 { height: 610px;}#SECTION1739 > .ladi-section-background { background-color: rgba(235, 243, 254, 0.5);}#GROUP1770 { width: 305.809px;height: 509px;top: 207.5px;left: 0.5565px;}#IMAGE1603 { width: 366.013px;height: 259.078px;top: 18.68px;left: 593.987px;}#IMAGE1603 > .ladi-image > .ladi-image-background { width: 366.013px;height: 259.078px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s700x600/5ff8084ed39cc50012dd5d64/logo-vien-20210817031512.png");}#HEADLINE1779 { width: 960px;top: 9.1595px;left: 0.28025px;}#HEADLINE1779 > .ladi-headline { color: rgb(255, 151, 5); font-size: 36px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1779.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#GROUP1780 { width: 300.252px;height: 385.75px;top: 126.5px;left: 0px;}#GROUP1781 { width: 542px;height: 92.0069px;top: 111.44px;left: 0px;}#GROUP1415 { width: 54.2261px;height: 54px;top: 0px;left: 0px;}#GROUP1786 { width: 305.809px;height: 507px;top: 207.5px;left: 327.652px;}#GROUP1787 { width: 305.809px;height: 507px;top: 207.5px;left: 654.19px;}#GROUP1804 { width: 304px;height: 436.697px;top: 15px;left: 1308.72px;}#GROUP1805 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#GROUP1807 { width: 259px;height: 378.822px;top: 31.4689px;left: 24.5px;}#GROUP1814 { width: 76.7546px;height: 23.314px;top: 10.9601px;left: 178.245px;}#SHAPE1819 { width: 17.4576px;height: 23.314px;top: 0px;left: 59.297px;}#SHAPE1819 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1818 { width: 17.4576px;height: 23.314px;top: 0px;left: 29.441px;}#SHAPE1818 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1817 { width: 17.4576px;height: 23.314px;top: 0px;left: 44.839px;}#SHAPE1817 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1816 { width: 17.4576px;height: 23.314px;top: 0px;left: 15.397px;}#SHAPE1816 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1815 { width: 17.4576px;height: 23.314px;top: 0px;left: 0px;}#SHAPE1815 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1813 { width: 164px;top: 346.104px;left: 92.771px;}#HEADLINE1813 > .ladi-headline { color: rgb(5, 31, 77); font-size: 12px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1812 { width: 161px;top: 317.391px;left: 92.771px;}#HEADLINE1812 > .ladi-headline { color: rgb(33, 33, 33); font-size: 14px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1811 { width: 30.7985px;height: 34.2742px;top: 0px;left: 1.8594px;}#SHAPE1811 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1810 { width: 259px;top: 55.3363px;left: 0px;}#PARAGRAPH1810 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6;}#LINE1809 { width: 242px;top: 280.359px;left: 1.8594px;}#LINE1809 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1809 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1808 { width: 85.6464px;height: 81.4633px;top: 297.359px;left: 0px;}#IMAGE1808 > .ladi-image > .ladi-image-background { width: 85.6464px;height: 81.4633px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/bde3c9f9a4b84be612a9-20210824055437.jpg");}#IMAGE1808 > .ladi-image { border-radius: 270px;}#BOX1806 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#BOX1806 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#GROUP1788 { width: 304px;height: 436.697px;top: 15px;left: 982.722px;}#GROUP1789 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#GROUP1791 { width: 259px;height: 378.822px;top: 31.4689px;left: 24.5px;}#GROUP1798 { width: 76.7546px;height: 23.314px;top: 10.9601px;left: 178.245px;}#SHAPE1803 { width: 17.4576px;height: 23.314px;top: 0px;left: 59.297px;}#SHAPE1803 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1802 { width: 17.4576px;height: 23.314px;top: 0px;left: 29.441px;}#SHAPE1802 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1801 { width: 17.4576px;height: 23.314px;top: 0px;left: 44.839px;}#SHAPE1801 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1800 { width: 17.4576px;height: 23.314px;top: 0px;left: 15.397px;}#SHAPE1800 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1799 { width: 17.4576px;height: 23.314px;top: 0px;left: 0px;}#SHAPE1799 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1797 { width: 164px;top: 346.104px;left: 92.771px;}#HEADLINE1797 > .ladi-headline { color: rgb(5, 31, 77); font-size: 12px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1796 { width: 161px;top: 317.391px;left: 92.771px;}#HEADLINE1796 > .ladi-headline { color: rgb(33, 33, 33); font-size: 14px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1795 { width: 30.7985px;height: 34.2742px;top: 0px;left: 1.8594px;}#SHAPE1795 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1794 { width: 259px;top: 55.3363px;left: 0px;}#PARAGRAPH1794 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 14px; text-align: justify; line-height: 1.6;}#LINE1793 { width: 242px;top: 280.359px;left: 1.8594px;}#LINE1793 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1793 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1792 { width: 85.6464px;height: 81.4633px;top: 297.359px;left: 0px;}#IMAGE1792 > .ladi-image > .ladi-image-background { width: 85.6464px;height: 81.4633px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/nhung_pham_chat_cua_nguoi_thanh_dat-20210824054226.jpg");}#IMAGE1792 > .ladi-image { border-radius: 270px;}#BOX1790 { width: 304px;height: 436.697px;top: 0px;left: 0px;}#BOX1790 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#PARAGRAPH1820 { width: 83px;top: 18.8095px;left: 280.418px;}#PARAGRAPH1820 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1821 { width: 83px;top: 19.1385px;left: 703.5px;}#PARAGRAPH1821 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: center; line-height: 1.6;}}@media (max-width: 767px) { #SECTION_POPUP { height: 0px;}#SECTION345 { height: 302.102px;}#SECTION380 { height: 424.677px;}#SECTION380 > .ladi-section-background { background-color: rgb(255, 255, 255);}#SECTION392 { height: 553.737px;}#SECTION392 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#PARAGRAPH450 { width: 358px;top: 310.677px;left: 31.0002px;}#PARAGRAPH450 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 8px; text-align: center; line-height: 1.4;}#SECTION577 { height: 239.25px;}#SECTION577 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#LINE697 { width: 65px;top: 42.575px;left: 177.5px;}#LINE697 > .ladi-line > .ladi-line-container { border-top: 3px solid rgb(247, 89, 0); border-right: 3px solid rgb(247, 89, 0); border-bottom: 3px solid rgb(247, 89, 0); border-left: 0px !important;}#LINE697 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE783 { width: 400px;top: 21.575px;left: 10.0002px;}#HEADLINE783 > .ladi-headline { color: rgb(255, 255, 255); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.2;}#SECTION804 { height: 565.002px;}#SECTION804 > .ladi-section-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://w.ladicdn.com/s768x565/5c7362c6c417ab07e5196b05/jjj-20210120010056.jpg"); background-position: center top; background-repeat: repeat; filter: hue-rotate(186deg);}#LIST_PARAGRAPH805 { width: 405px;top: 343.002px;left: 10px;}#LIST_PARAGRAPH805 > .ladi-list-paragraph { color: rgb(255, 255, 255); font-size: 13px; line-height: 1.4;}#LIST_PARAGRAPH805.ladi-animation > .ladi-list-paragraph { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#LIST_PARAGRAPH805 ul li { padding-bottom: 4px;padding-left: 28px;}#LIST_PARAGRAPH805 ul li:before { content: counter(linum, disc); color: rgba(254, 152, 37, 1); font-size: 53px; top: -33px; }#PARAGRAPH806 { width: 419px;top: 102px;left: 0px;}#PARAGRAPH806 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; text-align: center; line-height: 1.4;}#HEADLINE808 { width: 419px;top: 24px;left: 0px;}#HEADLINE808 > .ladi-headline { color: rgb(255, 255, 255); font-size: 56px; font-weight: bold; text-align: center; line-height: 1.6; text-shadow: rgb(255, 152, 6) 2px 1px 1px;}#HEADLINE809 { width: 225px;top: 2.45946px;left: 6.43692px;}#HEADLINE809 > .ladi-headline { color: rgb(255, 152, 6); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BOX810 { width: 237.5px;height: 26px;top: 0px;left: 0px;}#BOX810 > .ladi-box { background-color: rgba(255, 255, 255, 0); border-style: solid; border-color: rgba(163, 188, 255, 0.4); border-width: 1px;}#BUTTON_TEXT811 { width: 193px;top: 9px;left: 0px;}#BUTTON_TEXT811 > .ladi-headline { color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON811 { width: 146.25px;height: 39px;top: 483.002px;left: 139.375px;}#BUTTON811 > .ladi-button > .ladi-button-background { background: rgba(254, 88, 34, 1.0); background: -webkit-linear-gradient(134deg, rgba(254, 88, 34, 1.0), rgba(254, 152, 38, 1.0)); background: linear-gradient(134deg, rgba(254, 88, 34, 1.0), rgba(254, 152, 38, 1.0));}#BUTTON811 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(9, 36, 83, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(9, 36, 83, 1.0); border-radius: 1000px;}#POPUP816 { width: 405.474px;height: 631px;top: 0px;left: 0px;bottom: 0px;right: 0px;margin: auto; border-radius: 8px;}#POPUP816 > .ladi-popup > .ladi-overlay { border-radius: 8px;}#POPUP816 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH817 { width: 369px;top: 25.7044px;left: 30.737px;}#PARAGRAPH817 > .ladi-paragraph { color: rgb(5, 31, 77); font-size: 25px; font-weight: bold; line-height: 1.2;}#PARAGRAPH818 { width: 346px;top: 95.7044px;left: 29.737px;}#PARAGRAPH818 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 14px; text-align: left; line-height: 1.6;}#PARAGRAPH819 { width: 394px;top: 168.125px;left: 29.737px;}#PARAGRAPH819 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 16px; font-weight: bold; line-height: 1.6;}#FORM820 { width: 346px;height: 290.462px;top: 205.691px;left: 29.737px;}#FORM820 > .ladi-form { color: rgb(0, 0, 0); font-size: 12px; line-height: 1.6;}#FORM820 .ladi-form-item .ladi-form-control::placeholder, #FORM820 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {color: #000;}#FORM820 .ladi-form-item {padding-left: 9px;padding-right: 9px;}#FORM820 .ladi-form-item.ladi-form-checkbox {padding-left: 14px;padding-right: 14px;}#FORM820 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20%23000%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");}#FORM820 .ladi-form-item-container, #FORM820 .ladi-form-label-container .ladi-form-label-item {border-style: solid; border-color: rgb(83, 83, 83); border-width: 1px;}#FORM820 .ladi-form-item-container .ladi-form-quantity button {background-color: rgb(83, 83, 83);}#BUTTON821 { width: 128.243px;height: 41.3568px;top: 249.105px;left: 0px;}#BUTTON821 > .ladi-button > .ladi-button-background { background: rgba(247, 90, 0, 1.0); background: -webkit-linear-gradient(160deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0)); background: linear-gradient(160deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0));}#BUTTON_TEXT821 { width: 128px;top: 8.27136px;left: 0px;}#BUTTON_TEXT821 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#FORM_ITEM822 { width: 345.269px;height: 41.3568px;top: 0px;left: 0px;}#FORM_ITEM823 { width: 345.269px;height: 41.3568px;top: 48.0199px;left: 0px;}#FORM_ITEM824 { width: 345.269px;height: 41.3568px;top: 96.0397px;left: 0px;}#FORM_ITEM826 { width: 345.269px;height: 41.3568px;top: 144.06px;left: 0px;}#FORM_ITEM827 { width: 346px;height: 45px;top: 192.079px;left: 0px;}#FORM_ITEM827 .ladi-form-checkbox-item { margin: 5px;}#PARAGRAPH828 { width: 346px;top: 509.508px;left: 29.737px;}#PARAGRAPH828 > .ladi-paragraph { color: rgb(0, 0, 0); font-size: 14px; text-align: left; line-height: 1.6;}#GROUP842 { width: 419.158px;height: 124px;top: 35.921px;left: 0px;}#GROUP842.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#GROUP843 { width: 237.5px;height: 26px;top: 9.921px;left: 91.25px;}#GROUP843.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#POPUP844 { width: 395.407px;height: 507px;top: 0px;left: 0px;bottom: 0px;right: 0px;margin: auto; border-radius: 10px;}#POPUP844 > .ladi-popup > .ladi-overlay { border-radius: 10px;}#POPUP844 > .ladi-popup > .ladi-popup-background { background-color: rgb(255, 255, 255); border-radius: 10px;}#HEADLINE845 { width: 382px;top: 35.5075px;left: 2.0605px;}#HEADLINE845 > .ladi-headline { color: rgb(247, 90, 0); font-size: 35px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE846 { width: 269px;top: 83.8882px;left: 58.5605px;}#HEADLINE846 > .ladi-headline { color: rgb(5, 31, 77); font-size: 25px; text-align: center; line-height: 1.6;}#HEADLINE847 { width: 376px;top: 119.424px;left: 5.0605px;}#HEADLINE847 > .ladi-headline { color: rgb(5, 31, 77); font-size: 25px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE848 { width: 293px;top: 244.411px;left: 46.5605px;}#HEADLINE848 > .ladi-headline { color: rgb(5, 31, 77); font-size: 19px; text-align: center; line-height: 1.6;}#HEADLINE849 { width: 293px;top: 271.435px;left: 46.5605px;}#HEADLINE849 > .ladi-headline { color: rgb(5, 31, 77); font-size: 19px; text-align: center; line-height: 1.6;}#HEADLINE850 { width: 354px;top: 296.771px;left: 16.0605px;}#HEADLINE850 > .ladi-headline { color: rgb(5, 31, 77); font-size: 19px; text-align: center; line-height: 1.6;}#BUTTON852 { width: 151.166px;height: 47.5362px;top: 352.247px;left: 117.477px;}#BUTTON852 > .ladi-button > .ladi-button-background { background: rgba(247, 90, 0, 1.0); background: -webkit-linear-gradient(143deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0)); background: linear-gradient(143deg, rgba(247, 90, 0, 1.0), rgba(254, 152, 39, 1.0));}#BUTTON852 > .ladi-button { box-shadow: 0px 15px 12px -15px rgba(97, 97, 97, 1.0); -webkit-box-shadow: 0px 15px 12px -15px rgba(97, 97, 97, 1.0); border-radius: 1000px;}#BUTTON_TEXT852 { width: 179px;top: 9px;left: 0px;}#BUTTON_TEXT852 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE853 { width: 354px;top: 411.073px;left: 16.0605px;}#HEADLINE853 > .ladi-headline { color: rgb(5, 31, 77); font-size: 21px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE854 { width: 354px;top: 444.319px;left: 16.0605px;}#HEADLINE854 > .ladi-headline { color: rgb(5, 31, 77); font-size: 15px; text-align: center; line-height: 1.6;}#SHAPE859 { width: 81.9169px;height: 81.9169px;top: 161.116px;left: 152.102px;}#SHAPE859 svg:last-child { fill: rgba(234, 15, 51, 1.0);}#SHAPE860 { width: 450.121px;height: 450.121px;top: 5px;left: -32px;}#SHAPE860 svg:last-child { fill: rgba(255, 135, 155, 0.1);}#BOX861 { width: 420px;height: 370.575px;top: 0px;left: 0px;}#BOX861 > .ladi-box > .ladi-overlay { background-color: rgba(28, 31, 34, 0.6);}#BOX861 > .ladi-box { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://w.ladicdn.com/s750x700/5c7362c6c417ab07e5196b05/ktsgvakl20210126013535.jpg"); background-position: center top; background-repeat: repeat; border-radius: 8px;}#PARAGRAPH957 { width: 83px;top: 22.5726px;left: 431px;}#PARAGRAPH957 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}#PARAGRAPH958 { width: 200px;top: 3.57265px;left: 518.5px;}#PARAGRAPH958 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}#PARAGRAPH960 { width: 83px;top: -231.427px;left: 689px;}#PARAGRAPH960 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}#BUTTON_TEXT961 { width: 153px;top: 9px;left: 0px;}#BUTTON_TEXT961 > .ladi-headline { font-family: "Roboto", sans-serif;color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON961 { width: 134.626px;height: 36.5726px;top: 10.1222px;left: 285.374px;}#BUTTON961 > .ladi-button > .ladi-button-background { background: rgba(255, 188, 24, 1.0); background: -webkit-linear-gradient(180deg, rgba(255, 188, 24, 1.0), rgba(255, 120, 1, 1.0)); background: linear-gradient(180deg, rgba(255, 188, 24, 1.0), rgba(255, 120, 1, 1.0));}#BUTTON961 > .ladi-button { border-radius: 1000px;}#SECTION956 { height: 64.002px;}#SECTION956 > .ladi-section-background { background-color: rgb(255, 152, 6);}#IMAGE964 { width: 150.314px;height: 49.2439px;top: 0px;left: 0px;}#IMAGE964 > .ladi-image > .ladi-image-background { width: 150.314px;height: 49.2439px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s500x350/5ff8084ed39cc50012dd5d64/3-20210730072226.png");}#IMAGE964 > .ladi-image { border-width: 5px;}#BOX1079 { width: 400px;height: 232.102px;top: 0px;left: 0px;}#BOX1079 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); -webkit-box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); background-color: rgb(223, 243, 255); border-radius: 6px;}#SHAPE1080 { width: 60px;height: 60px;top: 78px;left: 162px;}#SHAPE1080 svg:last-child { fill: rgba(0, 0, 0, 0.5);}#VIDEO1080 { width: 384px;height: 216px;top: 7.102px;left: 8.5px;}#VIDEO1080 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/PkD0FmVBm7k/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat;}#GROUP1078 { width: 400px;height: 232.102px;top: 46px;left: 10px;}#IMAGE1082 { width: 312.722px;height: 398.009px;top: 146.993px;left: 167.687px;}#IMAGE1082 > .ladi-image > .ladi-image-background { width: 312.722px;height: 398.009px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s650x700/5ff8084ed39cc50012dd5d64/untitled-2-20210802084342.png");}#HEADLINE1019 { width: 393px;top: 8px;left: 11px;}#HEADLINE1019 > .ladi-headline { color: rgb(255, 151, 5); font-size: 10px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1019.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1018 { width: 400px;top: 10px;left: 10px;}#HEADLINE1018 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1018.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#IMAGE1084 { width: 423px;height: 367.826px;top: -47px;left: -502px;}#IMAGE1084 > .ladi-image > .ladi-image-background { width: 423px;height: 367.826px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s750x700/5c7362c6c417ab07e5196b05/svdfaed-20201005090740.png");}#BOX1104 { width: 362.846px;height: 42.5133px;top: 0px;left: 0px;}#BOX1104 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1105 { width: 35.6065px;height: 34.2035px;top: 4.15524px;left: 4.6881px;}#BOX1105 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1106 { width: 302px;top: 13.2567px;left: 53.9869px;}#PARAGRAPH1106 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 9px; text-align: justify; line-height: 1.6;}#IMAGE1107 { width: 25.5754px;height: 18.2476px;top: 12.1333px;left: 9.8074px;}#IMAGE1107 > .ladi-image > .ladi-image-background { width: 25.5754px;height: 18.2476px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1103 { width: 362.846px;height: 42.5133px;top: 47.3953px;left: 28.577px;}#GROUP1103.ladi-animation > .ladi-group { animation-name: bounceInRight; -webkit-animation-name: bounceInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1108 { width: 420px;height: 220px;top: 8.0003px;left: 447.143px;}#BOX1108 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 8px;}#BOX1109 { width: 292.732px;height: 228.846px;top: 26.278px;left: 562.031px;}#BOX1109 > .ladi-box { border-style: solid; border-color: rgba(62, 62, 62, 0.1); border-width: 17px; border-radius: 18px;}#IMAGE1110 { width: 81.7065px;height: 156.838px;top: 44.486px;left: 518.931px;}#IMAGE1110 > .ladi-image > .ladi-image-background { width: 81.7065px;height: 156.838px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x500/5ff8084ed39cc50012dd5d64/untitled-1-20210823072201.png");}#BOX1114 { width: 49.6749px;height: 49.6748px;top: 122.428px;left: 735.195px;}#BOX1114 > .ladi-box { background: rgba(255, 181, 48, 1.0); background: -webkit-linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0)); background: linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0));border-radius: 1000px;}#SECTION1083 { height: 334.103px;}#SECTION1083 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#SECTION1116 { height: 368px;}#SECTION1116 > .ladi-section-background { background-color: rgb(250, 250, 250);}#BOX1138 { width: 364.19px;height: 43.1456px;top: 0px;left: 0px;}#BOX1138 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1139 { width: 33.1249px;height: 31.8199px;top: 4.58422px;left: 6.87634px;}#BOX1139 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1140 { width: 269px;top: 12.0064px;left: 53.269px;}#PARAGRAPH1140 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 9px; text-align: justify; line-height: 1.6;}#IMAGE1141 { width: 23.793px;height: 16.9759px;top: 12.0064px;left: 11.6388px;}#IMAGE1141 > .ladi-image > .ladi-image-background { width: 23.793px;height: 16.9759px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1137 { width: 364.19px;height: 43.1456px;top: 97.11px;left: 28.577px;}#GROUP1137.ladi-animation > .ladi-group { animation-name: bounceInRight; -webkit-animation-name: bounceInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1146 { width: 362.713px;height: 48.2571px;top: 0px;left: 0px;}#BOX1146 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1147 { width: 37.0494px;height: 35.5896px;top: 5.12732px;left: 7.69102px;}#BOX1147 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1148 { width: 323px;top: 17.1285px;left: 52.4815px;}#PARAGRAPH1148 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 9px; text-align: justify; line-height: 1.6;}#IMAGE1149 { width: 26.6119px;height: 18.987px;top: 13.4287px;left: 13.0177px;}#IMAGE1149 > .ladi-image > .ladi-image-background { width: 26.6119px;height: 18.987px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1145 { width: 375.481px;height: 48.2571px;top: 199.519px;left: 28.577px;}#GROUP1145.ladi-animation > .ladi-group { animation-name: bounceInRight; -webkit-animation-name: bounceInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1151 { width: 364.215px;height: 46.2571px;top: 0px;left: 0px;}#BOX1151 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1152 { width: 35.5139px;height: 34.1146px;top: 4.91482px;left: 7.37226px;}#BOX1152 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1153 { width: 323px;top: 16.1285px;left: 55.4815px;}#PARAGRAPH1153 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 9px; text-align: justify; line-height: 1.6;}#IMAGE1154 { width: 25.509px;height: 18.2px;top: 12.8722px;left: 12.4782px;}#IMAGE1154 > .ladi-image > .ladi-image-background { width: 25.509px;height: 18.2px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1150 { width: 378.481px;height: 46.2571px;top: 146.881px;left: 28.577px;}#GROUP1150.ladi-animation > .ladi-group { animation-name: bounceInRight; -webkit-animation-name: bounceInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1156 { width: 361.489px;height: 49.2571px;top: 0px;left: 0px;}#BOX1156 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1157 { width: 37.8171px;height: 36.3271px;top: 5.23357px;left: 7.85039px;}#BOX1157 > .ladi-box { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, #ffa751); background: linear-gradient(180deg, #FF9705, #ffa751);border-radius: 5px;}#PARAGRAPH1158 { width: 296px;top: 16.0939px;left: 55.1065px;}#PARAGRAPH1158 > .ladi-paragraph { color: rgb(33, 33, 33); font-size: 9px; text-align: justify; line-height: 1.6;}#IMAGE1159 { width: 27.1633px;height: 19.3805px;top: 13.707px;left: 13.2875px;}#IMAGE1159 > .ladi-image > .ladi-image-background { width: 27.1633px;height: 19.3805px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/a4-20201005090147.png");}#GROUP1155 { width: 361.489px;height: 49.2571px;top: 255.974px;left: 28.577px;}#GROUP1155.ladi-animation > .ladi-group { animation-name: bounceInRight; -webkit-animation-name: bounceInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.9s; -webkit-animation-duration: 1.9s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1161 { width: 133px;top: 90.7208px;left: 0.015885px;}#HEADLINE1161 > .ladi-headline { color: rgb(255, 151, 5); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1161.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#HEADLINE1162 { width: 114px;top: 90.517px;left: 11.1575px;}#HEADLINE1162 > .ladi-headline { color: rgb(255, 151, 5); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1162.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BUTTON_TEXT1165 { width: 160px;top: 9px;left: 0px;}#BUTTON_TEXT1165 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; font-weight: bold; text-align: center; line-height: 1.6; text-shadow: rgb(184, 156, 99) 1px 2px 3px;}#BUTTON1165 { width: 92.4444px;height: 26px;top: 243px;left: 163.778px;}#BUTTON1165 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1165 > .ladi-button { box-shadow: 0px 15px 30px -12px rgba(174, 116, 20, 1.0); -webkit-box-shadow: 0px 15px 30px -12px rgba(174, 116, 20, 1.0); border-color: rgb(255, 227, 173); border-width: 3px; border-radius: 1000px;}#BOX1172 { width: 133.595px;height: 175.229px;top: 0px;left: 0px;}#BOX1172 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1173 { width: 133.595px;height: 21.5033px;top: 153.726px;left: 0px;}#BOX1173 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1174 { width: 84.6503px;height: 76.2077px;top: 10.6601px;left: 24.4724px;}#IMAGE1174 > .ladi-image > .ladi-image-background { width: 85.3471px;height: 76.2077px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/bkb02595-copy-20210714032228.jpg");}#HEADLINE1175 { width: 110px;top: 97.2019px;left: 11.6667px;}#HEADLINE1175 > .ladi-headline { color: rgb(255, 151, 5); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1176 { width: 116px;top: 114.725px;left: 8.79755px;}#PARAGRAPH1176 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 7px; text-align: center; line-height: 1.6;}#SHAPE1179 { width: 5.94773px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1179 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1180 { width: 5.94773px;height: 6.77729px;top: 0px;left: 6.86277px;}#SHAPE1180 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1178 { width: 12.8105px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1181 { width: 5.94773px;height: 6.77729px;top: 0px;left: 14.183px;}#SHAPE1181 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1182 { width: 5.94773px;height: 6.77729px;top: 0px;left: 21.0458px;}#SHAPE1182 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1183 { width: 5.94773px;height: 6.77729px;top: 0px;left: 27.9085px;}#SHAPE1183 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1177 { width: 33.8563px;height: 6.77729px;top: 158.34px;left: 5.23533px;}#PARAGRAPH1184 { width: 60px;top: 157.478px;left: 44.065px;}#PARAGRAPH1184 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 8px; text-align: left; line-height: 1.6;}#IMAGE1185 { width: 9.05657px;height: 7.9489px;top: 161.366px;left: 102.065px;}#IMAGE1185 > .ladi-image > .ladi-image-background { width: 9.05657px;height: 7.9489px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1186 { width: 16px;top: 157.478px;left: 113.122px;}#PARAGRAPH1186 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 8px; text-align: left; line-height: 1.6;}#GROUP1171 { width: 133.595px;height: 175.229px;top: 0px;left: 0px;}#BOX1188 { width: 133.595px;height: 175.229px;top: 0px;left: 0px;}#BOX1188 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1189 { width: 133.595px;height: 21.5033px;top: 153.726px;left: 0px;}#BOX1189 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1190 { width: 94.9415px;height: 83.5185px;top: 11.5751px;left: 19.3267px;}#IMAGE1190 > .ladi-image > .ladi-image-background { width: 95.7229px;height: 83.5185px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5ff8084ed39cc50012dd5d64/bkb02715-copy-20210817072101.jpg");}#HEADLINE1191 { width: 110px;top: 97.2019px;left: 11.6667px;}#HEADLINE1191 > .ladi-headline { color: rgb(255, 151, 5); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1192 { width: 115px;top: 115.078px;left: 6.23533px;}#PARAGRAPH1192 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 7px; text-align: center; line-height: 1.6;}#SHAPE1195 { width: 5.94773px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1195 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1196 { width: 5.94773px;height: 6.77729px;top: 0px;left: 6.86277px;}#SHAPE1196 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1194 { width: 12.8105px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1197 { width: 5.94773px;height: 6.77729px;top: 0px;left: 14.183px;}#SHAPE1197 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1198 { width: 5.94773px;height: 6.77729px;top: 0px;left: 21.0458px;}#SHAPE1198 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1199 { width: 5.94773px;height: 6.77729px;top: 0px;left: 27.9085px;}#SHAPE1199 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1193 { width: 33.8563px;height: 6.77729px;top: 158.34px;left: 6.23533px;}#PARAGRAPH1200 { width: 48px;top: 157.478px;left: 42.7975px;}#PARAGRAPH1200 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 7px; text-align: left; line-height: 1.6;}#IMAGE1201 { width: 9.05657px;height: 7.9489px;top: 160.612px;left: 97.9084px;}#IMAGE1201 > .ladi-image > .ladi-image-background { width: 9.05657px;height: 7.9489px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1202 { width: 16px;top: 157.34px;left: 110.719px;}#PARAGRAPH1202 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 9px; text-align: left; line-height: 1.6;}#GROUP1187 { width: 133.595px;height: 175.229px;top: 0px;left: 140px;}#BOX1204 { width: 133.595px;height: 175.229px;top: 0px;left: 0px;}#BOX1204 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#BOX1205 { width: 133.595px;height: 21.5033px;top: 153.726px;left: 0px;}#BOX1205 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(105deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}#IMAGE1206 { width: 115.533px;height: 41.6558px;top: 37.1961px;left: 11.6667px;}#IMAGE1206 > .ladi-image > .ladi-image-background { width: 115.533px;height: 41.6558px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s450x350/5ff8084ed39cc50012dd5d64/untitled-5-20210817033039.png");}#HEADLINE1207 { width: 110px;top: 97.2019px;left: 11.6667px;}#HEADLINE1207 > .ladi-headline { color: rgb(255, 151, 5); font-size: 9px; font-weight: bold; text-align: center; line-height: 1.4;}#PARAGRAPH1208 { width: 118px;top: 113.612px;left: 7.7975px;}#PARAGRAPH1208 > .ladi-paragraph { color: rgb(58, 58, 58); font-size: 7px; text-align: center; line-height: 1.6;}#SHAPE1211 { width: 5.94773px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1211 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1212 { width: 5.94773px;height: 6.77729px;top: 0px;left: 6.86277px;}#SHAPE1212 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1210 { width: 12.8105px;height: 6.77729px;top: 0px;left: 0px;}#SHAPE1213 { width: 5.94773px;height: 6.77729px;top: 0px;left: 14.183px;}#SHAPE1213 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1214 { width: 5.94773px;height: 6.77729px;top: 0px;left: 21.0458px;}#SHAPE1214 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#SHAPE1215 { width: 5.94773px;height: 6.77729px;top: 0px;left: 27.9085px;}#SHAPE1215 svg:last-child { fill: rgba(255, 174, 16, 1.0);}#GROUP1209 { width: 33.8563px;height: 6.77729px;top: 158.478px;left: 5.7975px;}#PARAGRAPH1216 { width: 48px;top: 157.478px;left: 47.1243px;}#PARAGRAPH1216 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 8px; text-align: left; line-height: 1.6;}#IMAGE1217 { width: 9.05657px;height: 7.9489px;top: 161.34px;left: 103.908px;}#IMAGE1217 > .ladi-image > .ladi-image-background { width: 9.05657px;height: 7.9489px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/vsefawe-20201005064213.png");}#PARAGRAPH1218 { width: 16px;top: 157.478px;left: 117.595px;}#PARAGRAPH1218 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 8px; text-align: left; line-height: 1.6;}#GROUP1203 { width: 133.595px;height: 175.229px;top: 0px;left: 281.595px;}#GROUP1170 { width: 415.19px;height: 175.229px;top: 48px;left: 2.405px;}#SECTION1164 { height: 304.44px;}#SECTION1164 > .ladi-section-background { background-color: rgb(255, 151, 5); opacity: 0.05;}#HEADLINE1388 { width: 400px;top: 10px;left: 10px;}#HEADLINE1388 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1388.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1391 { width: 400px;height: 232.102px;top: 0px;left: 0px;}#BOX1391 > .ladi-box { box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); -webkit-box-shadow: 0px 0px 20px -10px rgba(144, 144, 144, 1.0); background-color: rgb(223, 243, 255); border-radius: 6px;}#SHAPE1392 { width: 60px;height: 60px;top: 78px;left: 162px;}#SHAPE1392 svg:last-child { fill: rgba(0, 0, 0, 0.5);}#VIDEO1392 { width: 384px;height: 216px;top: 7.102px;left: 8.5px;}#VIDEO1392 > .ladi-video > .ladi-video-background { background-size: cover; background-attachment: scroll; background-origin: content-box; background-image: url("https://img.youtube.com/vi/PgvZCdgA5jw/hqdefault.jpg"); background-position: center center; background-repeat: no-repeat;}#GROUP1390 { width: 400px;height: 232.102px;top: 68.575px;left: 10.0002px;}#HEADLINE1395 { width: 400px;top: 10px;left: 10px;}#HEADLINE1395 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1395.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1414 { width: 121.542px;height: 167.991px;top: 4.93103px;left: 13.0544px;}#BOX1414 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#BOX1416 { width: 26.8697px;height: 26.7576px;top: 0px;left: 0px;}#BOX1416 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1417 { width: 15px;top: 7.92821px;left: 6.21982px;}#HEADLINE1417 > .ladi-headline { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; text-align: center; line-height: 1;}#HEADLINE1418 { width: 106px;top: 16.1379px;left: 28.3596px;}#HEADLINE1418 > .ladi-headline { color: rgb(7, 58, 145); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1419 { width: 102px;top: 43.931px;left: 22.858px;}#PARAGRAPH1419 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#LINE1420 { width: 100px;top: 30.0344px;left: 24.7583px;}#LINE1420 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1420 > .ladi-line { width: 100%;padding: 8px 0px;}#SECTION1421 { height: 288.87px;}#PARAGRAPH1509 { width: 102px;top: 87.9612px;left: 23.0575px;}#PARAGRAPH1509 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#PARAGRAPH1510 { width: 97px;top: 109.092px;left: 23.0575px;}#PARAGRAPH1510 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1508 { width: 102px;top: 65.9461px;left: 23.0575px;}#PARAGRAPH1508 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#GROUP1514 { width: 134.596px;height: 172.922px;top: 0px;left: 0px;}#BOX1516 { width: 121.542px;height: 170.682px;top: 4.93106px;left: 13.0544px;}#BOX1516 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#PARAGRAPH1517 { width: 102px;top: 109.977px;left: 23.0575px;}#PARAGRAPH1517 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1518 { width: 102px;top: 65.9466px;left: 23.0575px;}#PARAGRAPH1518 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#PARAGRAPH1519 { width: 102px;top: 87.9618px;left: 23.0575px;}#PARAGRAPH1519 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 8px; text-align: center; line-height: 1.6;}#BOX1521 { width: 30.1601px;height: 30.0346px;top: 0px;left: 0px;}#BOX1521 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1522 { width: 17px;top: 8.89915px;left: 6.98148px;}#HEADLINE1522 > .ladi-headline { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1520 { width: 30.1601px;height: 30.0346px;top: 0px;left: 0px;}#HEADLINE1523 { width: 97px;top: 16.138px;left: 28.3596px;}#HEADLINE1523 > .ladi-headline { color: rgb(7, 58, 145); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.2;}#PARAGRAPH1524 { width: 102px;top: 43.9313px;left: 22.858px;}#PARAGRAPH1524 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#LINE1525 { width: 100px;top: 30.0346px;left: 24.7583px;}#LINE1525 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1525 > .ladi-line { width: 100%;padding: 8px 0px;}#GROUP1515 { width: 134.596px;height: 175.613px;top: 0px;left: 0px;}#BOX1527 { width: 121.542px;height: 172.026px;top: 4.93104px;left: 13.0544px;}#BOX1527 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 10px;}#PARAGRAPH1528 { width: 102px;top: 109.977px;left: 23.0575px;}#PARAGRAPH1528 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; font-weight: bold; text-align: center; line-height: 1.6;}#PARAGRAPH1529 { width: 102px;top: 65.9463px;left: 23.0575px;}#PARAGRAPH1529 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 8px; text-align: center; line-height: 1.6;}#PARAGRAPH1530 { width: 102px;top: 87.9614px;left: 23.0575px;}#PARAGRAPH1530 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 8px; text-align: center; line-height: 1.6;}#BOX1532 { width: 30.1602px;height: 30.0345px;top: 0px;left: 0px;}#BOX1532 > .ladi-box { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1)); background: linear-gradient(180deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1));box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); -webkit-box-shadow: 2px 2px 0px 0px rgba(254, 87, 34, 1); border-color: rgb(0, 102, 255); border-width: 0px; border-radius: 150px;}#HEADLINE1533 { width: 16px;top: 8.89914px;left: 6.9815px;}#HEADLINE1533 > .ladi-headline { color: rgb(255, 255, 255); font-size: 20px; font-weight: bold; text-align: center; line-height: 1;}#GROUP1531 { width: 30.1602px;height: 30.0345px;top: 0px;left: 0px;}#HEADLINE1534 { width: 97px;top: 16.138px;left: 28.3596px;}#HEADLINE1534 > .ladi-headline { color: rgb(7, 58, 145); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.2;}#PARAGRAPH1535 { width: 102px;top: 43.9311px;left: 22.8581px;}#PARAGRAPH1535 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: center; line-height: 1.6;}#LINE1536 { width: 100px;top: 30.0345px;left: 24.7584px;}#LINE1536 > .ladi-line > .ladi-line-container { border-top: 2px dotted rgb(178, 178, 178); border-right: 2px dotted rgb(178, 178, 178); border-bottom: 2px dotted rgb(178, 178, 178); border-left: 0px !important;}#LINE1536 > .ladi-line { width: 100%;padding: 8px 0px;}#GROUP1526 { width: 134.596px;height: 176.957px;top: 0px;left: 0px;}#BUTTON_TEXT1537 { width: 207px;top: 4.03448px;left: 0px;}#BUTTON_TEXT1537 > .ladi-headline { color: rgb(255, 255, 255); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1537 { width: 82.1065px;height: 21.5172px;top: 146.841px;left: 34.3137px;}#BUTTON1537 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1537 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#BUTTON_TEXT1539 { width: 207px;top: 4.03452px;left: 0px;}#BUTTON_TEXT1539 > .ladi-headline { color: rgb(255, 255, 255); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1539 { width: 92.8489px;height: 21.9657px;top: 143.374px;left: 27.382px;}#BUTTON1539 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1539 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#BUTTON_TEXT1541 { width: 207px;top: 4.03448px;left: 0px;}#BUTTON_TEXT1541 > .ladi-headline { color: rgb(255, 255, 255); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1541 { width: 92.8489px;height: 21.9655px;top: 143.373px;left: 30.1018px;}#BUTTON1541 > .ladi-button > .ladi-button-background { background: rgba(247, 89, 0, 1); background: -webkit-linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0)); background: linear-gradient(144deg, rgba(247, 89, 0, 1), rgba(254, 152, 37, 1.0));}#BUTTON1541 > .ladi-button { box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); -webkit-box-shadow: 0px 15px 13px -15px rgba(190, 106, 59, 1.0); border-radius: 100px;}#GROUP1543 { width: 134.596px;height: 176.957px;top: 45.3514px;left: 283.516px;}#GROUP1544 { width: 134.596px;height: 175.613px;top: 45.3514px;left: 143.503px;}#HEADLINE1545 { width: 400px;top: 10px;left: 10px;}#HEADLINE1545 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1545.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#CAROUSEL1422 { width: 618.245px;height: 221.55px;top: 48.32px;left: 1.8884px;}#CAROUSEL1422 .ladi-carousel .ladi-carousel-arrow {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23FF9705%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");}#GROUP1455 { width: 182.214px;height: 196px;top: 11.275px;left: 220.898px;}#GROUP1456 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#GROUP1458 { width: 153.443px;height: 161.497px;top: 14.124px;left: 14.685px;}#GROUP1465 { width: 46.0057px;height: 10.4639px;top: 4.91919px;left: 106.838px;}#SHAPE1470 { width: 10.4639px;height: 10.4639px;top: 0px;left: 35.5418px;}#SHAPE1470 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1469 { width: 10.4639px;height: 10.4639px;top: 0px;left: 17.6465px;}#SHAPE1469 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1468 { width: 10.4639px;height: 10.4639px;top: 0px;left: 26.8759px;}#SHAPE1468 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1467 { width: 10.4639px;height: 10.4639px;top: 0px;left: 9.22876px;}#SHAPE1467 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1466 { width: 10.4639px;height: 10.4639px;top: 0px;left: 0px;}#SHAPE1466 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1464 { width: 98px;top: 146.812px;left: 46.7426px;}#HEADLINE1464 > .ladi-headline { color: rgb(5, 31, 77); font-size: 8px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1463 { width: 96px;top: 133.925px;left: 46.7426px;}#HEADLINE1463 > .ladi-headline { color: rgb(33, 33, 33); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1462 { width: 18.4602px;height: 15.3831px;top: 0px;left: 1.1145px;}#SHAPE1462 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1461 { width: 153px;top: 24.8363px;left: 0px;}#PARAGRAPH1461 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 7px; text-align: justify; line-height: 1.6;}#LINE1460 { width: 145px;top: 108.751px;left: 0px;}#LINE1460 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1460 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1459 { width: 36.5626px;height: 36.5627px;top: 124.934px;left: 1.79816px;}#IMAGE1459 > .ladi-image > .ladi-image-background { width: 36.5626px;height: 36.5627px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5ff8084ed39cc50012dd5d64/130767003_102619095051459_2847631270198816058_n-20210714072205.jpg");}#IMAGE1459 > .ladi-image { border-radius: 270px;}#BOX1457 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#BOX1457 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#GROUP1439 { width: 182.214px;height: 196px;top: 11.275px;left: 12px;}#GROUP1440 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#GROUP1442 { width: 153px;height: 161.497px;top: 14.124px;left: 14.685px;}#GROUP1449 { width: 46.0057px;height: 10.4639px;top: 4.91919px;left: 106.838px;}#SHAPE1454 { width: 10.4639px;height: 10.4639px;top: 0px;left: 35.5418px;}#SHAPE1454 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1453 { width: 10.4639px;height: 10.4639px;top: 0px;left: 17.6465px;}#SHAPE1453 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1452 { width: 10.4639px;height: 10.4639px;top: 0px;left: 26.8759px;}#SHAPE1452 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1451 { width: 10.4639px;height: 10.4639px;top: 0px;left: 9.22876px;}#SHAPE1451 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1450 { width: 10.4639px;height: 10.4639px;top: 0px;left: 0px;}#SHAPE1450 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1448 { width: 98px;top: 137.751px;left: 46.7426px;}#HEADLINE1448 > .ladi-headline { color: rgb(5, 31, 77); font-size: 7px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1447 { width: 96px;top: 125.751px;left: 47.7426px;}#HEADLINE1447 > .ladi-headline { color: rgb(33, 33, 33); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1446 { width: 18.4602px;height: 15.3831px;top: 0px;left: 1.1145px;}#SHAPE1446 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1445 { width: 153px;top: 24.8363px;left: 0px;}#PARAGRAPH1445 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 7px; text-align: justify; line-height: 1.6;}#LINE1444 { width: 145px;top: 108.751px;left: 0px;}#LINE1444 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1444 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1443 { width: 36.5626px;height: 36.5627px;top: 124.934px;left: 1.79816px;}#IMAGE1443 > .ladi-image > .ladi-image-background { width: 36.5626px;height: 36.5627px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5ff8084ed39cc50012dd5d64/124120931_201621261517254_5343768679248336815_n-20210714072150.jpg");}#IMAGE1443 > .ladi-image { border-radius: 270px;}#BOX1441 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#BOX1441 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#BOX1473 { width: 183.818px;height: 197.725px;top: 0px;left: 0px;}#BOX1473 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#IMAGE1475 { width: 36.8845px;height: 36.8845px;top: 126.034px;left: 1.81399px;}#IMAGE1475 > .ladi-image > .ladi-image-background { width: 36.8845px;height: 36.8845px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5c7362c6c417ab07e5196b05/fdsvrt-20200226032418.jpg");}#IMAGE1475 > .ladi-image { border-radius: 270px;}#LINE1476 { width: 147px;top: 109.708px;left: 0px;}#LINE1476 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1476 > .ladi-line { width: 100%;padding: 8px 0px;}#PARAGRAPH1477 { width: 154px;top: 25.0548px;left: 0px;}#PARAGRAPH1477 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 7px; text-align: justify; line-height: 1.6;}#SHAPE1478 { width: 18.6227px;height: 15.5185px;top: 0px;left: 1.12431px;}#SHAPE1478 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#HEADLINE1479 { width: 97px;top: 135.104px;left: 47.1541px;}#HEADLINE1479 > .ladi-headline { color: rgb(33, 33, 33); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#HEADLINE1480 { width: 100px;top: 148.104px;left: 47.1541px;}#HEADLINE1480 > .ladi-headline { color: rgb(5, 31, 77); font-size: 8px; font-style: italic; text-align: left; line-height: 1.2;}#SHAPE1482 { width: 10.556px;height: 10.556px;top: 0px;left: 0px;}#SHAPE1482 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1483 { width: 10.556px;height: 10.556px;top: 0px;left: 9.31005px;}#SHAPE1483 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1484 { width: 10.556px;height: 10.556px;top: 0px;left: 27.1126px;}#SHAPE1484 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1485 { width: 10.556px;height: 10.556px;top: 0px;left: 17.8019px;}#SHAPE1485 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1486 { width: 10.556px;height: 10.556px;top: 0px;left: 35.8548px;}#SHAPE1486 svg:last-child { fill: rgba(255,174,15,1);}#GROUP1481 { width: 46.4108px;height: 10.556px;top: 4.96247px;left: 107.778px;}#GROUP1474 { width: 154.794px;height: 162.918px;top: 14.2483px;left: 14.8143px;}#GROUP1472 { width: 183.818px;height: 197.725px;top: 0px;left: 0px;}#GROUP1471 { width: 183.818px;height: 197.725px;top: 10.4125px;left: 607px;}#GROUP1384 { width: 960px;height: 83px;top: 10px;left: -269.5px;}#LINE1135 { width: 65px;top: 64px;left: 447.5px;}#LINE1135 > .ladi-line > .ladi-line-container { border-top: 3px solid rgb(255, 151, 5); border-right: 3px solid rgb(255, 151, 5); border-bottom: 3px solid rgb(255, 151, 5); border-left: 0px !important;}#LINE1135 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE1136 { width: 960px;top: 0px;left: 0px;}#HEADLINE1136 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1136.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#PARAGRAPH1134 { width: 392px;top: 31px;left: 283.5px;}#PARAGRAPH1134 > .ladi-paragraph { color: rgb(54, 54, 54); font-size: 8px; text-align: center; line-height: 1.4;}#BOX1119 { width: 136.315px;height: 225.997px;top: 0px;left: 0px;}#BOX1119 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1121 { width: 126px;top: 119.615px;left: 5.5295px;}#PARAGRAPH1121 > .ladi-paragraph { color: rgb(48, 48, 48); font-size: 7px; text-align: left; line-height: 1.6;}#IMAGE1122 { width: 124.23px;height: 86.572px;top: 0px;left: 7.6575px;}#IMAGE1122 > .ladi-image > .ladi-image-background { width: 124.23px;height: 103.065px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s450x450/5ff8084ed39cc50012dd5d64/giai-phap-chieu-sang-homegy-skylight-20210709081602.jpg");}#BOX1124 { width: 136.315px;height: 225.997px;top: 0px;left: 0px;}#BOX1124 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1126 { width: 129px;top: 116.517px;left: 5.2725px;}#PARAGRAPH1126 > .ladi-paragraph { color: rgb(48, 48, 48); font-size: 7px; text-align: left; line-height: 1.6;}#IMAGE1127 { width: 126.749px;height: 83.8413px;top: 3.62929px;left: 5.5295px;}#IMAGE1127 > .ladi-image > .ladi-image-background { width: 149.889px;height: 112.194px;top: 0px;left: -9.94476px;background-image: url("https://w.ladicdn.com/s450x450/5ff8084ed39cc50012dd5d64/dieu-khien-giong-noi-bang-tieng-anh-20210709081713.jpg");}#GROUP1128 { width: 132.812px;height: 225.997px;top: 0px;left: 0px;}#IMAGE1132 { width: 127.871px;height: 81.7406px;top: 6.45901px;left: 2.47048px;}#IMAGE1132 > .ladi-image > .ladi-image-background { width: 127.871px;height: 82.1453px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s450x400/5ff8084ed39cc50012dd5d64/giai-phap-an-ninh-4-lop-1-20210709081342.jpg");}#BOX1129 { width: 132.812px;height: 225.997px;top: 0px;left: 0px;}#BOX1129 > .ladi-box { box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 8px;}#PARAGRAPH1131 { width: 118px;top: 117.965px;left: 7.406px;}#PARAGRAPH1131 > .ladi-paragraph { font-family: "Montserrat", sans-serif;color: rgb(48, 48, 48); font-size: 7px; text-align: left; line-height: 1.6;}#HEADLINE1163 { width: 128px;top: 92.517px;left: 3.70406px;}#HEADLINE1163 > .ladi-headline { color: rgb(255, 151, 5); font-size: 8px; font-weight: bold; text-align: center; line-height: 1.4;}#HEADLINE1163.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#IMAGE1546 { width: 230.339px;height: 166.991px;top: 164.011px;left: 0px;}#IMAGE1546 > .ladi-image > .ladi-image-background { width: 230.339px;height: 166.991px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x500/5ff8084ed39cc50012dd5d64/untitled-1-20210811100605.png");}#NOTIFY1557 { width: 300px;height: 62px;top: 10px;left: 10px;bottom: auto;right: auto;position: fixed; z-index: 90000060;}#IMAGE1560 { width: 50.7211px;height: 51.186px;top: auto;left: auto;bottom: 11px;right: 10px;position: fixed; z-index: 90000050; margin-right: calc((100% - 420px) / 2);}#IMAGE1560 > .ladi-image > .ladi-image-background { width: 50.7211px;height: 51.186px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/1200px-facebook_messenger_logosvg-20200424043639-20200706022304.png");}#IMAGE1560.ladi-animation > .ladi-image { animation-name: swing; -webkit-animation-name: swing; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#BOX1562 { width: 154.877px;height: 34.8471px;top: 14.7394px;left: 26.6543px;}#BOX1562 > .ladi-box { background-color: rgb(255, 223, 143); border-radius: 10000px;}#IMAGE1563 { width: 61.2014px;height: 60.453px;top: 0px;left: 0px;}#IMAGE1563 > .ladi-image > .ladi-image-background { width: 61.2014px;height: 60.453px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x400/5c7362c6c417ab07e5196b05/sss-20210107084644.png");}#IMAGE1563.ladi-animation > .ladi-image { animation-name: swing; -webkit-animation-name: swing; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#HEADLINE1564 { width: 115px;top: 18.9904px;left: 61.2014px;}#HEADLINE1564 > .ladi-headline { color: rgb(185, 22, 22); font-size: 16px; font-weight: bold; line-height: 1.6;}#GROUP1561 { width: 181.531px;height: 60.453px;top: auto;left: 1px;bottom: 8px;right: auto;position: fixed; z-index: 90000050; margin-left: calc((100% - 420px) / 2);}#LINE1566 { width: 372px;top: 283.497px;left: 17.2279px;}#LINE1566 > .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;}#LINE1566 > .ladi-line { width: 100%;padding: 8px 0px;}#HEADLINE1585 { width: 375px;top: 159.078px;left: 22.5px;}#HEADLINE1585 > .ladi-headline { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.4;}#SHAPE1587 { width: 17.4527px;height: 17.4527px;top: 0px;left: 0px;}#SHAPE1587 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1588 { width: 360px;top: 3.09624px;left: 25.5441px;}#HEADLINE1588 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; text-align: left; line-height: 1.4;}#SHAPE1590 { width: 17.4527px;height: 17.4527px;top: 23.222px;left: 2.7092px;}#SHAPE1590 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1591 { width: 226px;top: 26.6747px;left: 27.0921px;}#HEADLINE1591 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; text-align: left; line-height: 1.4;}#SHAPE1596 { width: 22.2924px;height: 17.4527px;top: 47.641px;left: 0px;}#SHAPE1596 svg:last-child { fill: rgba(255,255,255,1);}#HEADLINE1597 { width: 226px;top: 49.9632px;left: 27.0921px;}#HEADLINE1597 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; text-align: left; line-height: 1.4;}#SECTION1559 { height: 300.497px;}#SECTION1559 > .ladi-section-background { background: #FF9705; background: -webkit-linear-gradient(180deg, #FF9705, rgba(255, 150, 2, 1.0)); background: linear-gradient(180deg, #FF9705, rgba(255, 150, 2, 1.0));}#HEADLINE1645 { width: 212px;top: 0px;left: 4.43859px;}#HEADLINE1645 > .ladi-headline { color: rgba(255, 179, 46, 0); font-size: 140px; font-weight: bold; line-height: 1.6; -webkit-text-stroke: 2px rgb(201, 201, 201);}#HEADLINE1646 { width: 204px;top: 0px;left: 0px;}#HEADLINE1646 > .ladi-headline { color: rgb(72, 93, 192); font-size: 40px; font-weight: bold; line-height: 1.6;}#HEADLINE1647 { width: 143px;top: 48.5px;left: 20.7043px;}#HEADLINE1647 > .ladi-headline { color: rgb(72, 93, 192); font-size: 23px; font-weight: bold; line-height: 1.6;}#HEADLINE1648 { width: 223px;top: 0px;left: 0px;}#HEADLINE1648 > .ladi-headline { color: rgb(255, 179, 45); font-size: 140px; font-weight: bold; line-height: 1.6;}#LINE1649 { width: 137px;top: 167.5px;left: 11.831px;}#LINE1649 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 224, 224); border-right: 2px solid rgb(224, 224, 224); border-bottom: 2px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1649 > .ladi-line { width: 100%;padding: 8px 0px;}#LINE1650 { width: 137px;top: 177px;left: 49.2958px;}#LINE1650 > .ladi-line > .ladi-line-container { border-top: 2px solid rgb(224, 224, 224); border-right: 2px solid rgb(224, 224, 224); border-bottom: 2px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1650 > .ladi-line { width: 100%;padding: 8px 0px;}#COUNTDOWN1653 { width: 132.179px;height: 27.4231px;top: 20px;left: 6.282px;}#COUNTDOWN1653 > .ladi-countdown { color: rgb(255, 255, 255); font-size: 12px; font-weight: bold; text-align: center;}#COUNTDOWN1653 > .ladi-countdown > .ladi-element {width: calc((100% - 10px * 3) / 4);margin-right: 10px;height: 100%;}#COUNTDOWN1653 > .ladi-countdown .ladi-countdown-background {background-color: rgb(160, 160, 160);}#HEADLINE1658 { width: 141px;top: 0px;left: 0px;}#HEADLINE1658 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; font-weight: bold; text-align: center; line-height: 1.6;}#HEADLINE1659 { width: 29px;top: 48.6155px;left: 10.3716px;}#HEADLINE1659 > .ladi-headline { color: rgb(255, 255, 255); font-size: 7px; line-height: 1.6;}#HEADLINE1660 { width: 24px;top: 48.6155px;left: 47.9294px;}#HEADLINE1660 > .ladi-headline { color: rgb(255, 255, 255); font-size: 7px; line-height: 1.6;}#HEADLINE1661 { width: 24px;top: 49.2115px;left: 81.3141px;}#HEADLINE1661 > .ladi-headline { color: rgb(255, 255, 255); font-size: 7px; line-height: 1.6;}#HEADLINE1662 { width: 24px;top: 48.6155px;left: 117px;}#HEADLINE1662 > .ladi-headline { color: rgb(255, 255, 255); font-size: 7px; line-height: 1.6;}#GROUP1652 { width: 141px;height: 62.2115px;top: 59.3651px;left: 39.7053px;}#BOX1663 { width: 32.3036px;height: 32.765px;top: 45px;left: 309.809px;}#BOX1663 > .ladi-box { background: rgba(255, 181, 48, 1.0); background: -webkit-linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0)); background: linear-gradient(92deg, rgba(255, 181, 48, 1.0), rgba(255, 255, 255, 1.0));border-radius: 1000px;}#LIST_PARAGRAPH1665 { width: 261px;top: 0px;left: 0px;}#LIST_PARAGRAPH1665 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 10px; line-height: 1.4;}#LIST_PARAGRAPH1665 ul li { padding-left: 28px;}#LIST_PARAGRAPH1665 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#LIST_PARAGRAPH1666 { width: 334px;top: 21.496px;left: 0px;}#LIST_PARAGRAPH1666 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 10px; line-height: 1.4;}#LIST_PARAGRAPH1666 ul li { padding-left: 28px;}#LIST_PARAGRAPH1666 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#LIST_PARAGRAPH1667 { width: 334px;top: 42.748px;left: 0px;}#LIST_PARAGRAPH1667 > .ladi-list-paragraph { color: rgb(58, 58, 58); font-size: 10px; line-height: 1.4;}#LIST_PARAGRAPH1667 ul li { padding-left: 28px;}#LIST_PARAGRAPH1667 ul li:before { content: ""; background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(53%2C%2093%2C%20219%2C%201)%22%3E%20%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E"); width: 21px; height: 21px; top: -1px; }#GROUP1664 { width: 334px;height: 56.748px;top: 227.31px;left: 14.5px;}#GROUP1664.ladi-animation > .ladi-group { animation-name: fadeInRight; -webkit-animation-name: fadeInRight; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#BOX1669 { width: 226.538px;height: 310.372px;top: 0px;left: 0px;}#BOX1669 > .ladi-box { background: rgba(97, 55, 238, 1.0); background: -webkit-linear-gradient(28deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0)); background: linear-gradient(28deg, rgba(97, 55, 238, 1.0), rgba(81, 196, 253, 1.0));border-radius: 10px;}#BUTTON_TEXT1675 { width: 183px;top: 5.36534px;left: 0px;}#BUTTON_TEXT1675 > .ladi-headline { color: rgb(255, 255, 255); font-size: 10px; font-weight: bold; text-align: center; line-height: 1.6;}#BUTTON1675 { width: 109.323px;height: 26.8267px;top: 77.7973px;left: 37.7418px;}#BUTTON1675 > .ladi-button > .ladi-button-background { background-color: rgb(255, 164, 16);}#BUTTON1675 > .ladi-button { box-shadow: 0px 15px 25px -7px rgba(27, 27, 60, 0.4); -webkit-box-shadow: 0px 15px 25px -7px rgba(27, 27, 60, 0.4); border-radius: 1000px;}#BUTTON1675.ladi-animation > .ladi-button { animation-name: pulse; -webkit-animation-name: pulse; animation-delay: 1s; -webkit-animation-delay: 1s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}#FORM1674 { width: 184.807px;height: 104.624px;top: 141.435px;left: 20.8654px;}#FORM1674 > .ladi-form { color: rgb(0, 0, 0); font-size: 8px; letter-spacing: 0px; line-height: 1.6;}#FORM1674 .ladi-form-item .ladi-form-control::placeholder, #FORM1674 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {color: rgba(0, 0, 0, 1.0);}#FORM1674 .ladi-form-item {padding-left: 9px;padding-right: 9px;}#FORM1674 .ladi-form-item.ladi-form-checkbox {padding-left: 14px;padding-right: 14px;}#FORM1674 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(0%2C%200%2C%200%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");}#FORM1674 .ladi-form-item-container, #FORM1674 .ladi-form-label-container .ladi-form-label-item {border-color: rgb(238, 238, 238); border-width: 1px;}#FORM1674 .ladi-form-item-container .ladi-form-quantity button {background-color: rgb(238, 238, 238);}#FORM1674 .ladi-form-item-background {background-color: rgb(255, 255, 255);}#PARAGRAPH1679 { width: 209px;top: 61.1056px;left: 8.3461px;}#PARAGRAPH1679 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; text-align: center; line-height: 1.6;}#PARAGRAPH1680 { width: 207px;top: 14.5px;left: 8.3461px;}#PARAGRAPH1680 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; text-align: center; line-height: 1.2;}#GROUP1668 { width: 226.538px;height: 310.372px;top: 0px;left: 0px;}#GROUP1668.ladi-animation > .ladi-group { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#FORM_ITEM1678 { width: 184.807px;height: 26.8267px;top: 32.7881px;left: 0px;}#FORM_ITEM1677 { width: 184.807px;height: 26.8267px;top: 0px;left: 0px;}#IMAGE1672 { width: 71.8793px;height: 22.7967px;top: 276.721px;left: 115.902px;}#IMAGE1672 > .ladi-image > .ladi-image-background { width: 71.8793px;height: 22.7967px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/zse-20201005080655.png");}#IMAGE1671 { width: 73.784px;height: 23.5854px;top: 275.85px;left: 38.7572px;}#IMAGE1671 > .ladi-image > .ladi-image-background { width: 73.784px;height: 23.5854px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s400x350/5c7362c6c417ab07e5196b05/dvfsrd-20201005080655.png");}#PARAGRAPH1673 { width: 184px;top: 258.172px;left: 21.2372px;}#PARAGRAPH1673 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 9px; text-align: center; line-height: 1.6;}#HEADLINE1727 { width: 64px;top: 131px;left: 267.461px;}#HEADLINE1727 > .ladi-headline { color: rgb(72, 93, 192); font-size: 23px; font-weight: bold; line-height: 1.6;}#GROUP1728 { width: 222.817px;height: 224px;top: 0px;left: 119.296px;}#GROUP1730 { width: 342.113px;height: 224px;top: 0px;left: 46.06px;}#IMAGE1731 { width: 184.352px;height: 67.249px;top: 449.376px;left: 6.648px;}#IMAGE1731 > .ladi-image > .ladi-image-background { width: 184.352px;height: 67.249px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s500x400/5ff8084ed39cc50012dd5d64/untitled-5-20210817033039.png");}#GROUP1734 { width: 226.538px;height: 310.372px;top: 213.253px;left: 193.462px;}#IMAGE1735 { width: 201.677px;height: 256.68px;top: 293.625px;left: 6.648px;}#IMAGE1735 > .ladi-image > .ladi-image-background { width: 201.677px;height: 256.68px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s550x600/5ff8084ed39cc50012dd5d64/untitled-2-20210802084342.png");}#PARAGRAPH1736 { width: 420px;top: 193px;left: 0px;}#PARAGRAPH1736 > .ladi-paragraph { color: rgb(72, 93, 192); font-size: 20px; font-weight: bold; text-align: center; line-height: 1.2;}#GROUP1737 { width: 420px;height: 224px;top: -22.996px;left: 0px;}#GROUP1738 { width: 204.085px;height: 84.5px;top: 77.765px;left: 0px;}#HEADLINE1741 { width: 363px;top: 0px;left: 56.7324px;}#HEADLINE1741 > .ladi-headline { color: rgb(0, 33, 96); font-size: 12px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1742 { width: 357px;top: 21px;left: 56.7324px;}#PARAGRAPH1742 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 10px; text-align: left; line-height: 1.6;}#BOX1744 { width: 42.3826px;height: 42.5826px;top: 0px;left: 0px;}#BOX1744 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1745 { width: 19px;top: 4px;left: 11.9437px;}#HEADLINE1745 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1743 { width: 42.3826px;height: 42.5826px;top: 0px;left: 0px;}#GROUP1740 { width: 419.732px;height: 69px;top: 48px;left: 1.1338px;}#BOX1748 { width: 42.3826px;height: 42.5826px;top: 0px;left: 0px;}#BOX1748 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1749 { width: 19px;top: 4px;left: 11.9437px;}#HEADLINE1749 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1747 { width: 42.3826px;height: 42.5826px;top: 135.933px;left: -0.0002px;}#BOX1754 { width: 42.3826px;height: 42.5826px;top: 0px;left: 0px;}#BOX1754 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1755 { width: 19px;top: 4px;left: 11.9437px;}#HEADLINE1755 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1753 { width: 42.3826px;height: 42.5826px;top: 252.102px;left: 1.1336px;}#HEADLINE1756 { width: 365px;top: 135.933px;left: 54.366px;}#HEADLINE1756 > .ladi-headline { color: rgb(0, 33, 96); font-size: 12px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1757 { width: 362px;top: 171.516px;left: 53.866px;}#PARAGRAPH1757 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 10px; text-align: left; line-height: 1.6;}#HEADLINE1758 { width: 19px;top: 245.516px;left: 203.701px;}#HEADLINE1758 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#HEADLINE1760 { width: 18px;top: 252.098px;left: 203.067px;}#HEADLINE1760 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#HEADLINE1762 { width: 363px;top: 252.102px;left: 55.4998px;}#HEADLINE1762 > .ladi-headline { color: rgb(0, 33, 96); font-size: 12px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1763 { width: 364px;top: 288.685px;left: 54.9998px;}#PARAGRAPH1763 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 10px; text-align: left; line-height: 1.6;}#BOX1765 { width: 42.3826px;height: 42.5826px;top: 0px;left: 0px;}#BOX1765 > .ladi-box { background-color: rgb(229, 150, 29);}#HEADLINE1766 { width: 19px;top: 4px;left: 11.9437px;}#HEADLINE1766 > .ladi-headline { font-family: "Open Sans", sans-serif;color: rgb(255, 255, 255); font-size: 30px; font-weight: bold; text-align: left; line-height: 1;}#GROUP1764 { width: 42.3826px;height: 42.5826px;top: 336.681px;left: 1.1342px;}#HEADLINE1767 { width: 363px;top: 336.681px;left: 58.0168px;}#HEADLINE1767 > .ladi-headline { color: rgb(0, 33, 96); font-size: 12px; font-weight: bold; text-align: left; line-height: 1.2;}#PARAGRAPH1768 { width: 366px;top: 362.264px;left: 56.3828px;}#PARAGRAPH1768 > .ladi-paragraph { font-family: "Roboto", sans-serif;color: rgb(0, 33, 96); font-size: 10px; text-align: left; line-height: 1.6;}#SECTION1739 { height: 481.26px;}#SECTION1739 > .ladi-section-background { background-color: rgba(235, 243, 254, 0.5);}#GROUP1770 { width: 133.016px;height: 225.997px;top: 103.999px;left: 0px;}#IMAGE1603 { width: 255.818px;height: 181.078px;top: 0px;left: 79.591px;}#IMAGE1603 > .ladi-image > .ladi-image-background { width: 255.818px;height: 181.078px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s600x500/5ff8084ed39cc50012dd5d64/logo-vien-20210817031512.png");}#HEADLINE1779 { width: 400px;top: 10px;left: 10px;}#HEADLINE1779 > .ladi-headline { color: rgb(255, 151, 5); font-size: 18px; font-weight: bold; text-align: center; line-height: 1.4; text-shadow: rgb(235, 235, 255) 2px 2px 0px;}#HEADLINE1779.ladi-animation > .ladi-headline { animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft; animation-delay: 0s; -webkit-animation-delay: 0s; animation-duration: 1s; -webkit-animation-duration: 1s; animation-iteration-count: 1; -webkit-animation-iteration-count: 1;}#GROUP1780 { width: 134.596px;height: 172.922px;top: 45.3514px;left: 1.8884px;}#GROUP1781 { width: 385.544px;height: 65.0937px;top: 197.078px;left: 17.2279px;}#GROUP1415 { width: 26.8697px;height: 26.7576px;top: 0px;left: 0px;}#GROUP1786 { width: 136.315px;height: 225.997px;top: 103.999px;left: 141.096px;}#GROUP1787 { width: 136.315px;height: 225.997px;top: 103.999px;left: 283.685px;}#GROUP1804 { width: 182.214px;height: 196px;top: 10.4125px;left: 803.72px;}#GROUP1805 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#GROUP1807 { width: 153.443px;height: 161.497px;top: 14.124px;left: 14.685px;}#GROUP1814 { width: 46.0057px;height: 10.4639px;top: 4.91919px;left: 106.838px;}#SHAPE1819 { width: 10.4639px;height: 10.4639px;top: 0px;left: 35.5418px;}#SHAPE1819 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1818 { width: 10.4639px;height: 10.4639px;top: 0px;left: 17.6465px;}#SHAPE1818 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1817 { width: 10.4639px;height: 10.4639px;top: 0px;left: 26.8759px;}#SHAPE1817 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1816 { width: 10.4639px;height: 10.4639px;top: 0px;left: 9.22876px;}#SHAPE1816 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1815 { width: 10.4639px;height: 10.4639px;top: 0px;left: 0px;}#SHAPE1815 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1813 { width: 98px;top: 146.812px;left: 46.7426px;}#HEADLINE1813 > .ladi-headline { color: rgb(5, 31, 77); font-size: 8px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1812 { width: 96px;top: 133.925px;left: 46.7426px;}#HEADLINE1812 > .ladi-headline { color: rgb(33, 33, 33); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1811 { width: 18.4602px;height: 15.3831px;top: 0px;left: 1.1145px;}#SHAPE1811 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1810 { width: 153px;top: 24.8363px;left: 0px;}#PARAGRAPH1810 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 7px; text-align: justify; line-height: 1.6;}#LINE1809 { width: 145px;top: 108.751px;left: 0px;}#LINE1809 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1809 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1808 { width: 36.5626px;height: 36.5627px;top: 124.934px;left: 1.79816px;}#IMAGE1808 > .ladi-image > .ladi-image-background { width: 36.5626px;height: 36.5627px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5ff8084ed39cc50012dd5d64/bde3c9f9a4b84be612a9-20210824055437.jpg");}#IMAGE1808 > .ladi-image { border-radius: 270px;}#BOX1806 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#BOX1806 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#GROUP1788 { width: 182.214px;height: 196px;top: 10.4125px;left: 418.112px;}#GROUP1789 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#GROUP1791 { width: 153.443px;height: 161.497px;top: 14.124px;left: 14.685px;}#GROUP1798 { width: 46.0057px;height: 10.4639px;top: 4.91919px;left: 106.838px;}#SHAPE1803 { width: 10.4639px;height: 10.4639px;top: 0px;left: 35.5418px;}#SHAPE1803 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1802 { width: 10.4639px;height: 10.4639px;top: 0px;left: 17.6465px;}#SHAPE1802 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1801 { width: 10.4639px;height: 10.4639px;top: 0px;left: 26.8759px;}#SHAPE1801 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1800 { width: 10.4639px;height: 10.4639px;top: 0px;left: 9.22876px;}#SHAPE1800 svg:last-child { fill: rgba(255,174,15,1);}#SHAPE1799 { width: 10.4639px;height: 10.4639px;top: 0px;left: 0px;}#SHAPE1799 svg:last-child { fill: rgba(255,174,15,1);}#HEADLINE1797 { width: 98px;top: 146.812px;left: 46.7426px;}#HEADLINE1797 > .ladi-headline { color: rgb(5, 31, 77); font-size: 8px; font-style: italic; text-align: left; line-height: 1.2;}#HEADLINE1796 { width: 96px;top: 133.925px;left: 46.7426px;}#HEADLINE1796 > .ladi-headline { color: rgb(33, 33, 33); font-size: 8px; font-weight: bold; text-align: left; line-height: 1.2;}#SHAPE1795 { width: 18.4602px;height: 15.3831px;top: 0px;left: 1.1145px;}#SHAPE1795 svg:last-child { fill: rgba(53, 93, 219, 1.0);}#PARAGRAPH1794 { width: 153px;top: 24.8363px;left: 0px;}#PARAGRAPH1794 > .ladi-paragraph { color: rgb(36, 36, 36); font-size: 7px; text-align: justify; line-height: 1.6;}#LINE1793 { width: 145px;top: 108.751px;left: 0px;}#LINE1793 > .ladi-line > .ladi-line-container { border-top: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); border-left: 0px !important;}#LINE1793 > .ladi-line { width: 100%;padding: 8px 0px;}#IMAGE1792 { width: 36.5626px;height: 36.5627px;top: 124.934px;left: 1.79816px;}#IMAGE1792 > .ladi-image > .ladi-image-background { width: 36.5626px;height: 36.5627px;top: 0px;left: 0px;background-image: url("https://w.ladicdn.com/s350x350/5ff8084ed39cc50012dd5d64/nhung_pham_chat_cua_nguoi_thanh_dat-20210824054226.jpg");}#IMAGE1792 > .ladi-image { border-radius: 270px;}#BOX1790 { width: 182.214px;height: 196px;top: 0px;left: 0px;}#BOX1790 > .ladi-box { box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.2); background-color: rgb(255, 255, 255); border-radius: 6px;}#PARAGRAPH1820 { width: 83px;top: 12.6219px;left: 536.5px;}#PARAGRAPH1820 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}#PARAGRAPH1821 { width: 83px;top: 12.6219px;left: 466.5px;}#PARAGRAPH1821 > .ladi-paragraph { color: rgb(255, 255, 255); font-size: 15px; font-weight: bold; text-align: left; line-height: 1.6;}}.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-form-label-container .ladi-form-label-item.image, .ladi-list-paragraph ul li:before {background-image: none !important;}

Tiện ích

Giải pháp

Bảng giá

ĐĂNG KÝ NGAY

Video

Ưu đãi

  • Bảo hành 3 năm 1 đổi 1
  • Hỗ trợ 24/7
  • Miễn phí thi công lắp đặt

Nâng tầm đẳng cấp ngôi nhà Việt

HOMEGY

Nhà thông minh số 1 Việt Nam

Tư vấn miễn phí

Điều khiển cả ngôi nhà chỉ với một chạm

Lắp đặt trong 24h. Không cần đục tường, đi lại đường điện

Thiết bị điện thông minh, App điều khiển của Homegy đều là sản phẩm made in Việt Nam, mang lại trải nghiệm tốt nhất cho người dùng Việt

Hoàn thiện hàng NGHÌN công trình trên cả nước

Tích hợp dễ dàng Robot hút bui, Camera... vào App Homegy

App điều khiển 3D cá nhân hóa theo ngôi nhà của bạn

Thiết bị điện thông minh Bảo hành đến 3 năm 1 đổi 1

Không chỉ là nhà thông minh, Homegy còn là giải pháp SỨC KHỎE và AN TOÀN cho tất cả mọi người. Đảm bảo an ninh chống trộm tuyệt đối, chế độ Bảo hành TUYỆT VỜI nhất trên thị trường. Đặc biệt hơn, bất kì ai cũng có thể sử dụng Smart Home Homegy một cách dễ dàng

Các giải pháp tiêu biểu của Homegy

Hệ thống An ninh Homegy hoạt động ngay cả khi trộm cắt điện hay mất Wifi. Dù bị kẻ gian phá khóa cửa hay đột nhập qua đường nào, ngay lập tức toàn bộ đèn sẽ được bật, rèm sửa mở ra, chuông báo động kêu lên, tự động gọi điện lên 6 SĐT của gia chủ có kẻ gian đột nhập 

Hệ thống an ninh
tuyệt đối với 5 lớp

Chiếu sáng dưỡng sinh Homegy Skylight

Giải pháp chiếu sáng được nghiên cứu bởi các PSG, Tiến sỹ đầu ngành tại Việt Nam, được ĐỘC QUYỀN phân phối bởi Homegy. Tiết kiệm điện năng, chi phí vận hành. An toàn cho mắt, không tia UV, không độc hại, chói lóa. Tạo ra cường độ ánh sáng phù hợp với điều khiện lại việc, nhịp sinh học của con người

Nhà thông minh Homegy được thiết kế để bất kì ai cũng có thể sử dụng, dù là trẻ nhỏ hay người già. Điều khiển bằng tiếng Anh với Alexa, Google Assistant, Siri,... Điều khiển bằng giọng nói tiếng Việt qua Loa thông minh Maika và App Homegy

Điều khiển bằng giọng nói tiếng Anh, tiếng Việt

XEM THÊM

Công tắc thông minh

Đầy đủ công tắc kính lõm, công tắc kính phẳng, công tắc kịch bản,rèm & cửa cuốn

326 đánh giá

198

Aptomat thông minh

Tích hợp kiểm soát điện năng tiêu thụ, theo dõi được số điện năng thông qua App Homegy

162 đánh giá

205

Các thiết bị khác

Loa thông minh, cảm biến, ổ cắm thông minh... và hàng loạt thiết bị thông minh khác nữa

98 đánh giá

50

Thiết bị điện thông minh Homegy

Trải nghiệm nhà phố thông minh 3 tầng

Lắp đặt nhanh chóng trong ngày, một ngôi nhà phố 3 tầng với giải pháp Nhà thông minh cơ bản của Homegy với chi phí chỉ 20 triệu VNĐ. Ngoài ra Homegy còn hoàn thiện rất nhiều công trình biệt thự, dự án, chung cư thông minh khác.

Bảng giá lắp đặt SMARTHOME tham khảo

Gói tùy chỉnh TỪ 10 TRIỆU: LIÊN HỆ NGAY 0386.038.986

Gói MEDIUM: 32.5 triệu

Gói VIP: 18.5 triệu

1

Chung cư 2-3 phòng ngủ

Gói STANDARD: 18.5 triệu

Đăng kí ngay

Gói tùy chỉnh TỪ 20 TRIỆU: LIÊN HỆ NGAY 0386.038.986

Gói MEDIUM: 55.5 triệu

Gói VIP: 98.5 triệu

2

Nhà phố 2-3 tầng

Gói STANDARD: 31.5 triệu

Đăng kí ngay

Gói tùy chỉnh TỪ 50 TRIỆU: LIÊN HỆ NGAY 0386.038.986

Gói MEDIUM: 32.5 triệu

Gói VIP: 18.5 triệu

3

Biệt thự 2-3 tầng

Gói STANDARD: 18.5 triệu

Đăng kí ngay

Khách hàng phản hồi

Nội dung cột [Title]
Nội dung cột [Content]
Nội dung cột [Time]
Homegy xuất xứ ở đâu?

Các thiết bị thông minh Homegy được nghiên cứu và sản xuất tại Việt Nam. Các đối tác gia công sản xuất là vender của các tập đoàn lớn như Samsung, linh kiện nhập khẩu Mỹ và Hàn Quốc.

1

2

3

Quá trình lắp đặt Smarthome của Homegy có ảnh hưởng đến hệ thống điện hiện tại không?

Muốn nâng cấp từ một ngôi nhà bình thường lên nhà thông minh, chúng ta chỉ cần thay mặt công tắc cơ hiện tại bằng công tắc thông minh của Homegy. Toàn bộ hệ thống điện được giữ nguyên, không cần phải khoan cắt sửa chữa. Mọi công đoạn thi công lắp đặt có thể hoàn thành trong ngày.

3

Hệ thống an ninh Homegy có hoạt động khi bị cắt điện hoặc internet?

Hệ thống an ninh Homegy bảo vệ ngôi nhà bạn 1 cách toàn diện bằng 5 lớp ngay cả khi trộm cắt điện hoặc cắt internet.

4

Các thiết bị của Homegy bảo hành ra sao?

Chế độ bảo hành của Homegy hiện tốt nhất trên thị trường hiện nay. Bảo hành đến 3 năm 1 đổi 1 với các sản phẩm do Homegy sản xuất như Công tắc, ổ cắm, đèn skylight… Còn các sản phẩm khác như Loa thông minh, Camera… Homegy nhập của các đối tác lớn như Google Assistant, Amazon Alexa, Hikvision… và tuân theo chính sách bảo hành của Nhà sản xuất.

Câu hỏi thường gặp

  • Bảo hành 3 năm 1 đổi 1
  • Hỗ trợ 24/7
  • Miễn phí thi công lắp đặt

Trải nghiệm App 3D Nhà thông minh

ĐĂNG KÝ NGAY

Đăng Ký
Nhận Tư Vấn Và Ưu Đãi

00
00
00
00

Khuyến mãi kết thúc sau

Ngày

Giờ

Phút

Giây

năm

Ưu đãi 

sinh nhật

10

10

Dùng thử thiết bị Smarthome miễn phí

0386.038.986

CÔNG TY CỔ PHẦN CÔNG NGHỆ HOMEGY

Website: http://homegy.vn

Trụ sở chính: KDV LK 27-28, Lê Trọng Tấn, Dương Nội, Hà Đông, Hà Nội

Hotline/Zalo: 0386.038.986

Reasons why people should buy from you

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam leo leo, tincidunt ac lectus vel, 

Lorem ipsum dolor sit amet, consectetur 

Register now

I agree to the policy & terms of service

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam leo leo, tincidunt ac lectus vel, tincidunt scelerisque sa pien.

TAX SEASON SALE

Extra 30% Off

PERSONAL TAX RETURN

Offer free personal tax

Limited:

5 international students & 5 chefs

CALL NOW

xxx - xxx - xxxx

www. abcdef.com

(function () {var style_lazyload = document.getElementById('style_lazyload');var docEventScroll = window;var list_element_lazyload = document.querySelectorAll('.ladi-section-background, .ladi-image-background, .ladi-button-background, .ladi-headline, .ladi-video-background, .ladi-countdown-background, .ladi-box, .ladi-frame-background, .ladi-banner, .ladi-form-item-background, .ladi-gallery-view-item, .ladi-gallery-control-item, .ladi-spin-lucky-screen, .ladi-spin-lucky-start, .ladi-form-label-container .ladi-form-label-item.image, .ladi-list-paragraph ul li');for (var i = 0; i = window.scrollY + window.innerHeight || window.scrollY >= offset_top + list_element_lazyload[i].offsetHeight) {list_element_lazyload[i].classList.add('ladi-lazyload');}}style_lazyload.parentElement.removeChild(style_lazyload);var currentScrollY = window.scrollY;var stopLazyload = function (event) {if (event.type == "scroll" && window.scrollY == currentScrollY) {currentScrollY = -1;return;}docEventScroll.removeEventListener('scroll', stopLazyload);list_element_lazyload = document.getElementsByClassName('ladi-lazyload');while(list_element_lazyload.length > 0) {list_element_lazyload[0].classList.remove('ladi-lazyload');}};var scrollEventPassive = null;try {var opts = Object.defineProperty({}, 'passive', {get: function() {scrollEventPassive = {passive: true};}});window.addEventListener('testPassive', null, opts);window.removeEventListener('testPassive', null, opts);} catch (e) {}docEventScroll.addEventListener('scroll', stopLazyload, scrollEventPassive);})();(function () {var run = function () {if (typeof window.LadiPageScript == "undefined" || window.LadiPageScript == undefined || typeof window.ladi == "undefined" || window.ladi == undefined) {setTimeout(run, 100); return;}window.LadiPageApp = window.LadiPageApp || new window.LadiPageAppV2();window.LadiPageScript.runtime.ladipage_id = '6103a67f83047e002000b138';window.LadiPageScript.runtime.publish_platform = 'WORDPRESS';window.LadiPageScript.runtime.isMobileOnly = false;window.LadiPageScript.runtime.DOMAIN_SET_COOKIE = ["homegy.vn"];window.LadiPageScript.runtime.DOMAIN_FREE = [];window.LadiPageScript.runtime.bodyFontSize = 12;window.LadiPageScript.runtime.store_id = "5ff8084ed39cc50012dd5d64";window.LadiPageScript.runtime.time_zone = 7;window.LadiPageScript.runtime.currency = "VND";window.LadiPageScript.runtime.convert_replace_str = true;window.LadiPageScript.runtime.eventData = "%7B%22SECTION_POPUP%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION345%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION380%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION392%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22PARAGRAPH450%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION577%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22HEADLINE783%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION804%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22image%22%2C%22mobile.option.background-style%22%3A%22image%22%7D%2C%22LIST_PARAGRAPH805%22%3A%7B%22type%22%3A%22list_paragraph%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22PARAGRAPH806%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE808%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE809%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT811%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON811%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22POPUP816%22%3A%7B%22type%22%3A%22popup%22%2C%22desktop.option.popup_position%22%3A%22default%22%2C%22desktop.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%2C%22mobile.option.popup_position%22%3A%22default%22%2C%22mobile.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%7D%2C%22PARAGRAPH817%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH818%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH819%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM820%22%3A%7B%22type%22%3A%22form%22%2C%22option.form_config_id%22%3A%225f8947cdcf7c1706e949fd8a%22%2C%22option.form_send_ladipage%22%3Afalse%2C%22option.thankyou_type%22%3A%22default%22%2C%22option.thankyou_value%22%3A%22C%E1%BA%A3m%20%C6%A1n%20b%E1%BA%A1n%20%C4%91%C3%A3%20quan%20t%C3%A2m!%22%2C%22option.form_auto_funnel%22%3Atrue%2C%22option.form_captcha%22%3Atrue%2C%22option.form_auto_complete%22%3Atrue%2C%22option.is_form_coupon%22%3Afalse%2C%22option.is_form_login%22%3Afalse%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON821%22%3A%7B%22type%22%3A%22button%22%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT821%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM822%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A1%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM823%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22email%22%2C%22option.input_tabindex%22%3A2%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM824%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22tel%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM826%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A4%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM827%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22checkbox%22%2C%22option.input_tabindex%22%3A5%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH828%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP842%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22GROUP843%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22POPUP844%22%3A%7B%22type%22%3A%22popup%22%2C%22desktop.option.popup_position%22%3A%22default%22%2C%22desktop.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%2C%22mobile.option.popup_position%22%3A%22default%22%2C%22mobile.option.popup_backdrop%22%3A%22background-color%3A%20rgba(0%2C%200%2C%200%2C%200.5)%3B%22%7D%2C%22HEADLINE845%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE846%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE847%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE848%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE849%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE850%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON852%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22phone%22%2C%22action%22%3A%22(%2B1)236-788-7799%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT852%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE853%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE854%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH957%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION1083%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH958%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION1116%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH960%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION577%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT961%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON961%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION956%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.sticky%22%3Atrue%2C%22desktop.option.sticky_position%22%3A%22top%22%2C%22desktop.option.sticky_position_top%22%3A%220px%22%2C%22desktop.option.sticky_position_bottom%22%3A%220px%22%2C%22mobile.option.sticky%22%3Atrue%2C%22mobile.option.sticky_position%22%3A%22top%22%2C%22mobile.option.sticky_position_top%22%3A%220px%22%2C%22mobile.option.sticky_position_bottom%22%3A%220px%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22IMAGE964%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22VIDEO1080%22%3A%7B%22type%22%3A%22video%22%2C%22option.video_value%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPkD0FmVBm7k%26t%3D2s%22%2C%22option.video_type%22%3A%22youtube%22%2C%22option.video_control%22%3Atrue%7D%2C%22IMAGE1082%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1019%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22HEADLINE1018%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22IMAGE1084%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1106%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1107%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1103%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22bounceInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22bounceInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22IMAGE1110%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION1083%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22SECTION1116%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22PARAGRAPH1140%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1141%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1137%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22bounceInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22bounceInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22PARAGRAPH1148%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1149%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1145%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22bounceInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22bounceInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22PARAGRAPH1153%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1154%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1150%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22bounceInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22bounceInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22PARAGRAPH1158%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1159%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1155%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22bounceInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22bounceInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22HEADLINE1161%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22HEADLINE1162%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22BUTTON_TEXT1165%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1165%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fhomegy.vn%2Fthiet-bi-homegy%2F%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1174%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1175%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1176%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1184%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1185%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1186%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1190%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1191%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1192%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1200%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1201%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1202%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1206%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1207%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1208%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1216%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1217%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1218%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1170%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22fadeInUp%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.option.auto_scroll%22%3Atrue%7D%2C%22SECTION1164%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22HEADLINE1388%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22VIDEO1392%22%3A%7B%22type%22%3A%22video%22%2C%22option.video_value%22%3A%22https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPgvZCdgA5jw%22%2C%22option.video_type%22%3A%22youtube%22%2C%22option.video_control%22%3Atrue%7D%2C%22HEADLINE1395%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22HEADLINE1417%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1418%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1419%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION1421%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22PARAGRAPH1509%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1510%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1508%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1517%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1518%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1519%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1522%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1523%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1524%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1528%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1529%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1530%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1533%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1534%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1535%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT1537%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1537%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT1539%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1539%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON_TEXT1541%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1541%22%3A%7B%22type%22%3A%22button%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1545%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22CAROUSEL1422%22%3A%7B%22type%22%3A%22carousel%22%2C%22desktop.option.carousel_setting.autoplay%22%3Atrue%2C%22desktop.option.carousel_setting.autoplay_time%22%3A5%2C%22desktop.option.carousel_crop.width%22%3A%221632px%22%2C%22desktop.option.carousel_crop.width_item%22%3A%22960px%22%2C%22mobile.option.carousel_setting.autoplay%22%3Atrue%2C%22mobile.option.carousel_setting.autoplay_time%22%3A5%2C%22mobile.option.carousel_crop.width%22%3A%221632px%22%2C%22mobile.option.carousel_crop.width_item%22%3A%22960px%22%7D%2C%22HEADLINE1464%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1463%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1461%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1459%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1448%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1447%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1445%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1443%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1475%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1477%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1479%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1480%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1136%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22PARAGRAPH1134%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1121%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1122%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1126%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1127%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1132%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1131%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1163%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22IMAGE1546%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22created_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22NOTIFY1557%22%3A%7B%22type%22%3A%22notify%22%2C%22option.data_setting.type%22%3A%22default%22%2C%22option.time_show%22%3A5%2C%22option.time_delay%22%3A10%2C%22desktop.option.position%22%3A%22top_left%22%2C%22mobile.option.position%22%3A%22top_left%22%7D%2C%22IMAGE1560%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fwww.facebook.com%2Fmessages%2Ft%2F107682987341693%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.option.sticky%22%3Atrue%2C%22desktop.option.sticky_position%22%3A%22bottom_right%22%2C%22desktop.option.sticky_position_top%22%3A%220px%22%2C%22desktop.option.sticky_position_left%22%3A%220px%22%2C%22desktop.option.sticky_position_bottom%22%3A%2219px%22%2C%22desktop.option.sticky_position_right%22%3A%2272px%22%2C%22desktop.style.animation-name%22%3A%22swing%22%2C%22desktop.style.animation-delay%22%3A%221s%22%2C%22mobile.option.sticky%22%3Atrue%2C%22mobile.option.sticky_position%22%3A%22bottom_right%22%2C%22mobile.option.sticky_position_top%22%3A%220px%22%2C%22mobile.option.sticky_position_left%22%3A%220px%22%2C%22mobile.option.sticky_position_bottom%22%3A%2211px%22%2C%22mobile.option.sticky_position_right%22%3A%2210px%22%2C%22mobile.style.animation-name%22%3A%22swing%22%2C%22mobile.style.animation-delay%22%3A%221s%22%7D%2C%22IMAGE1563%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22swing%22%2C%22desktop.style.animation-delay%22%3A%221s%22%2C%22mobile.style.animation-name%22%3A%22swing%22%2C%22mobile.style.animation-delay%22%3A%221s%22%7D%2C%22HEADLINE1564%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1561%22%3A%7B%22type%22%3A%22group%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22phone%22%2C%22action%22%3A%220386038986%22%7D%2C%22desktop.option.sticky%22%3Atrue%2C%22desktop.option.sticky_position%22%3A%22bottom_left%22%2C%22desktop.option.sticky_position_top%22%3A%220px%22%2C%22desktop.option.sticky_position_left%22%3A%220px%22%2C%22desktop.option.sticky_position_bottom%22%3A%2223px%22%2C%22desktop.option.sticky_position_right%22%3A%220px%22%2C%22mobile.option.sticky%22%3Atrue%2C%22mobile.option.sticky_position%22%3A%22bottom_left%22%2C%22mobile.option.sticky_position_top%22%3A%220px%22%2C%22mobile.option.sticky_position_left%22%3A%221px%22%2C%22mobile.option.sticky_position_bottom%22%3A%228px%22%2C%22mobile.option.sticky_position_right%22%3A%220px%22%7D%2C%22HEADLINE1585%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1588%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1591%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1597%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION1559%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22gradient%22%2C%22mobile.option.background-style%22%3A%22gradient%22%7D%2C%22HEADLINE1645%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1646%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1647%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1648%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22COUNTDOWN_ITEM1654%22%3A%7B%22type%22%3A%22countdown_item%22%2C%22option.countdown_item_type%22%3A%22day%22%7D%2C%22COUNTDOWN_ITEM1655%22%3A%7B%22type%22%3A%22countdown_item%22%2C%22option.countdown_item_type%22%3A%22hour%22%7D%2C%22COUNTDOWN_ITEM1656%22%3A%7B%22type%22%3A%22countdown_item%22%2C%22option.countdown_item_type%22%3A%22minute%22%7D%2C%22COUNTDOWN_ITEM1657%22%3A%7B%22type%22%3A%22countdown_item%22%2C%22option.countdown_item_type%22%3A%22seconds%22%7D%2C%22COUNTDOWN1653%22%3A%7B%22type%22%3A%22countdown%22%2C%22option.countdown_type%22%3A%22countdown%22%2C%22option.countdown_minute%22%3A720%7D%2C%22HEADLINE1658%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1659%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1660%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1661%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1662%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1664%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22fadeInRight%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22fadeInRight%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22BUTTON_TEXT1675%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22BUTTON1675%22%3A%7B%22type%22%3A%22button%22%2C%22option.is_submit_form%22%3Afalse%2C%22option.is_buy_now%22%3Afalse%2C%22option.data_setting.type_dataset%22%3A%22COLLECTION%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22pulse%22%2C%22desktop.style.animation-delay%22%3A%221s%22%2C%22mobile.style.animation-name%22%3A%22pulse%22%2C%22mobile.style.animation-delay%22%3A%221s%22%7D%2C%22FORM1674%22%3A%7B%22type%22%3A%22form%22%2C%22option.form_config_id%22%3A%225f8947cdcf7c1706e949fd8a%22%2C%22option.form_send_ladipage%22%3Afalse%2C%22option.thankyou_type%22%3A%22default%22%2C%22option.thankyou_value%22%3A%22C%E1%BA%A3m%20%C6%A1n%20b%E1%BA%A1n%20%C4%91%C3%A3%20quan%20t%C3%A2m!%22%2C%22option.form_auto_funnel%22%3Atrue%2C%22option.form_captcha%22%3Atrue%2C%22option.form_auto_complete%22%3Atrue%2C%22option.is_form_coupon%22%3Afalse%2C%22option.is_form_login%22%3Afalse%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1679%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1680%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22GROUP1668%22%3A%7B%22type%22%3A%22group%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220.2s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220.2s%22%7D%2C%22FORM_ITEM1678%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22tel%22%2C%22option.input_tabindex%22%3A3%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22FORM_ITEM1677%22%3A%7B%22type%22%3A%22form_item%22%2C%22option.input_type%22%3A%22text%22%2C%22option.input_tabindex%22%3A1%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1672%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dhomegysmart.android%26hl%3Dvi%26gl%3DUS%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1671%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22link%22%2C%22action%22%3A%22https%3A%2F%2Fapps.apple.com%2Fus%2Fapp%2Fhomegy%2Fid1489777548%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1673%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1727%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1731%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22created_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1735%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22created_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1736%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1741%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1742%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1745%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1749%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1755%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1756%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1757%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1758%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1760%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1762%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1763%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1766%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1767%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1768%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22SECTION1739%22%3A%7B%22type%22%3A%22section%22%2C%22desktop.option.background-style%22%3A%22solid%22%2C%22mobile.option.background-style%22%3A%22solid%22%7D%2C%22IMAGE1603%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22created_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1779%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%2C%22desktop.style.animation-name%22%3A%22fadeInLeft%22%2C%22desktop.style.animation-delay%22%3A%220s%22%2C%22mobile.style.animation-name%22%3A%22fadeInLeft%22%2C%22mobile.style.animation-delay%22%3A%220s%22%7D%2C%22HEADLINE1813%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1812%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1810%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1808%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1797%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22HEADLINE1796%22%3A%7B%22type%22%3A%22headline%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1794%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22IMAGE1792%22%3A%7B%22type%22%3A%22image%22%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1820%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION345%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%2C%22PARAGRAPH1821%22%3A%7B%22type%22%3A%22paragraph%22%2C%22option.data_action%22%3A%7B%22type%22%3A%22section%22%2C%22action%22%3A%22SECTION392%22%7D%2C%22option.data_setting.sort_name%22%3A%22updated_at%22%2C%22option.data_setting.sort_by%22%3A%22desc%22%7D%7D";window.LadiPageScript.run(true);window.LadiPageScript.runEventScroll();};run();})();