@font-face{font-family:LGEIHeadline;font-weight:300;font-display:swap;src:local("LGEIHeadline-Thin"),url(/fonts/LGEIHeadline-Thin.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:400;font-display:swap;src:local("LGEIHeadline-Light"),url(/fonts/LGEIHeadline-Light.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:500;font-display:swap;src:local("LGEIHeadline-Regular"),url(/fonts/LGEIHeadline-Regular.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:600;font-display:swap;src:local("LGEIHeadline-SemiBold"),url(/fonts/LGEIHeadline-Semibold.woff) format("woff")}@font-face{font-family:LGEIHeadline;font-weight:700;font-display:swap;src:local("LGEIHeadline-Bold"),url(/fonts/LGEIHeadline-Bold.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:4300;font-display:swap;src:local("LGEIText-Light"),url(/fonts/LGEIText-Light.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:500;font-display:swap;src:local("LGEIText-Regular"),url(/fonts/LGEIText-Regular.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:600;font-display:swap;src:local("LGEIText-SemiBold"),url(/fonts/LGEIText-SemiBold.woff) format("woff")}@font-face{font-family:LGEIText;font-weight:700;font-display:swap;src:local("LGEIText-Bold"),url(/fonts/LGEIText-Bold.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box;list-style:none}body{background:#f1ebe3;color:#333;font-family:LGEIText}a{text-decoration:none}footer{width:100%;max-width:1440px;margin:0 auto}header img,footer img{object-fit:cover;width:100%;height:auto}.btn-round{font-size:16px;font-weight:500;line-height:1;padding:12px 16px;width:fit-content;transition:background-color .2s;border-radius:30px;cursor:pointer;word-break:keep-all;white-space:nowrap;border:none}.btn-round.large{padding-top:16px;padding-bottom:16px}.btn-round span{font-family:LGEIText;font-weight:600}.btn-round.black{background-color:#333;color:#fff}.btn-round.black:hover{background-color:#111}.btn-round.white{background-color:#fff;color:#3b3b3b}.btn-round.white:hover{background-color:#eee}.btn-round.red{background-color:#ea1918;color:#fff;border:none}.btn-round.line{border:1px solid #333333;background-color:#fff;color:#3b3b3b}.btn-round.line:hover{background-color:#eee}.btn-arrow{position:relative;display:inline-flex;width:fit-content;padding-right:24px;cursor:pointer}.btn-arrow span{font-size:16px;font-weight:600;line-height:1.4}.btn-arrow:after{content:"";position:absolute;top:43%;right:0;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%202.66675L13.3333%208.00006M13.3333%208.00006L8%2013.3334M13.3333%208.00006H2.66666'%20stroke='black'/%3e%3c/svg%3e");transform:translateY(-50%);transition:transform .2s}.btn-arrow:hover:after{transform:translate(20%,-50%)}.btn-chatbot{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background-color:#ea1918;border-radius:100px;width:68px;height:68px;color:#fff;display:flex;align-items:center;overflow:hidden;box-shadow:0 8px 20px 2px #0003;border:none;z-index:999;transition:all .5s ease-in-out;cursor:pointer;transition:.5s}.btn-chatbot .img{position:absolute;width:60px;height:60px;left:4px}.btn-chatbot .img img{width:100%;height:auto}.btn-chatbot .text{position:relative;font-size:16px;padding:0;line-height:1.4;width:0;left:60px;overflow:hidden;opacity:0;white-space:nowrap;text-align:left;transition:opacity .2s .3s ease-in-out;font-family:LGEIText}.btn-chatbot .icon{position:absolute;right:26px;width:0;overflow:hidden;opacity:0;transition:opacity .2s .3s ease-in-out}.btn-chatbot.on{width:448px}.btn-chatbot.on .text{width:auto;padding:0 20px;opacity:1}.btn-chatbot.on .icon{width:auto;opacity:1}html:has(.chatbot-view.active) .btn-chatbot{transform:translate(-50%) scale(0);transition:.5s}.chatbot-mask{position:fixed;bottom:-1px;left:50%;width:1px;height:1px;overflow:hidden;z-index:999;transform:translate(-50%);border-radius:50%;transition:.5s ease-in-out}.chatbot-mask .mask-wrap{position:fixed;top:50%;left:50%;width:100vw;height:100svh;transform:translate(-50%,-50%);transition:.4s;opacity:0}.chatbot-mask .mask-wrap .mask-inner{position:relative;width:100vw;height:100vh}.chatbot-mask:after{content:"";position:absolute;background-color:#ea1918;width:100%;height:100%;transition:.5s;pointer-events:none}.chatbot-mask:has(.chatbot-view.active){bottom:0;width:100%;height:calc(100svh - 96px);border-radius:0;z-index:999}.chatbot-mask:has(.chatbot-view.active) .mask-wrap{opacity:1}.chatbot-mask:has(.chatbot-view.active):after{opacity:0;background-color:#f1ebe3}.chatbot-view{position:absolute;top:48px;left:50%;width:100%;height:calc(100svh - 96px);background-color:#f1ebe3;pointer-events:none;transform:translate(-50%)}.chatbot-view .chat-head{padding:8px 10px;width:100%;height:65px;background-color:#fff;cursor:pointer}.chatbot-view .chat-head .inner{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto}.chatbot-view .chat-head .inner img{position:relative}.chatbot-view .chat-head .inner img.left{height:48px}.chatbot-view .chat-head .inner img.right{height:40px}.chatbot-view .chat-body{padding:40px;width:100%;height:calc(100svh - 253px);overflow:scroll}.chatbot-view .chat-body .inner{max-width:1360px;display:flex;flex-direction:column;margin:0 auto}.chatbot-view .chat-body .inner .step-1{display:flex;flex-direction:column;gap:30px}.chatbot-view .chat-body .inner .step-1 [data-step="1"]{width:141px}.chatbot-view .chat-body .inner .step-1 [data-step="2"]{width:350px}.chatbot-view .chat-body .inner .step-1 [data-step="3"]{width:320px}.chatbot-view .chat-body .inner .step-1 [data-step="4"]{width:668px}.chatbot-view .chat-body .inner .step-1 [data-step="5"]{width:350px}.chatbot-view .chat-body .inner .step-1 [data-step="6"]{width:549px}.chatbot-view .chat-body .inner .step-2{display:flex;justify-content:flex-end;margin-bottom:80px}.chatbot-view .chat-body .inner .step-2 img{width:550px}.chatbot-view .chat-body .inner .step-3{display:flex;flex-direction:column;gap:40px}.chatbot-view .chat-body .inner .step-3 [data-step="1"],.chatbot-view .chat-body .inner .step-3 [data-step="2"]{width:660px}.chatbot-view .chat-body .inner .step-3 [data-step="3"]{width:500px}.chatbot-view .chat-body .inner .step-3 [data-step="3"] img{width:100%}.chatbot-view .chat-body .inner .step-3 [data-step="4"]{width:1008px}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap{display:flex;gap:16px}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img{height:442px;border:1px solid #fff;border-radius:20px;overflow:hidden;transition:border .2s}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img:first-child{cursor:pointer}.chatbot-view .chat-body .inner .step-3 [data-step="4"] .wrap img:first-child:hover{border:1px solid #333333}.chatbot-view .chat-body .inner .step-3 [data-step="5"]{width:610px}.chatbot-view .chat-body .inner .step-3 [data-step="6"]{width:665px}.chatbot-view .chat-input{position:absolute;height:92px;bottom:0;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px 16px}.chatbot-view .chat-input .input-box{border:1px solid #ccc;border-radius:50px;width:100%;margin:12px auto;max-width:1408px;height:100%;display:flex;justify-content:space-between;align-items:center}.chatbot-view .chat-input .input-box span{font-family:LGEIText;margin-left:24px;font-size:18px}.chatbot-view .chat-input .input-box span.before{color:#999}.chatbot-view .chat-input .input-box span.after{color:#333;display:none}.chatbot-view .chat-input .input-box img{margin-right:24px;width:32px}.chatbot-view .chat-input.active .input-box span.before{display:none}.chatbot-view .chat-input.active .input-box span.after{display:block}.chatbot-view.active{pointer-events:all}.chatbot-view.active [data-step]{display:none}html:has(.chatbot-view.active) .industries-sticky{display:none}.subscribe{display:flex;align-items:center;justify-content:center;padding:80px 24px;margin:0 auto}.subscribe img{width:100%;max-width:1390px;margin:0 auto}.industries-sticky{position:sticky;top:0;z-index:999;background-color:#fff;border-top:1px solid #383838;background-color:#0b0b0b;color:#fff}.industries-sticky.is-sticky-top{top:0}.industries-sticky__inner{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.industries-sticky__label{font-size:20px;font-weight:700;color:#fff}.industries-sticky__nav,.industries-sticky__menu{display:flex;align-items:center;gap:32px}.industries-sticky__menu-link{font-size:16px;font-weight:500;color:#fff;text-decoration:none;padding:8px 0;transition:color .2s;position:relative}.industries-sticky__menu-link:hover,.industries-sticky__menu-link.is-active{color:#ea1918}@media(max-width:1024px){.industries-sticky__inner{padding:0 24px;height:56px}.industries-sticky__label{font-size:16px}.industries-sticky__menu{gap:24px}.industries-sticky__menu-link{font-size:14px}.industries-sticky__nav{gap:24px}}@media(max-width:768px){.industries-sticky__inner{padding:0 16px;height:52px}.industries-sticky__label{font-size:14px}.industries-sticky__menu{display:none}.industries-sticky__nav{gap:16px}}.industries{padding-top:96px}.industries-content{text-align:center;font-size:24px;font-weight:700;line-height:1.4;color:#333}.industries-content.section-01{position:relative;z-index:1}.industries-content.section-02{margin-top:-88px;position:relative;z-index:0}.industries-content.section-02 #section2{position:absolute;top:88px;left:0;width:100%;height:0px;overflow:hidden}.industries-content.section-02 .inner{position:relative}.industries-content.section-02 .btn-product-view{position:absolute;bottom:164px;left:142px;width:480px;height:172px;font-size:0;z-index:10;cursor:pointer;border:none;box-shadow:none;overflow:hidden;border-radius:16px}.industries-content.section-02 .btn-product-view img{width:100%}.industries-content.section-04{background-color:#262626}.industries-content .inner{width:100%;max-width:1440px;margin:0 auto;font-size:0}.industries-content img{width:100%;height:auto}
