@charset "UTF-8";*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.app-button{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;transition:all .3s ease;font-weight:500;gap:8px;cursor:pointer;border:none;outline:none}.app-button--default{height:48px;border-radius:24px;background:var(--btn-bg, rgb(56, 83, 217));color:var(--btn-color, #fff);border:1px solid var(--btn-border, transparent);padding:8px 24px}.app-button--default:hover{background:var(--btn-bg-hover, rgb(46, 73, 207));color:var(--btn-color-hover, #fff);border-color:var(--btn-border-hover, transparent);transform:translateY(-2px);box-shadow:0 4px 12px #3853d94d}.app-button--default:hover .app-button__icon{transform:translate(2px)}.app-button--glass{height:48px;border-radius:24px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 24px}.app-button--glass:hover{background:#ffffff26;transform:translateY(-2px);border-color:#ffffff40}.app-button--glass:hover .app-button__icon{transform:translate(2px)}.app-button--outline{height:48px;border-radius:24px;background:transparent;border:1px solid rgb(38,38,38);color:#262626;padding:8px 24px}.app-button--outline:hover{background:#3853d9;border-color:#3853d9;color:#fff}.app-button--outline:hover .app-button__icon{transform:translate(2px)}.app-button--ghost{height:48px;border-radius:24px;background:transparent;border:1px solid transparent;color:var(--btn-color, #666);padding:8px 24px}.app-button--ghost:hover{background:#0000000d;color:var(--btn-color-hover, #333)}.app-button--ghost:hover .app-button__icon{transform:translate(2px)}.app-button__text{display:inline-flex;align-items:center}.app-button__icon{transition:transform .3s ease;display:flex;align-items:center;color:inherit}:root{--scrollbar-compensation: 0px}*,*:before,*:after{box-sizing:border-box}body{margin:0;color:#111827;background:#fff;font-family:Noto Sans,Noto Sans SC,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5}.svg-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.footer-block-item{display:flex;flex-shrink:0}.svg-icon__inner{width:100%;height:100%;display:block}.svg-icon__inner svg{width:100%;height:100%;display:block}.header3{width:100%;height:72px;position:fixed;top:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#fff;color:#595959;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;will-change:transform,background-color,color,opacity;transition:transform .4s cubic-bezier(.165,.84,.44,1),background-color .4s ease,box-shadow .4s ease,opacity .4s ease;box-shadow:0 2px 8px #0000000d}.header3.header3--hidden{transform:translateY(-100%);box-shadow:none;pointer-events:none}.header3.header3--scrolling{transition:transform .15s ease-out,background-color .15s ease-out}.header3.header3--scrolled{background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;box-shadow:0 4px 20px #00000026}.header3.header3--scrolled .header3__link{color:#ffffffd9}.header3.header3--scrolled .header3__link:hover,.header3.header3--scrolled .header3__link.is-active{color:#fff}.header3.header3--scrolled .header3__logo{filter:brightness(0) invert(1)}.header3:hover,.header3.header3--active{background:#fff!important;color:#595959!important;box-shadow:0 2px 8px #0000000d!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.header3:hover .header3__link,.header3.header3--active .header3__link{height:72px;color:#595959!important;font-weight:400;letter-spacing:0px;line-height:24px;display:inline-flex;align-items:center}.header3:hover .header3__link:hover,.header3:hover .header3__link.is-active,.header3:hover .header3__link.is-open,.header3.header3--active .header3__link:hover,.header3.header3--active .header3__link.is-active,.header3.header3--active .header3__link.is-open{color:#262626!important;font-weight:700}.header3:hover .header3__link:hover,.header3:hover .header3__link.is-open,.header3.header3--active .header3__link:hover,.header3.header3--active .header3__link.is-open{background-color:#f5f5f5;color:#3853d9!important}.header3:hover .header3__link.is-active:after,.header3:hover .header3__link.is-open:after,.header3.header3--active .header3__link.is-active:after,.header3.header3--active .header3__link.is-open:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#3853d9}.header3:hover .header3__logo,.header3.header3--active .header3__logo{filter:none!important}.header3:hover .header3__btn,.header3.header3--active .header3__btn{color:inherit!important}.header3:hover .header3__btn:hover,.header3:hover .header3__btn.is-active,.header3.header3--active .header3__btn:hover,.header3.header3--active .header3__btn.is-active{color:#3853d9!important}.header3:hover .header3__langBtn,.header3.header3--active .header3__langBtn{color:inherit!important}.header3:hover .header3__langBtn:hover,.header3:hover .header3__langBtn.is-active,.header3:hover .header3__langBtn[aria-expanded=true],.header3.header3--active .header3__langBtn:hover,.header3.header3--active .header3__langBtn.is-active,.header3.header3--active .header3__langBtn[aria-expanded=true]{color:#3853d9!important}.admin-bar .header3{top:var(--wp-admin--admin-bar--height, 32px)}.admin-bar .wp-list-table.fixed{position:static!important}.header3--immersive{background:transparent;color:#e5e5e5;box-shadow:none}.header3--immersive-light{background:transparent;color:#595959;box-shadow:none}.header3-shell{width:100%}.site-header.header-style-3--immersive{position:absolute;left:0;right:0;top:0;z-index:1050;box-shadow:none;background:transparent}.site-header.header-style-3--immersive .header3{background:transparent!important;color:#e5e5e5!important;box-shadow:none!important}.site-header.header-style-3--immersive .header3.header3--scrolled{background:#000000d9!important;color:#fff!important}.site-header.header-style-3--immersive .header3:hover,.site-header.header-style-3--immersive .header3.header3--active{background:#fff!important;color:#595959!important}.site-header.header-style-3--immersive-light{position:absolute;left:0;right:0;top:0;z-index:1050;box-shadow:none;background:transparent}.site-header.header-style-3--immersive-light .header3{background:transparent!important;color:#595959!important;box-shadow:none!important}.site-header.header-style-3--immersive-light .header3.header3--scrolled{background:#000000d9!important;color:#fff!important}.site-header.header-style-3--immersive-light .header3:hover,.site-header.header-style-3--immersive-light .header3.header3--active{background:#fff!important;color:#595959!important}.admin-bar .site-header.header-style-3--immersive,.admin-bar .site-header.header-style-3--immersive-light{top:var(--wp-admin--admin-bar--height, 32px)}.header3__container{width:100%;max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 16px;overflow:hidden}@media (min-width: 768px){.header3__container{padding:0 20px}}@media (min-width: 1400px){.header3__container{padding:0}}.header3__brand{display:inline-flex;align-items:center;height:100%;flex-shrink:0}.header3__nav{flex:1;min-width:0;overflow:auto!important;-ms-overflow-style:none;position:relative;z-index:1101}.header3__nav::-webkit-scrollbar{height:4px}.header3__nav::-webkit-scrollbar-track{background:transparent}.header3__nav::-webkit-scrollbar-thumb{background:#b4b4b466;border-radius:2px}.header3__nav::-webkit-scrollbar-thumb:hover{background:#b4b4b499}.header3__logo{width:120px;height:40px;-o-object-fit:contain;object-fit:contain;display:block}.header3__logo--mobile{display:none}.header3__nav--desktop{display:none;flex:1;margin-left:10px}@media (min-width: 1024px){.header3__nav--desktop{margin-left:20px}}@media (min-width: 1440px){.header3__nav--desktop{margin-left:30px}}@media (min-width: 1920px){.header3__nav--desktop{margin-left:40px}}.header3__menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;will-change:opacity;flex-wrap:nowrap;width:-moz-max-content;width:max-content;min-width:-moz-min-content;min-width:min-content;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.header3__menu::-webkit-scrollbar{height:2px}.header3__menu::-webkit-scrollbar-track{background:transparent}.header3__menu::-webkit-scrollbar-thumb{background:#b4b4b466;border-radius:2px}.header3__menu::-webkit-scrollbar-thumb:hover{background:#b4b4b499}.header3__nav--desktop{position:relative;display:flex;flex-direction:row;align-items:center;min-width:0;max-width:100%;flex:1;overflow:visible}.header3__item{position:relative;will-change:opacity;min-width:64px;flex-shrink:0}.header3__link{display:inline-flex;align-items:center;padding:24px 16px;gap:6px;height:72px;color:inherit;text-decoration:none;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;position:relative;transition:background-color .24s ease,color .24s ease,opacity .2s ease;will-change:opacity}.header3__link.is-active{color:#262626;font-weight:700}.header3__link.is-active .header3__linkText{font-weight:700}.header3--immersive .header3__link.is-active{color:#fff}.header3__caret{font-size:12px;line-height:12px;opacity:.8}.header3__caretIcon{width:12px;height:8px;display:block;transform-origin:50% 50%;transition:transform .18s ease}.header3__caretIcon path{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.header3__langBtn[aria-expanded=true] .header3__caretIcon{transform:rotate(180deg)}.header3__actions{display:flex;align-items:center;gap:10px}.header3__lang{position:relative;display:flex}.header3__langBtn{height:40px;padding:0 12px;border-radius:8px;background:transparent;color:inherit;font-size:16px;font-weight:400;display:inline-flex;align-items:center;gap:8px;transition:color .24s ease;cursor:pointer;border:none}.header3__langBtn:hover,.header3__langBtn.is-active,.header3__langBtn[aria-expanded=true]{color:#3853d9}.header3--immersive .header3__langBtn{border-color:#e5e5e580}.header3--immersive .header3__langBtn:hover,.header3--immersive .header3__langBtn.is-active,.header3--immersive .header3__langBtn[aria-expanded=true]{color:#fff}.header3__langText{font-size:16px;font-weight:400}.header3-panel{position:fixed;left:0;right:0;width:auto;height:calc(100vh - 158px);z-index:1090;background:transparent;overflow:visible}.header3-panel-fade-enter-active,.header3-panel-fade-leave-active,.header3-panel-fade-enter-active .header3-panel__backdrop,.header3-panel-fade-leave-active .header3-panel__backdrop{transition:opacity .1s ease}.header3-panel-fade-enter-from,.header3-panel-fade-leave-to,.header3-panel-fade-enter-from .header3-panel__backdrop,.header3-panel-fade-leave-to .header3-panel__backdrop{opacity:0}.admin-bar .header3-panel{height:calc(100vh - 86px - 72px - var(--wp-admin--admin-bar--height, 32px))}.header3-panel__inner{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;max-height:100%;overflow:visible;padding:40px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background:#fff}.header3-panel--grid .header3-panel__inner,.header3-panel--tree .header3-panel__inner{max-width:100vw;padding:0 16px;border-radius:0 0 20px 20px}@media (min-width: 768px){.header3-panel--grid .header3-panel__inner,.header3-panel--tree .header3-panel__inner{padding:0 20px}}@media (min-width: 1400px){.header3-panel--grid .header3-panel__inner,.header3-panel--tree .header3-panel__inner{padding:0}}.header3-panel__grid{max-width:1400px;margin:0 auto;max-height:calc(100vh - 158px);overflow-y:auto;padding:40px 0 80px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));-moz-column-gap:40px;column-gap:40px;row-gap:40px}.header3-panel__grid::-webkit-scrollbar{width:6px;height:6px}.header3-panel__grid::-webkit-scrollbar-track{background:transparent}.header3-panel__grid::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.header3-panel__grid::-webkit-scrollbar-thumb:hover{background:#0003}.header3-panel__col{min-width:0}.header3-panel__colHead{display:flex;align-items:center;gap:4px;color:#595959;font-size:16px;font-weight:400;line-height:24px;padding:10px;border-radius:4px;background:#f7f7f7}.header3-panel__icon{width:24px;height:24px;flex:0 0 24px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.header3-panel__links{margin-top:16px;display:flex;flex-direction:column;gap:12px}.header3-panel__link{font-size:16px;font-weight:500;letter-spacing:0px;line-height:24px;color:#262626;padding:0 10px;text-decoration:none}.header3-panel__link:hover{color:#3853d9}.header3-panel__link.is-active{color:#8c8c8c;font-weight:400}.header3-panel__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;height:100vh;background:#00000080;cursor:default}.header3-panel__backdrop--transparent{background:transparent}.header3-panel{--lang-left: 0px;--lang-notch-x: -10px}.header3-panel__inner{transition:width .3s ease,transform .3s ease,padding .3s ease,border-radius .3s ease,box-shadow .3s ease,border-color .3s ease,background-color .3s ease;transform:translate(0)}.header3-panel--immersive .header3-panel__inner:not(.header3-panel__inner--default){background:#0f0f0feb}.header3-panel--default{background:transparent;overflow:visible}.header3-panel--default.header3-panel--immersive{background:transparent}.header3-panel__inner--default{position:absolute;inset:auto;top:0;left:0;transform:translate(var(--lang-left));transition:width .3s ease,transform .3s ease,padding .3s ease,border-radius .3s ease,box-shadow .3s ease,border-color .3s ease,background-color .3s ease;width:160px;max-width:none;margin:0;padding:0;overflow:visible;border-radius:0 0 16px 16px;background:#fff;border:1px solid rgb(229,229,229);border-top:0}.header3-panel--immersive .header3-panel__inner--default{background:#0f0f0feb;border-color:#ffffff29;box-shadow:0 10px 24px #00000059}.header3-panel__langBlend{position:absolute;top:-1px;left:-10px;width:calc(100% + 20px);height:11px;pointer-events:none;z-index:2;overflow:visible}.header3-panel__langBlendFill{fill:#fff}.header3-panel--immersive .header3-panel__langBlendFill{fill:#0f0f0feb}.header3-panel__langList{overflow-y:auto;margin-top:10px;max-height:calc(100vh - 158px);border-radius:0 0 16px 16px}.header3-panel__langList::-webkit-scrollbar{width:6px;height:6px}.header3-panel__langList::-webkit-scrollbar-track{background:transparent}.header3-panel__langList::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.header3-panel__langList::-webkit-scrollbar-thumb:hover{background:#0003}.header3-panel__langItem{height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#262626;font-weight:400}.header3-panel__langItem.is-active{color:#8c8c8c;font-weight:400;cursor:not-allowed}.header3-panel__langItem:hover{background:#ebedfb;color:#3853d9;font-weight:700}.header3-panel--immersive .header3-panel__langItem{color:#ffffffeb}.header3-panel--immersive .header3-panel__langItem.is-active{color:#e5e5e5b3;font-weight:400;cursor:not-allowed}.header3-panel--immersive .header3-panel__langItem:hover{background:#3853d959;color:#fff;font-weight:700}.header3--immersive .header3-panel__colHead{color:#e5e5e5}.header3--immersive .header3-panel__link{color:#ffffffeb}.header3--immersive .header3-panel__link:hover{color:#9aadff}.header3--immersive .header3-panel__link.is-active{color:#e5e5e5b3;font-weight:400}.header3-panel__tree{display:flex;min-height:400px;max-height:calc(100vh - 158px);max-width:1400px;margin:0 auto;padding:40px 0}.header3-panel__treeSide{width:240px;overflow-y:auto;margin-right:20px}.header3-panel__treeSide::-webkit-scrollbar{width:6px;height:6px}.header3-panel__treeSide::-webkit-scrollbar-track{background:transparent}.header3-panel__treeSide::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.header3-panel__treeSide::-webkit-scrollbar-thumb:hover{background:#0003}.header3-panel__treeItem{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}.header3-panel__treeItem:hover,.header3-panel__treeItem.is-active{background:#ebedfb;border-radius:4px}.header3-panel__treeItem:hover .header3-panel__treeText,.header3-panel__treeItem.is-active .header3-panel__treeText{color:#3853d9}.header3-panel__treeItem:hover .header3-panel__treeIcon,.header3-panel__treeItem.is-active .header3-panel__treeIcon{color:#3853d9;opacity:1}.header3-panel__treeText{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;transition:color .2s ease}.header3-panel__treeIcon{width:16px;height:16px;opacity:0;transition:all .2s ease;transform:rotate(-90deg)}.header3-panel__treeContent{flex:1;overflow-y:auto}.header3-panel__treeContent::-webkit-scrollbar{width:6px;height:6px}.header3-panel__treeContent::-webkit-scrollbar-track{background:transparent}.header3-panel__treeContent::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.header3-panel__treeContent::-webkit-scrollbar-thumb:hover{background:#0003}.header3-panel__treeGrid{display:grid;grid-template-columns:repeat(2,1fr)}.header3-panel__treeGridItem{display:flex;align-items:flex-start;padding:12px;text-decoration:none;transition:all .2s ease;gap:20px}.header3-panel__treeGridItem:hover{border-radius:4px;background:#ebedfb}.header3-panel__treeGridItem:hover .header3-panel__treeGridName{color:#3853d9}.header3-panel__treeGridImg{width:120px;height:90px;flex-shrink:0;border-radius:2px;overflow:hidden;background:#f5f5f5}.header3-panel__treeGridInfo{display:flex;flex-direction:column;gap:4px;flex:1}.header3-panel__treeGridName{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;transition:color .2s ease}.header3-panel__treeGridDesc{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.header3__btn{height:40px;padding:0 14px;background:transparent;color:inherit;font:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .24s ease,background-color .24s ease,color .24s ease}.header3__btn--custom{padding:0 10px;gap:6px}.header3__btnIcon{display:flex;align-items:center;justify-content:center}.header3__btnIcon svg,.header3__langBtn svg{width:20px;height:20px;display:block}.header3__btnIcon svg *,.header3__langBtn svg *{stroke:currentColor;transition:stroke .24s ease}.header3__btnIcon svg [stroke=none],.header3__langBtn svg [stroke=none]{stroke:none}.header3__btnText{font-size:16px;font-weight:400}.header3__btn:hover,.header3__btn.is-active{color:#3853d9}.header3--immersive .header3__btn{border-color:#ffffff4d}.header3--immersive .header3__btn:hover,.header3--immersive .header3__btn.is-active{background:#ffffff1a;color:#fff}.header3__cta{height:40px;padding:0 16px;border-radius:8px;background:#262626;color:#fff;text-decoration:none;display:none;align-items:center;font-weight:700}.header3__mobilePanel{position:absolute;left:0;right:0;top:72px;background:#fff;border-top:1px solid rgb(229,229,229)}.header3-mobile-panel-fade-enter-active,.header3-mobile-panel-fade-leave-active{transition:opacity .4s ease,transform .4s cubic-bezier(.165,.84,.44,1)}.header3-mobile-panel-fade-enter-from,.header3-mobile-panel-fade-leave-to{opacity:0;transform:translateY(-10px)}.header3__nav--mobile{max-width:1400px;margin:0 auto;padding:12px 20px;display:flex;flex-direction:column;gap:4px}.header3__mobileLink{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;color:#595959;font-weight:400}.header3__mobileLink.is-active{color:#262626;font-weight:700}.header3__mobileLink:hover{background:#f5f5f5;color:#262626}.header3__cta--mobile{display:inline-flex;justify-content:center;margin-top:8px}.header3__mobileActions{padding:0 20px 12px}.header3__mobileActionsDivider{height:1px;background:#e5e5e5;margin:0 0 12px}.header3__mobileBtn{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:8px;text-decoration:none;color:#595959;font-weight:400;font-size:15px;cursor:pointer}.header3__mobileBtn:hover,.header3__mobileBtn.is-expanded{background:#f5f5f5;color:#262626}.header3__mobileBtnIcon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:inherit}.header3__mobileBtnIcon svg{width:100%;height:100%;display:block}.header3__mobileBtnIcon svg *{stroke:currentColor;transition:stroke .24s ease}.header3__mobileBtnIcon svg [stroke=none]{stroke:none}.header3__mobileDropdown{display:flex;flex-direction:column}.header3__mobileDropdownPanel{padding:4px 0 4px 28px;display:flex;flex-direction:column;gap:4px}.header3__mobileDropdownItem{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;color:#595959;font-weight:400}.header3__mobileDropdownItem:hover{background:#f5f5f5;color:#262626}.header3__mobileDropdownItem.is-active{color:#262626;font-weight:700}@media (min-width: 768px){.header3__nav--desktop{display:block}.header3__btn--menu{display:none}.header3__menu{overflow-x:auto!important}}@media (max-width: 767.98px){.header3__menu{display:none}.header3__nav{overflow:hidden}}@media (min-width: 640px){.header3__cta{display:inline-flex}}@media (max-width: 639.98px){.header3__logo--pc{display:none}.header3__logo--mobile{display:block}}.fancybox-form.fancybox-form-small-window{max-width:352px!important;width:352px!important;padding:0!important;border-radius:10px!important;overflow:hidden}.fancybox-form.fancybox-form-small-window .small-window-header{display:flex;align-items:center;justify-content:space-between;padding:16px;margin-bottom:0;background:#3853d9}.fancybox-form.fancybox-form-small-window .small-window-title{font-size:16px;font-weight:700;letter-spacing:0px;line-height:24px;color:#fff;margin:0}.fancybox-form.fancybox-form-small-window .small-window-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.fancybox-form.fancybox-form-small-window .small-window-close:hover{background:#fff3}.fancybox-form.fancybox-form-small-window .small-window-close svg{width:20px;height:20px}.fancybox-form.fancybox-form-small-window .xintheme-form{box-sizing:border-box;padding:16px}.fancybox-form.fancybox-form-small-window .xintheme-form .field-group{margin:0 0 20px}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container{margin-bottom:8px}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container .field-label{font-size:14px;color:#ffffffe6}.fancybox-form.fancybox-form-small-window .xintheme-form input,.fancybox-form.fancybox-form-small-window .xintheme-form textarea,.fancybox-form.fancybox-form-small-window .xintheme-form select{background:#fffffff2;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:10px 12px;font-size:14px;color:#333}.fancybox-form.fancybox-form-small-window .xintheme-form input::-moz-placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form textarea::-moz-placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form select::-moz-placeholder{color:#999}.fancybox-form.fancybox-form-small-window .xintheme-form input::placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form textarea::placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form select::placeholder{color:#999}.fancybox-form.fancybox-form-small-window .xintheme-form input:focus,.fancybox-form.fancybox-form-small-window .xintheme-form textarea:focus,.fancybox-form.fancybox-form-small-window .xintheme-form select:focus{border-color:#fffc;outline:none}.fancybox-form.fancybox-form-small-window .xintheme-form select{color:#333}.fancybox-form.fancybox-form-small-window .xintheme-form .form_vercode img{border-radius:6px}.fancybox-form.fancybox-form-small-window .xintheme-form .form_vercode input{flex:1}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit]{width:100%;margin-top:16px;padding:12px 24px;background:#fff;color:#3853d9;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit]:hover{background:#ffffffe6}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.fancybox-container-kefu-full .fancybox__backdrop,.fancybox-container-kefu-full .fancybox__slide{background:transparent!important}.fancybox__content.fancybox-kefu-full-width.kefu-small-window{max-width:800px!important;min-width:800px!important;width:auto!important;padding:0 20px 40px!important;background:#000c!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px!important;position:relative!important}.fancybox__content.fancybox-kefu-full-width.kefu-small-window>.f-button.is-close-btn{position:absolute!important;top:22px!important;right:20px!important;left:auto!important;bottom:auto!important;width:40px;height:40px;border-radius:50%;color:#fff!important;display:flex!important;align-items:center;justify-content:center;transform:none!important;opacity:1!important}.fancybox__content.fancybox-kefu-full-width.kefu-small-window>.f-button.is-close-btn svg{width:20px;height:20px}.fancybox__content.fancybox-kefu-full-width.kefu-small-window>.f-button.is-close-btn:hover{background:#fff3!important}@media (min-width: 768px){.fancybox__content.fancybox-kefu-full-width.kefu-small-window{max-width:800px!important;min-width:800px!important;width:auto!important;border-radius:10px!important}.fancybox__content.fancybox-kefu-full-width:not(.kefu-small-window){width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;min-width:800px!important;border-radius:0;padding:0!important}.fancybox-container-kefu-full:not(.kefu-small-window){width:100vw!important;height:100vh!important}}.fancybox-form.fancybox-form-full-width .fancybox-form-head{padding:20px 24px;border-bottom:1px solid #eee}.fancybox-form.fancybox-form-full-width .fancybox-form-head h3{font-size:20px;font-weight:700;color:#333;margin:0 0 8px}.fancybox-form.fancybox-form-full-width .fancybox-form-head p{font-size:14px;color:#666;margin:0}.fancybox-form.fancybox-form-full-width .xintheme-form{padding:24px}.fancybox-form.fancybox-form-full-width .xintheme-form .field-group{margin:0 0 20px}.fancybox-form.fancybox-form-full-width .xintheme-form .field-label-container{margin-bottom:8px}.fancybox-form.fancybox-form-full-width .xintheme-form .field-label-container .field-label{font-size:14px;font-weight:500;color:#333}.fancybox-form.fancybox-form-full-width .xintheme-form input,.fancybox-form.fancybox-form-full-width .xintheme-form textarea,.fancybox-form.fancybox-form-full-width .xintheme-form select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.fancybox-form.fancybox-form-full-width .xintheme-form input::-moz-placeholder,.fancybox-form.fancybox-form-full-width .xintheme-form textarea::-moz-placeholder,.fancybox-form.fancybox-form-full-width .xintheme-form select::-moz-placeholder{color:#999}.fancybox-form.fancybox-form-full-width .xintheme-form input::placeholder,.fancybox-form.fancybox-form-full-width .xintheme-form textarea::placeholder,.fancybox-form.fancybox-form-full-width .xintheme-form select::placeholder{color:#999}.fancybox-form.fancybox-form-full-width .xintheme-form input:focus,.fancybox-form.fancybox-form-full-width .xintheme-form textarea:focus,.fancybox-form.fancybox-form-full-width .xintheme-form select:focus{border-color:#16499c;outline:none}.fancybox-form.fancybox-form-full-width .xintheme-form .form_vercode{display:flex;gap:12px;align-items:center}.fancybox-form.fancybox-form-full-width .xintheme-form .form_vercode img{border-radius:6px}.fancybox-form.fancybox-form-full-width .xintheme-form .form_vercode input{flex:1}.fancybox-form.fancybox-form-full-width .xintheme-form button[type=submit]{padding:12px 32px;background:#16499c;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.fancybox-form.fancybox-form-full-width .xintheme-form button[type=submit]:hover{background:#0d3a7a}.fancybox-form.fancybox-form-full-width .xintheme-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.fancybox-form.fancybox-form-small-window{max-width:352px!important;width:352px!important;padding:0!important;background:#fff!important;border-radius:10px!important;position:fixed!important;right:20px!important;bottom:20px!important;top:auto!important;left:auto!important;transform:none!important}.fancybox-form.fancybox-form-small-window .fancybox-button--close{display:none}.fancybox-form.fancybox-form-small-window .small-window-header{display:flex;align-items:center;justify-content:space-between;padding:16px;margin-bottom:0;background:#3853d9;border-radius:10px 10px 0 0}.fancybox-form.fancybox-form-small-window .small-window-header .small-window-title{font-size:16px;font-weight:700;letter-spacing:0px;line-height:24px;color:#fff;margin:0}.fancybox-form.fancybox-form-small-window .small-window-header .small-window-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.fancybox-form.fancybox-form-small-window .small-window-header .small-window-close:hover{background:#fff3}.fancybox-form.fancybox-form-small-window .small-window-header .small-window-close svg{width:20px;height:20px}.fancybox-form.fancybox-form-small-window .fancybox-form-head{display:none}.fancybox-form.fancybox-form-small-window .xintheme-form{padding:16px;gap:10px;align-items:flex-end}.fancybox-form.fancybox-form-small-window .xintheme-form .field-group{width:100%;display:flex;flex-direction:column;gap:4px;margin-bottom:0}.fancybox-form.fancybox-form-small-window .xintheme-form .field-group .form_vercode{margin-top:0}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit]{align-self:flex-end;border:none!important;min-width:auto!important;padding:11px 20px!important;background:var(--btn-bg, rgb(56, 83, 217))!important;height:40px!important;border-radius:20px!important;font-weight:500!important;font-size:14px!important;gap:8px!important;color:#fff!important;margin-top:0!important;max-width:130px}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit]:after{display:none!important}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit] .app-button__text{font-size:12px!important;font-weight:400!important;letter-spacing:0px!important;line-height:18px!important;color:#fff!important}.fancybox-form.fancybox-form-small-window .xintheme-form button[type=submit] .app-button__icon{color:#fff!important}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container{margin-bottom:0;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container .field-label{font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;color:#262626;display:inline-flex;align-items:center}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container .field-label:before{display:none}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container .field-required-star{color:#f33;margin-left:2px;width:5.33px;height:5.33px;line-height:1}.fancybox-form.fancybox-form-small-window .xintheme-form .field-label-container .field-error-message{font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;color:#f33;margin-left:auto}.fancybox-form.fancybox-form-small-window .xintheme-form input,.fancybox-form.fancybox-form-small-window .xintheme-form textarea,.fancybox-form.fancybox-form-small-window .xintheme-form select{background:#fff;border:1px solid rgb(229,229,229);border-radius:4px;padding:9px 10px;width:320px;height:32px;font-size:12px;font-weight:400;line-height:18px;color:#262626}.fancybox-form.fancybox-form-small-window .xintheme-form input::-moz-placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form textarea::-moz-placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form select::-moz-placeholder{font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;color:#8c8c8c}.fancybox-form.fancybox-form-small-window .xintheme-form input::placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form textarea::placeholder,.fancybox-form.fancybox-form-small-window .xintheme-form select::placeholder{font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;color:#8c8c8c}.fancybox-form.fancybox-form-small-window .xintheme-form input:focus,.fancybox-form.fancybox-form-small-window .xintheme-form textarea:focus,.fancybox-form.fancybox-form-small-window .xintheme-form select:focus{border-color:#3853d9;outline:none}.fancybox-form.fancybox-form-small-window .xintheme-form input[data-validation-error],.fancybox-form.fancybox-form-small-window .xintheme-form textarea[data-validation-error],.fancybox-form.fancybox-form-small-window .xintheme-form select[data-validation-error]{border:1px solid rgb(255,51,51)!important}.fancybox-form.fancybox-form-small-window .xintheme-form textarea{height:auto;min-height:80px}.fancybox-form.fancybox-form-small-window .xintheme-form select{color:#8c8c8c}.fancybox-form.fancybox-form-small-window .xintheme-form .form_vercode{display:flex;gap:10px;align-items:center}.fancybox-form.fancybox-form-small-window .xintheme-form .form_vercode img{border-radius:4px}.fancybox-form.fancybox-form-small-window .xintheme-form .form_vercode input{flex:1;width:auto}.fancybox-form.fancybox-form-small-window .xintheme-form .form-submit-btn{width:100%;margin-top:16px;border:none!important;min-width:auto!important;padding:8px 24px!important;background:var(--btn-bg, rgb(56, 83, 217))!important;height:40px!important;border-radius:20px!important;font-weight:500!important;font-size:14px!important;gap:8px!important;color:#fff!important}.fancybox-form.fancybox-form-small-window .xintheme-form .form-submit-btn:after{display:none!important}.fancybox-form.fancybox-form-small-window .xintheme-form .form-submit-btn .app-button__text{font-size:12px!important;font-weight:400!important;letter-spacing:0px!important;line-height:18px!important;color:#fff!important}.fancybox-form.fancybox-form-small-window .xintheme-form .form-submit-btn .app-button__icon{color:#fff!important}.fancybox-container-small-window .fancybox__backdrop{background:transparent!important}.fancybox-container-small-window .fancybox__slide,.fancybox-container-small-window .fancybox__content{background:transparent!important;box-shadow:none!important}.site-footer{position:relative;color:var(--foot_text, #fff);font-size:14px;z-index:1}.site-footer:after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:var(--foot_bg, #06398d);content:""}.site-footer .footer-block-wrap{padding:120px 0}.site-footer .footer-block-group{display:flex;margin:0;padding-bottom:60px;flex-wrap:wrap;justify-content:flex-end}.site-footer .footer-block-group>div:last-child:before{display:none}.site-footer .footer-group-item{width:calc(var(--widget_col_width, 25%) - 60px);margin:0 30px}.site-footer .footer-group-item:first-child{margin-right:auto}.site-footer .footer-group-item .footer-block-item:not(:first-child){margin-top:20px}.site-footer .footer-block-title{margin-bottom:20px}.site-footer .footer-block-title h3{font-size:22px;color:var(--foot_text, #fff)}.site-footer .footer-block-logo{margin-bottom:20px}.site-footer .footer-block-logo img{max-width:var(--foot_logo_width, 250px);height:auto}.site-footer .footer-block-kf{display:flex;gap:20px;margin-top:30px}.site-footer .footer-block-kf .img-icon{width:40px;height:40px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;padding:8px;transition:all .5s ease-in-out}.site-footer .footer-block-kf img{width:100%;height:auto;padding:0}.site-footer .footer-block-kf span{font-size:12px}.site-footer .footer-block-kf li a{display:flex;flex-direction:column;gap:4px;padding:0;background:0 0;align-items:center}.site-footer .footer-block-kf li a:hover .img-icon{transform:translateY(-5px)}.site-footer .footer-block-text{font-size:14px;line-height:1.4}.site-footer .footer-block-text>*{margin-bottom:15px}.site-footer .footer-block-text>:last-child{margin-bottom:0}.site-footer .footer-block-text li{font-size:14px;line-height:1.4;display:flex;align-items:center;gap:8px}.site-footer .footer-block-text li a{display:flex;align-items:center;gap:8px}.site-footer .footer-block-text li img{max-width:20px}.site-footer .footer-block-menu ul{display:flex;flex-direction:column;gap:10px}.site-footer .footer-block-menu ul li a{font-size:15px;color:var(--foot_text, #fff);padding:2% 0}.site-footer .footer-img-group{display:flex;margin:-8px;flex-wrap:wrap}.site-footer .footer-img-group .img-group{display:flex;flex-direction:column;align-items:center;gap:5px;width:calc(var(--foot_img_width, 50%) - 16px);margin:8px}.site-footer .footer-img-group .img-group img{max-width:100%}.site-footer .footer-img-group .img-group span{color:var(--foot_text, #fff);font-size:13px;margin-top:3px}.site-footer .footer-bottom{font-size:14px;line-height:1.4}.site-footer a{color:inherit;padding:2px 0;background-image:linear-gradient(to right,currentColor 0,currentColor 100%);background-position:0 95%;background-size:0 1.5px;background-repeat:no-repeat;transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s}.site-footer a:hover{background-size:100% 1.5px}.site-footer .footer-bottom .copyright-center{text-align:center}.site-footer .footer-bottom .copyright-center .copyright-wrap{justify-content:center}.footer-block-wrap+.site-footer .footer-bottom .footer-bottom-wrap,.footer-block-wrap+.site-footer .footer-bottom .footer-link,.site-footer .footer-bottom .footer-link+.footer-bottom-wrap{padding-top:30px;border-top:1px solid var(--foot_splitline, rgba(255, 255, 255, .3))}.footer-block-wrap+.site-footer .footer-bottom .footer-link{margin-top:30px}.site-footer .footer-bottom .copyright-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.site-footer .footer-bottom .copyright-wrap .top-beian{width:100%;display:flex;align-items:center;margin-bottom:5px}.site-footer .footer-bottom .copyright-wrap .bottom-beian{width:100%;display:flex;align-items:center;margin-top:5px}.site-footer .footer-bottom .copyright-wrap .footer-copyright,.site-footer .footer-bottom .copyright-wrap .copyright-content{display:flex;align-items:center;flex-wrap:wrap}.site-footer .footer-bottom .copyright-center .bottom-beian,.site-footer .footer-bottom .copyright-center .footer-copyright,.site-footer .footer-bottom .copyright-center .top-beian{justify-content:center}.site-footer .footer-bottom .copyright-wrap .beian-text,.site-footer .footer-bottom .copyright-wrap .theme-copyright{position:relative;margin-left:8px;padding-left:8px;display:flex;align-items:center}.site-footer .footer-bottom .copyright-wrap .beian-text:before,.site-footer .footer-bottom .copyright-wrap .theme-copyright:before{content:"";display:block;width:1px;height:14px;background:#fff;position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:.5}.site-footer .footer-bottom .copyright-wrap .beian-text .icon-gongan,.site-footer .footer-bottom .copyright-wrap .theme-copyright .icon-gongan{display:inline-block;width:16px;height:16px;background:url(../images/icon-gongan.png) no-repeat scroll 0 0;background-size:contain;cursor:pointer;margin-right:2px}.site-footer .footer-bottom .copyright-wrap .beian-text img,.site-footer .footer-bottom .copyright-wrap .theme-copyright img{max-height:16px;width:auto;margin-right:2px;display:block}.site-footer .footer-bottom .footer-right ul{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end}.site-footer .footer-bottom .footer-right ul li{position:relative;margin-left:8px;padding-left:8px}.site-footer .footer-bottom .footer-right ul li:before{content:"";display:block;width:1px;height:14px;background:#fff;position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:.5}.site-footer .footer-bottom .footer-right ul li img{max-width:35px;height:auto;display:block;transition:all .5s ease-in-out}.site-footer .footer-bottom .footer-right ul li a{padding:4px 0;display:flex;flex-direction:column;align-items:center;gap:3px}.site-footer .footer-bottom .footer-right ul li a:hover img{transform:translateY(-5px)}.site-footer .footer-bottom .footer-right ul li:first-child{padding:0;margin:0}.site-footer .footer-bottom .footer-right ul li:first-child:before{display:none}.site-footer .footer-bottom .footer-right .right-beian{display:flex;align-items:center;justify-content:flex-end}.site-footer .footer-bottom .copyright-wrap .bottom-beian .beian-text:first-child,.site-footer .footer-bottom .copyright-wrap .bottom-beian .top-beian .beian-text:first-child,.site-footer .footer-bottom .copyright-wrap .bottom-beian .right-beian .beian-text:first-child,.site-footer .footer-bottom .copyright-wrap .bottom-beian .footer-right ul li:first-child{padding:0;margin:0}.site-footer .footer-bottom .copyright-wrap .bottom-beian .beian-text:first-child:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .beian-text:first-child .show-menu-icon:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .top-beian .beian-text:first-child:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .top-beian .beian-text:first-child .show-menu-icon:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .right-beian .beian-text:first-child:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .right-beian .beian-text:first-child .show-menu-icon:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .footer-right ul li:first-child:before,.site-footer .footer-bottom .copyright-wrap .bottom-beian .footer-right ul li:first-child .show-menu-icon:before{display:none}.site-footer .footer-bottom .footer-right ul li.show-menu-icon a{transition:none;background:0 0}.site-footer .footer-bottom .copyright-left .footer-copyright{max-width:var(--copyright_width, 60%)}.site-footer .footer-bottom .copyright-left .footer-right{max-width:var(--right_menu_width, 40%)}.site-footer .footer-bottom .layout-style2{padding:21px 0!important;border-top:none!important}.site-footer .footer-bottom .layout-style2 .copyright-wrap{flex-direction:row-reverse}.site-footer .footer-bottom .layout-style2 .footer-right ul{justify-content:flex-start}.site-footer .footer-bottom .layout-style2 .footer-right ul li{margin-left:20px;padding-left:0}.site-footer .footer-bottom .layout-style2 .footer-right ul li:before{display:none!important}.site-footer .footer-bottom .layout-style2 .footer-right.footer-right-menu-pc,.site-footer .footer-bottom .layout-style2 .footer-right.footer-right-menu-pc a,.site-footer .footer-bottom .layout-style2 .footer-right.footer-right-menu-pc span{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px!important;color:#8c8c8c;padding:0}.site-footer .footer-bottom .layout-style2 .footer-copyright,.site-footer .footer-bottom .layout-style2 .footer-copyright a,.site-footer .footer-bottom .layout-style2 .footer-copyright span,.site-footer .footer-bottom .layout-style2 .footer-copyright p{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;padding:0}.site-footer .footer-bottom .layout-style2 .footer-copyright{justify-content:flex-end;display:flex;align-items:center;flex-wrap:nowrap}.site-footer .footer-bottom .layout-style2 .footer-copyright .copyright-content{flex:0 0 auto;width:auto;flex-wrap:nowrap}.site-footer .footer-bottom .layout-style2 .footer-copyright .bottom-beian{width:auto;margin-top:0;margin-left:10px;flex:0 0 auto;display:flex;align-items:center;line-height:22px}.site-footer .widget-show-pc.widget-hide-mobile{display:block}.site-footer .widget-show-mobile.widget-hide-pc{display:none}@media screen and (max-width: 767px){.site-footer .footer-block-wrap{padding:120px 0}.site-footer .footer-block-group{margin:0;justify-content:space-between;padding-bottom:30px}.site-footer .footer-group-item{width:-moz-max-content;width:max-content;margin:0}.site-footer .footer-group-item:not(:first-child){margin-top:40px}.site-footer .footer-bottom .copyright-left .footer-copyright{max-width:100%;text-align:center}.site-footer .footer-bottom .copyright-wrap .bottom-beian{flex-wrap:wrap;margin-top:20px;justify-content:center}.site-footer .footer-bottom .copyright-wrap .beian-text{justify-content:center}.site-footer .footer-bottom .copyright-left .footer-right{max-width:100%;margin:20px auto 0;display:flex;flex-direction:column;align-items:center}.site-footer .footer-bottom .copyright-left .footer-right.footer-right-menu-pc{display:none}.site-footer .footer-bottom .footer-right .right-beian{flex-wrap:wrap;justify-content:center}.site-footer .footer-bottom .copyright-wrap .copyright-content{justify-content:center;display:inline-flex}.footer-block-wrap+.site-footer .footer-bottom .footer-link{margin-top:0}.footer-block-wrap+.site-footer .footer-bottom .layout-style2 .footer-link{margin-top:0}.site-footer .widget-show-pc.widget-hide-mobile{display:none}.site-footer .widget-show-mobile.widget-hide-pc{display:block}}.slide-bar{position:fixed;width:64px;right:10px;bottom:var(--kefu_bar_position, 10%);z-index:9;background-color:var(--bar_color_bg, #000);border-radius:3px;transform:translateY(var(--kefu_bar_position, 10%))}.slide-bar a:focus{color:#fff}.slide-bar .slide-bar__item{width:64px;height:64px;text-align:center;position:relative;cursor:pointer;color:var(--bar_color_text, #fff);display:block;border-top:1px solid var(--bar_color_line, #292929);line-height:1.8}.slide-bar .slide-bar__item:first-child{border-top:none;border-radius:3px 3px 0 0}.slide-bar .slide-bar__item:last-child{border-radius:0 0 3px 3px}.slide-bar .slide-bar__item:hover{background-color:var(--bar_color_current, #000);color:var(--bar_color_text2, #fff)}.slide-bar .slide-bar__item__top{display:block;line-height:70px;font-size:36px;font-weight:700}.slide-bar .slide-bar__item__icon{display:block;font-size:16px;padding-top:8px}.slide-bar img.slide-bar__item__icon{width:28px;height:auto;margin:0 auto}.slide-bar .slide-bar__item__text{display:block;height:20px;font-size:12px;margin-top:3px}.slide-bar .slide-bar__item__tips{width:170px;height:64px;line-height:64px;text-align:center;font-size:14px;position:absolute;z-index:999;left:-200px;color:#fff;top:0;opacity:0;visibility:hidden;background-color:var(--bar_color_current, #000);border-radius:3px;transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s}.slide-bar .slide-bar__item__tips:after{border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid var(--bar_color_current, #000);right:-6px;top:30px;content:"";height:0;position:absolute;width:0;z-index:1}.slide-bar .slide-bar__item__tips p{position:relative;top:50%;margin:0 auto;width:85%;color:#fff;line-height:1.4;transform:translateY(-50%)}.slide-bar .slide-bar__item__img{width:150px;text-align:center;font-size:16px;position:absolute;z-index:1;left:-180px;color:#fff;bottom:0;opacity:0;visibility:hidden;background:transparent;transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;border:1px solid #e7e7e7}.slide-bar .slide-bar__item__img:after{border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid #e7e7e7;right:-6px;content:"";height:0;position:absolute;bottom:30px;width:0;z-index:1}.slide-bar .slide-bar__item__img img{display:block;max-width:100%}.slide-bar .scrollup{display:none}.slide-bar .scrollup .slide-bar__item__tips{width:120px;left:-150px}.slide-bar .scrollup:hover .slide-bar__item__tips{left:-130px}.slide-bar .slide-bar-title_none img.slide-bar__item__icon{width:46px}.slide-bar .slide-bar-title_none .slide-bar__item__icon{padding-top:12px}@media screen and (max-width: 767px){.slide-bar{display:none}}.search-popup{position:fixed;left:0;top:0;height:100vh;width:100%;z-index:99999;margin-top:-540px;transform:translateY(-100%);background-color:#000000f2;transition:all .5s cubic-bezier(.86,0,.07,1);transition-timing-function:cubic-bezier(.86,0,.07,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-popup .close-search{position:absolute;left:0;right:0;top:75%;border:none;margin:-200px auto 0;border-radius:50px;background:var(--main_color, #16499c);text-align:center;width:50px;height:50px;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 0 40px 5px #0000000d;transition:all .5s ease;opacity:0;visibility:hidden}.search-popup .close-search span{transition:all .5s ease-in-out}.search-popup .close-search:hover span{transform:rotate(180deg)}.search-popup form{position:absolute;max-width:700px;top:50%;left:15px;right:15px;margin:-35px auto 0;transform:scaleX(0);transform-origin:center;transition:all .3s ease}.search-popup .form-group{position:relative;display:flex;align-items:center;width:100%;background:#fff;padding:0 0 0 16px;border-radius:4px}.search-popup .form-control{position:relative;width:86%;height:70px;outline:0;border-radius:0;border:none;color:#333;font-size:26px;margin-bottom:0;transition:all .5s ease;text-transform:capitalize;padding:0}.search-popup .form-control::-moz-placeholder{color:#333;opacity:.5}.search-popup .form-control::placeholder{color:#333;opacity:.5}.search-popup .search-button{display:flex;align-items:center;margin-left:auto}.search-popup .search-type{margin-right:20px;position:relative}.search-popup .search-type select{background:0 0;cursor:pointer;border:none;font-size:18px;text-align:right;height:auto;width:auto;padding:0 30px 0 0;position:relative}.search-popup .search-type:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:14px;color:#000;font-family:LineAwesome;pointer-events:none;z-index:2}.search-popup .form-group button{margin-left:auto;background:0 0;text-align:center;font-size:30px;color:#333;width:10%;border:none;cursor:pointer;transition:all .5s ease;display:flex;align-items:center}.search-popup .form-group button:hover{color:var(--main_color, #16499c)}.search-popup .form-group button i{transform:rotateY(180deg);border-right:1px solid #ddd;padding-right:20px}.search-popup .form-group.search-filter{padding-right:16px}.search-popup .form-group.search-filter .form-control{width:76%}.search-popup .form-group.search-filter button{width:50%}.sidenav-bar-visible .search-popup{width:80%}.search-active .search-popup{transform:translateY(0);margin-top:0}.search-active .search-popup .close-search{visibility:visible;opacity:1;top:50%;transition-delay:.8s}.search-active .search-popup form{transform:scaleX(1);transition-delay:.5s}.search-box-outer{transform:rotateY(180deg);border:none;background:0 0;font-size:22px;margin-left:15px;cursor:pointer}.sticky .search-box-outer{height:60px;line-height:60px}.highlight-search{font-style:normal;font-weight:inherit;color:#f73131}@media screen and (max-width: 767px){.sticky .search-box-outer{height:auto;line-height:initial}.search-popup form{max-width:90%}.search-popup .form-group{padding:0 20px;flex-wrap:wrap;background:#fff;border-radius:4px}.search-popup .form-control{width:100%;height:50px;font-size:18px}.search-popup .form-control::-moz-placeholder{font-size:18px}.search-popup .form-control::placeholder{font-size:18px}.search-popup .search-button{width:100%;background:#fff;height:50px;border-radius:4px;padding:0 8px;text-align:center}.search-popup .form-group button{justify-content:center}.search-popup .form-group button i{border:none}.search-popup .search-type{margin:0;width:40%}.search-popup .search-type select{padding:0 50%}.search-popup .form-group.search-filter{padding:0;background:0 0;border-radius:0}.search-popup .form-group.search-filter .form-control{width:100%;background:#fff;margin-bottom:10px;border-radius:4px;padding:0 8px;text-align:center}.search-popup .form-group.search-filter button{width:50%;border-left:1px solid #ddd}}.kefu-module{overflow:hidden}.kefu-module .module-kefu-area{display:flex;flex-wrap:wrap;gap:40px;align-items:stretch}.kefu-module .module-kefu-content{flex:1;min-width:300px;display:flex;flex-direction:column}.kefu-module .small-window-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.2)}.kefu-module .small-window-header .small-window-title{font-size:16px;font-weight:700;color:#fff;margin:0}.kefu-module .small-window-header .small-window-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background .2s ease}.kefu-module .small-window-header .small-window-close:hover{background:#fff3}.kefu-module .small-window-header .small-window-close svg{width:20px;height:20px}.kefu-module .kefu-items{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px}.kefu-module .kefu-items .kefu-item{display:flex;flex-direction:column;align-items:center}.kefu-module .kefu-items .kefu-item .kefu-item-img{width:120px;height:120px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.kefu-module .kefu-items .kefu-item .kefu-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kefu-module .kefu-items .kefu-item .kefu-item-img:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.kefu-module .kefu-items .kefu-item .kefu-item-name{font-size:14px;font-weight:500;color:#262626;text-align:center;margin-top:12px}.kefu-module .kefu-contact{padding:20px;border-top:1px solid rgba(0,0,0,.08);margin-top:40px}.kefu-module .kefu-contact .contact-list{letter-spacing:0px;list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:20px 0px}.kefu-module .kefu-contact .contact-item{font-size:14px}.kefu-module .kefu-contact .contact-item .contact-label{color:#fff}.kefu-module .kefu-contact .contact-item .contact-value{color:#fff;word-break:break-all}.kefu-module .no-kefu{text-align:center;padding:40px 20px;color:#bdbdbd;font-size:14px}.kefu-module.kefu-style-small-window .module-kefu-content{width:800px;max-width:800px;margin:0 auto;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 20px #00000026}.kefu-module.kefu-style-small-window .module-kefu-content .small-window-header{background:var(--primary-color, #16499c);border-radius:12px 12px 0 0}.kefu-module.kefu-style-small-window .module-kefu-content .kefu-items{padding:24px 20px}.kefu-module.kefu-style-small-window .module-kefu-content .kefu-items .kefu-item-img{width:100px;height:100px}.kefu-module.kefu-style-small-window .module-kefu-content .kefu-items .kefu-item-name{font-size:13px;color:#fff}.kefu-module.kefu-style-small-window .module-kefu-content .kefu-contact{background:transparent;border-top:1px solid rgba(255,255,255,.2)}.kefu-module.kefu-style-small-window .module-kefu-content .kefu-contact .contact-item{font-size:13px}.kefu-module.kefu-style-full-width .module-kefu-area{flex-direction:row;justify-content:center}.kefu-module.kefu-style-full-width .module-kefu-content{width:auto}.kefu-module.kefu-style-full-width .full-width-header{text-align:center;padding:20px 0 0}.kefu-module.kefu-style-full-width .full-width-header .full-width-title{font-size:20px;font-weight:400;line-height:30px;color:#fff;margin:0}.kefu-module.kefu-style-full-width .kefu-body{max-width:560px;margin:40px auto 0}.kefu-module.kefu-style-full-width .kefu-items{padding:0;gap:120px}.kefu-module.kefu-style-full-width .kefu-items .kefu-item{flex-direction:column-reverse}.kefu-module.kefu-style-full-width .kefu-items .kefu-item .kefu-item-name{order:1;margin-top:0;margin-bottom:20px;font-size:20px;font-weight:400;line-height:30px;color:#fff}.kefu-module.kefu-style-full-width .kefu-items .kefu-item .kefu-item-img{width:220px;height:220px;border-radius:0;box-shadow:none;border-style:solid;background:transparent}.kefu-module.kefu-style-full-width .kefu-items .kefu-item .kefu-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kefu-module.kefu-style-full-width .kefu-items .kefu-item .kefu-item-img:hover{transform:none;box-shadow:none}.kefu-module.kefu-style-full-width .kefu-contact{padding:0;letter-spacing:0px}.kefu-module.kefu-style-full-width .kefu-contact .contact-list{gap:20px 0px}.kefu-module.kefu-style-full-width .kefu-contact .contact-item{font-size:16px;font-weight:400;line-height:24px;color:#fff}.fancybox-container-kefu-full{width:100vw!important;height:100vh!important}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:0!important}@media (max-width: 767px){.kefu-module .kefu-items{gap:16px;padding:20px 16px}.kefu-module .kefu-items .kefu-item-img{width:80px;height:80px}.kefu-module .kefu-items .kefu-item-name{font-size:12px}.kefu-module .kefu-contact{padding:16px;letter-spacing:0px}.kefu-module .kefu-contact .contact-list{gap:20px 0}.kefu-module .kefu-contact .contact-item{font-size:13px;flex-direction:column;align-items:center;gap:4px}.kefu-module.kefu-style-full-width .kefu-body{margin-top:20px;max-width:100%}.kefu-module.kefu-style-full-width .kefu-items{gap:30px}.kefu-module.kefu-style-full-width .kefu-contact .contact-list{gap:12px 20px}.kefu-module .fancybox__content.fancybox-kefu-full-width{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;min-width:100%!important;padding:0 16px 24px!important}.kefu-module .fancybox-container-kefu-full{width:100vw!important;height:100vh!important}}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container,[container=""]{width:100%}@media (min-width: 640px){.container,[container=""]{max-width:640px}}@media (min-width: 768px){.container,[container=""]{max-width:768px}}@media (min-width: 1024px){.container,[container=""]{max-width:1024px}}@media (min-width: 1280px){.container,[container=""]{max-width:1280px}}@media (min-width: 1536px){.container,[container=""]{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.static{position:static}.z-10{z-index:10}.grid,[grid=""]{display:grid}.mt-3{margin-top:.75rem}.block{display:block}.inline-block,[inline-block=""]{display:inline-block}.hidden,[hidden=""]{display:none}[aspect-ratio~="16"]{aspect-ratio:16}[aspect-ratio~="9"]{aspect-ratio:9}[size~="16"]{width:4rem;height:4rem}[size~="16px"]{width:16px;height:16px}[size~="20px"]{width:20px;height:20px}[size~="24px"]{width:24px;height:24px}[size~="32px"]{width:32px;height:32px}[size~="50px"]{width:50px;height:50px}[size~="72"]{width:18rem;height:18rem}[size~="72px"]{width:72px;height:72px}.h1,[h1=""]{height:.25rem}.h2,[h2=""]{height:.5rem}.h3,[h3=""]{height:.75rem}.h4{height:1rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.transform,[transform=""]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.resize,[resize=""]{resize:both}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}[gap~="80"]{gap:20rem}.border{border-width:1px}.border-slate-200{--un-border-opacity:1;border-color:rgb(226 232 240 / var(--un-border-opacity))}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.bg-slate-900{--un-bg-opacity:1;background-color:rgb(15 23 42 / var(--un-bg-opacity))}.hover\:bg-slate-800:hover{--un-bg-opacity:1;background-color:rgb(30 41 59 / var(--un-bg-opacity))}[stroke-width~="1.5"]{stroke-width:1.5px}[stroke-width~="2"]{stroke-width:2px}[stroke~=white]{--un-stroke-opacity:1;stroke:rgb(255 255 255 / var(--un-stroke-opacity))}.p-4{padding:1rem}.px,[px=""]{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-slate-600{--un-text-opacity:1;color:rgb(71 85 105 / var(--un-text-opacity))}.text-slate-900{--un-text-opacity:1;color:rgb(15 23 42 / var(--un-text-opacity))}.text-white,[color~="#fff"]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}[color~="#bfbfbf"]{--un-text-opacity:1;color:rgb(191 191 191 / var(--un-text-opacity))}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.text-shadow{--un-text-shadow:0 0 1px var(--un-text-shadow-color, rgb(0 0 0 / .2)),0 0 1px var(--un-text-shadow-color, rgb(1 0 5 / .1));text-shadow:var(--un-text-shadow)}.outline{outline-style:solid}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition,[transition=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.safe-image-container[data-v-71a06ae9]{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:inherit}.safe-image-container.is-fill[data-v-71a06ae9]{height:100%;flex:1;display:flex;align-items:center;justify-content:center}.safe-image-container img[data-v-71a06ae9]{width:100%;max-width:100%;height:100%;max-height:100%;display:block;opacity:0;transition:opacity .3s ease;-o-object-fit:inherit;object-fit:inherit}.safe-image-container img.is-loaded[data-v-71a06ae9]{opacity:1}@media screen and (-webkit-min-device-pixel-ratio: 0){.safe-image-container img[data-v-71a06ae9]{max-width:-webkit-fill-available}}.safe-image-container .image-skeleton[data-v-71a06ae9]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading-71a06ae9 1.5s infinite}.safe-image-container .image-placeholder[data-v-71a06ae9]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;color:#bfbfbf}.safe-image-container .image-placeholder .default-placeholder[data-v-71a06ae9]{display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes skeleton-loading-71a06ae9{0%{background-position:200% 0}to{background-position:-200% 0}}.common-no-data[data-v-2c95e79b]{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:#fff;border-radius:4px;border:1px solid rgb(229,229,229);font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#8c8c8c}.common-no-data .no-data-icon[data-v-2c95e79b]{color:#d9d9d9}.full-page-layout[data-v-fff94c0c]{width:100%;position:relative;display:flex;align-items:center;justify-content:center}.full-page-layout.is-fixed[data-v-fff94c0c]{height:100vh;overflow:hidden}.full-page-layout.is-auto[data-v-fff94c0c]{height:auto;min-height:100vh}.admin-bar{min-height:calc(100vh - var(--wp-admin--admin-bar--height, 32px))}.full-page-layout__content[data-v-fff94c0c]{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.slider-dots[data-v-d0b9de0e]{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:10}.slider-dots__list[data-v-d0b9de0e]{display:flex;gap:10px;padding:0;margin:0;list-style:none;align-items:center}.slider-dots__item[data-v-d0b9de0e]{position:relative;height:8px;background:#ffffff4d;border-radius:4px;cursor:pointer;transition:all .3s ease;overflow:hidden}.slider-dots__item.is-type-image[data-v-d0b9de0e]{width:36px!important}.slider-dots__item.is-type-video[data-v-d0b9de0e]{width:36px}.slider-dots__item.is-active[data-v-d0b9de0e]{background:#fff}.slider-dots__item.is-active.is-type-video[data-v-d0b9de0e]{width:108px;background:#ffffff80}.slider-dots__item[data-v-d0b9de0e]:hover{background:#fff9}.slider-dots__item:hover.is-type-video[data-v-d0b9de0e]{width:120px}.slider-dots__track[data-v-d0b9de0e]{width:100%;height:100%;position:relative}.slider-dots__progress[data-v-d0b9de0e]{position:absolute;left:0;top:0;height:100%;background:#fff;transition:width .1s linear}@media screen and (max-width: 767px){.slider-dots[data-v-d0b9de0e]{bottom:15px}}.app-button[data-v-e17280f1]{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;transition:all .3s ease;font-weight:500;gap:8px;cursor:pointer;border:none;outline:none}.app-button--default[data-v-e17280f1]{height:48px;border-radius:24px;background:var(--btn-bg, rgb(56, 83, 217));color:var(--btn-color, #fff);border:1px solid var(--btn-border, transparent);padding:8px 24px}.app-button--default[data-v-e17280f1]:hover{background:linear-gradient(#0003,#0003),#3853d9;color:var(--btn-color-hover, #fff);border-color:var(--btn-border-hover, transparent);transform:translateY(-2px);box-shadow:0 4px 12px #3853d94d}.app-button--default:hover .app-button__icon[data-v-e17280f1]{transform:translate(2px)}.app-button--glass[data-v-e17280f1]{height:48px;border-radius:24px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 24px}.app-button--glass[data-v-e17280f1]:hover{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translateY(-2px);border-color:#ffffff40}.app-button--glass:hover .app-button__icon[data-v-e17280f1]{transform:translate(2px)}.app-button--outline[data-v-e17280f1]{height:48px;border-radius:24px;background:transparent;border:1px solid rgb(38,38,38);color:#262626;padding:8px 24px}.app-button--outline[data-v-e17280f1]:hover{background:#3853d9;border-color:#3853d9;color:#fff}.app-button--outline:hover .app-button__icon[data-v-e17280f1]{transform:translate(2px)}.app-button--ghost[data-v-e17280f1]{height:48px;border-radius:24px;background:transparent;border:1px solid transparent;color:var(--btn-color, #666);padding:8px 24px}.app-button--ghost[data-v-e17280f1]:hover{background:#0000000d;color:var(--btn-color-hover, #333)}.app-button--ghost:hover .app-button__icon[data-v-e17280f1]{transform:translate(2px)}.app-button__icon[data-v-e17280f1]{transition:transform .3s ease;display:flex;align-items:center;color:inherit}.fs-slider[data-v-29bed589]{width:100%;height:100%;position:relative;overflow:hidden}.fs-slider__item[data-v-29bed589]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.fs-slider__item.is-active[data-v-29bed589]{opacity:1;visibility:visible}.fs-slider__media[data-v-29bed589]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.fs-slider__media img[data-v-29bed589],.fs-slider__media video[data-v-29bed589]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fs-slider__media img[data-v-29bed589]{will-change:transform;transform-origin:center center}.fs-slider__mobile-img[data-v-29bed589]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:none;will-change:transform;transform-origin:center center}@media (max-width: 767px){.fs-slider__mobile-img[data-v-29bed589]{display:block}}.fs-slider__video.is-hidden-mobile[data-v-29bed589]{display:none}@media (min-width: 768px){.fs-slider__video.is-hidden-mobile[data-v-29bed589]{display:block}}.fs-slider__overlay[data-v-29bed589]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.fs-slider__content-wrap[data-v-29bed589]{position:relative;z-index:3;width:100%;height:100%}.fs-slider__content[data-v-29bed589]{height:100%;position:relative;max-width:1400px;margin:0 auto;padding:0 20px;width:100%;display:flex;align-items:center}.fs-slider__text-box[data-v-29bed589]{width:100%;max-width:700px;color:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 767px){.fs-slider__text-box[data-v-29bed589]{max-width:none;align-items:center;text-align:center}}.fs-slider__title[data-v-29bed589]{font-size:48px;font-weight:700;letter-spacing:0px;line-height:1.5;color:#fff;margin-bottom:20px}@media (max-width: 767px){.fs-slider__title[data-v-29bed589]{font-size:32px;line-height:1.2}}.fs-slider__desc[data-v-29bed589]{font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#e5e5e5;margin-bottom:30px}@media (max-width: 767px){.fs-slider__desc[data-v-29bed589]{font-size:16px;line-height:1.4}}.fs-slider__actions[data-v-29bed589]{display:flex}.fs-slider[data-v-29bed589] .slider-default-arrow .prev_class,.fs-slider[data-v-29bed589] .slider-default-arrow .next_class{display:flex!important;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;opacity:.3;border-radius:10px;background:#000;transition:all .3s ease;z-index:9;cursor:pointer;border:none;outline:none}.fs-slider[data-v-29bed589] .slider-default-arrow .prev_class svg,.fs-slider[data-v-29bed589] .slider-default-arrow .next_class svg{width:24px;height:24px}.fs-slider[data-v-29bed589] .slider-default-arrow .prev_class:hover,.fs-slider[data-v-29bed589] .slider-default-arrow .next_class:hover{opacity:.8;background:#000c;transform:translateY(-50%) scale(1.05)}.fs-slider[data-v-29bed589] .slider-default-arrow .prev_class{left:10px}.fs-slider[data-v-29bed589] .slider-default-arrow .next_class{right:10px}.fs-slider[data-v-29bed589] .slider-default-dot .slick-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:10;padding:0;margin:0;list-style:none;display:flex}.fs-slider[data-v-29bed589] .slider-default-dot .slick-dots li{background:#fff;margin:5px;border-radius:50px;width:8px;height:8px;display:inline-block;transition:all .5s ease-in-out;cursor:pointer;opacity:.5}.fs-slider[data-v-29bed589] .slider-default-dot .slick-dots li button{display:none}.fs-slider[data-v-29bed589] .slider-default-dot .slick-dots li.slick-active{opacity:1;width:20px}@media screen and (max-width: 767px){.fs-slider[data-v-29bed589] .slider-default-dot .slick-dots{bottom:10px}}.modular-ai-apply-tab{position:relative;background-color:#000!important;overflow:hidden;padding:0!important}.modular-ai-apply-tab:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--modular-bg-image);background-size:cover;background-position:center;opacity:.3;z-index:0}.modular-ai-apply-tab .page-width{position:relative;z-index:1;height:100%}.modular-ai-apply-tab .module-full-screen-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}:global(.admin-bar) .modular-ai-apply-tab .module-full-screen-content{height:calc(100vh - var(--wp-admin--admin-bar--height, 32px))}.modular-ai-apply-tab .module-full-screen-content .vue-product-tab-module{width:100%}.modular-ai-apply-tab .module-full-screen-title{margin-bottom:20px;text-align:center;width:100%}.modular-ai-apply-tab .module-full-screen-title h2{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin:0}@media (max-width: 767px){.modular-ai-apply-tab .module-full-screen-title h2{font-size:28px;line-height:42px}}.modular-ai-apply-tab .module-full-screen-title .module-title-content h3{font-size:18px;color:#fff9;margin-top:5px}.product-tabs{width:100%;position:relative;z-index:1;box-sizing:border-box}.product-tabs__nav{display:flex;justify-content:center;margin:0 auto 80px;position:relative;padding:0;width:100%}@media (max-width: 767px){.product-tabs__nav{margin-bottom:40px;justify-content:center}}.product-tabs__nav-scroll{display:flex;position:relative}.product-tabs__nav-scroll:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#262626}@media (max-width: 767px){.product-tabs__nav-scroll{overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 20px;margin:0 -20px}.product-tabs__nav-scroll::-webkit-scrollbar{display:none}.product-tabs__nav-scroll::-webkit-scrollbar-thumb{display:none}.product-tabs__nav-scroll::-ms-overflow-style{display:none}}.product-tabs__nav-item{background:none!important;border:none!important;border-radius:0!important;padding:0 16px 15px!important;margin:0!important;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;z-index:2;font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#8c8c8c}.product-tabs__nav-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#3853d9;transition:transform .3s ease;z-index:3;transform:scaleX(0);transform-origin:center}.product-tabs__nav-item:hover{color:#3853d9}.product-tabs__nav-item.is-active{font-weight:700;color:#3853d9}.product-tabs__nav-item.is-active:after{transform:scaleX(1)}@media (max-width: 767px){.product-tabs__nav-item{scroll-snap-align:start;flex-shrink:0}}.product-tabs__content{display:flex;align-items:center;justify-content:center;width:100%}.product-tabs__inner{display:flex;align-items:stretch;gap:80px;width:100%;justify-content:space-between}@media (max-width: 1024px){.product-tabs__inner{gap:40px}}@media (max-width: 767px){.product-tabs__inner{flex-direction:column;text-align:center;gap:30px;align-items:center}}.product-tabs__image-wrap{flex:0 0 660px;width:660px;height:372px;border-radius:6.6px;overflow:hidden;box-shadow:0 20px 40px #0003}@media (max-width: 1200px){.product-tabs__image-wrap{flex:1;width:100%;height:auto;aspect-ratio:660/372}}.product-tabs__image{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-tabs__image:hover{transform:scale(1.05)}.product-tabs__text{flex:1;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1200px){.product-tabs__text{flex:1}}@media (max-width: 767px){.product-tabs__text{align-items:center}}.product-tabs__title{font-size:28px;font-weight:700;letter-spacing:0px;line-height:42px;color:#fff;margin-bottom:20px}@media (max-width: 1024px){.product-tabs__title{font-size:24px}}.product-tabs__desc{flex:1;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#bfbfbf;margin-bottom:40px}@media (max-width: 1024px){.product-tabs__desc{font-size:14px}}.product-tabs__actions{display:flex}.product-tabs__next{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#ffffff80;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.product-tabs__next svg{display:block;transition:transform .3s ease}.product-tabs__next:hover{color:#fff}.product-tabs__next:hover svg{transform:translateY(5px)}.modular-industry-solution{position:relative;overflow:hidden;padding:0!important}.modular-industry-solution .full-page-layout__content{padding:0}@media (max-width: 767px){.modular-industry-solution .full-page-layout.is-fixed{height:auto;min-height:100vh;overflow:visible}}.industry-solutions{display:flex;width:100%;height:100%;position:relative;z-index:1}@media (max-width: 767px){.industry-solutions{flex-direction:column}}.industry-solutions__item{flex:1;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:60px;transition:all .5s ease;overflow:hidden;background-color:#000}@media (max-width: 767px){.industry-solutions__item{min-height:100vh;flex:none;padding:60px 20px 80px}}.industry-solutions__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--bg-image);background-size:cover;background-position:center;transition:transform .8s ease,opacity .5s ease;opacity:.6;z-index:0}.industry-solutions__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#000c);z-index:1}.industry-solutions__item:hover:before{transform:scale(1.1);opacity:.8}.industry-solutions__content{position:relative;z-index:2;text-align:left;max-width:480px;display:flex;flex-direction:column;align-items:flex-start}.industry-solutions__title{font-size:36px;font-weight:700;color:#fff;margin-bottom:10px;line-height:54px;letter-spacing:0px}@media (max-width: 1024px){.industry-solutions__title{font-size:28px;line-height:1.3}}.industry-solutions__desc{font-size:16px;font-weight:400;color:#bfbfbf;line-height:24px;letter-spacing:0px;margin-bottom:40px}@media (max-width: 1024px){.industry-solutions__desc{font-size:14px}}.industry-solutions__actions{display:flex;justify-content:flex-start}.industry-solutions__next{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#ffffff80;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.industry-solutions__next svg{display:block;transition:transform .3s ease}.industry-solutions__next:hover{color:#fff}.industry-solutions__next:hover svg{transform:translateY(5px)}.product-center-module{overflow:hidden}.product-center-module .product-center-header{padding-top:160px;text-align:center}.product-center-module .product-center-main-title{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;margin-bottom:20px;color:var(--modular-title-color, #333)}.product-center-module .product-center-main-subtitle{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:80px}.product-center-module .product-center-slider-wrapper{position:relative}.product-center-module .product-center-slider-wrapper:hover .slick-arrow{opacity:1}.product-center-module .product-center-slider-wrapper .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0}.product-center-module .product-center-slider-wrapper .slick-arrow:hover{background:#3853d9}.product-center-module .product-center-slider-wrapper .slick-arrow.slick-prev{left:-60px}.product-center-module .product-center-slider-wrapper .slick-arrow.slick-next{right:-60px}.product-center-module .product-center-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:10px 0;justify-items:center}.product-center-module .product-center-item{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:12px;box-shadow:0 4px 15px #0000000d}.product-center-module .product-center-item:hover .product-center-img-box img{transform:scale(1.1)}.product-center-module .product-center-item:hover .product-center-overlay{background:transparent}.product-center-module .product-center-link{display:block;width:100%;height:100%;text-decoration:none}.product-center-module .product-center-img-box{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-center-module .product-center-img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.product-center-module .product-center-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;padding:40px;transition:all .3s ease}.product-center-module .product-center-content{width:100%;text-align:center}.product-center-module .product-center-title{font-size:28px;font-weight:700;line-height:42px;color:#262626;margin-bottom:10px}.product-center-module .product-center-desc{font-size:16px;font-weight:400;line-height:24px;color:#595959;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-center-module .product-center-footer{display:flex;justify-content:center;margin-top:60px;padding-bottom:160px}@media (max-width: 1600px){.product-center-module .product-center-slider-wrapper .slick-arrow.slick-prev{left:-22px}.product-center-module .product-center-slider-wrapper .slick-arrow.slick-next{right:-22px}}@media (max-width: 1200px){.product-center-module .product-center-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.product-center-module .product-center-header{padding-top:80px}.product-center-module .product-center-main-title{font-size:28px;line-height:40px}.product-center-module .product-center-main-subtitle{margin-bottom:40px}.product-center-module .product-center-grid{grid-template-columns:repeat(1,1fr);gap:16px}.product-center-module .product-center-item{padding:20px}.product-center-module .product-center-title{font-size:22px;line-height:32px}.product-center-module .product-center-footer{margin-top:40px;padding-bottom:40px}}.product-center-list[data-v-b15d9e6f],.product-center-list .product-center-grid[data-v-b15d9e6f]{padding:0}.base-pagination[data-v-fd18b023]{display:flex;align-items:center;justify-content:center;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.base-pagination .pagination-btn[data-v-fd18b023]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(229,229,229);border-radius:2px;background:#fff;cursor:pointer;color:#bfbfbf;transition:all .3s ease}.base-pagination .pagination-btn[data-v-fd18b023]:disabled{cursor:not-allowed;color:#e5e5e5;border-color:#e5e5e5;background:#fff}.base-pagination .pagination-btn[data-v-fd18b023]:hover:not(:disabled){border-color:#3853d9;color:#3853d9}.base-pagination .pagination-pager[data-v-fd18b023]{display:flex;gap:8px}.base-pagination .pagination-pager .page-item[data-v-fd18b023]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(229,229,229);border-radius:2px;background:#fff;cursor:pointer;font-size:14px;color:#8c8c8c;transition:all .3s ease}.base-pagination .pagination-pager .page-item.active[data-v-fd18b023]{border-color:#3853d9;color:#262626}.base-pagination .pagination-pager .page-item[data-v-fd18b023]:hover:not(.active):not(.is-ellipsis){border-color:#3853d9;color:#3853d9}.base-pagination .pagination-pager .page-item.is-ellipsis[data-v-fd18b023]{border:none;cursor:default;background:transparent}.base-pagination .pagination-jumper[data-v-fd18b023]{display:flex;align-items:center;gap:8px;font-size:14px;color:#595959;margin-left:8px}.base-pagination .pagination-jumper .jumper-input[data-v-fd18b023]{width:40px;height:32px;border:1px solid rgb(229,229,229);border-radius:2px;text-align:center;outline:none;transition:all .3s ease}.base-pagination .pagination-jumper .jumper-input[data-v-fd18b023]:focus{border-color:#3853d9}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.page-main.product-center-page{margin:0!important}.product-center-page-container[data-v-71c7c48a]{width:100vw;margin-left:calc(-50vw + 50%);padding-bottom:60px;background:linear-gradient(180deg,#f7f8fc,#f2f2f2)}.page-header-bg[data-v-71c7c48a]{width:100%;height:212px;opacity:1;background:linear-gradient(180deg,#e2e9ff,#f7f8fc);display:flex;justify-content:center;align-items:center;padding:112px 16px 0;box-sizing:border-box}@media (min-width: 768px){.page-header-bg[data-v-71c7c48a]{padding:112px 20px 0}}@media (min-width: 1400px){.page-header-bg[data-v-71c7c48a]{padding:112px 0 0}}@media (max-width: 768px){.page-header-bg[data-v-71c7c48a]{height:auto;padding-top:80px}}.product-center-content-inner[data-v-71c7c48a]{max-width:1400px;margin:0 auto;width:100%;padding:0 20px;box-sizing:border-box}.category-tabs-section[data-v-71c7c48a]{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box;position:relative}.category-tabs-section .category-tabs-inner[data-v-71c7c48a]{position:relative;width:100%}.category-tabs-section .category-swiper[data-v-71c7c48a]{width:100%}.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a],.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#3853d9;z-index:10;transition:all .3s ease}.category-tabs-section .swiper-button-prev-custom svg[data-v-71c7c48a],.category-tabs-section .swiper-button-next-custom svg[data-v-71c7c48a]{width:24px;height:24px}.category-tabs-section .swiper-button-prev-custom.swiper-button-disabled[data-v-71c7c48a],.category-tabs-section .swiper-button-next-custom.swiper-button-disabled[data-v-71c7c48a]{opacity:.3;cursor:not-allowed}.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a]:hover:not(.swiper-button-disabled),.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]:hover:not(.swiper-button-disabled){color:#000}.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a]{left:-40px}.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]{right:-40px}@media (max-width: 1520px){.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a]{left:-30px}.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]{right:-30px}}@media (max-width: 1460px){.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a]{left:0;background:#ffffffe6;border-radius:50%;box-shadow:0 2px 10px #00000026;width:32px;height:32px}.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]{right:0;background:#ffffffe6;border-radius:50%;box-shadow:0 2px 10px #00000026;width:32px;height:32px}}@media (max-width: 768px){.category-tabs-section .swiper-button-prev-custom[data-v-71c7c48a],.category-tabs-section .swiper-button-next-custom[data-v-71c7c48a]{display:none}}.category-tabs-section .category-tab-item[data-v-71c7c48a]{cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100px;border-radius:10px;background:#fff;transition:all .3s ease;padding:10px;box-shadow:0 2px 8px #0000000d}.category-tabs-section .category-tab-item .tab-icon-box[data-v-71c7c48a]{margin-bottom:4px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#3853d9;transition:color .3s ease}.category-tabs-section .category-tab-item .tab-icon-box .tab-icon[data-v-71c7c48a],.category-tabs-section .category-tab-item .tab-icon-box .tab-icon-placeholder[data-v-71c7c48a]{width:40px;height:40px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.category-tabs-section .category-tab-item .tab-icon-box .tab-icon-placeholder[data-v-71c7c48a]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.category-tabs-section .category-tab-item .tab-name[data-v-71c7c48a]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .3s ease}.category-tabs-section .category-tab-item[data-v-71c7c48a]:hover:not(.active){background:#f0f4ff}.category-tabs-section .category-tab-item.active[data-v-71c7c48a]{background:#3853d9}.category-tabs-section .category-tab-item.active .tab-icon-box[data-v-71c7c48a],.category-tabs-section .category-tab-item.active .tab-name[data-v-71c7c48a]{color:#fff}.active-category-section[data-v-71c7c48a]{margin-top:80px}.category-header[data-v-71c7c48a]{text-align:center;margin-bottom:60px}.category-header .category-title[data-v-71c7c48a]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:10px;position:relative;display:inline-block}@media (max-width: 768px){.category-header .category-title[data-v-71c7c48a]{font-size:28px;line-height:40px}}.category-header .category-description[data-v-71c7c48a]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;max-width:800px;margin:0 auto}.product-grid-section .product-grid[data-v-71c7c48a]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:40px;margin-bottom:50px}@media (max-width: 992px){.product-grid-section .product-grid[data-v-71c7c48a]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.product-grid-section .product-grid[data-v-71c7c48a]{grid-template-columns:1fr}}.product-grid-section .product-card-item[data-v-71c7c48a]{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column;box-shadow:4px 10px 40px #00000026}.product-grid-section .product-card-item[data-v-71c7c48a]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.product-grid-section .product-card-item .product-link[data-v-71c7c48a]{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-grid-section .product-card-item .product-image-box[data-v-71c7c48a]{height:340px;overflow:hidden}.product-grid-section .product-card-item .product-image-box[data-v-71c7c48a] img{transition:transform .5s ease}.product-grid-section .product-card-item[data-v-71c7c48a]:hover img{transform:scale(1.05)}.product-grid-section .product-card-item .product-info[data-v-71c7c48a]{padding:40px;flex:1;display:flex;flex-direction:column}.product-grid-section .product-card-item .product-info .product-name[data-v-71c7c48a]{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:10px;text-align:center}.product-grid-section .product-card-item .product-info .product-subtitle[data-v-71c7c48a]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;text-align:center;margin-bottom:70px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-grid-section .product-card-item .product-info .product-excerpt[data-v-71c7c48a]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-grid-section .product-card-item .product-info .product-action[data-v-71c7c48a]{margin-top:auto;display:flex;justify-content:center;width:100%}.product-grid-section .product-card-item:hover .app-button--outline[data-v-71c7c48a]{background:#3853d9;color:#fff;border-color:#3853d9}.product-grid-section .product-card-item:hover .app-button--outline[data-v-71c7c48a] .app-button__icon{transform:translate(2px)}.pagination-wrapper[data-v-71c7c48a]{display:flex;justify-content:center;align-items:center;margin-top:60px}.loading-products[data-v-71c7c48a]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.loading-products .loading-spinner[data-v-71c7c48a]{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid rgb(56,83,217);border-radius:50%;animation:spin-71c7c48a 1s linear infinite}.loading-products p[data-v-71c7c48a]{margin-top:16px;color:#999;font-size:14px}@keyframes spin-71c7c48a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-products[data-v-71c7c48a],.no-data-notice[data-v-71c7c48a]{padding:60px 0;text-align:center;color:#999;font-size:16px}.page-main.industry-application-page{margin:0!important;padding:0!important}.industry-application-page-container[data-v-ac2e0ff0]{width:100vw;margin-left:calc(-50vw + 50%);background:#000;overflow-x:hidden}.industry-full-section[data-v-ac2e0ff0]{position:relative;overflow:hidden}.industry-full-section .section-bg-image[data-v-ac2e0ff0]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;will-change:transform,opacity}.industry-full-section .section-overlay[data-v-ac2e0ff0]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0006,#0003,#0009);z-index:1}.section-content-inner[data-v-ac2e0ff0]{position:relative;z-index:2;width:100%;max-width:1400px;padding:0 20px 80px;box-sizing:border-box;color:#fff;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;will-change:transform,opacity}.industry-text-box[data-v-ac2e0ff0]{max-width:800px;text-align:left}.industry-text-box .industry-title[data-v-ac2e0ff0]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){.industry-text-box .industry-title[data-v-ac2e0ff0]{font-size:28px;line-height:1.4}}.industry-text-box .industry-description[data-v-ac2e0ff0]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#e5e5e5;margin-bottom:20px;text-shadow:0 1px 5px rgba(0,0,0,.3);width:100%}@media (max-width: 768px){.industry-text-box .industry-description[data-v-ac2e0ff0]{font-size:14px;line-height:1.6;max-width:100%!important}}.industry-button-group[data-v-ac2e0ff0]{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:15px}.industry-button-group[data-v-ac2e0ff0] .app-button--outline{border-color:#fff;color:#fff}.industry-button-group[data-v-ac2e0ff0] .app-button--outline:hover{background:#fff;color:#000}.no-data-notice[data-v-ac2e0ff0]{height:100vh;display:flex;justify-content:center;align-items:center;color:#999;font-size:18px;background:#f7f8fc}.industry-category-single{margin:0!important;padding:0!important}.industry-category-single-container[data-v-66c17775]{background:#fff;overflow-x:hidden}.industry-category-banner[data-v-66c17775]{position:relative;height:400px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.industry-category-banner .industry-category-overlay[data-v-66c17775]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.industry-category-banner .industry-category-banner-content[data-v-66c17775]{position:relative;z-index:2}.industry-category-banner .industry-category-banner-content .industry-category-title[data-v-66c17775]{font-size:48px;font-weight:700;letter-spacing:0px;line-height:72px;margin-bottom:20px}@media (max-width: 768px){.industry-category-banner .industry-category-banner-content .industry-category-title[data-v-66c17775]{font-size:32px;line-height:1.2}}.industry-category-banner .industry-category-banner-content .industry-category-subtitle[data-v-66c17775]{font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px;color:#fff}.industry-category-cover[data-v-66c17775]{padding:60px 0 0;text-align:center}.industry-category-cover .cover-image[data-v-66c17775]{max-width:100%;border-radius:8px;box-shadow:0 10px 30px #0000001a}.industry-category-list[data-v-66c17775]{padding:0}.industry-category-items-wrapper[data-v-66c17775]{display:flex;flex-direction:column}.industry-category-item-row[data-v-66c17775]{padding:100px 0;background-color:#fff}.industry-category-item-row[data-v-66c17775]:nth-child(2n){background-color:#f7f7f7}@media (max-width: 768px){.industry-category-item-row[data-v-66c17775]{padding:60px 0}}.industry-category-item[data-v-66c17775]{display:flex;align-items:center;justify-content:space-between;gap:80px}@media (max-width: 1024px){.industry-category-item[data-v-66c17775]{gap:40px}}@media (max-width: 768px){.industry-category-item[data-v-66c17775]{flex-direction:column!important;gap:30px;text-align:center}}.industry-category-item-row.is-even .industry-category-item[data-v-66c17775]{flex-direction:row-reverse}.industry-category-item .item-text-content[data-v-66c17775]{flex:1}.industry-category-item .item-text-content .item-title[data-v-66c17775]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px;transition:color .3s ease}.industry-category-item-row:hover .industry-category-item .item-text-content .item-title[data-v-66c17775]{color:var(--primary-color, #3853d9)}@media (max-width: 768px){.industry-category-item .item-text-content .item-title[data-v-66c17775]{font-size:28px;line-height:1.3}}.industry-category-item .item-text-content .item-intro[data-v-66c17775]{font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#595959;margin-bottom:80px;white-space:pre-line}@media (max-width: 768px){.industry-category-item .item-text-content .item-intro[data-v-66c17775]{font-size:16px;line-height:1.6;margin-bottom:40px}}@media (max-width: 768px){.industry-category-item .item-text-content .item-action[data-v-66c17775] .app-button{padding-left:24px}}.industry-category-item .item-image-wrapper[data-v-66c17775]{flex:0 0 640px;width:640px;overflow:hidden}@media (max-width: 1280px){.industry-category-item .item-image-wrapper[data-v-66c17775]{flex:0 0 500px;width:500px}}@media (max-width: 1024px){.industry-category-item .item-image-wrapper[data-v-66c17775]{flex:1;width:100%}}.industry-category-item .item-image-wrapper .item-image[data-v-66c17775]{width:100%;height:480px;background-size:cover;background-position:center;border-radius:0;box-shadow:0 10px 30px #0000000d;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.industry-category-item-row:hover .industry-category-item .item-image-wrapper .item-image[data-v-66c17775]{transform:scale(1.05)}@media (max-width: 1024px){.industry-category-item .item-image-wrapper .item-image[data-v-66c17775]{height:360px}}@media (max-width: 768px){.industry-category-item .item-image-wrapper .item-image[data-v-66c17775]{height:280px}}.no-data[data-v-66c17775]{text-align:center;padding:60px 0;color:#999;font-size:16px}.modal-overlay[data-v-c89a84b9]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.modal-container[data-v-c89a84b9]{background:#000c;border-radius:10px;overflow:hidden;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column}.modal-header[data-v-c89a84b9]{display:flex;align-items:center;justify-content:space-between;padding:20px;position:relative}.modal-header .modal-title[data-v-c89a84b9]{flex:1;text-align:center;font-size:24px;font-weight:400;letter-spacing:0px;line-height:36px;color:#fff;padding:0 40px;word-break:break-word}.modal-header .close-btn[data-v-c89a84b9]{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#999;cursor:pointer;padding:5px;transition:color .3s;display:flex;align-items:center;justify-content:center;z-index:1}.modal-header .close-btn[data-v-c89a84b9]:hover{color:#333}.modal-body[data-v-c89a84b9]{position:relative;flex:1;overflow-y:auto}.modal-footer[data-v-c89a84b9]{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:12px}.modal-fade-enter-active[data-v-c89a84b9],.modal-fade-leave-active[data-v-c89a84b9]{transition:opacity .3s ease}.modal-fade-enter-active .modal-container[data-v-c89a84b9],.modal-fade-leave-active .modal-container[data-v-c89a84b9]{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.modal-fade-enter-from[data-v-c89a84b9],.modal-fade-leave-to[data-v-c89a84b9]{opacity:0}.modal-fade-enter-from .modal-container[data-v-c89a84b9],.modal-fade-leave-to .modal-container[data-v-c89a84b9]{transform:scale(.9)}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;top:0;right:0;bottom:0;left:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;top:0;right:0;bottom:0;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.video-modal[data-v-bb8702d9]{--plyr-color-main: #007aff;--plyr-video-control-background-hover: rgba(0, 0, 0, .5);--plyr-control-radius: 4px}.video-modal[data-v-bb8702d9] .modal-container{background:#000}.video-modal[data-v-bb8702d9] .modal-header{background:#1a1a1a;border-bottom-color:#333}.video-modal[data-v-bb8702d9] .modal-header .modal-title{color:#fff}.video-modal[data-v-bb8702d9] .modal-header .close-btn{color:#999}.video-modal[data-v-bb8702d9] .modal-header .close-btn:hover{color:#fff}.video-modal[data-v-bb8702d9] .plyr{border-radius:0 0 10px 10px;overflow:hidden}.video-modal .video-container[data-v-bb8702d9]{width:100%;display:flex;align-items:center;justify-content:center;padding:0 20px 20px}.video-modal .video-container .video-element[data-v-bb8702d9]{aspect-ratio:16/9;width:100%;height:100%}.plyr__video-wrapper{background:transparent!important}.video-item[data-v-654eff0a]{cursor:pointer;display:flex;flex-direction:column;align-items:center}.video-item .video-cover-wrapper[data-v-654eff0a]{width:100%;margin-bottom:20px}.video-item .video-cover[data-v-654eff0a]{position:relative;width:100%;aspect-ratio:16/9;background-color:#000;border-radius:10px;overflow:hidden}.video-item .video-cover img[data-v-654eff0a],.video-item .video-cover video[data-v-654eff0a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-item .video-cover .play-overlay[data-v-654eff0a]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:background .3s}.video-item .video-cover .play-overlay .play-button[data-v-654eff0a]{display:flex;align-items:center;justify-content:center;transition:transform .3s,background .3s}.video-item .video-cover .play-overlay .play-button .play-icon[data-v-654eff0a]{color:#fff;margin-left:4px}.video-item:hover .video-cover .play-overlay .play-button[data-v-654eff0a]{transform:scale(1.1)}.video-item .video-name[data-v-654eff0a]{width:100%;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.page-main.industry-detail-page{margin:72px 0 0!important}.admin-bar .page-main.industry-detail-page{margin-top:calc(72px + var(--wp-admin--admin-bar--height, 32px))!important}.industry-detail-page-container[data-v-52acaea4]{margin-left:calc(-50vw + 50%);background:#fff;color:#262626;overflow-x:hidden}.industry-detail-banner[data-v-52acaea4]{position:relative;width:100%;aspect-ratio:var(--a77cf62a);display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;text-align:center}.industry-detail-banner .banner-overlay[data-v-52acaea4]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.industry-detail-banner .banner-content[data-v-52acaea4]{position:relative;z-index:2}.industry-detail-banner .banner-content .banner-title[data-v-52acaea4]{font-size:64px;font-weight:700;margin-bottom:20px;color:#fff}.industry-detail-banner .banner-content .banner-subtitle[data-v-52acaea4]{font-size:24px;opacity:.9;color:#fff;margin-bottom:20px}.industry-detail-banner .banner-content .banner-intro[data-v-52acaea4]{font-size:18px;line-height:1.6;max-width:800px;margin:0 auto;opacity:.8;color:#fff;white-space:pre-line}.industry-module-section[data-v-52acaea4]{position:relative;width:100%;background-size:cover;background-position:center;display:flex;align-items:center}.industry-module-section .module-overlay[data-v-52acaea4]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.industry-module-section .module-container[data-v-52acaea4]{position:relative;z-index:2;width:100%}.industry-module-section .module-content[data-v-52acaea4]{max-width:1200px;margin:0 auto;text-align:center}.industry-module-section .module-content .module-title[data-v-52acaea4]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;margin-bottom:20px;color:#262626}.industry-module-section .module-content .module-subtitle[data-v-52acaea4]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:80px}.industry-module-section .module-content .module-media[data-v-52acaea4]{width:100%;max-width:1120px;margin:40px auto 0}.industry-module-section .module-content .module-media .media-element[data-v-52acaea4]{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:12px}.industry-module-section .module-content .module-media .industry-video-wrapper[data-v-52acaea4]{width:100%;max-width:1120px;margin:0 auto;border-radius:12px;overflow:hidden}.industry-module-section .module-content .module-media .industry-video-wrapper[data-v-52acaea4] .video-item .video-name{display:none}.industry-module-section .module-content .module-media .industry-video-wrapper[data-v-52acaea4] .video-item .video-cover-wrapper{margin-bottom:0}.industry-module-section .module-content .module-media .industry-video-wrapper[data-v-52acaea4] .video-item .video-cover{border-radius:0}.industry-module-section .module-content .module-media .iframe-video[data-v-52acaea4]{width:100%;height:600px}.no-data-notice[data-v-52acaea4]{padding:100px 0;text-align:center;font-size:18px;color:#666}@media (max-width: 768px){.industry-detail-banner[data-v-52acaea4]{aspect-ratio:auto;min-height:var(--6e4cde18)}.industry-detail-banner .banner-content .banner-title[data-v-52acaea4]{font-size:36px}.industry-detail-banner .banner-content .banner-subtitle[data-v-52acaea4]{font-size:16px}.industry-module-section[data-v-52acaea4]{height:auto!important;padding:var(--mobile-padding, 60px) 0!important}.industry-module-section .module-content .module-title[data-v-52acaea4]{font-size:28px}.industry-module-section .module-content .module-subtitle[data-v-52acaea4]{margin-bottom:40px}.industry-module-section .module-content .module-media .iframe-video[data-v-52acaea4]{height:300px}}.service-support-page{--primary-color: #3853d9;--text-dark: #262626;--text-gray: #666;--bg-light: #f5f7fa}.service-support-page .page-width{max-width:1400px;margin:0 auto}@media (min-width: 1920px){.service-support-page .page-width{max-width:1400px}}.service-support-page .banner-section{position:relative;height:500px;background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}.service-support-page .banner-section .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.service-support-page .banner-section .banner-content{position:relative;z-index:2;color:#fff;text-align:center;width:100%}.service-support-page .banner-section .banner-content .banner-title{font-size:48px;font-weight:700;letter-spacing:0px;line-height:72px;margin-bottom:20px}.service-support-page .banner-section .banner-content .banner-subtitle{font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px;max-width:800px;margin:0 auto}.service-support-page .page-content-wrapper>section{padding:160px 0}.service-support-page .page-content-wrapper>section:nth-of-type(odd){background-color:#f2f2f2}.service-support-page .page-content-wrapper>section:nth-of-type(2n){background-color:#fff}@media screen and (max-width: 767px){.service-support-page .banner-section .banner-content .banner-title{font-size:32px;line-height:48px}.service-support-page .banner-section .banner-content .banner-subtitle{font-size:16px;line-height:24px}.service-support-page .page-content-wrapper>section{padding:60px 0}.service-support-page .section-header{margin-bottom:40px}.service-support-page .section-header .section-title{font-size:28px;line-height:42px}.service-support-page .section-header .section-desc{font-size:14px;line-height:22px}.service-support-page .section-hotline{padding:60px 0!important}}.service-support-page .section-header{text-align:center;margin-bottom:80px}.service-support-page .section-header .section-title{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;margin-bottom:20px;color:#262626}.service-support-page .section-header .section-desc{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;max-width:800px;margin:0 auto}.service-support-page .section-footer{margin-top:48px;display:flex;justify-content:center}.service-support-page .section-hotline{padding:80px 0 160px!important;overflow:hidden}.service-support-page .section-hotline .hotline-swiper-wrapper{position:relative;width:100%;margin:0 auto}.service-support-page .section-hotline .hotline-swiper-wrapper .hotline-swiper{width:100%;overflow:hidden}.service-support-page .section-hotline .hotline-swiper-wrapper .hotline-swiper .swiper-wrapper{padding-top:10px}@media (min-width: 1920px){.service-support-page .section-hotline .hotline-swiper-wrapper .hotline-swiper{width:1400px;margin:0 auto}}.service-support-page .section-hotline .hotline-swiper-wrapper .hotline-swiper .swiper-slide{width:560px;transition:transform .3s ease,opacity .3s ease;height:auto;display:flex;justify-content:center}.service-support-page .section-hotline .hotline-swiper-wrapper .hotline-swiper .swiper-slide.swiper-slide-active{z-index:2}.service-support-page .section-hotline .technician-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;height:100%;width:100%;transition:all .3s ease;box-shadow:0 4px 20px #0000000d}.service-support-page .section-hotline .technician-card:hover{border-color:var(--primary-color);box-shadow:0 10px 40px #3853d926;transform:translateY(-5px)}.service-support-page .section-hotline .technician-card .card-info{flex:1;text-align:left}.service-support-page .section-hotline .technician-card .card-info .name{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:20px}.service-support-page .section-hotline .technician-card .card-info .contact-item{display:flex;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:4px}.service-support-page .section-hotline .technician-card .card-info .contact-item .value{text-decoration:none}.service-support-page .section-hotline .technician-card .card-info .contact-item .value:hover{color:var(--primary-color)}.service-support-page .section-hotline .technician-card .card-info .contact-item:last-child{margin-bottom:0}.service-support-page .section-hotline .technician-card .card-qr{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.service-support-page .section-hotline .technician-card .card-qr .qr-image-wrapper{width:120px;height:120px;border:1px solid #eee;background:#fff;padding:8px;box-sizing:border-box}.service-support-page .section-hotline .technician-card .card-qr .qr-image-wrapper :deep(.safe-image-container){width:100%;height:100%}.service-support-page .section-hotline .technician-card .card-qr .qr-image-wrapper :deep(.safe-image-container) img{-o-object-fit:contain;object-fit:contain}.service-support-page .section-hotline .technician-card .card-qr .qr-tip{font-size:14px;color:var(--text-gray)}@media screen and (max-width: 1280px){.service-support-page .section-hotline .technician-card{flex-direction:column;padding:30px 20px;gap:20px}.service-support-page .section-hotline .technician-card .card-info{text-align:center}.service-support-page .section-hotline .technician-card .card-info .contact-item{justify-content:center}}@media screen and (max-width: 480px){.service-support-page .section-hotline .technician-card{padding:20px 15px}}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class,.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class{display:flex!important;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;opacity:.3;border-radius:10px;background:#000;transition:all .3s ease;z-index:10;cursor:pointer;border:none;outline:none}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class svg,.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class svg{width:24px;height:24px}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class svg path,.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class svg path{stroke:#fff}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class:hover,.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class:hover{opacity:.8;transform:translateY(-50%) scale(1.1)}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class.swiper-button-disabled,.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class.swiper-button-disabled{opacity:.1;cursor:not-allowed}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .prev_class{left:40px}.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow .next_class{right:40px}@media screen and (max-width: 1024px){.service-support-page .section-hotline .hotline-swiper-navigation.slider-default-arrow{display:none!important}}.service-support-page .section-recharge .recharge-container{max-width:900px;margin:0 auto;text-align:center}.service-support-page .section-recharge .recharge-form{display:flex;align-items:center;gap:0;width:100%;max-width:700px;height:64px;margin:0 auto;background:#f2f2f2;border-radius:595px;overflow:hidden;padding:0 8px 0 30px;transition:all .3s ease;border:1px solid transparent}@media screen and (max-width: 767px){.service-support-page .section-recharge .recharge-form{height:56px;padding:0 6px 0 20px}}.service-support-page .section-recharge .recharge-form:hover,.service-support-page .section-recharge .recharge-form:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 10px 30px #3853d91a}.service-support-page .section-recharge .recharge-form .recharge-input{flex:1;border:none;padding:0;font-size:18px;font-weight:400;line-height:28px;color:#262626;background:transparent;outline:none;margin-bottom:0}.service-support-page .section-recharge .recharge-form .recharge-input::-moz-placeholder{color:#8c8c8c}.service-support-page .section-recharge .recharge-form .recharge-input::placeholder{color:#8c8c8c}.service-support-page .section-recharge .recharge-form .recharge-btn{background:#3853d9;color:#fff;border:none;width:96px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .3s ease;padding:0}.service-support-page .section-recharge .recharge-form .recharge-btn .btn-text{font-size:14px;font-weight:400;line-height:22px;color:#fff}.service-support-page .section-recharge .recharge-form .recharge-btn .btn-icon{width:16px;height:16px;color:#fff;display:flex;align-items:center;justify-content:center}.service-support-page .section-recharge .recharge-form .recharge-btn:hover{background:#2e49cf;transform:translateY(-1px);box-shadow:0 4px 12px #3853d94d}.service-support-page .section-recharge .recharge-form .recharge-btn:active{transform:translateY(0)}.service-support-page .section-video .video-grid{display:grid;gap:80px 20px;grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.service-support-page .section-video .video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.service-support-page .section-video .video-grid{grid-template-columns:repeat(3,1fr)}}.service-support-page .section-video .video-item .video-link{text-decoration:none;color:inherit;display:block}.service-support-page .section-video .video-item .video-link:hover .video-image{transform:scale(1.05)}.service-support-page .section-video .video-item .video-link:hover .video-title{color:var(--primary-color)}.service-support-page .section-video .video-item .video-image-wrapper{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:16/9;margin-bottom:20px}.service-support-page .section-video .video-item .video-image-wrapper .video-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.service-support-page .section-video .video-item .video-title{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;transition:color .3s ease;text-align:center}.service-support-page .section-download .download-grid{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.service-support-page .section-download .download-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.service-support-page .section-download .download-grid{grid-template-columns:repeat(3,1fr)}}.service-support-page .section-download .download-item{background:#f2f2f2;border-radius:10px;transition:all .3s ease}.service-support-page .section-download .download-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.service-support-page .section-download .download-item:hover .download-icon{background:transparent;color:var(--primary-color)}.service-support-page .section-download .download-item .download-link{display:flex;flex-direction:column;align-items:center;padding:40px;gap:0;text-decoration:none;color:inherit;text-align:center}.service-support-page .section-download .download-item .download-icon{width:48px;height:48px;background:transparent;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;margin-bottom:20px}.service-support-page .section-download .download-item .download-icon .svg-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#3853d9}.service-support-page .section-download .download-item .download-icon .svg-wrapper svg{width:100%;height:100%;fill:currentColor}.service-support-page .section-download .download-item .download-icon .svg-wrapper svg path,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg circle,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg rect,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg polyline,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg polygon,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg line,.service-support-page .section-download .download-item .download-icon .svg-wrapper svg ellipse{fill:currentColor}.service-support-page .section-download .download-item .download-icon:hover{background:transparent}.service-support-page .section-download .download-item .download-info{width:100%}.service-support-page .section-download .download-item .download-info .download-name{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:4px;text-align:center}.service-support-page .section-download .download-item .download-info .download-desc{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;text-align:center}.page-main.service-support-page-node{margin:0!important;padding:0!important}@media screen and (max-width: 767px){.service-support-page .section-header .section-title{font-size:28px!important;line-height:42px!important}}.recharge-page{min-height:100vh;padding:120px 20px 60px;display:flex;flex-direction:column;align-items:center}.recharge-page .recharge-form-container{width:100%;max-width:700px;min-height:232px;background:#fff;border-radius:10px;padding:40px;box-shadow:0 4px 20px #0000000d;margin-bottom:20px}.recharge-page .recharge-form-container .form-title{font-size:24px;font-weight:700;line-height:36px;color:#262626;margin-bottom:20px}.recharge-page .recharge-form-container .recharge-form{display:flex;align-items:center;gap:0;width:100%;max-width:700px;height:64px;margin:0 auto 10px;background:#f2f2f2;border-radius:595px;overflow:hidden;padding:0 8px 0 30px;transition:all .3s ease;border:1px solid transparent}@media screen and (max-width: 767px){.recharge-page .recharge-form-container .recharge-form{height:52px;padding:0 6px 0 20px}}.recharge-page .recharge-form-container .recharge-form:hover,.recharge-page .recharge-form-container .recharge-form:focus-within{background:#fff;border-color:#3853d9;box-shadow:0 10px 30px #3853d91a}.recharge-page .recharge-form-container .recharge-form .recharge-input{flex:1;border:none;padding:0;font-size:18px;font-weight:400;line-height:28px;color:#262626;background:transparent;outline:none;margin-bottom:0;height:auto;box-shadow:none;min-width:0}.recharge-page .recharge-form-container .recharge-form .recharge-input::-moz-placeholder{color:#8c8c8c}.recharge-page .recharge-form-container .recharge-form .recharge-input::placeholder{color:#8c8c8c}@media screen and (max-width: 767px){.recharge-page .recharge-form-container .recharge-form .recharge-input{font-size:16px}}.recharge-page .recharge-form-container .recharge-form .recharge-btn{background:#3853d9;color:#fff;border:none;width:96px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .3s ease;padding:0;font-size:14px;flex-shrink:0}.recharge-page .recharge-form-container .recharge-form .recharge-btn .btn-text{font-size:14px;font-weight:400;line-height:22px;color:#fff}.recharge-page .recharge-form-container .recharge-form .recharge-btn .btn-icon{width:16px;height:16px;color:#fff;display:flex;align-items:center;justify-content:center}.recharge-page .recharge-form-container .recharge-form .recharge-btn:hover{background:#2e49cf;transform:translateY(-1px);box-shadow:0 4px 12px #3853d94d}.recharge-page .recharge-form-container .recharge-form .recharge-btn:active{transform:translateY(0)}@media screen and (max-width: 767px){.recharge-page .recharge-form-container .recharge-form .recharge-btn{width:72px;height:40px;border-radius:20px}}.recharge-page .recharge-form-container .error-tip{font-size:14px;font-weight:400;line-height:22px;color:#f33}.recharge-page .query-result-section{margin-top:20px}.recharge-page .query-result-section .result-title{font-size:16px;font-weight:400;line-height:24px;color:#8c8c8c;margin-bottom:10px}.recharge-page .query-result-section .result-box{border:1px solid #e5e5e5;border-radius:4px;padding:20px}.recharge-page .query-result-section .result-box .result-item.name{font-size:18px;font-weight:700;line-height:28px;color:#262626;margin-bottom:4px}.recharge-page .query-result-section .result-box .result-item.info{font-size:14px;font-weight:400;line-height:22px;color:#262626}.recharge-page .recharge-options-container{width:100%;max-width:700px;background:#fff;border-radius:10px;padding:40px;box-shadow:0 4px 20px #0000000d}.recharge-page .recharge-options-container .options-title{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;margin-bottom:10px}.recharge-page .recharge-options-container .duration-group{display:flex;gap:12px;margin-bottom:10px;flex-wrap:wrap}.recharge-page .recharge-options-container .duration-group .duration-item{display:flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:4px;background:#f5f5f5;cursor:pointer;transition:all .3s;flex:0 0 auto}.recharge-page .recharge-options-container .duration-group .duration-item span{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}.recharge-page .recharge-options-container .duration-group .duration-item.active{background:#3853d9}.recharge-page .recharge-options-container .duration-group .duration-item.active span{color:#fff}.recharge-page .recharge-options-container .duration-group .duration-item:hover:not(.active){background:#e8e8e8}.recharge-page .recharge-options-container .duration-tip{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;margin-bottom:40px}.recharge-page .recharge-options-container .payment-section{display:flex;align-items:flex-start;gap:20px;border-top:none;padding-top:0;position:relative;transition:opacity .3s}.recharge-page .recharge-options-container .payment-section.is-loading{opacity:.7}.recharge-page .recharge-options-container .payment-section .qr-wrapper{text-align:center;position:relative;width:140px;height:140px}.recharge-page .recharge-options-container .payment-section .qr-wrapper .qr-loading-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:2}.recharge-page .recharge-options-container .payment-section .qr-wrapper .qr-loading-mask .spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid rgb(56,83,217);border-radius:50%;animation:spin 1s linear infinite}.recharge-page .recharge-options-container .payment-section .qr-wrapper .qr-image{width:100%;height:100%;border:none;padding:0;background:none;margin-bottom:0;opacity:1;display:flex;-o-object-fit:contain;object-fit:contain}.recharge-page .recharge-options-container .payment-section .payment-info{flex:1;display:flex;flex-direction:column;justify-content:center;padding:29px 0}.recharge-page .recharge-options-container .payment-section .payment-info .price-row{margin-bottom:15px;display:flex;align-items:baseline}.recharge-page .recharge-options-container .payment-section .payment-info .price-row .label{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626}.recharge-page .recharge-options-container .payment-section .payment-info .price-row .unit{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626}.recharge-page .recharge-options-container .payment-section .payment-info .price-row .value{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin:0 4px}.recharge-page .recharge-options-container .payment-section .payment-info .method-row .method-item{display:flex;align-items:center;gap:8px}.recharge-page .recharge-options-container .payment-section .payment-info .method-row .method-item .method-text{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959}.recharge-page .recharge-options-container .payment-section .payment-info .method-row .method-item svg{width:24px;height:20px}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row{margin-top:16px;padding:12px 16px;background:#f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:8px}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row .status-label{font-size:14px;color:#666}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row .status-value{font-size:16px;font-weight:600;color:#333}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row .order-sn{font-size:12px;color:#999}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-pending{background:#fff7e6;border:1px solid #ffd591}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-pending .status-value{color:#fa8c16}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-paying{background:#e6f7ff;border:1px solid #91d5ff}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-paying .status-value{color:#1890ff}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-success{background:#f6ffed;border:1px solid #b7eb8f}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-success .status-value{color:#52c41a}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-cancelled,.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-closed{background:#fff1f0;border:1px solid #ffa39e}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-cancelled .status-value,.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-closed .status-value{color:#ff4d4f}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-refunding,.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-refunded{background:#fff7e6;border:1px solid #ffd591}.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-refunding .status-value,.recharge-page .recharge-options-container .payment-section .payment-info .order-status-row.status-refunded .status-value{color:#fa8c16}.recharge-page .recharge-options-container .recharge-disabled-msg{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:#fffbe6;border:1px solid #ffe58f;border-radius:4px}.recharge-page .recharge-options-container .recharge-disabled-msg span{font-size:14px;color:#000000d9}@media (max-width: 768px){.recharge-page{padding:100px 15px 40px}.recharge-page .recharge-form-container,.recharge-page .recharge-options-container{padding:24px}.recharge-page .recharge-form{flex-direction:row}.recharge-page .payment-section{flex-direction:column;align-items:center;text-align:center}}.recharge-page-node{margin:0}.vertical-filter[data-v-9e83cfa2]{width:300px;overflow:hidden}.vertical-filter .filter-header[data-v-9e83cfa2]{padding:24px 20px 0}.vertical-filter .filter-header .filter-title[data-v-9e83cfa2]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#3853d9;margin-bottom:25px;display:flex;align-items:flex-end;gap:10px}.vertical-filter .filter-header .filter-title .count-num[data-v-9e83cfa2]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#3853d9}.vertical-filter .filter-search[data-v-9e83cfa2]{padding:0 20px 20px;margin-bottom:0}.vertical-filter .filter-search .search-input-wrapper[data-v-9e83cfa2]{position:relative}.vertical-filter .filter-search .search-input-wrapper input[data-v-9e83cfa2]{width:100%;padding:12px 45px 12px 15px;border:none;border-radius:4px;background:#f2f2f2;font-size:16px;transition:all .3s}.vertical-filter .filter-search .search-input-wrapper input[data-v-9e83cfa2]::-moz-placeholder{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#8c8c8c}.vertical-filter .filter-search .search-input-wrapper input[data-v-9e83cfa2]::placeholder{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#8c8c8c}.vertical-filter .filter-search .search-input-wrapper input[data-v-9e83cfa2]:focus{outline:none;background:#ebebeb}.vertical-filter .filter-search .search-input-wrapper .search-icon[data-v-9e83cfa2]{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#8c8c8c;cursor:pointer;transition:color .3s}.vertical-filter .filter-search .search-input-wrapper .search-icon[data-v-9e83cfa2]:hover{color:#3853d9}.vertical-filter .filter-groups .filter-group[data-v-9e83cfa2]{border-bottom:1px solid #eee}.vertical-filter .filter-groups .filter-group[data-v-9e83cfa2]:last-child{border-bottom:none}.vertical-filter .filter-groups .filter-group .filter-group-header[data-v-9e83cfa2]{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .3s;height:56px;padding:16px 20px;box-sizing:border-box}.vertical-filter .filter-groups .filter-group .filter-group-header .group-title[data-v-9e83cfa2]{font-size:16px;font-weight:500;letter-spacing:0px;line-height:24px;color:#262626}.vertical-filter .filter-groups .filter-group .filter-group-header .filter-icon[data-v-9e83cfa2]{color:#262626;transition:transform .3s}.vertical-filter .filter-groups .filter-group .filter-group-header:hover .group-title[data-v-9e83cfa2],.vertical-filter .filter-groups .filter-group .filter-group-header:hover .filter-icon[data-v-9e83cfa2]{color:#3853d9}.vertical-filter .filter-groups .filter-group .filter-group-content[data-v-9e83cfa2]{padding:0 10px 15px}.vertical-filter .filter-groups .filter-group .filter-group-content .filter-list[data-v-9e83cfa2]{list-style:none;padding:0;display:flex;flex-direction:column;gap:4px}.vertical-filter .filter-groups .filter-group .filter-group-content .filter-list li a[data-v-9e83cfa2]{display:flex;align-items:center;height:40px;padding:9px 10px;border-radius:4px;background:transparent;color:#595959;font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;text-decoration:none;transition:all .3s;box-sizing:border-box}.vertical-filter .filter-groups .filter-group .filter-group-content .filter-list li a[data-v-9e83cfa2]:hover{background:#f2f2f2}.vertical-filter .filter-groups .filter-group .filter-group-content .filter-list li.active a[data-v-9e83cfa2]{background:transparent;color:#3853d9;font-weight:400}.video-center-page .banner-section[data-v-2be72229]{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.video-center-page .banner-section .banner-overlay[data-v-2be72229]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-center-page .banner-section .banner-content[data-v-2be72229]{position:relative;z-index:2;text-align:center;color:#fff}.video-center-page .banner-section .banner-content .banner-title[data-v-2be72229]{font-size:48px;font-weight:600;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.video-center-page .banner-section .banner-content .banner-title[data-v-2be72229]{font-size:32px}}.video-center-page .banner-section .banner-content .banner-subtitle[data-v-2be72229]{font-size:18px;line-height:1.6;opacity:.9;max-width:800px;margin:0 auto}@media (max-width: 768px){.video-center-page .banner-section .banner-content .banner-subtitle[data-v-2be72229]{font-size:16px}}.video-center-page .page-content-wrapper[data-v-2be72229]{background-color:#fff;min-height:600px;padding:80px 0 160px}.video-center-page .video-center-layout[data-v-2be72229]{display:flex;gap:80px;align-items:flex-start}@media (max-width: 1440px){.video-center-page .video-center-layout[data-v-2be72229]{gap:40px}}@media (max-width: 992px){.video-center-page .video-center-layout[data-v-2be72229]{flex-direction:column;gap:30px}}.video-center-page .sidebar-wrapper[data-v-2be72229]{flex-shrink:0;position:sticky;top:100px}@media (max-width: 992px){.video-center-page .sidebar-wrapper[data-v-2be72229]{width:100%;position:static}}.video-center-page .main-content[data-v-2be72229]{flex:1;min-width:0}.video-center-page .video-group-section[data-v-2be72229]{margin-bottom:60px}.video-center-page .video-group-section[data-v-2be72229]:last-child{margin-bottom:0}.video-center-page .video-group-section .group-title[data-v-2be72229]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:40px}.video-center-page .video-grid[data-v-2be72229]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:40px}@media (max-width: 1200px){.video-center-page .video-grid[data-v-2be72229]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.video-center-page .video-grid[data-v-2be72229]{grid-template-columns:1fr}}.video-center-page .no-videos-wrapper[data-v-2be72229],.video-center-page .no-selection-wrapper[data-v-2be72229]{width:100%}.page-main.video-center-page-node{margin:0!important;padding:0!important}.download-center-page .banner-section{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.download-center-page .banner-section .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.download-center-page .banner-section .banner-content{position:relative;z-index:2;text-align:center;color:#fff}.download-center-page .banner-section .banner-content .banner-title{font-size:48px;font-weight:600;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.download-center-page .banner-section .banner-content .banner-title{font-size:32px}}.download-center-page .banner-section .banner-content .banner-subtitle{font-size:18px;line-height:1.6;opacity:.9;max-width:800px;margin:0 auto}@media (max-width: 768px){.download-center-page .banner-section .banner-content .banner-subtitle{font-size:16px}}.download-center-page .page-content-wrapper{background-color:#fff;padding:80px 0 160px}.download-center-page .page-content-wrapper .tabs-container{margin-bottom:40px;position:relative}.download-center-page .page-content-wrapper .tabs-container .tabs-list{display:flex;border-bottom:1px solid rgb(191,191,191);position:relative}.download-center-page .page-content-wrapper .tabs-container .tabs-list .tab-item{flex:1;height:64px;display:flex;align-items:center;justify-content:center;padding:17px 0;font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px;color:#595959;cursor:pointer;transition:color .3s}.download-center-page .page-content-wrapper .tabs-container .tabs-list .tab-item.active{color:#3853d9}.download-center-page .page-content-wrapper .tabs-container .tabs-list .active-bar{position:absolute;bottom:-1px;height:1px;background:#3853d9;transition:all .3s cubic-bezier(.4,0,.2,1)}.download-center-page .page-content-wrapper .filters-container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;margin-left:-10px;margin-right:-10px}.download-center-page .page-content-wrapper .filters-container .filter-item{margin:0 10px 10px;padding:9px 24px;border-radius:24px;border:1px solid rgb(229,229,229);font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;cursor:pointer;transition:all .3s}.download-center-page .page-content-wrapper .filters-container .filter-item:hover{color:#3853d9;border-color:#3853d9}.download-center-page .page-content-wrapper .filters-container .filter-item.active{background:#3853d9;border-color:#3853d9;color:#fff}.download-center-page .page-content-wrapper .download-grid{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:40px}@media (max-width: 1440px){.download-center-page .page-content-wrapper .download-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.download-center-page .page-content-wrapper .download-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.download-center-page .page-content-wrapper .download-grid{grid-template-columns:repeat(1,1fr)}}.download-center-page .page-content-wrapper .download-grid .grid-item{background:#f7f7f7;padding:40px 0;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s}.download-center-page .page-content-wrapper .download-grid .grid-item:hover{transform:translateY(-5px)}.download-center-page .page-content-wrapper .download-grid .grid-item .item-icon{width:48px;height:48px;margin-bottom:4px;display:flex;align-items:center;justify-content:center}.download-center-page .page-content-wrapper .download-grid .grid-item .item-icon img{max-width:100%;max-height:100%}.download-center-page .page-content-wrapper .download-grid .grid-item .item-name{font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:4px;padding:0 20px}.download-center-page .page-content-wrapper .download-grid .grid-item .item-version{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;margin-bottom:20px}.download-center-page .page-content-wrapper .download-grid .grid-item .item-meta{margin-bottom:24px;display:flex;flex-direction:column;gap:4px}.download-center-page .page-content-wrapper .download-grid .grid-item .item-meta .meta-row{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626;display:flex;justify-content:center}.download-center-page .page-content-wrapper .download-grid .grid-item .item-actions{margin-top:auto;width:100%;padding:0 40px}.download-center-page .page-content-wrapper .download-grid .grid-item .item-actions .download-center-btn{height:40px;border-radius:24px;background:#fff;border:1px solid rgb(38,38,38);padding:0 24px}.download-center-page .page-content-wrapper .download-grid .grid-item .item-actions .download-center-btn :deep(.app-button__text){font-size:12px;font-weight:400;letter-spacing:0px;line-height:18px;color:#262626}.download-center-page .page-content-wrapper .download-grid .grid-item .item-actions .download-center-btn:hover{background:#3853d9;border-color:#3853d9}.download-center-page .page-content-wrapper .download-grid .grid-item .item-actions .download-center-btn:hover :deep(.app-button__text){color:#fff}.download-center-page .page-content-wrapper .no-data-wrapper{width:100%}.page-main.download-center-page-node,.page-main.dealer-page-node{margin:0!important;padding:0!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}50%{transform:translate(8px)}75%{transform:translate(-8px)}}.dealer-page{position:relative;width:100%;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:120px 0;overflow:hidden}.dealer-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.dealer-page__container{position:relative;z-index:2;width:100%;max-width:1400px!important}.dealer-page__content{display:flex;justify-content:space-between;align-items:center;gap:60px}@media (max-width: 1024px){.dealer-page__content{flex-direction:column;gap:40px}}.dealer-page__left{flex:1;display:flex;flex-direction:column;justify-content:center}.dealer-page__left .slogan-list{display:flex;flex-direction:column;gap:16px}.dealer-page__left .slogan-item{white-space:pre-wrap;opacity:0;animation:fadeInUp .8s ease forwards}@media (max-width: 1024px){.dealer-page__left{text-align:center;align-items:center}}.dealer-page__right{width:100%;max-width:480px;flex-shrink:0;opacity:0;animation:fadeInRight .8s ease .3s forwards}.dealer-form-box{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;max-height:728px;overflow:hidden}.dealer-form-box.is-shaking{animation:shake .4s ease-in-out}.dealer-form-box .dealer-form-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.dealer-form-box .dealer-success-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 40px;min-height:612px;transform:translateY(-70px)}.dealer-form-box .dealer-success-box .success-info{display:flex;align-items:center;gap:10px;margin-bottom:20px}.dealer-form-box .dealer-success-box .success-text{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626}.dealer-form-box .dealer-form-body{flex:1;overflow-y:auto;padding:0 20px 0 40px;margin-right:20px;min-height:478px}.dealer-form-box .dealer-form-body::-webkit-scrollbar{width:8px}.dealer-form-box .dealer-form-body::-webkit-scrollbar-track{background:transparent}.dealer-form-box .dealer-form-body::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:287px}.dealer-form-box .dealer-form{display:flex;flex-direction:column;gap:24px;padding-bottom:20px}.dealer-form-box .form-group{display:flex;flex-direction:column;gap:10px}.dealer-form-box .form-group .label-row{display:flex;justify-content:space-between;align-items:center}.dealer-form-box .form-group .form-label{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626;display:flex;align-items:center;gap:4px}.dealer-form-box .form-group .form-label .required-star{color:#f33}.dealer-form-box .form-group .error-msg{font-size:12px;color:#f33}.dealer-form-box .form-group .error-msg-enter-active,.dealer-form-box .form-group .error-msg-leave-active{transition:all .3s ease}.dealer-form-box .form-group .error-msg-enter-from,.dealer-form-box .form-group .error-msg-leave-to{opacity:0;transform:translate(10px)}.dealer-form-box .form-group .form-input,.dealer-form-box .form-group .form-textarea{width:100%;height:40px;padding:8px 12px;border-radius:4px;border:1px solid rgb(229,229,229);background:#fff;font-size:14px;color:#262626;transition:all .3s ease}.dealer-form-box .form-group .form-input::-moz-placeholder,.dealer-form-box .form-group .form-textarea::-moz-placeholder{color:#8c8c8c}.dealer-form-box .form-group .form-input::placeholder,.dealer-form-box .form-group .form-textarea::placeholder{color:#8c8c8c}.dealer-form-box .form-group .form-input:focus,.dealer-form-box .form-group .form-textarea:focus{border-color:#3853d9;outline:none;box-shadow:0 0 0 2px #3853d91a}.dealer-form-box .form-group .form-textarea{height:100px;resize:vertical}.dealer-form-box .form-group.has-error .form-input,.dealer-form-box .form-group.has-error .form-textarea{border:1px solid rgb(255,51,51)}.dealer-form-box .dealer-form-footer{padding:30px 40px;display:flex;flex-direction:column;gap:12px}.dealer-form-box .dealer-form-footer .submit-btn{width:100%}.dealer-form-box .dealer-form-footer .submit-status{font-size:14px;text-align:center}.dealer-form-box .dealer-form-footer .submit-status.success{color:#52c41a}.dealer-form-box .dealer-form-footer .submit-status.error{color:#ff4d4f}.dealer-form-box .dealer-form-footer .submit-status.status-fade-enter-active,.dealer-form-box .dealer-form-footer .submit-status.status-fade-leave-active{transition:opacity .4s ease}.dealer-form-box .dealer-form-footer .submit-status.status-fade-enter-from,.dealer-form-box .dealer-form-footer .submit-status.status-fade-leave-to{opacity:0}.dealer-form-box .form-fade-enter-active,.dealer-form-box .form-fade-leave-active{transition:all .4s ease}.dealer-form-box .form-fade-enter-from{opacity:0;transform:translateY(20px)}.dealer-form-box .form-fade-leave-to{opacity:0;transform:translateY(-20px)}.vue-dealer-page{min-height:100vh}.dealer-page-node{margin:0}.form-r-content .xintheme-form{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.form-r-content .xintheme-form .field-group{display:flex;flex-direction:column;gap:10px;margin:0}.form-r-content .xintheme-form .field-label-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.form-r-content .xintheme-form .field-label-container.field-required .field-label:before{display:none!important}.form-r-content .xintheme-form .field-label{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626;display:flex;align-items:center;padding-left:0}.form-r-content .xintheme-form .field-label .field-required-star{display:inline-block;width:16px;height:16px;text-align:center;margin-left:4px;color:#da2319;font-size:12px;vertical-align:middle}.form-r-content .xintheme-form .field-content input,.form-r-content .xintheme-form .field-content textarea,.form-r-content .xintheme-form .field-content select{width:100%;height:40px;padding:8px 12px;border-radius:4px;border:1px solid rgb(229,229,229);background:#fff;font-size:14px;color:#262626;transition:all .3s ease}.form-r-content .xintheme-form .field-content input::-moz-placeholder,.form-r-content .xintheme-form .field-content textarea::-moz-placeholder,.form-r-content .xintheme-form .field-content select::-moz-placeholder{color:#8c8c8c}.form-r-content .xintheme-form .field-content input::placeholder,.form-r-content .xintheme-form .field-content textarea::placeholder,.form-r-content .xintheme-form .field-content select::placeholder{color:#8c8c8c}.form-r-content .xintheme-form .field-content input:focus,.form-r-content .xintheme-form .field-content textarea:focus,.form-r-content .xintheme-form .field-content select:focus{border-color:#3853d9;outline:none;box-shadow:0 0 0 2px #3853d91a}.form-r-content .xintheme-form .field-content textarea{height:100px;resize:vertical}.form-r-content .xintheme-form .field-content input.field-error,.form-r-content .xintheme-form .field-content textarea.field-error,.form-r-content .xintheme-form .field-content select.field-error{border:1px solid rgb(255,51,51)}.form-r-content .xintheme-form .field-error-message{font-size:12px;color:#f33;padding:4px 0 0 4px}.form-r-content .xintheme-form .form_vercode{display:flex;gap:12px;align-items:center}.form-r-content .xintheme-form .form_vercode img{cursor:pointer;height:40px}.form-r-content .xintheme-form .form_vercode input{flex:1}.form-r-content .xintheme-form .form-submit-wrapper{display:flex;justify-content:flex-end;width:100%;margin-top:8px}.form-r-content .xintheme-form .form-submit-wrapper .form-submit-btn{width:100%;height:48px;padding:0 24px;background:#3853d9;color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.form-r-content .xintheme-form .form-submit-wrapper .form-submit-btn:hover{background:#2a42c4}.form-r-content .xintheme-form .form-submit-wrapper .form-submit-btn:disabled{background:#a0a0a0;cursor:not-allowed}.about-intro-module .intro-grid[data-v-6cc52ff8]{display:flex;gap:60px;align-items:center}@media (max-width: 992px){.about-intro-module .intro-grid[data-v-6cc52ff8]{flex-direction:column;gap:40px}}.about-intro-module .intro-grid .intro-text[data-v-6cc52ff8]{flex:1}.about-intro-module .intro-grid .intro-text .section-title[data-v-6cc52ff8]{font-size:32px;font-weight:700;margin-bottom:30px;color:#333}.about-intro-module .intro-grid .intro-text .intro-description[data-v-6cc52ff8]{font-size:16px;line-height:1.8;color:#666;white-space:pre-wrap}.about-intro-module .intro-grid .intro-image[data-v-6cc52ff8]{flex:1}.about-intro-module .intro-grid .intro-image img[data-v-6cc52ff8]{width:100%;border-radius:12px;box-shadow:0 10px 40px #0000001a}.about-features-module .features-grid[data-v-4644e88f]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.about-features-module .features-grid[data-v-4644e88f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-features-module .features-grid[data-v-4644e88f]{grid-template-columns:1fr}}.about-features-module .features-grid .feature-card[data-v-4644e88f]{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;border:1px solid #eee;transition:all .3s ease}.about-features-module .features-grid .feature-card[data-v-4644e88f]:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000014;border-color:#3853d9}.about-features-module .features-grid .feature-card .feature-icon[data-v-4644e88f]{width:64px;height:64px;margin:0 auto 20px}.about-features-module .features-grid .feature-card .feature-icon img[data-v-4644e88f]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.about-features-module .features-grid .feature-card .feature-title[data-v-4644e88f]{font-size:20px;font-weight:600;margin-bottom:15px}.about-features-module .features-grid .feature-card .feature-desc[data-v-4644e88f]{font-size:14px;color:#888;line-height:1.6}.about-history-module[data-v-2424bd06]{position:relative;padding:160px 0 438px;color:#fff;overflow:hidden}.about-history-module .module-bg[data-v-2424bd06]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.about-history-module .bg-overlay[data-v-2424bd06]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.about-history-module .history-content[data-v-2424bd06]{position:relative;z-index:2}.about-history-module .history-header[data-v-2424bd06]{text-align:left;margin-bottom:80px;display:flex;flex-direction:column;align-items:flex-start}.about-history-module .history-header .section-title[data-v-2424bd06]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:20px}.about-history-module .history-header .section-desc[data-v-2424bd06]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#bfbfbf;max-width:800px}.about-history-module .history-timeline-wrapper[data-v-2424bd06]{position:relative;padding:0;width:100%}.about-history-module .timeline-container[data-v-2424bd06]{width:100%;overflow:visible}.about-history-module .timeline-track[data-v-2424bd06]{display:flex;transition:transform 1s cubic-bezier(.4,0,.2,1);gap:20px}.about-history-module .history-item-slide[data-v-2424bd06]{flex-shrink:0;width:280px;display:flex;align-items:flex-start}.about-history-module .history-item-slide.has-year-divider[data-v-2424bd06]{width:385px}.about-history-module .history-item-slide.is-active .month-content-slide[data-v-2424bd06]{background:#3853d9}.about-history-module .history-item-slide.is-active .month-content-slide .month-val[data-v-2424bd06],.about-history-module .history-item-slide.is-active .month-content-slide .event-list .event-item[data-v-2424bd06]{color:#fff}.about-history-module .history-item-slide.is-active:hover .month-content-slide[data-v-2424bd06]{background:#0003}.about-history-module .year-divider-slide[data-v-2424bd06]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:85px;margin-right:20px;flex-shrink:0}.about-history-module .year-divider-slide .year-val[data-v-2424bd06]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:20px}.about-history-module .year-divider-slide .v-line[data-v-2424bd06]{width:1px;height:160px;background:linear-gradient(to bottom,#ffffff80,#fff0)}.about-history-module .month-content-slide[data-v-2424bd06]{height:auto;width:280px;padding:20px;margin-top:100px;background:#ffffff0d;border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;text-align:left;transition:all .3s ease;cursor:pointer}.about-history-module .month-content-slide[data-v-2424bd06]:hover{background:#0003}.about-history-module .month-content-slide .month-val[data-v-2424bd06]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#fff;margin-bottom:10px}.about-history-module .month-content-slide .month-val[data-v-2424bd06]:after{display:none!important}.about-history-module .month-content-slide .event-list[data-v-2424bd06]{list-style:none;padding:0;margin:0}.about-history-module .month-content-slide .event-list .event-item[data-v-2424bd06]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#bfbfbf;margin-bottom:10px;position:relative;transition:color .3s ease}.about-history-module .month-content-slide .event-list .event-item[data-v-2424bd06]:last-child{margin-bottom:0}@media (max-width: 768px){.about-history-module[data-v-2424bd06]{padding:60px 0}.about-history-module .history-header[data-v-2424bd06]{margin-bottom:40px}.about-history-module .history-header .section-title[data-v-2424bd06]{font-size:28px;line-height:42px}.about-history-module .year-divider-slide[data-v-2424bd06]{width:65px;margin-right:15px}.about-history-module .year-divider-slide .year-val[data-v-2424bd06]{font-size:28px;line-height:42px;margin-bottom:15px}.about-history-module .year-divider-slide .v-line[data-v-2424bd06]{width:1px;height:120px;background:linear-gradient(to bottom,#ffffff80,#fff0);display:block}.about-history-module .history-item-slide[data-v-2424bd06]{width:240px}.about-history-module .history-item-slide.has-year-divider[data-v-2424bd06]{width:320px}.about-history-module .month-content-slide[data-v-2424bd06]{width:240px;margin-top:70px;padding:15px}.about-history-module .month-content-slide .month-val[data-v-2424bd06]{font-size:20px;line-height:30px}.about-history-module .month-content-slide .event-list .event-item[data-v-2424bd06]{font-size:13px;line-height:20px;margin-bottom:8px}.about-history-module .timeline-track[data-v-2424bd06]{gap:15px}}.company-intro-module .top-section[data-v-aca3a5b7]{display:flex;flex-direction:column;padding:80px 20px 160px;align-items:flex-start;text-align:left}@media (min-width: 1400px){.company-intro-module .top-section[data-v-aca3a5b7]{padding:80px 0 160px}}@media (max-width: 768px){.company-intro-module .top-section[data-v-aca3a5b7]{padding:80px 16px}}.company-intro-module .top-section .company-intro-content-box[data-v-aca3a5b7]{width:100%;margin-bottom:80px}.company-intro-module .top-section .company-intro-content-box .section-title[data-v-aca3a5b7]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px}.company-intro-module .top-section .company-intro-content-box .section-desc[data-v-aca3a5b7]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;white-space:pre-wrap}.company-intro-module .top-section .images-box[data-v-aca3a5b7]{width:100%;display:flex;gap:20px;height:388px}@media (max-width: 768px){.company-intro-module .top-section .images-box[data-v-aca3a5b7]{flex-direction:column;height:auto}}.company-intro-module .top-section .images-box .img-wrapper[data-v-aca3a5b7]{flex:1;border-radius:0;overflow:hidden;box-shadow:0 10px 30px #0000001a;height:100%}@media (max-width: 768px){.company-intro-module .top-section .images-box .img-wrapper[data-v-aca3a5b7]{height:250px}}.company-intro-module .top-section .images-box .img-wrapper .intro-image[data-v-aca3a5b7]{height:100%;transition:transform .5s ease}.company-intro-module .top-section .images-box .img-wrapper:hover .intro-image[data-v-aca3a5b7]{transform:scale(1.05)}.company-intro-module .bottom-section[data-v-aca3a5b7]{position:relative;padding:160px 0 304px;color:#fff}.company-intro-module .bottom-section .module-bg[data-v-aca3a5b7]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.company-intro-module .bottom-section .bg-overlay[data-v-aca3a5b7]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.company-intro-module .bottom-section .items-container[data-v-aca3a5b7]{position:relative;z-index:2;display:flex;flex-direction:column;gap:80px}.company-intro-module .bottom-section .items-container .info-item .item-title[data-v-aca3a5b7]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:10px}@media (max-width: 768px){.company-intro-module .bottom-section .items-container .info-item .item-title[data-v-aca3a5b7]{font-size:28px;line-height:40px}}.company-intro-module .bottom-section .items-container .info-item .item-desc[data-v-aca3a5b7]{font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#fff}.carousel-dots[data-v-6ff33da0]{display:flex;justify-content:center;gap:12px}.carousel-dots .dot[data-v-6ff33da0]{width:10px;height:10px;border-radius:54px;background:#ffffff4d;cursor:pointer;transition:all .3s}.carousel-dots .dot.active[data-v-6ff33da0]{background:#fff}.carousel-dots .dot[data-v-6ff33da0]:hover{background:#ffffff80}.honors-carousel[data-v-d2bdf40c]{width:100%;cursor:grab}.honors-carousel[data-v-d2bdf40c]:active{cursor:grabbing}.honors-carousel .carousel-container[data-v-d2bdf40c]{width:100%;height:266px;padding-bottom:40px;display:flex;align-items:center;position:relative;overflow:hidden}.honors-carousel .carousel-container .slider[data-v-d2bdf40c]{display:flex;align-items:center;gap:var(--gap);position:absolute;left:50%;will-change:transform}.honors-carousel .carousel-container .slide-item[data-v-d2bdf40c]{position:relative;flex-shrink:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.honors-carousel .carousel-container .slide-item .image-box[data-v-d2bdf40c]{display:flex;align-items:center;justify-content:center;width:var(--inactive-width);height:var(--inactive-height);pointer-events:none}.honors-carousel .carousel-container .slide-item .image-box.transitioning[data-v-d2bdf40c]{transition:all .5s ease}.honors-carousel .carousel-container .slide-item .image-box img[data-v-d2bdf40c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;-webkit-user-drag:none}.honors-carousel .carousel-container .slide-item .honor-name[data-v-d2bdf40c]{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#fff;white-space:nowrap;pointer-events:none}.honors-carousel .carousel-container .slide-item.active .image-box[data-v-d2bdf40c],.honors-carousel .carousel-container .slide-item.preview .image-box[data-v-d2bdf40c]{width:var(--active-width);height:var(--active-height)}.honors-carousel .dots-wrapper[data-v-d2bdf40c]{margin-top:60px}.honors-module[data-v-05fcedd8]{position:relative;padding:160px 0;overflow:hidden}@media (max-width: 768px){.honors-module[data-v-05fcedd8]{padding:80px 0}}.honors-module .module-bg[data-v-05fcedd8],.honors-module .bg-overlay[data-v-05fcedd8]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.honors-module .content-wrapper[data-v-05fcedd8]{position:relative;z-index:2}.honors-module .section-title[data-v-05fcedd8]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:40px;text-align:left}.honors-module .tabs-container[data-v-05fcedd8]{margin-bottom:60px;position:relative;width:-moz-fit-content;width:fit-content}.honors-module .tabs-container .tabs-list[data-v-05fcedd8]{display:flex;position:relative;z-index:2}.honors-module .tabs-container .tabs-list .tab-item[data-v-05fcedd8]{height:64px;display:flex;align-items:center;padding:0 16px;font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#8c8c8c;cursor:pointer;position:relative;transition:color .3s}.honors-module .tabs-container .tabs-list .tab-item.active[data-v-05fcedd8]{color:#3853d9;font-weight:500}.honors-module .tabs-container .tabs-list .active-line[data-v-05fcedd8]{position:absolute;bottom:0;left:0;height:1px;background:#3853d9;transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);z-index:3}.honors-module .tabs-container .tabs-line[data-v-05fcedd8]{position:absolute;bottom:0;left:0;width:100%;height:1px;background:#262626;z-index:1}.philosophy-module[data-v-0c1c89a0]{padding:160px 20px}@media (min-width: 1400px){.philosophy-module[data-v-0c1c89a0]{padding:160px 0}}@media (max-width: 768px){.philosophy-module[data-v-0c1c89a0]{padding:80px 16px}}.philosophy-module .module-header[data-v-0c1c89a0]{margin-bottom:50px;text-align:left}.philosophy-module .module-header .section-title[data-v-0c1c89a0]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:0}.philosophy-module .module-header .section-desc[data-v-0c1c89a0]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-top:20px}.philosophy-module .philosophy-grid[data-v-0c1c89a0]{display:grid;grid-template-columns:repeat(2,1fr);gap:80px 40px}@media (max-width: 1200px){.philosophy-module .philosophy-grid[data-v-0c1c89a0]{gap:60px 30px}}@media (max-width: 992px){.philosophy-module .philosophy-grid[data-v-0c1c89a0]{grid-template-columns:1fr;gap:40px}}.philosophy-module .philosophy-grid .philosophy-card[data-v-0c1c89a0]{display:flex;align-items:center;gap:30px;background:#fff;transition:all .3s ease}.philosophy-module .philosophy-grid .philosophy-card[data-v-0c1c89a0]:hover{transform:translateY(-5px)}.philosophy-module .philosophy-grid .philosophy-card .philosophy-image[data-v-0c1c89a0]{flex-shrink:0;width:360px;height:202px;border-radius:10px;overflow:hidden}.philosophy-module .philosophy-grid .philosophy-card .philosophy-image img[data-v-0c1c89a0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.philosophy-module .philosophy-grid .philosophy-card .phi-content[data-v-0c1c89a0]{flex:1;display:flex;flex-direction:column;justify-content:center}.philosophy-module .philosophy-grid .philosophy-card .phi-content .phi-title[data-v-0c1c89a0]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:10px}.philosophy-module .philosophy-grid .philosophy-card .phi-content .phi-desc[data-v-0c1c89a0]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:0}@media (max-width: 768px){.philosophy-module .philosophy-grid .philosophy-card[data-v-0c1c89a0]{flex-direction:column;align-items:flex-start}.philosophy-module .philosophy-grid .philosophy-card .philosophy-image[data-v-0c1c89a0]{width:100%;height:auto;aspect-ratio:360/202}}.team-module[data-v-c5d2a42d]{padding:160px 20px;position:relative;display:flex;flex-direction:column;align-items:center}@media (min-width: 1400px){.team-module[data-v-c5d2a42d]{padding:160px 0}}@media (max-width: 768px){.team-module[data-v-c5d2a42d]{padding:80px 16px}}.team-module .module-bg[data-v-c5d2a42d]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.team-module .module-overlay[data-v-c5d2a42d]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.team-module .relative-content[data-v-c5d2a42d]{position:relative;z-index:3;display:flex;flex-direction:column;width:100%;padding:0}.team-module .team-intro[data-v-c5d2a42d]{margin-bottom:80px}.team-module .team-intro.text-center[data-v-c5d2a42d]{text-align:left}.team-module .team-intro .section-title[data-v-c5d2a42d]{font-size:36px;font-weight:700;margin-bottom:20px;letter-spacing:0px;line-height:54px}.team-module .team-intro .section-desc[data-v-c5d2a42d]{font-size:16px;font-weight:400;color:#666;max-width:800px;letter-spacing:0px;line-height:24px}.team-module .team-main-image[data-v-c5d2a42d]{width:100%;max-width:100%}.team-module .team-main-image img[data-v-c5d2a42d],.team-module .team-main-image video[data-v-c5d2a42d]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-module .team-main-image video[data-v-c5d2a42d]{pointer-events:none}.team-module .team-grid[data-v-c5d2a42d]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.team-module .team-grid[data-v-c5d2a42d]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.team-module .team-grid[data-v-c5d2a42d]{grid-template-columns:1fr}}.team-module .team-grid .team-member[data-v-c5d2a42d]{background:#fff;border-radius:12px;overflow:hidden;text-align:center;transition:box-shadow .3s ease}.team-module .team-grid .team-member.has-shadow[data-v-c5d2a42d]{box-shadow:0 5px 20px #0000000d}.team-module .team-grid .team-member .member-photo[data-v-c5d2a42d]{width:100%;height:300px}.team-module .team-grid .team-member .member-photo img[data-v-c5d2a42d]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-module .team-grid .team-member .member-info[data-v-c5d2a42d]{padding:20px}.team-module .team-grid .team-member .member-info .member-name[data-v-c5d2a42d]{font-size:18px;font-weight:600;margin-bottom:5px}.team-module .team-grid .team-member .member-info .member-role[data-v-c5d2a42d]{font-size:14px;color:#888}.contact-module[data-v-eabc7bd8]{padding:160px 20px}@media (min-width: 1400px){.contact-module[data-v-eabc7bd8]{padding:160px 0}}@media (max-width: 768px){.contact-module[data-v-eabc7bd8]{padding:80px 0}}.contact-module .contact-header[data-v-eabc7bd8]{margin-bottom:60px;text-align:left}@media (max-width: 768px){.contact-module .contact-header[data-v-eabc7bd8]{padding:0 20px}}.contact-module .contact-header .section-title[data-v-eabc7bd8]{font-size:36px;font-weight:700;line-height:54px;color:#262626;margin-bottom:20px}.contact-module .contact-header .section-desc[data-v-eabc7bd8]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}.contact-module .contact-main[data-v-eabc7bd8]{display:flex;margin-bottom:80px;min-height:500px;background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000014;overflow:hidden}@media (max-width: 992px){.contact-module .contact-main[data-v-eabc7bd8]{flex-direction:column;gap:40px}}.contact-module .contact-main .contact-details[data-v-eabc7bd8]{flex:0 0 900px;padding:60px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 1400px){.contact-module .contact-main .contact-details[data-v-eabc7bd8]{flex:1}}@media (max-width: 992px){.contact-module .contact-main .contact-details[data-v-eabc7bd8]{flex:none;width:100%}}@media (max-width: 768px){.contact-module .contact-main .contact-details[data-v-eabc7bd8]{padding:40px 20px}}.contact-module .contact-main .contact-details .detail-group+.detail-group[data-v-eabc7bd8]{margin-top:40px;padding-top:40px;border-top:1px solid rgb(229,229,229)}.contact-module .contact-main .contact-details .detail-group .group-title[data-v-eabc7bd8]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:20px;display:flex;align-items:center;gap:12px}.contact-module .contact-main .contact-details .detail-group .group-title .title-icon[data-v-eabc7bd8]{width:28px;height:28px;color:#3853d9}.contact-module .contact-main .contact-details .detail-group .phone-list[data-v-eabc7bd8]{display:flex;flex-wrap:wrap;gap:20px 40px}.contact-module .contact-main .contact-details .detail-group .phone-list .phone-item[data-v-eabc7bd8]{font-size:28px;font-weight:700;letter-spacing:0px;line-height:42px;color:#3853d9;text-decoration:none;transition:opacity .3s ease}.contact-module .contact-main .contact-details .detail-group .phone-list .phone-item[data-v-eabc7bd8]:hover{opacity:.8}.contact-module .contact-main .contact-details .detail-group .company-name[data-v-eabc7bd8]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:20px}.contact-module .contact-main .contact-details .detail-group .info-item[data-v-eabc7bd8]{margin-bottom:12px;display:flex;align-items:flex-start;gap:4px;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}.contact-module .contact-main .contact-details .detail-group .info-item .info-label[data-v-eabc7bd8]{white-space:nowrap}.contact-module .contact-main .contact-details .detail-group .info-item .info-text[data-v-eabc7bd8]{line-height:inherit}.contact-module .contact-main .contact-details .detail-group .info-item .info-text.clickable[data-v-eabc7bd8]{color:#3853d9;text-decoration:none;transition:opacity .3s;display:flex;align-items:center;gap:4px}.contact-module .contact-main .contact-details .detail-group .info-item .info-text.clickable[data-v-eabc7bd8]:hover{opacity:.8;text-decoration:underline}.contact-module .contact-main .contact-map-img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed[data-v-eabc7bd8]{flex:0 0 500px;overflow:hidden;box-shadow:none}@media (max-width: 1400px){.contact-module .contact-main .contact-map-img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed[data-v-eabc7bd8]{flex:1.2}}@media (max-width: 992px){.contact-module .contact-main .contact-map-img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed[data-v-eabc7bd8]{flex:none;width:100%;height:400px}}.contact-module .contact-main .contact-map-img img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed img[data-v-eabc7bd8]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contact-module .contact-main .contact-map-img .map-link[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link[data-v-eabc7bd8]{display:block;width:100%;height:100%;position:relative;cursor:pointer}.contact-module .contact-main .contact-map-img .map-link:hover .map-overlay[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link:hover .map-overlay[data-v-eabc7bd8]{opacity:1}.contact-module .contact-main .contact-map-img .map-link:hover img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link:hover img[data-v-eabc7bd8]{transform:scale(1.05)}.contact-module .contact-main .contact-map-img .map-link img[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link img[data-v-eabc7bd8]{transition:transform .6s ease}.contact-module .contact-main .contact-map-img .map-link .map-overlay[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link .map-overlay[data-v-eabc7bd8]{position:absolute;top:0;left:0;width:100%;height:100%;background:#3853d966;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-size:18px;font-weight:600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.contact-module .contact-main .contact-map-img .map-link .map-overlay span[data-v-eabc7bd8],.contact-module .contact-main .contact-map-embed .map-link .map-overlay span[data-v-eabc7bd8]{padding:10px 24px;border:2px solid #fff;border-radius:30px}.contact-module .contact-socials[data-v-eabc7bd8]{display:flex;align-items:center;justify-content:center;gap:100px;border-radius:10px;background:#fff;padding:80px 100px}@media (max-width: 1200px){.contact-module .contact-socials[data-v-eabc7bd8]{padding:60px 80px}}@media (max-width: 992px){.contact-module .contact-socials[data-v-eabc7bd8]{flex-direction:column;gap:20px}}@media (max-width: 768px){.contact-module .contact-socials[data-v-eabc7bd8]{padding:40px 20px}}.contact-module .contact-socials .social-item[data-v-eabc7bd8]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center;transition:all .3s ease}@media (max-width: 992px){.contact-module .contact-socials .social-item[data-v-eabc7bd8]{flex-direction:column;gap:20px}}.contact-module .contact-socials .social-item .social-icon[data-v-eabc7bd8]{width:48px;height:48px;flex-shrink:0}.contact-module .contact-socials .social-item .social-icon img[data-v-eabc7bd8]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.contact-module .contact-socials .social-item .social-name[data-v-eabc7bd8]{font-size:16px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:0;flex-shrink:0}@media (max-width: 992px){.contact-module .contact-socials .social-item .social-name[data-v-eabc7bd8]{margin-left:0}}.contact-module .contact-socials .social-item .social-info-wrapper[data-v-eabc7bd8]{display:flex;align-items:center;gap:80px;margin-top:40px}@media (max-width: 1200px){.contact-module .contact-socials .social-item .social-info-wrapper[data-v-eabc7bd8]{gap:40px}}@media (max-width: 992px){.contact-module .contact-socials .social-item .social-info-wrapper[data-v-eabc7bd8]{flex-direction:column;gap:20px;align-items:flex-start;margin-left:0}}.contact-module .contact-socials .social-item .social-info-wrapper .social-info[data-v-eabc7bd8]{display:flex;flex-direction:column;align-items:center}.contact-module .contact-socials .social-item .social-info-wrapper .social-info .social-qr[data-v-eabc7bd8]{width:120px;height:120px;margin-bottom:8px}.contact-module .contact-socials .social-item .social-info-wrapper .social-info .social-qr img[data-v-eabc7bd8]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.contact-module .contact-socials .social-item .social-info-wrapper .social-info .social-contact[data-v-eabc7bd8]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#262626}.contact-module .contact-socials .social-divider[data-v-eabc7bd8]{width:1px;height:160px;background:#e5e5e5;flex-shrink:0}@media (max-width: 992px){.contact-module .contact-socials .social-divider[data-v-eabc7bd8]{width:100%;height:1px}}.partners-module[data-v-cc254f05]{padding:160px 0;position:relative;overflow:hidden}@media (max-width: 768px){.partners-module[data-v-cc254f05]{padding:80px 0}}.partners-module .module-bg[data-v-cc254f05]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.partners-module .module-overlay[data-v-cc254f05]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.partners-module .page-width[data-v-cc254f05]{position:relative;z-index:3}.partners-module .module-header[data-v-cc254f05]{margin-bottom:80px;text-align:left}.partners-module .module-header .section-title[data-v-cc254f05]{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0px;color:#fff;margin-bottom:20px}.partners-module .module-header .section-desc[data-v-cc254f05]{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:#bfbfbf;white-space:pre-line}.partners-module .partners-scroll-container[data-v-cc254f05]{position:relative;display:flex;flex-direction:column;gap:80px}.partners-module .partners-scroll-container .scroll-row[data-v-cc254f05]{width:100%;overflow:hidden;white-space:nowrap;position:relative}.partners-module .partners-scroll-container .scroll-row.has-scrolling[data-v-cc254f05]:before,.partners-module .partners-scroll-container .scroll-row.has-scrolling[data-v-cc254f05]:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:3;pointer-events:none}.partners-module .partners-scroll-container .scroll-row.has-scrolling[data-v-cc254f05]:before{left:0;background:linear-gradient(90deg,var(--overlay-color) 0%,transparent 100%)}.partners-module .partners-scroll-container .scroll-row.has-scrolling[data-v-cc254f05]:after{right:0;background:linear-gradient(90deg,transparent 0%,var(--overlay-color) 100%)}.partners-module .partners-scroll-container .scroll-row:hover .scroll-track.is-scrolling[data-v-cc254f05]{animation-play-state:paused!important}.partners-module .partners-scroll-container .scroll-row .scroll-track[data-v-cc254f05]{display:inline-flex;gap:20px;will-change:transform;animation-play-state:running;width:100%;justify-content:center}.partners-module .partners-scroll-container .scroll-row .scroll-track.is-scrolling[data-v-cc254f05]{width:auto;justify-content:flex-start}.partners-module .partners-scroll-container .scroll-row.row-rtl .scroll-track.is-scrolling[data-v-cc254f05]{animation:scroll-rtl-cc254f05 40s linear infinite}.partners-module .partners-scroll-container .scroll-row.row-ltr .scroll-track.is-scrolling[data-v-cc254f05]{animation:scroll-ltr-cc254f05 40s linear infinite}.partners-module .partners-scroll-container:hover .scroll-track.is-scrolling[data-v-cc254f05]{animation-play-state:paused!important}.partners-module .partner-item[data-v-cc254f05]{display:flex;align-items:center;justify-content:center;width:152px;height:80px;background:#fff;border:1px solid #eee;border-radius:6px;flex-shrink:0;transition:border-color .3s ease}.partners-module .partner-item[data-v-cc254f05]:hover{border-color:#3853d9}.partners-module .partner-item .partner-logo[data-v-cc254f05]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.partners-module .partner-item .partner-logo img[data-v-cc254f05]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}@keyframes scroll-rtl-cc254f05{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-ltr-cc254f05{0%{transform:translate(-50%)}to{transform:translate(0)}}.page-main.about-us-page{margin:0!important;padding:0!important}@media (max-width: 768px){.about-us-page-container .module-section .section-title{font-size:28px!important;line-height:40px!important}}.about-us-page-container[data-v-b4927401]{background:#f8f9fa}.banner-section[data-v-b4927401]{height:500px;position:relative;display:flex;align-items:center;color:#fff}.banner-section .banner-bg[data-v-b4927401]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.banner-section .banner-overlay[data-v-b4927401]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.banner-section .banner-content[data-v-b4927401]{position:relative;z-index:2;text-align:center}.banner-section .banner-content .banner-title[data-v-b4927401]{font-size:48px;font-weight:700;letter-spacing:0px;line-height:72px;margin-bottom:20px}@media (max-width: 768px){.banner-section .banner-content .banner-title[data-v-b4927401]{font-size:32px;line-height:48px}}.banner-section .banner-content .banner-subtitle[data-v-b4927401]{font-size:20px;font-weight:400;letter-spacing:0px;line-height:30px}@media (max-width: 768px){.banner-section .banner-content .banner-subtitle[data-v-b4927401]{font-size:16px;line-height:24px}}.tabs-anchor[data-v-b4927401]{height:64px}.tabs-wrapper[data-v-b4927401]{background:#f2f2f2;border-bottom:1px solid #eee;z-index:99;transition:margin-top .4s cubic-bezier(.165,.84,.44,1);height:64px;display:flex;align-items:center;right:0;left:0}.tabs-wrapper.is-sticky[data-v-b4927401]{position:fixed;top:0;margin-top:72px;padding-right:var(--scrollbar-compensation);box-shadow:0 4px 10px #0000000d}.admin-bar .tabs-wrapper.is-sticky[data-v-b4927401]{margin-top:104px}.tabs-wrapper.is-hidden[data-v-b4927401]{margin-top:0;padding-right:0}.admin-bar .tabs-wrapper.is-hidden[data-v-b4927401]{margin-top:32px}.tabs-wrapper .tabs-container[data-v-b4927401]{display:flex;justify-content:flex-start;height:100%;flex:1;max-width:1432px;margin:0 auto;padding:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tabs-wrapper .tabs-container[data-v-b4927401]::-webkit-scrollbar{display:none}@media (min-width: 768px){.tabs-wrapper .tabs-container[data-v-b4927401]{padding:0;max-width:1400px;overflow-x:visible}}@media (min-width: 1400px){.tabs-wrapper .tabs-container[data-v-b4927401]{max-width:1440px;padding:0}}.tabs-wrapper .tabs-container .tab-item[data-v-b4927401]{display:flex;align-items:center;height:100%;padding:0 20px;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;cursor:pointer;position:relative;transition:all .3s ease;white-space:nowrap}.tabs-wrapper .tabs-container .tab-item[data-v-b4927401]:hover,.tabs-wrapper .tabs-container .tab-item.active[data-v-b4927401]{color:#3853d9}.module-section[data-v-b4927401]{padding:0;background:#fff}.module-section[data-v-b4927401]:nth-child(2n){background:#fdfdfd}.module-section.about_company_intro[data-v-b4927401]{padding:0;border-bottom:none}.module-section.about_contact[data-v-b4927401]{padding:0 20px}@media (min-width: 1400px){.module-section.about_contact[data-v-b4927401]{padding:0}}@media (max-width: 768px){.module-section.about_contact[data-v-b4927401]{padding:0}}.page-main.talent-philosophy-page-wrapper{margin:0!important;padding:0!important}.talent-philosophy-page[data-v-79a70287]{background:#fff}.banner-section[data-v-79a70287]{height:500px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.banner-section .banner-overlay[data-v-79a70287]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.banner-section .banner-content[data-v-79a70287]{position:relative;z-index:2;text-align:center;max-width:800px}.banner-section .banner-content .banner-title[data-v-79a70287]{font-size:48px;font-weight:700;letter-spacing:2px;line-height:1.2;margin-bottom:20px;text-transform:uppercase}@media (max-width: 768px){.banner-section .banner-content .banner-title[data-v-79a70287]{font-size:32px}}.banner-section .banner-content .banner-subtitle[data-v-79a70287]{font-size:20px;font-weight:400;letter-spacing:1px;line-height:1.5;opacity:.9}@media (max-width: 768px){.banner-section .banner-content .banner-subtitle[data-v-79a70287]{font-size:16px}}.recruitment-section[data-v-79a70287]{position:relative;padding:80px 0;background-color:#f2f2f2}@media (max-width: 768px){.recruitment-section[data-v-79a70287]{padding:60px 0}}.recruitment-section .recruitment-container[data-v-79a70287]{display:flex;justify-content:center;gap:20px;width:100%}@media (max-width: 1024px){.recruitment-section .recruitment-container[data-v-79a70287]{flex-direction:column;align-items:center}}.recruitment-section .recruitment-item[data-v-79a70287]{flex:1;height:364px;position:relative;background-color:#fff;background-size:cover;background-position:center;transition:all .5s cubic-bezier(.25,.46,.45,.94);overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:10px;box-shadow:0 10px 30px #0000000d;padding:40px;box-sizing:border-box}.recruitment-section .recruitment-item[data-v-79a70287]:after{display:none}.recruitment-section .recruitment-item .item-overlay[data-v-79a70287]{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1;opacity:0;transition:opacity .5s ease}.recruitment-section .recruitment-item .item-content[data-v-79a70287]{flex:1;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;transition:all .5s ease}.recruitment-section .recruitment-item .item-content .item-icon[data-v-79a70287]{width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.recruitment-section .recruitment-item .item-content .item-icon img[data-v-79a70287]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.recruitment-section .recruitment-item .item-content .item-title[data-v-79a70287]{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:10px;transition:color .5s ease}.recruitment-section .recruitment-item .item-content .item-desc[data-v-79a70287]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;height:44px;color:#8c8c8c;max-width:280px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:40px;transition:all .5s ease}.recruitment-section .recruitment-item .item-content .item-btn[data-v-79a70287]{--btn-color: #16499c;--btn-color-hover: #16499c}.recruitment-section .recruitment-item.is-hovered[data-v-79a70287]{flex:0 0 680px;box-shadow:0 20px 40px #0000001a}.recruitment-section .recruitment-item.is-hovered .item-overlay[data-v-79a70287]{opacity:1}.recruitment-section .recruitment-item.is-hovered[style*=background-image] .item-content .item-title[data-v-79a70287],.recruitment-section .recruitment-item.is-hovered[style*=background-image] .item-content .item-desc[data-v-79a70287]{color:#fff}.recruitment-section .recruitment-item.is-hovered[style*=background-image] .item-content .item-btn[data-v-79a70287]{--btn-color: #fff;--btn-color-hover: #fff}.recruitment-section .recruitment-item.is-hovered .item-content .item-desc[data-v-79a70287]{height:auto;-webkit-line-clamp:unset;max-width:400px}.recruitment-section .recruitment-item.is-not-hovered[data-v-79a70287]{flex:0 0 340px}@media (max-width: 1024px){.recruitment-section .recruitment-item[data-v-79a70287]{flex:none!important;width:100%!important;max-width:500px;height:auto;min-height:300px;padding:30px 20px}.recruitment-section .recruitment-item[data-v-79a70287]:after{display:none}.recruitment-section .recruitment-item[style*=background-image] .item-overlay[data-v-79a70287]{opacity:1}.recruitment-section .recruitment-item[style*=background-image] .item-content .item-title[data-v-79a70287],.recruitment-section .recruitment-item[style*=background-image] .item-content .item-desc[data-v-79a70287]{color:#fff}.recruitment-section .recruitment-item[style*=background-image] .item-content .item-btn[data-v-79a70287]{--btn-color: #fff;--btn-color-hover: #fff}.recruitment-section .recruitment-item .item-content .item-desc[data-v-79a70287]{height:auto;-webkit-line-clamp:unset;margin-bottom:30px;max-width:100%}.recruitment-section .recruitment-item .item-content .item-btn[data-v-79a70287]{opacity:1;transform:translateY(0)}}.intro-section[data-v-79a70287]{background-color:#fff;padding:160px 0;text-align:center}@media (max-width: 768px){.intro-section[data-v-79a70287]{padding:80px 0}}.intro-section .intro-header[data-v-79a70287]{width:100%;margin:0 auto 80px}.intro-section .intro-header .intro-title[data-v-79a70287]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.intro-section .intro-header .intro-title[data-v-79a70287]{font-size:28px;line-height:42px}}.intro-section .intro-header .intro-subtitle[data-v-79a70287]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:80px;max-width:900px;margin-left:auto;margin-right:auto}.intro-section .intro-header .intro-content[data-v-79a70287]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;white-space:pre-wrap;text-align:left;width:100%}.intro-section .intro-items[data-v-79a70287]{display:flex;justify-content:space-between;gap:30px;margin-top:40px}.intro-section .intro-items .intro-item[data-v-79a70287]{flex:1}.intro-section .intro-items .intro-item .item-img-wrap[data-v-79a70287]{width:200px;height:200px;margin:0 auto 20px;overflow:hidden;border-radius:12px;transition:transform .3s ease}.intro-section .intro-items .intro-item .item-img-wrap[data-v-79a70287]:hover{transform:translateY(-5px)}.intro-section .intro-items .intro-item .item-img-wrap .item-img[data-v-79a70287]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro-section .intro-items .intro-item .item-name[data-v-79a70287]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626}@media (max-width: 768px){.intro-section .intro-items[data-v-79a70287]{flex-direction:column;gap:40px}}.office-section[data-v-79a70287]{padding:160px 0;background-color:#f2f2f2;overflow:hidden}.office-section .office-header[data-v-79a70287]{text-align:center;margin-bottom:80px}.office-section .office-header .office-title[data-v-79a70287]{font-size:36px;font-weight:700;color:#262626;margin-bottom:20px}@media (max-width: 768px){.office-section .office-header .office-title[data-v-79a70287]{font-size:28px;margin-bottom:10px}}.office-section .office-header .office-subtitle[data-v-79a70287]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}@media (max-width: 768px){.office-section .office-header .office-subtitle[data-v-79a70287]{font-size:14px;padding:0 20px}}@media (max-width: 768px){.office-section .office-header[data-v-79a70287]{margin-bottom:40px}}.office-section .office-swiper-container[data-v-79a70287]{position:relative;width:100%;margin:0 auto}.office-section .office-swiper-container .office-swiper[data-v-79a70287]{padding:0 0 80px;overflow:visible}.office-section .office-swiper-container .office-item[data-v-79a70287]{width:1000px;height:562px;border-radius:10px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);opacity:.6;transform:scale(.9)}.office-section .office-swiper-container .office-item .office-img[data-v-79a70287]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 1440px){.office-section .office-swiper-container .office-item[data-v-79a70287]{width:70vw;height:39.4vw}}@media (max-width: 1024px){.office-section .office-swiper-container .office-item[data-v-79a70287]{width:75vw;height:42vw}}@media (max-width: 768px){.office-section .office-swiper-container .office-item[data-v-79a70287]{width:75vw;height:42vw}}.office-section .office-swiper-container[data-v-79a70287] .swiper-slide{width:auto;display:flex;justify-content:center;align-items:center;padding:40px 0}.office-section .office-swiper-container[data-v-79a70287] .swiper-slide-active .office-item,.office-section .office-swiper-container[data-v-79a70287] .swiper-slide-duplicate-active .office-item{opacity:1;transform:scale(1);box-shadow:0 30px 60px #00000026}.office-section .office-swiper-container .office-custom-pagination[data-v-79a70287]{display:flex;justify-content:center;gap:12px;margin-top:20px}.office-section .office-swiper-container .office-custom-pagination .swiper-pagination-bullet[data-v-79a70287]{width:10px;height:10px;opacity:1;border-radius:54px;background:#0003;margin:0;transition:all .3s ease;cursor:pointer}.office-section .office-swiper-container .office-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active[data-v-79a70287]{background:#000c;width:30px}@media (max-width: 1024px){.office-section[data-v-79a70287]{padding:100px 0}.office-section .office-swiper-container .office-swiper[data-v-79a70287]{padding-bottom:60px}}@media (max-width: 768px){.office-section[data-v-79a70287]{padding:60px 0}.office-section .office-item[data-v-79a70287]{transform:scale(.95)}.office-section[data-v-79a70287] .swiper-slide-active .office-item{transform:scale(1)}}.recruitment-jobs-page .banner-section{position:relative;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}.recruitment-jobs-page .banner-section .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.recruitment-jobs-page .banner-section .banner-content{position:relative;z-index:2;text-align:center}.recruitment-jobs-page .banner-section .banner-content .banner-title{font-size:48px;font-weight:700;margin-bottom:20px}.recruitment-jobs-page .banner-section .banner-content .banner-subtitle{font-size:18px;max-width:800px;margin:0 auto}.recruitment-jobs-page .jobs-section{padding:100px 0;background-color:#f9f9f9}.recruitment-jobs-page .jobs-section .section-header{text-align:center;margin-bottom:60px}.recruitment-jobs-page .jobs-section .section-header .section-title{font-size:36px;font-weight:700;color:#333}.recruitment-jobs-page .jobs-section .jobs-list{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}.recruitment-jobs-page .jobs-section .job-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.recruitment-jobs-page .jobs-section .job-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.recruitment-jobs-page .jobs-section .job-card .job-info{flex:1;margin-right:40px}.recruitment-jobs-page .jobs-section .job-card .job-info .job-header{display:flex;align-items:baseline;margin-bottom:12px}.recruitment-jobs-page .jobs-section .job-card .job-info .job-header .job-title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 20px 0 0}.recruitment-jobs-page .jobs-section .job-card .job-info .job-header .job-date{font-size:14px;color:#999}.recruitment-jobs-page .jobs-section .job-card .job-info .job-tags{display:flex;gap:10px;margin-bottom:15px}.recruitment-jobs-page .jobs-section .job-card .job-info .job-tags .job-tag{font-size:12px;padding:4px 12px;background:#f0f4ff;color:#16499c;border-radius:20px}.recruitment-jobs-page .jobs-section .job-card .job-info .job-excerpt{font-size:15px;color:#666;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recruitment-jobs-page .jobs-section .no-jobs{text-align:center;padding:100px 0;color:#999;font-size:18px}@media (max-width: 1024px){.recruitment-jobs-page .banner-section .banner-title{font-size:36px}}@media (max-width: 768px){.recruitment-jobs-page .job-card{flex-direction:column;align-items:flex-start}.recruitment-jobs-page .job-card .job-info{margin-right:0;margin-bottom:24px}.recruitment-jobs-page .job-card .job-info .job-header{flex-direction:column}.recruitment-jobs-page .job-card .job-info .job-header .job-title{margin-bottom:8px}}.wp-archive-pagination[data-v-6db1264f]{display:flex;justify-content:center;align-items:center;margin-top:60px}.job-archive-page-wrapper{margin:0}.job-archive-page[data-v-32d986b6]{padding-top:72px;padding-bottom:160px;background-color:#fff}.job-archive-banner[data-v-32d986b6]{position:relative;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}.job-archive-banner .banner-overlay[data-v-32d986b6]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.job-archive-banner .banner-content[data-v-32d986b6]{position:relative;z-index:2;text-align:center}.job-archive-banner .banner-content .banner-title[data-v-32d986b6]{font-size:48px;font-weight:700;margin-bottom:20px}.job-archive-banner .banner-content .banner-subtitle[data-v-32d986b6]{font-size:18px;max-width:800px;margin:0 auto}.job-archive-container[data-v-32d986b6]{margin-top:80px}.content-header[data-v-32d986b6]{margin-bottom:40px}@media (max-width: 768px){.content-header[data-v-32d986b6]{margin-bottom:0}}.content-header .page-title[data-v-32d986b6]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;position:relative;padding-bottom:20px}@media (max-width: 768px){.content-header .page-title[data-v-32d986b6]{padding-bottom:0}}.job-archive-layout[data-v-32d986b6]{display:flex;gap:40px;align-items:flex-start}@media (max-width: 992px){.job-archive-layout[data-v-32d986b6]{flex-direction:column}}.sidebar-wrapper[data-v-32d986b6]{flex-shrink:0;position:sticky;top:100px}@media (max-width: 992px){.sidebar-wrapper[data-v-32d986b6]{width:100%;position:static}}.job-archive-content[data-v-32d986b6]{flex:1}.job-item[data-v-32d986b6]{background:#fff;margin-bottom:20px;border-radius:4px;transition:all .3s;border:1px solid #eee;overflow:hidden;position:relative;padding-bottom:30px}.job-item[data-v-32d986b6]:hover{box-shadow:0 8px 30px #0000000d;border-color:#3853d94d}.job-item.is-expanded[data-v-32d986b6]{border-color:#3853d9}.job-item.is-expanded .job-toggle .toggle-icon[data-v-32d986b6]{transform:rotate(180deg)}.job-item .job-item-header[data-v-32d986b6]{padding:20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.job-item .job-item-header .job-info .job-info-row-1[data-v-32d986b6]{display:flex;align-items:center;gap:10px;margin-bottom:10px}.job-item .job-item-header .job-info .job-info-row-1 .job-title[data-v-32d986b6]{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin:0}.job-item .job-item-header .job-info .job-info-row-1 .job-category-tag[data-v-32d986b6]{font-size:14px;padding:4px 10px;background:#ebedfb;color:#3853d9;border-radius:4px;line-height:22px;white-space:nowrap}.job-item .job-item-header .job-info .job-info-row-2[data-v-32d986b6]{display:flex;align-items:center;gap:12px;color:#888;font-size:14px}.job-item .job-item-header .job-info .job-info-row-2 .meta-item[data-v-32d986b6]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959}.job-item .job-item-header .job-info .job-info-row-2 .meta-separator[data-v-32d986b6]{width:1px;height:16px;opacity:1;background:#e5e5e5}.job-item .job-toggle[data-v-32d986b6]{position:absolute;right:20px;bottom:20px;line-height:1;cursor:pointer;z-index:2}.job-item .job-toggle .toggle-icon[data-v-32d986b6]{color:#999;transition:transform .3s ease,color .3s ease;display:block}.job-item .job-toggle:hover .toggle-icon[data-v-32d986b6]{color:#3853d9}.job-item .job-item-detail[data-v-32d986b6]{padding:30px 20px;margin-top:0}.job-item .job-item-detail .job-detail-section[data-v-32d986b6]{margin-bottom:30px}.job-item .job-item-detail .job-detail-section[data-v-32d986b6]:last-of-type{margin-bottom:0}.job-item .job-item-detail .job-detail-section .section-title[data-v-32d986b6]{font-size:16px;font-weight:600;color:#333;margin-bottom:15px;position:relative;padding-left:12px}.job-item .job-item-detail .job-detail-section .section-title[data-v-32d986b6]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#3853d9;border-radius:2px}.job-item .job-item-detail .job-detail-section .section-content-rich[data-v-32d986b6]{font-size:15px;line-height:1.8;color:#666}.job-item .job-item-detail .job-detail-section .section-content-rich[data-v-32d986b6] p{margin-bottom:10px}.job-item .job-item-detail .job-detail-section .section-content-rich[data-v-32d986b6] ul,.job-item .job-item-detail .job-detail-section .section-content-rich[data-v-32d986b6] ol{margin-bottom:10px;padding-left:20px;list-style:disc}.job-item .job-item-detail .job-content-rich[data-v-32d986b6]{font-size:15px;line-height:1.8;color:#666}.job-item .job-item-detail .job-content-rich[data-v-32d986b6] p{margin-bottom:15px}.job-item .job-item-detail .job-content-rich[data-v-32d986b6] ul,.job-item .job-item-detail .job-content-rich[data-v-32d986b6] ol{margin-bottom:15px;padding-left:20px}.job-item .job-item-detail .job-content-rich[data-v-32d986b6] h3{font-size:18px;color:#333;margin:25px 0 15px}.job-item .job-item-detail .job-detail-action[data-v-32d986b6]{margin-top:30px;text-align:left}.no-jobs[data-v-32d986b6]{background:#fff;padding:60px;text-align:center;border-radius:12px;color:#999}.no-jobs .empty-state p[data-v-32d986b6]{margin-bottom:20px;font-size:16px}.no-jobs .empty-state .reset-btn[data-v-32d986b6]{color:#16499c;text-decoration:underline;cursor:pointer}.page-main.job-detail-page-wrapper{margin:0}.job-detail-page[data-v-447b9e58]{background-color:#fff;min-height:100vh;padding-top:72px}@media (max-width: 1024px){.job-detail-page[data-v-447b9e58]{padding-top:60px}}.job-detail-header[data-v-447b9e58]{background-color:#f5f6fc;padding:40px 0}.job-detail-header .job-info-row-1[data-v-447b9e58]{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.job-detail-header .job-info-row-1 .job-title[data-v-447b9e58]{font-size:28px;font-weight:700;letter-spacing:0px;line-height:42px;color:#262626}.job-detail-header .job-info-row-1 .job-category-tag[data-v-447b9e58]{font-size:14px;padding:4px 10px;background:#ebedfb;color:#3853d9;border-radius:4px;line-height:22px}.job-detail-header .job-info-row-2[data-v-447b9e58]{display:flex;align-items:center;gap:12px;color:#595959;font-size:16px}.job-detail-header .job-info-row-2 .meta-item[data-v-447b9e58]{line-height:24px}.job-detail-header .job-info-row-2 .meta-separator[data-v-447b9e58]{width:1px;height:16px;background:#e5e5e5}.job-detail-content-section[data-v-447b9e58]{padding:60px 0 100px}.job-detail-content-section .job-detail-card[data-v-447b9e58]{max-width:1000px}.job-detail-content-section .job-detail-section[data-v-447b9e58]{margin-bottom:40px}.job-detail-content-section .job-detail-section[data-v-447b9e58]:last-child{margin-bottom:0}.job-detail-content-section .job-detail-section .section-title[data-v-447b9e58]{font-size:16px;font-weight:600;color:#333;margin-bottom:15px;padding-left:12px;position:relative;border:none}.job-detail-content-section .job-detail-section .section-title[data-v-447b9e58]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#3853d9;border-radius:2px}.job-detail-content-section .job-detail-section .section-content-rich[data-v-447b9e58]{font-size:15px;line-height:1.8;color:#666}.job-detail-content-section .job-detail-section .section-content-rich[data-v-447b9e58] ul,.job-detail-content-section .job-detail-section .section-content-rich[data-v-447b9e58] ol{padding-left:20px;margin-bottom:15px;list-style:disc}.job-detail-content-section .job-detail-section .section-content-rich[data-v-447b9e58] p{margin-bottom:15px}.job-detail-content-section .job-content-rich[data-v-447b9e58]{font-size:15px;line-height:1.8;color:#666}.job-detail-content-section .job-content-rich[data-v-447b9e58] p{margin-bottom:15px}.job-detail-content-section .job-detail-action[data-v-447b9e58]{margin-top:50px;padding-top:30px;border-top:1px solid rgb(229,229,229);display:flex;justify-content:flex-start}.job-detail-content-section .job-detail-action[data-v-447b9e58] .app-button{padding:11px 20px}@media (max-width: 768px){.job-detail-header[data-v-447b9e58]{padding:40px 0}.job-detail-header .job-info-row-1 .job-title[data-v-447b9e58]{font-size:24px}.job-detail-header .job-info-row-2[data-v-447b9e58]{font-size:14px;flex-wrap:wrap}}.product-archive-page[data-v-a19724c8]{padding-bottom:100px}.product-archive-banner[data-v-a19724c8]{display:flex;align-items:center;background-size:cover;background-position:center;color:#fff;text-align:center}.product-archive-banner .banner-title[data-v-a19724c8]{font-size:48px;font-weight:700}.product-archive-container[data-v-a19724c8]{margin-top:60px}.product-archive-layout[data-v-a19724c8]{display:flex;gap:40px}.product-sidebar[data-v-a19724c8]{width:260px;flex-shrink:0}.product-sidebar .sidebar-section[data-v-a19724c8]{margin-bottom:30px}.product-sidebar .sidebar-section .section-title[data-v-a19724c8]{font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #3853d9}.product-sidebar .filter-list[data-v-a19724c8]{list-style:none;padding:0}.product-sidebar .filter-list li[data-v-a19724c8]{margin-bottom:8px}.product-sidebar .filter-list li a[data-v-a19724c8]{color:#666;text-decoration:none;transition:color .3s;display:flex;align-items:center;gap:10px}.product-sidebar .filter-list li a[data-v-a19724c8]:hover{color:#3853d9}.product-sidebar .filter-list li .cat-icon[data-v-a19724c8]{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.product-sidebar .filter-list li.active a[data-v-a19724c8]{color:#3853d9;font-weight:600}.product-sidebar .sidebar-search[data-v-a19724c8]{position:relative}.product-sidebar .sidebar-search input[data-v-a19724c8]{width:100%;padding:10px 40px 10px 15px;border:1px solid #ddd;border-radius:20px}.product-sidebar .sidebar-search .search-icon[data-v-a19724c8]{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer}.product-content[data-v-a19724c8]{flex:1}.product-grid[data-v-a19724c8]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card[data-v-a19724c8]{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card[data-v-a19724c8]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.product-card a[data-v-a19724c8]{text-decoration:none;color:inherit}.product-card .product-image[data-v-a19724c8]{height:200px;background:#f5f5f5}.product-card .product-image img[data-v-a19724c8]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card .product-image .image-placeholder[data-v-a19724c8]{display:flex;align-items:center;justify-content:center;height:100%;color:#999}.product-card .product-info[data-v-a19724c8]{padding:20px}.product-card .product-info .product-title[data-v-a19724c8]{font-size:18px;margin-bottom:10px;color:#333}.product-card .product-info .product-model[data-v-a19724c8]{font-size:14px;color:#3853d9;margin-bottom:10px}.product-card .product-info .product-excerpt[data-v-a19724c8]{font-size:14px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pagination-container[data-v-a19724c8]{margin-top:50px;display:flex;justify-content:center}@media (max-width: 992px){.product-archive-layout[data-v-a19724c8]{flex-direction:column}.product-sidebar[data-v-a19724c8]{width:100%}.product-grid[data-v-a19724c8]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.product-grid[data-v-a19724c8]{grid-template-columns:1fr}}.product-intro-section[data-v-0aa6a677]{padding:120px 0;background-color:#000;text-align:center}.product-intro-section .page-width[data-v-0aa6a677]{display:flex;flex-direction:column;align-items:center}.product-intro-section .intro-image-wrapper[data-v-0aa6a677]{margin-bottom:80px;position:relative;display:flex;justify-content:center;align-items:center;width:600px;height:450px;background:radial-gradient(50% 50% at 50% 50%,#333,#000)}.product-intro-section .intro-image-wrapper .intro-image[data-v-0aa6a677]{width:100%;height:100%}.product-intro-section .intro-image-wrapper .intro-image img[data-v-0aa6a677]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-intro-section .intro-text[data-v-0aa6a677]{margin:0 auto}.product-intro-section .section-title[data-v-0aa6a677]{text-align:center;font-size:36px;font-weight:700;line-height:54px;color:#fff;margin-bottom:10px;letter-spacing:0px}.product-intro-section .section-subtitle[data-v-0aa6a677]{text-align:center;font-size:20px;font-weight:400;line-height:30px;color:#fff;margin-bottom:40px;letter-spacing:0px}.product-intro-section .section-description[data-v-0aa6a677],.product-intro-section .section-content[data-v-0aa6a677]{text-align:center;font-size:16px;font-weight:400;line-height:24px;color:#8c8c8c;margin-bottom:0;letter-spacing:0px}@media (max-width: 1200px){.product-intro-section[data-v-0aa6a677]{padding:80px 20px}.product-intro-section .intro-image-wrapper[data-v-0aa6a677]{width:100%;max-width:600px;height:auto;aspect-ratio:600/450}}@media (max-width: 768px){.product-intro-section[data-v-0aa6a677]{padding:60px 15px}.product-intro-section .section-title[data-v-0aa6a677]{font-size:28px;line-height:1.4}.product-intro-section .section-subtitle[data-v-0aa6a677]{font-size:18px}}.product-highlights-section[data-v-c60368ea]{padding:0 0 120px;background-color:#000;text-align:center}.product-highlights-section .features-container[data-v-c60368ea]{width:100%;max-width:1400px;margin:0 auto}.product-highlights-section .features-grid[data-v-c60368ea]{display:flex;flex-wrap:wrap;justify-content:center}.product-highlights-section .feature-item[data-v-c60368ea]{padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;width:20%;box-sizing:border-box}.product-highlights-section .feature-item .feature-icon[data-v-c60368ea]{width:72px;height:72px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.product-highlights-section .feature-item .feature-icon img[data-v-c60368ea]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-highlights-section .feature-item .feature-name[data-v-c60368ea]{font-size:18px;font-weight:700;line-height:28px;color:#fff;margin-bottom:4px;letter-spacing:0px}.product-highlights-section .feature-item .feature-desc[data-v-c60368ea]{font-size:14px;font-weight:400;line-height:22px;color:#8c8c8c;letter-spacing:0px}@media (max-width: 1200px){.product-highlights-section[data-v-c60368ea]{padding-bottom:80px}}@media (max-width: 768px){.product-highlights-section[data-v-c60368ea]{padding-bottom:60px}.product-highlights-section .features-grid[data-v-c60368ea]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.product-highlights-section .feature-item[data-v-c60368ea]{width:100%;min-width:0;padding:16px 10px}.product-highlights-section .feature-icon[data-v-c60368ea]{width:48px!important;height:48px!important;margin-bottom:12px}.product-highlights-section .feature-name[data-v-c60368ea]{font-size:16px;line-height:24px}.product-highlights-section .feature-desc[data-v-c60368ea]{font-size:12px;line-height:18px}}.product-components-section .section-title[data-v-fd9308a8]{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0px;margin-bottom:80px;text-align:center}.components-grid[data-v-fd9308a8]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.components-grid .component-item[data-v-fd9308a8]{display:flex;flex-direction:column;height:346px;padding:20px;background:#fff;transition:all .3s ease;text-decoration:none;color:inherit;border-radius:10px;position:relative;z-index:1}.components-grid .component-item[data-v-fd9308a8]:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-5px)}.components-grid .component-item .comp-img[data-v-fd9308a8]{flex:1;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;width:100%}.components-grid .component-item .comp-info[data-v-fd9308a8]{text-align:center}.components-grid .component-item .comp-name[data-v-fd9308a8]{font-size:18px;font-weight:700;line-height:28px;letter-spacing:0px;color:#262626;margin:0 auto 8px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.components-grid .component-item .comp-subtitle[data-v-fd9308a8]{font-size:14px;font-weight:400;line-height:22px;letter-spacing:0px;color:#595959;margin:0 auto;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 1200px){.components-grid[data-v-fd9308a8]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.components-grid[data-v-fd9308a8]{grid-template-columns:repeat(2,1fr)}.product-components-section[data-v-fd9308a8]{padding:100px 0!important}.product-components-section .section-title[data-v-fd9308a8]{font-size:28px;margin-bottom:50px}}@media (max-width: 576px){.components-grid[data-v-fd9308a8]{grid-template-columns:1fr}.component-item[data-v-fd9308a8]{height:auto;min-height:300px}}.product-normal-section[data-v-e9d607de]{padding:160px 0;background-color:#fff}.product-normal-section .section-header[data-v-e9d607de]{text-align:center;margin-bottom:50px}.product-normal-section .section-header .section-title[data-v-e9d607de]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px}.product-normal-section .section-header .section-subtitle[data-v-e9d607de]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}.product-normal-section .section-media[data-v-e9d607de]{width:100%;margin:0 auto;border-radius:10px;overflow:hidden}.product-normal-section .section-media .safe-image-container[data-v-e9d607de]{height:100%}.product-normal-section .section-media .safe-image-container img[data-v-e9d607de]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-normal-section .section-media .media-element[data-v-e9d607de]{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.product-normal-section .section-media .iframe-video[data-v-e9d607de]{width:100%;height:100%}@media (max-width: 768px){.product-normal-section[data-v-e9d607de]{padding:60px 0}.product-normal-section .section-header[data-v-e9d607de]{margin-bottom:30px}.product-normal-section .section-header .section-title[data-v-e9d607de]{font-size:28px}.product-normal-section .section-header .section-subtitle[data-v-e9d607de]{font-size:16px}.product-normal-section .section-media .iframe-video[data-v-e9d607de]{height:100%}}.product-comparison-section[data-v-137a0147]{padding:160px 0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.product-comparison-section .section-overlay[data-v-137a0147]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-comparison-section .relative-content[data-v-137a0147]{position:relative;z-index:2}.product-comparison-section .section-header[data-v-137a0147]{margin-bottom:80px;text-align:center}.product-comparison-section .section-title[data-v-137a0147]{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0px;margin-bottom:0}.product-comparison-section .section-title.text-center[data-v-137a0147]{text-align:center}.product-comparison-section .section-subtitle[data-v-137a0147]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#bfbfbf;margin-top:20px}.comparison-grid[data-v-137a0147]{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.comparison-item .image-wrapper[data-v-137a0147]{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;margin-bottom:24px}.comparison-item .image-wrapper.is-video[data-v-137a0147]{cursor:pointer}.comparison-item .image-wrapper .media-image[data-v-137a0147]{position:absolute;top:0;left:0;width:100%;height:100%}.comparison-item .image-wrapper .image-placeholder[data-v-137a0147]{position:absolute;top:0;left:0;width:100%;height:100%;background:#333}.comparison-item .image-wrapper .badge[data-v-137a0147]{position:absolute;top:0;left:0;padding:9px 20px;border-radius:10px 0;font-size:20px;font-weight:700;line-height:30px;letter-spacing:0px;color:#fff;z-index:4}.comparison-item .image-wrapper .badge.before-badge[data-v-137a0147]{background:#262626}.comparison-item .image-wrapper .badge.after-badge[data-v-137a0147]{background:#3853d9}.comparison-item .image-wrapper .play-overlay[data-v-137a0147]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:background .3s;z-index:3}.comparison-item .image-wrapper .play-overlay .play-button[data-v-137a0147]{display:flex;align-items:center;justify-content:center;transition:transform .3s,background .3s}.comparison-item .image-wrapper .play-overlay .play-button .play-icon[data-v-137a0147]{color:#fff;margin-left:4px}.comparison-item .image-wrapper:hover .play-overlay .play-button[data-v-137a0147]{transform:scale(1.1)}.comparison-item .item-info[data-v-137a0147]{text-align:center}.comparison-item .item-info .item-title[data-v-137a0147]{font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;color:#fff;margin-bottom:8px}.comparison-item .item-info .item-desc[data-v-137a0147]{font-size:14px;font-weight:400;line-height:22px;letter-spacing:0px;color:#8c8c8c}@media (max-width: 768px){.product-comparison-section[data-v-137a0147]{padding:80px 0}.product-comparison-section .section-header[data-v-137a0147]{margin-bottom:40px}.product-comparison-section .section-title[data-v-137a0147]{font-size:28px}.product-comparison-section .section-subtitle[data-v-137a0147]{font-size:14px}.comparison-grid[data-v-137a0147]{grid-template-columns:1fr;gap:30px}.comparison-item .image-wrapper[data-v-137a0147]{padding-top:56.25%}}.product-models-section[data-v-6069c494]{padding:160px 0;background-color:#f2f2f2}.product-models-section .section-header[data-v-6069c494]{margin-bottom:80px;text-align:center}.product-models-section .section-header .section-title[data-v-6069c494]{font-size:36px;font-weight:700;line-height:54px;letter-spacing:0px;color:#262626;margin-bottom:20px}.product-models-section .section-header .section-description[data-v-6069c494]{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:#595959;max-width:800px;margin:0 auto}.models-grid[data-v-6069c494]{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.models-grid .model-card[data-v-6069c494]{display:flex;flex-direction:column;text-align:center}.models-grid .model-card .model-image-wrapper[data-v-6069c494]{aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#fff;margin-bottom:20px;transition:all .3s ease;position:relative}.models-grid .model-card .model-name[data-v-6069c494]{font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;color:#262626;margin:0}.models-grid .model-card:hover .model-image-wrapper[data-v-6069c494]{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}@media (max-width: 1200px){.models-grid[data-v-6069c494]{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width: 992px){.product-models-section[data-v-6069c494]{padding:100px 0}.product-models-section .section-header[data-v-6069c494]{margin-bottom:50px}.product-models-section .section-header .section-title[data-v-6069c494]{font-size:28px;line-height:40px}.models-grid[data-v-6069c494]{grid-template-columns:repeat(2,1fr);gap:20px}.models-grid .model-card .model-name[data-v-6069c494]{font-size:20px}}@media (max-width: 576px){.models-grid[data-v-6069c494]{grid-template-columns:1fr}}.product-cases-section[data-v-efd35d4a]{padding:160px 0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden}.product-cases-section .overlay[data-v-efd35d4a]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.product-cases-section .content-wrapper[data-v-efd35d4a]{position:relative;z-index:2}.product-cases-section .section-title[data-v-efd35d4a]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:20px;text-align:center}.tabs-container[data-v-efd35d4a]{height:64px;margin-bottom:80px;display:flex;justify-content:center}.tabs-container .tabs-list[data-v-efd35d4a]{display:flex;position:relative}.tabs-container .tabs-list .tab-item[data-v-efd35d4a]{padding:18px 16px;font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#8c8c8c;cursor:pointer;position:relative;transition:color .3s;white-space:nowrap}.tabs-container .tabs-list .tab-item.active[data-v-efd35d4a]{color:#3853d9}.tabs-container .tabs-list .active-bar-slider[data-v-efd35d4a]{position:absolute;bottom:0;height:1px;background:#3853d9;transition:all .3s ease}.tab-content-container .tab-content-item[data-v-efd35d4a]{display:flex;align-items:center;gap:0;animation:fadeIn-efd35d4a .5s ease-in-out}.tab-content-container .tab-content-item .media-side[data-v-efd35d4a]{width:660px;height:372px;border-radius:6.6px;overflow:hidden;flex-shrink:0}.tab-content-container .tab-content-item .media-side img[data-v-efd35d4a],.tab-content-container .tab-content-item .media-side video[data-v-efd35d4a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tab-content-container .tab-content-item .media-side video[data-v-efd35d4a]{cursor:pointer}.tab-content-container .tab-content-item .text-side[data-v-efd35d4a]{padding:95px 0 95px 80px;flex:1}.tab-content-container .tab-content-item .text-side .item-title[data-v-efd35d4a]{font-size:28px;font-weight:700;letter-spacing:0px;line-height:42px;color:#fff;margin-bottom:20px}.tab-content-container .tab-content-item .text-side .item-desc[data-v-efd35d4a]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#bfbfbf;margin:0}@keyframes fadeIn-efd35d4a{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.tab-content-item[data-v-efd35d4a]{flex-direction:column}.tab-content-item .media-side[data-v-efd35d4a]{width:100%!important;height:auto!important;aspect-ratio:660/372}.tab-content-item .text-side[data-v-efd35d4a]{padding:40px 0 40px 20px!important}}@media (max-width: 768px){.product-cases-section[data-v-efd35d4a]{padding:80px 0}.tabs-container[data-v-efd35d4a]{margin-bottom:40px;height:auto}.tabs-container .tabs-list[data-v-efd35d4a]{flex-wrap:wrap;justify-content:center}.tabs-container .tabs-list .active-bar-slider[data-v-efd35d4a]{display:none}.tabs-container .tabs-list .tab-item.active[data-v-efd35d4a]{border-bottom:1px solid rgb(56,83,217)}.section-title[data-v-efd35d4a]{font-size:28px!important;line-height:1.4!important}}.product-params-section[data-v-0869f7cb]{position:relative;padding:160px 0 80px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.product-params-section .section-overlay[data-v-0869f7cb]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-params-section .page-width[data-v-0869f7cb]{position:relative;z-index:2}.product-params-section .section-header[data-v-0869f7cb]{margin-bottom:80px}.product-params-section .section-header.text-center[data-v-0869f7cb]{text-align:center}.product-params-section .section-header .section-title[data-v-0869f7cb]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;margin-bottom:20px}.product-params-section .section-header .section-desc[data-v-0869f7cb]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px}.product-params-section .params-grid[data-v-0869f7cb]{display:grid;grid-template-columns:repeat(2,1fr);gap:1px 20px}.product-params-section .param-item[data-v-0869f7cb]{display:flex;gap:1px}.product-params-section .param-item .param-label[data-v-0869f7cb],.product-params-section .param-item .param-value[data-v-0869f7cb]{padding:16px 20px;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;display:flex;align-items:center}.product-params-section .param-item .param-label[data-v-0869f7cb]{width:40%;flex-shrink:0}.product-params-section .param-item .param-value[data-v-0869f7cb]{flex-grow:1}@media (max-width: 991px){.product-params-section[data-v-0869f7cb]{padding:100px 0 60px}.product-params-section .params-grid[data-v-0869f7cb]{grid-template-columns:1fr}.product-params-section .section-header[data-v-0869f7cb]{margin-bottom:40px}}.product-scenarios-section[data-v-713de9aa]{position:relative;padding:160px 0;background-size:cover;background-position:center;background-color:#fff}.product-scenarios-section .bg-overlay[data-v-713de9aa]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-scenarios-section .content-wrapper[data-v-713de9aa]{position:relative;z-index:2;max-width:1400px;margin:0 auto}.product-scenarios-section .section-title[data-v-713de9aa]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px;text-align:center}.product-scenarios-section .section-subtitle[data-v-713de9aa]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin-bottom:80px;text-align:center}.product-scenarios-section .scenarios-grid[data-v-713de9aa]{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:40px;justify-content:center}@media (max-width: 992px){.product-scenarios-section .scenarios-grid[data-v-713de9aa]{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width: 480px){.product-scenarios-section .scenarios-grid[data-v-713de9aa]{grid-template-columns:1fr;max-width:100%}}.product-scenarios-section .scenario-item[data-v-713de9aa]{display:flex;flex-direction:column;align-items:center;text-align:center}.product-scenarios-section .scenario-image-wrapper[data-v-713de9aa]{position:relative;width:440px;height:248px;border-radius:10px;overflow:hidden;margin-bottom:20px;flex-shrink:0}@media (max-width: 480px){.product-scenarios-section .scenario-image-wrapper[data-v-713de9aa]{width:100%;height:auto;aspect-ratio:440/248}}.product-scenarios-section .scenario-image-wrapper .scenario-overlay[data-v-713de9aa]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.product-scenarios-section .scenario-image-wrapper .scenario-image[data-v-713de9aa]{width:440px;height:248px;opacity:1;border-radius:10px;-o-object-fit:cover;object-fit:cover}@media (max-width: 480px){.product-scenarios-section .scenario-image-wrapper .scenario-image[data-v-713de9aa]{width:100%;height:100%}}.product-scenarios-section .scenario-icon[data-v-713de9aa]{margin-bottom:12px}.product-scenarios-section .scenario-icon img[data-v-713de9aa]{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.product-scenarios-section .scenario-name[data-v-713de9aa]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin:0}.product-media-section[data-v-5d781dff]{padding:160px 0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.product-media-section .section-overlay[data-v-5d781dff]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-media-section .relative-content[data-v-5d781dff]{position:relative;z-index:2}.product-media-section .section-header[data-v-5d781dff]{margin-bottom:80px;text-align:center}.product-media-section .section-title[data-v-5d781dff]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#fff;margin-bottom:0}.product-media-section .section-subtitle[data-v-5d781dff]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#bfbfbf;margin-top:20px}.product-media-section .media-grid[data-v-5d781dff]{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:40px}@media (min-width: 768px){.product-media-section .media-grid[data-v-5d781dff]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-media-section .media-grid.items-3[data-v-5d781dff]{grid-template-columns:repeat(3,1fr)}}.product-media-section .media-item .image-wrapper[data-v-5d781dff]{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;margin-bottom:24px}.product-media-section .media-item .image-wrapper.is-video[data-v-5d781dff]{cursor:pointer}.product-media-section .media-item .image-wrapper .media-image[data-v-5d781dff]{position:absolute;top:0;left:0;width:100%;height:100%}.product-media-section .media-item .image-wrapper .image-placeholder[data-v-5d781dff]{position:absolute;top:0;left:0;width:100%;height:100%;background:#333}.product-media-section .media-item .image-wrapper .badge[data-v-5d781dff]{position:absolute;top:0;left:0;padding:9px 20px;border-radius:10px 0;font-size:20px;font-weight:700;line-height:30px;letter-spacing:0px;z-index:4}.product-media-section .media-item .image-wrapper .play-overlay[data-v-5d781dff]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0003;transition:background .3s;z-index:3}.product-media-section .media-item .image-wrapper .play-overlay .play-button[data-v-5d781dff]{display:flex;align-items:center;justify-content:center;transition:transform .3s,background .3s}.product-media-section .media-item .image-wrapper .play-overlay .play-button .play-icon[data-v-5d781dff]{color:#fff;margin-left:4px}.product-media-section .media-item .image-wrapper:hover .play-overlay .play-button[data-v-5d781dff]{transform:scale(1.1)}.product-media-section .media-item .item-info[data-v-5d781dff]{text-align:center}.product-media-section .media-item .item-info .item-title[data-v-5d781dff]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;margin-bottom:8px}.product-media-section .media-item .item-info .item-desc[data-v-5d781dff]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px}@media (max-width: 768px){.product-media-section[data-v-5d781dff]{padding:80px 0}.product-media-section .section-header[data-v-5d781dff]{margin-bottom:40px}.product-media-section .section-title[data-v-5d781dff]{font-size:28px}.product-media-section .section-subtitle[data-v-5d781dff]{font-size:14px}.media-grid[data-v-5d781dff]{grid-template-columns:1fr!important;gap:30px}.media-item[data-v-5d781dff]{width:100%}.media-item .image-wrapper[data-v-5d781dff]{padding-top:56.25%}}.product-detail-page-wrapper{margin:0;padding-top:136px}.product-detail-page[data-v-064d7a8b]{background-color:#f9f9f9}.product-sticky-nav[data-v-064d7a8b]{position:fixed;top:0;left:0;right:0;width:100%;height:64px;background:#040a26;box-shadow:0 2px 10px #0000001a;z-index:1080;transform:translateY(0);will-change:transform,margin-top;transition:transform .4s cubic-bezier(.165,.84,.44,1),margin-top .4s cubic-bezier(.165,.84,.44,1);display:flex;align-items:center;margin-top:72px;padding-right:var(--scrollbar-compensation)}.admin-bar{margin-top:104px}.product-sticky-nav.header-hidden[data-v-064d7a8b]{transition-delay:.15s;margin-top:0}.admin-bar{margin-top:32px}.product-sticky-nav.visible[data-v-064d7a8b]{top:0;transform:translateY(0)}.product-sticky-nav.header-hidden.visible[data-v-064d7a8b]{margin-top:0;transition-delay:0s}.product-sticky-nav .nav-inner[data-v-064d7a8b]{display:flex;justify-content:space-between;align-items:center;flex:1;height:100%;max-width:1400px;margin:0 auto;padding:0 16px}@media (min-width: 768px){.product-sticky-nav .nav-inner[data-v-064d7a8b]{padding:0 20px}}@media (min-width: 1400px){.product-sticky-nav .nav-inner[data-v-064d7a8b]{padding:0}}.product-sticky-nav .product-name[data-v-064d7a8b]{font-size:18px;font-weight:400;letter-spacing:0px;line-height:28px;color:#fff}@media (max-width: 768px){.product-sticky-nav .product-name[data-v-064d7a8b]{display:none}}.product-sticky-nav .nav-links[data-v-064d7a8b]{display:flex;gap:0;height:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-sticky-nav .nav-links[data-v-064d7a8b]::-webkit-scrollbar{display:none}.product-sticky-nav .nav-links a[data-v-064d7a8b]{padding:0 16px;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#e5e5e5;text-decoration:none;transition:all .3s;height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}.product-sticky-nav .nav-links a[data-v-064d7a8b]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#3853d9;opacity:0;transition:opacity .3s}.product-sticky-nav .nav-links a[data-v-064d7a8b]:hover{background-color:#ffffff1a}.product-sticky-nav .nav-links a[data-v-064d7a8b]:hover,.product-sticky-nav .nav-links a.active[data-v-064d7a8b]{color:#3853d9}.product-sticky-nav .nav-links a.active[data-v-064d7a8b]:after{opacity:1}.product-banner[data-v-064d7a8b]{aspect-ratio:1920/900;max-width:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;color:#fff}.product-banner .banner-overlay[data-v-064d7a8b]{position:absolute;top:0;left:0;width:100%;height:100%}.product-banner .banner-content[data-v-064d7a8b]{position:relative;z-index:2;text-align:center}.product-banner .banner-content .banner-title[data-v-064d7a8b]{font-size:48px;font-weight:700;margin-bottom:15px}.product-banner .banner-content .banner-model[data-v-064d7a8b]{font-size:20px;opacity:.9}.modular-section[data-v-064d7a8b]{background:transparent;padding:0;border-radius:0;box-shadow:none;margin-bottom:0;position:relative;z-index:1}.section-components[data-v-064d7a8b]{z-index:2}@media (max-width: 992px){.features-list[data-v-064d7a8b]{grid-template-columns:1fr}}.news-archive-page{padding:72px 0 0!important}.page-main.news-archive-page-wrapper{margin:0!important;padding:0!important}.news-archive-page[data-v-64258bbd]{background-color:#fff}.news-archive-page[data-v-64258bbd] .video-item .video-name{display:none}.news-archive-page[data-v-64258bbd] .video-item .video-cover-wrapper{margin-bottom:0;width:100%;height:100%}.news-archive-page[data-v-64258bbd] .video-item .video-cover{border-radius:0;aspect-ratio:auto;width:100%;height:100%}.sticky-news-section[data-v-64258bbd]{padding:0 0 40px;background:linear-gradient(180deg,#e2e9ff,#f7f8fc)}.sticky-news-section .page-width[data-v-64258bbd]{max-width:1480px}.sticky-news-section .sticky-swiper[data-v-64258bbd]{position:relative;padding-bottom:50px}.sticky-news-section .sticky-swiper[data-v-64258bbd] .swiper-slide{padding:40px 40px 0}.sticky-news-section .sticky-swiper[data-v-64258bbd] .swiper-pagination{position:absolute!important;bottom:0!important;left:0;width:100%;line-height:1}.sticky-news-section .sticky-swiper[data-v-64258bbd] .swiper-pagination-bullet{width:8px;height:8px;background:#0003;opacity:1}.sticky-news-section .sticky-swiper[data-v-64258bbd] .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;border-radius:4px;background:#000c}.sticky-news-section .sticky-slide-content[data-v-64258bbd]{display:flex;align-items:center;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width: 992px){.sticky-news-section .sticky-slide-content[data-v-64258bbd]{flex-direction:column;align-items:stretch;gap:0;height:auto}}.sticky-news-section .sticky-image-box[data-v-64258bbd]{flex:0 0 55%;position:relative;overflow:hidden;aspect-ratio:16/9}.sticky-news-section .sticky-image-box[data-v-64258bbd] .video-item,.sticky-news-section .sticky-image-box[data-v-64258bbd] .safe-image-container{position:absolute;top:0;left:0;width:100%;height:100%}.sticky-news-section .sticky-image-box[data-v-64258bbd] .video-item img,.sticky-news-section .sticky-image-box[data-v-64258bbd] .video-item video,.sticky-news-section .sticky-image-box[data-v-64258bbd] .safe-image-container img,.sticky-news-section .sticky-image-box[data-v-64258bbd] .safe-image-container video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.sticky-news-section .sticky-image-box[data-v-64258bbd]:hover img,.sticky-news-section .sticky-image-box[data-v-64258bbd]:hover video{transform:scale(1.05)}@media (max-width: 992px){.sticky-news-section .sticky-image-box[data-v-64258bbd]{flex:none;width:100%;height:auto;aspect-ratio:16/9}}.sticky-news-section .sticky-text-box[data-v-64258bbd]{flex:1;padding:63px 80px;box-sizing:border-box;min-width:0}@media (max-width: 1354px){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:50px}}@media (max-width: 1270px){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:40px}}@media (max-width: 1205px){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:30px}}@media (max-width: 1140px){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:20px}}@media (max-width: 1076px){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:10px 20px}}@media (max-width: 1011px){.sticky-news-section .sticky-text-box .post-excerpt[data-v-64258bbd]{margin-bottom:30px!important}}@media (max-width: 992px) and (orientation: landscape){.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding:24px 20px;display:flex;flex-direction:column;justify-content:center}}.sticky-news-section .sticky-text-box .post-date[data-v-64258bbd]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;margin-bottom:10px}@media (max-width: 992px) and (orientation: landscape){.sticky-news-section .sticky-text-box .post-date[data-v-64258bbd]{margin-bottom:6px}}.sticky-news-section .sticky-text-box .post-title[data-v-64258bbd]{font-size:28px;font-weight:700;letter-spacing:0px;line-height:42px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 992px) and (orientation: landscape){.sticky-news-section .sticky-text-box .post-title[data-v-64258bbd]{font-size:18px;line-height:26px;margin-bottom:8px}}.sticky-news-section .sticky-text-box .post-title a[data-v-64258bbd]{color:#262626;text-decoration:none}.sticky-news-section .sticky-text-box .post-title a[data-v-64258bbd]:hover{color:#3853d9}@media (max-width: 768px){.sticky-news-section .sticky-text-box .post-title[data-v-64258bbd]{font-size:24px;line-height:1.3}}.sticky-news-section .sticky-text-box .post-excerpt[data-v-64258bbd]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;margin-bottom:60px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.sticky-news-section .sticky-text-box .post-excerpt[data-v-64258bbd]{margin-bottom:30px}}@media (max-width: 992px) and (orientation: landscape){.sticky-news-section .sticky-text-box .post-excerpt[data-v-64258bbd]{font-size:13px;line-height:20px;-webkit-line-clamp:2;margin-bottom:16px}}@media (max-width: 992px) and (orientation: landscape){.sticky-news-section .sticky-text-box .post-action[data-v-64258bbd] .base-button{--btn-padding-y: 8px;--btn-padding-x: 20px;font-size:13px}}.news-grid-section[data-v-64258bbd]{padding:80px 0 160px;background:linear-gradient(180deg,#fff,#f2f2f2)}.news-grid-section .section-header[data-v-64258bbd]{text-align:center;margin-bottom:80px}.news-grid-section .section-header .page-title[data-v-64258bbd]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px}.news-grid-section .section-header .page-subtitle[data-v-64258bbd]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959;margin:0 auto 80px}.news-grid-section .section-header .search-bar-wrapper[data-v-64258bbd]{max-width:500px;margin:0 auto}.news-grid-section .section-header .search-bar-wrapper .search-input-wrapper[data-v-64258bbd]{position:relative}.news-grid-section .section-header .search-bar-wrapper .search-input-wrapper input[data-v-64258bbd]{width:100%;padding:12px 50px 12px 20px;border:1px solid #eee;border-radius:30px;background:#f8f9fa;font-size:15px;transition:all .3s}.news-grid-section .section-header .search-bar-wrapper .search-input-wrapper input[data-v-64258bbd]:focus{outline:none;border-color:#3853d9;background:#fff;box-shadow:0 5px 15px #3853d91a}.news-grid-section .section-header .search-bar-wrapper .search-input-wrapper .search-icon[data-v-64258bbd]{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#999;cursor:pointer}.news-grid-section .section-header .search-bar-wrapper .search-input-wrapper .search-icon[data-v-64258bbd]:hover{color:#3853d9}.news-grid-section .news-grid[data-v-64258bbd]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:40px}@media (max-width: 1200px){.news-grid-section .news-grid[data-v-64258bbd]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.news-grid-section .news-grid[data-v-64258bbd]{grid-template-columns:repeat(1,1fr)}}.news-grid-section .news-grid-item[data-v-64258bbd]{background:#fff;border-radius:10px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:4px 10px 40px #00000026}.news-grid-section .news-grid-item[data-v-64258bbd]:hover{transform:translateY(-10px)}.news-grid-section .news-grid-item[data-v-64258bbd]:hover img,.news-grid-section .news-grid-item[data-v-64258bbd]:hover video{transform:scale(1.1)}.news-grid-section .news-grid-item .item-image-wrapper[data-v-64258bbd],.news-grid-section .news-grid-item .item-image[data-v-64258bbd]{width:100%;aspect-ratio:16/9;overflow:hidden}.news-grid-section .news-grid-item .item-image-wrapper[data-v-64258bbd] .video-item,.news-grid-section .news-grid-item .item-image-wrapper[data-v-64258bbd] .safe-image-container,.news-grid-section .news-grid-item .item-image[data-v-64258bbd] .video-item,.news-grid-section .news-grid-item .item-image[data-v-64258bbd] .safe-image-container{width:100%;height:100%}.news-grid-section .news-grid-item .item-image-wrapper img[data-v-64258bbd],.news-grid-section .news-grid-item .item-image img[data-v-64258bbd]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.news-grid-section .news-grid-item .item-content[data-v-64258bbd]{padding:20px 20px 40px;flex:1;display:flex;flex-direction:column}.news-grid-section .news-grid-item .item-content .item-date[data-v-64258bbd]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c;margin-bottom:10px}.news-grid-section .news-grid-item .item-content .item-title[data-v-64258bbd]{font-size:20px;font-weight:700;letter-spacing:0px;line-height:30px;color:#262626;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.news-grid-section .news-grid-item .item-content .item-title a[data-v-64258bbd]{color:#1a1a1a;text-decoration:none}.news-grid-section .news-grid-item .item-content .item-title a[data-v-64258bbd]:hover{color:#3853d9}.news-grid-section .news-grid-item .item-content .item-excerpt[data-v-64258bbd]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;margin-bottom:40px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.news-grid-section .news-grid-item .item-content .item-action[data-v-64258bbd]{margin-top:auto;text-align:center}.news-grid-section .news-grid-item .item-content .item-action[data-v-64258bbd] .base-button{padding-left:0;color:#3853d9;font-weight:600}.news-grid-section .no-results[data-v-64258bbd]{padding:100px 0;text-align:center;color:#999}.news-grid-section .no-results .reset-btn[data-v-64258bbd]{display:inline-block;margin-top:20px;color:#3853d9;text-decoration:underline}.news-grid-section .pagination-wrapper[data-v-64258bbd]{margin-top:80px}@media (min-width: 1920px){.page-width[data-v-64258bbd]{max-width:1400px}.sticky-news-section .sticky-image-box[data-v-64258bbd]{flex:0 0 680px}.sticky-news-section .sticky-text-box[data-v-64258bbd]{flex:1}}@media (max-width: 768px){.sticky-news-section .page-width[data-v-64258bbd]{padding:0}.sticky-news-section .sticky-swiper[data-v-64258bbd] .swiper-slide{padding:40px 25px 0}.sticky-news-section .sticky-text-box[data-v-64258bbd]{padding-bottom:20px}}.page-main.news-detail-page-wrapper{margin:0;overflow-x:hidden;max-width:100vw}@media (min-width: 1900px){.news-detail-container.page-width{max-width:1400px!important}}.news-detail-page[data-v-29ace7d4]{background-color:#fff;min-height:100vh;max-width:100vw;overflow-x:hidden}@media screen and (-webkit-min-device-pixel-ratio: 0){.news-detail-page[data-v-29ace7d4]{max-width:100vw;overflow-x:hidden}}.news-detail-page[data-v-29ace7d4] .video-item .video-name{display:none}.news-detail-page[data-v-29ace7d4] .video-item .video-cover-wrapper{margin-bottom:0;width:100%;height:100%;max-width:100%}.news-detail-page[data-v-29ace7d4] .video-item .video-cover{border-radius:0;aspect-ratio:auto;width:100%;max-width:100%;height:100%}.news-detail-container[data-v-29ace7d4]{padding:72px 16px 80px;box-sizing:border-box;width:100%;max-width:100%}@media (min-width: 576px){.news-detail-container[data-v-29ace7d4]{padding-left:16px;padding-right:16px}}@media (min-width: 768px){.news-detail-container[data-v-29ace7d4]{padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.news-detail-container[data-v-29ace7d4]{padding-left:32px;padding-right:32px}}@media (min-width: 1400px){.news-detail-container[data-v-29ace7d4]{padding-left:16px;padding-right:16px}}@media (min-width: 1920px){.news-detail-container.page-width[data-v-29ace7d4]{max-width:1400px;margin:0 auto}}.news-detail-layout[data-v-29ace7d4]{display:grid;grid-template-columns:1fr 320px;gap:0 60px;width:100%;margin:0 auto}@media (min-width: 1900px){.news-detail-layout[data-v-29ace7d4]{grid-template-columns:960px 320px!important;gap:0 120px!important;justify-content:center!important}}@media (max-width: 1024px){.news-detail-layout[data-v-29ace7d4]{grid-template-columns:1fr;gap:40px}}.news-content-header[data-v-29ace7d4]{padding:60px 0;grid-column:1/2;grid-row:1/2;border-bottom:1px solid rgb(229,229,229)}@media (max-width: 1024px){.news-content-header[data-v-29ace7d4]{grid-column:1/-1}}.news-content-header .news-title[data-v-29ace7d4]{font-size:36px;font-weight:700;letter-spacing:0px;line-height:54px;color:#262626;margin-bottom:20px}@media (max-width: 768px){.news-content-header .news-title[data-v-29ace7d4]{font-size:24px}}.news-content-header .news-meta[data-v-29ace7d4]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#595959}.news-detail-content[data-v-29ace7d4]{grid-column:1/2;grid-row:2/3;min-width:0;padding:80px 0}@media (max-width: 1024px){.news-detail-content[data-v-29ace7d4]{grid-column:1/-1}}.news-detail-content .news-body[data-v-29ace7d4]{font-size:16px;line-height:1.8;color:#434343;margin-bottom:60px;max-width:100%;overflow-x:hidden}.news-detail-content .news-body[data-v-29ace7d4] img{max-width:100%;width:100%;height:auto;margin:20px 0;display:block}.news-detail-content .news-body[data-v-29ace7d4] p{margin-bottom:20px;max-width:100%}@media screen and (-webkit-min-device-pixel-ratio: 0){.news-detail-content .news-body[data-v-29ace7d4] img{max-width:100%;width:100%}}.news-detail-content .news-content-footer[data-v-29ace7d4]{border-top:1px solid rgb(229,229,229);padding-top:80px}.news-detail-content .news-content-footer .footer-inner[data-v-29ace7d4]{display:flex;justify-content:space-between;align-items:center;gap:40px}@media (max-width: 768px){.news-detail-content .news-content-footer .footer-inner[data-v-29ace7d4]{flex-direction:column;align-items:flex-start}}.news-detail-content .news-content-footer .post-navigation[data-v-29ace7d4]{flex:1;display:flex;flex-direction:column;gap:20px}.news-detail-content .news-content-footer .post-navigation .nav-prev[data-v-29ace7d4],.news-detail-content .news-content-footer .post-navigation .nav-next[data-v-29ace7d4]{display:flex;align-items:baseline;gap:12px}.news-detail-content .news-content-footer .post-navigation .nav-prev .nav-label[data-v-29ace7d4],.news-detail-content .news-content-footer .post-navigation .nav-next .nav-label[data-v-29ace7d4]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;flex-shrink:0}.news-detail-content .news-content-footer .post-navigation .nav-prev .nav-link[data-v-29ace7d4],.news-detail-content .news-content-footer .post-navigation .nav-next .nav-link[data-v-29ace7d4]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;text-decoration:none;transition:color .3s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.news-detail-content .news-content-footer .post-navigation .nav-prev .nav-link[data-v-29ace7d4]:hover,.news-detail-content .news-content-footer .post-navigation .nav-next .nav-link[data-v-29ace7d4]:hover{color:#3853d9}.news-detail-content .news-content-footer .back-to-list[data-v-29ace7d4]{flex-shrink:0}.news-detail-sidebar[data-v-29ace7d4]{grid-column:2/3;grid-row:2/3}@media (max-width: 1024px){.news-detail-sidebar[data-v-29ace7d4]{grid-column:1/-1;grid-row:auto;margin-top:40px}}.news-detail-sidebar .sidebar-widget .widget-title[data-v-29ace7d4]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#262626;margin-bottom:20px;display:inline-block}.news-detail-sidebar .sidebar-widget .latest-news-list[data-v-29ace7d4]{list-style:none;padding:0;margin:0}@media (max-width: 1024px){.news-detail-sidebar .sidebar-widget .latest-news-list[data-v-29ace7d4]{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 640px){.news-detail-sidebar .sidebar-widget .latest-news-list[data-v-29ace7d4]{grid-template-columns:1fr}}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item[data-v-29ace7d4]{margin-bottom:60px;padding-bottom:0;border-bottom:none}@media (max-width: 1024px){.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item[data-v-29ace7d4]{margin-bottom:0}}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item[data-v-29ace7d4]:last-child{margin-bottom:0}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper[data-v-29ace7d4]{text-decoration:none;display:flex;flex-direction:column;gap:10px}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4]{width:100%;max-width:320px;aspect-ratio:16/9;border-radius:10px;overflow:hidden;flex-shrink:0}@media (max-width: 1024px){.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4]{max-width:100%;width:100%}}@media screen and (-webkit-min-device-pixel-ratio: 0){.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4]{max-width:100%}}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4] .safe-image-container,.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4] .video-item{width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .3s}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4] .safe-image-container img,.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-image[data-v-29ace7d4] .video-item img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-info[data-v-29ace7d4]{display:flex;flex-direction:column;gap:4px}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-title[data-v-29ace7d4]{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;transition:color .3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-title a[data-v-29ace7d4]{color:inherit;text-decoration:none}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper .item-date[data-v-29ace7d4]{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper:hover .item-title[data-v-29ace7d4]{color:#3853d9}.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper:hover .item-image[data-v-29ace7d4] .safe-image-container,.news-detail-sidebar .sidebar-widget .latest-news-list .latest-news-item .latest-news-link-wrapper:hover .item-image[data-v-29ace7d4] .video-item{transform:scale(1.05)}.certificate-module{display:flex;flex-direction:column;align-items:center;text-align:center;padding:160px 0;width:100%;margin:0 auto;position:relative;z-index:1;box-sizing:border-box;overflow-x:clip}.certificate-module__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.certificate-module__logo{position:relative;width:180px;margin-bottom:40px}.certificate-module__logo img{width:100%;height:auto}.certificate-module__title{position:relative;font-size:36px;font-weight:700;line-height:54px;max-width:100%}.certificate-module__carousel-wrapper{width:100%;display:flex;justify-content:center;margin:80px auto}.certificate-module__carousel-wrapper :deep(.honors-carousel) .carousel-container{height:auto;min-height:266px;padding-bottom:0}.certificate-module__carousel-wrapper :deep(.honors-carousel) .slide-item .image-box{background:transparent}.certificate-module__carousel-wrapper :deep(.honors-carousel) .slide-item .image-box img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));border-radius:0}.certificate-module__carousel-wrapper :deep(.honors-carousel) .slide-item .honor-name{top:calc(100% + 30px);color:#fff;font-weight:400;transition:all .4s ease}.certificate-module__carousel-wrapper :deep(.honors-carousel) .slide-item.active .honor-name{font-weight:700}.certificate-module__carousel-wrapper :deep(.honors-carousel) .dots-wrapper{margin-top:40px}.certificate-module__buttons{display:flex;gap:24px;justify-content:center;position:relative;z-index:10}.certificate-module__btn{min-width:160px}@media (max-width: 768px){.certificate-module{padding:60px 20px}.certificate-module__title{font-size:28px}.certificate-module__carousel-wrapper{width:100%!important;margin:30px auto 50px;position:relative}.certificate-module__carousel-wrapper :deep(.honors-carousel){--active-width: 224px !important;--inactive-width: 140px !important;--active-height: 144px !important;--inactive-height: 90px !important;--gap: 40px !important}.certificate-module__carousel-wrapper :deep(.honors-carousel) .carousel-container{height:auto;min-height:180px}.certificate-module__buttons{flex-direction:column;width:100%;gap:16px}.certificate-module__btn{width:100%}}.news-dynamic-module{background-color:transparent}.news-dynamic-module .container{max-width:1400px;margin:0 auto;width:100%;padding:0 16px}@media (min-width: 768px){.news-dynamic-module .container{padding:0 20px}}@media (min-width: 1400px){.news-dynamic-module .container{padding:0}}.news-dynamic-module__header{text-align:center;margin-bottom:80px}.news-dynamic-module__title{font-size:36px;font-weight:600;margin-bottom:20px}@media (max-width: 767px){.news-dynamic-module__title{font-size:28px}}.news-dynamic-module__subtitle{font-size:16px;color:#595959}.news-dynamic-module__swiper{padding-bottom:20px}.news-dynamic-module__swiper .swiper-wrapper{display:flex;align-items:stretch}.news-dynamic-module__swiper .swiper-slide{display:flex;height:auto}.news-dynamic-module__swiper .swiper-slide>*{flex:1;min-width:0}.news-dynamic-module__swiper-wrapper{position:relative;display:flex;align-items:stretch;overflow:hidden}.news-dynamic-module__item{max-width:320px;width:100%;background:transparent;overflow:hidden;transition:transform .3s;height:100%;display:flex;flex-direction:column;text-decoration:none;border:none;pointer-events:auto;position:relative;z-index:1}@media (max-width: 480px){.news-dynamic-module__item{max-width:100%}}.news-dynamic-module__item:hover{transform:translateY(-5px)}.news-dynamic-module__item:hover .news-dynamic-module__image{transform:scale(1.05)}.news-dynamic-module__image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px}.news-dynamic-module__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;opacity:1}.news-dynamic-module__content{padding:0 0 20px;flex:none;display:flex;flex-direction:column}.news-dynamic-module__date{font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#595959;margin-bottom:4px}.news-dynamic-module__item-title{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#262626;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.news-dynamic-module__footer{text-align:center;margin-top:50px}.news-dynamic-module__load-more{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:#2626260d;border-radius:10px;transition:all .3s ease}.news-dynamic-module__load-more:hover{background:#2626261a}.news-dynamic-module__load-more.is-loading{cursor:not-allowed;opacity:.7}.news-dynamic-module__load-more-icon.is-spinning{animation:spin 1s linear infinite}.news-dynamic-module__load-more-text{color:#262626;font-size:14px}.news-dynamic-module__load-more-end{color:#595959;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.news-dynamic-module .swiper-button-prev,.news-dynamic-module .swiper-button-next{display:flex;align-items:center;justify-content:center;color:#fff;background:#000;opacity:.3;width:48px;height:48px;border-radius:10px;transition:all .3s ease;box-shadow:none;top:calc(50% + 19px);z-index:10;pointer-events:auto}.news-dynamic-module .swiper-button-prev:after,.news-dynamic-module .swiper-button-next:after{display:none}.news-dynamic-module .swiper-button-prev svg,.news-dynamic-module .swiper-button-next svg{width:24px;height:24px;color:#fff;fill:currentColor;flex-shrink:0}.news-dynamic-module .swiper-button-prev:hover,.news-dynamic-module .swiper-button-next:hover{opacity:.8;background:#000;transform:scale(1.05)}.news-dynamic-module .swiper-button-prev{left:10px}.news-dynamic-module .swiper-button-next{right:10px}.news-dynamic-module .swiper-navigation-icon{width:24px;height:24px}@media (max-width: 480px){.news-dynamic-module .swiper-slide[style*=margin-right]{margin-right:0!important}.news-dynamic-module .swiper-slide{width:100%!important;flex:0 0 100%!important}}@media screen and (max-width: 480px){.news-dynamic-module .swiper-slide{margin-right:0!important;width:100%!important;flex:0 0 100%!important}}.form-module{overflow:hidden}.form-module .module-form-header{text-align:center;padding-bottom:60px}.form-module .module-form-main-title{font-size:36px;font-weight:700;line-height:54px;margin-bottom:20px;color:var(--modular-title-color, #333)}.form-module .module-form-main-subtitle{font-size:16px;font-weight:400;line-height:24px;color:#595959}.form-module .module-form-area{display:flex;flex-wrap:wrap;gap:40px;align-items:stretch}.form-module .module-form-l{flex:1;min-width:300px}.form-module .module-form-l .module-form-l-box{position:relative;height:100%;display:flex;flex-direction:column}.form-module .module-form-l .module-form-l-box.form-l-no-img{background:#f9fafb;border-radius:12px;padding:60px 40px}.form-module .module-form-l .form-l-img{position:relative;width:100%;height:100%;min-height:400px;overflow:hidden;border-radius:12px}.form-module .module-form-l .form-l-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.form-module .module-form-l .form-l-text{position:absolute;bottom:0;left:0;right:0;padding:40px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);color:#fff;border-radius:0 0 12px 12px}.form-module .module-form-l .form-l-text h3{font-size:28px;font-weight:700;line-height:42px;margin-bottom:16px}.form-module .module-form-l .form-l-text .form-l-desc{font-size:16px;line-height:24px;margin-bottom:24px;opacity:.9}.form-module .module-form-l .form-l-text .form-l-desc p{margin:0}.form-module .module-form-l .form-l-text .form-l-feature{display:flex;flex-direction:column;gap:20px}.form-module .module-form-l .form-l-text .feature-item{display:flex;align-items:flex-start;gap:16px}.form-module .module-form-l .form-l-text .feature-item .item-img{width:48px;height:48px;flex-shrink:0}.form-module .module-form-l .form-l-text .feature-item .item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.form-module .module-form-l .form-l-text .feature-item .item-text{flex:1}.form-module .module-form-l .form-l-text .feature-item .item-text h4{font-size:18px;font-weight:600;line-height:27px;margin-bottom:8px}.form-module .module-form-l .form-l-text .feature-item .item-text p{font-size:14px;line-height:21px;opacity:.8;margin:0}.form-module .module-form-r{flex:1;min-width:300px;display:flex;flex-direction:column}.form-module .module-form-r .form-r-title{margin-bottom:30px}.form-module .module-form-r .form-r-title h3{font-size:28px;font-weight:700;line-height:42px;margin-bottom:16px;color:#262626}.form-module .module-form-r .form-r-title p{font-size:16px;line-height:24px;color:#595959;margin:0}.form-module .module-form-r .form-r-content{flex:1;text-align:right}.form-module .module-form-r .form-r-content.small-window-mode{display:flex;flex-direction:column;justify-content:center;align-items:stretch;border-radius:12px;box-shadow:0 4px 20px #00000026;background:#fff}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form{margin:0;align-items:stretch;text-align:right}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form .form-submit-wrapper{display:flex;justify-content:flex-end;width:100%}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form .form-submit-wrapper .form-submit-btn{margin:unset;pointer-events:auto!important;cursor:pointer!important}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form .filed-group{width:100%;gap:4px!important}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form .field-label{padding-left:0;position:relative;display:flex;align-items:center}.form-module .module-form-r .form-r-content.small-window-mode .xintheme-form .field-label .field-required-star{display:inline-block;width:16px;text-align:center;margin-left:0;color:#da2319;font-size:16px;line-height:10px}.form-module .module-form-r .no-form{color:#bdbdbd;font-size:14px}.form-module.form-style-full-width .module-form-area{flex-direction:row}.form-module.form-style-full-width .module-form-l,.form-module.form-style-full-width .module-form-r{flex:1}.form-module.form-style-small-window .module-form-area{margin:0;flex-direction:column;align-items:center}.form-module.form-style-small-window .module-form-l{width:100%;max-width:800px;text-align:center}.form-module.form-style-small-window .module-form-l .module-form-l-box{align-items:center}.form-module.form-style-small-window .module-form-l .form-l-img{max-height:400px}.form-module.form-style-small-window .module-form-l .form-l-text{position:relative;background:none;padding:30px;color:#262626}.form-module.form-style-small-window .module-form-l .form-l-text h3{color:#262626}.form-module.form-style-small-window .module-form-l .form-l-text .form-l-desc{color:#595959}.form-module.form-style-small-window .module-form-l .form-l-text .form-l-feature{align-items:center}.form-module.form-style-small-window .module-form-l .form-l-text .feature-item{flex-direction:column;text-align:center}.form-module.form-style-small-window .module-form-r{width:100%;max-width:600px}.form-module.form-style-small-window .module-form-r .form-r-content{border-radius:12px;box-shadow:0 4px 20px #00000026}.form-module.form-style-small-window .small-window-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.2)}.form-module.form-style-small-window .small-window-title{font-size:16px;font-weight:700;letter-spacing:0px;line-height:24px;color:#fff;margin:0}.form-module.form-style-small-window .small-window-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease}.form-module.form-style-small-window .small-window-close:hover{background:#fff3}.form-module.form-style-small-window .small-window-close svg{width:20px;height:20px}.form-module.form-style-small-window .small-window-submit{margin-top:16px}@media (max-width: 991px){.form-module .module-form-l .form-l-img{min-height:300px}.form-module .module-form-l .form-l-text{padding:30px}.form-module .module-form-l .form-l-text h3,.form-module .module-form-r .form-r-title h3{font-size:24px;line-height:36px}}@media (max-width: 767px){.form-module .module-form-header{padding-bottom:40px}.form-module .module-form-main-title{font-size:28px;line-height:40px}.form-module .module-form-main-subtitle{font-size:14px}.form-module .module-form-area{gap:30px}.form-module .module-form-l .form-l-img{min-height:250px}.form-module .module-form-l .form-l-text{padding:20px}.form-module .module-form-l .form-l-text h3{font-size:20px;line-height:30px;margin-bottom:12px}.form-module .module-form-l .form-l-text .form-l-desc{font-size:14px;margin-bottom:16px}.form-module .module-form-l .form-l-text .form-l-feature{gap:16px}.form-module .module-form-l .form-l-text .feature-item .item-img{width:40px;height:40px}.form-module .module-form-l .form-l-text .feature-item .item-text h4{font-size:16px;line-height:24px}.form-module .module-form-l .form-l-text .feature-item .item-text p{font-size:13px}.form-module .module-form-r .form-r-title{margin-bottom:20px}.form-module .module-form-r .form-r-title h3{font-size:20px;line-height:30px;margin-bottom:12px}.form-module .module-form-r .form-r-title p{font-size:14px}.form-module .module-form-r .form-r-content{padding:24px}.form-module.form-style-small-window .module-form-l .form-l-text,.form-module.form-style-small-window .module-form-r .form-r-content{padding:20px}}.footer-block-contact .footer-block-logo.contact-logo{margin-bottom:0}.footer-block-contact .footer-block-logo.contact-logo img{max-width:var(--contact_logo_width, 150px);max-height:var(--contact_logo_height, 50px);width:auto;height:auto}.footer-block-contact .footer-block-contact-info{display:flex;flex-direction:column;gap:4px;margin-top:20px;font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#bfbfbf}.footer-block-contact .footer-block-contact-info li{display:flex;align-items:center;gap:8px}.footer-block-contact .footer-block-contact-info li .footer-phone-link{color:inherit;text-decoration:none;transition:color .3s}.footer-block-contact .footer-block-contact-info li .footer-phone-link:hover{color:#fff}.footer-block-contact .footer-block-contact-social{display:flex;flex-wrap:wrap;gap:var(--socials-gap, 20px);margin-top:84px}.footer-block-contact .footer-block-contact-social .social-qr-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.footer-block-contact .footer-block-contact-social .qr-img{width:100px;height:100px;background:#fff;padding:5px;border-radius:4px}.footer-block-contact .footer-block-contact-social .qr-img img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.footer-block-contact .footer-block-contact-social .qr-text{font-size:12px;color:var(--foot_text, #fff);opacity:.8}.site-footer .widget-show-pc.widget-hide-mobile{display:flex;flex-wrap:wrap}.site-footer .widget-show-pc.widget-hide-mobile .footer-block-item{margin-top:0;margin-bottom:40px}.site-footer .footer-block-menu ul{gap:10px}.footer-block-menu .footer-block-title h3{font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#fff;margin:0 0 20px}.footer-block-menu .footer-block-content ul{list-style:none;padding:0;margin:0}.footer-block-menu .footer-block-content ul li:last-child{margin-bottom:0}.footer-block-menu .footer-block-content ul li.has-children{margin-bottom:20px}.footer-block-menu .footer-block-content ul li.has-children>a{color:#ffffffd9;font-weight:500;margin-bottom:8px;display:block}.footer-block-menu .footer-block-content ul li a{text-decoration:none;transition:color .3s;font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;color:#8c8c8c}.footer-block-menu .footer-block-content ul li a:hover{color:var(--main-color, #16499c)}.footer-block-menu .footer-block-content ul li .sub-menu{margin-top:5px;margin-left:0}.footer-block-menu .footer-block-content ul li .sub-menu li{margin-bottom:6px}.footer-block-menu .footer-block-content ul li .sub-menu li:last-child{margin-bottom:0}.footer-block-menu .footer-block-content ul li .sub-menu li a{font-size:13px;color:#8c8c8ccc}.product-selector-container[data-v-15f200e9]{background:#fff;border:1px solid #ccd0d4;padding:16px;color:#2c3338;display:flex;flex-direction:column;gap:20px}.selector-controls[data-v-15f200e9]{display:flex;gap:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f1}.control-group[data-v-15f200e9]{flex:1;display:flex;flex-direction:column;gap:8px}.group-label[data-v-15f200e9]{font-size:13px;font-weight:600;color:#1d2327}.admin-select[data-v-15f200e9]{width:100%;height:32px;border:1px solid #8c8f94;border-radius:4px;background-color:#fff;color:#2c3338;padding:0 8px;font-size:13px}.add-box[data-v-15f200e9]{display:flex;gap:8px}.product-select[data-v-15f200e9]{flex:1}.add-btn[data-v-15f200e9]{height:32px;padding:0 16px;background-color:#2271b1;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;white-space:nowrap}.add-btn[data-v-15f200e9]:hover:not(:disabled){background-color:#135e96}.add-btn[data-v-15f200e9]:disabled{background-color:#a7aaad;cursor:not-allowed}.selected-section[data-v-15f200e9]{background:#fcfcfc;border:1px solid #f0f0f1;border-radius:4px;padding:16px}.section-header[data-v-15f200e9]{display:flex;align-items:center;gap:8px;margin-bottom:12px}.header-title[data-v-15f200e9]{font-size:13px;font-weight:600}.count-badge[data-v-15f200e9]{background:#2271b1;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.sortable-list[data-v-15f200e9]{display:flex;flex-direction:column;gap:8px}.item-row[data-v-15f200e9]{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #dcdcde;border-radius:3px;padding:8px 12px;transition:background .2s}.item-row[data-v-15f200e9]:hover{background:#f6f7f7}.item-info[data-v-15f200e9]{display:flex;align-items:center;gap:12px;overflow:hidden}.item-index[data-v-15f200e9]{font-size:11px;color:#646970;width:18px}.item-text[data-v-15f200e9]{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-actions[data-v-15f200e9]{display:flex;gap:4px}.sort-btn[data-v-15f200e9],.remove-btn[data-v-15f200e9]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dcdcde;border-radius:3px;cursor:pointer;font-size:12px;color:#2271b1}.sort-btn[data-v-15f200e9]:hover:not(:disabled){background:#f0f0f1;border-color:#c3c4c7}.sort-btn[data-v-15f200e9]:disabled{color:#a7aaad;cursor:not-allowed}.remove-btn[data-v-15f200e9]{color:#d63638}.remove-btn[data-v-15f200e9]:hover{background:#d63638;color:#fff;border-color:#d63638}.empty-placeholder[data-v-15f200e9]{padding:40px;text-align:center;color:#646970;font-size:13px;font-style:italic;background:#fff;border:1px dashed #dcdcde;border-radius:3px}.article-tree-container[data-v-a42f9b97]{border:1px solid #ccd0d4;background:#fff;padding:15px;color:#2c3338;display:flex;flex-direction:column;gap:20px}.section-title[data-v-a42f9b97]{font-weight:600;margin-bottom:10px;font-size:14px;color:#1d2327}.category-tree-wrapper[data-v-a42f9b97]{max-height:200px;overflow-y:auto;border:1px solid #f0f0f1;padding:10px;background:#fcfcfc}.tree-node-row[data-v-a42f9b97]{display:flex;align-items:center;padding:3px 0}.toggle-icon[data-v-a42f9b97]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#72777c;font-size:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle-placeholder[data-v-a42f9b97]{width:20px}.node-label[data-v-a42f9b97]{display:flex;align-items:center;cursor:pointer;margin:0}.node-label input[type=checkbox][data-v-a42f9b97]{margin:0 8px 0 0!important;cursor:pointer}.node-text[data-v-a42f9b97]{font-size:13px}.tree-children[data-v-a42f9b97]{margin-left:20px;border-left:1px solid #f0f0f1}.select-section[data-v-a42f9b97]{border-top:1px solid #f0f0f1;padding-top:15px}.search-box[data-v-a42f9b97]{margin-bottom:10px}.search-input[data-v-a42f9b97]{width:100%;max-width:400px;height:30px;padding:0 10px;border:1px solid #8c8f94;border-radius:4px}.post-dropdown-wrapper[data-v-a42f9b97]{display:flex;flex-direction:column;gap:8px}.post-select[data-v-a42f9b97]{width:100%;max-width:600px;height:32px;line-height:32px;border:1px solid #8c8f94;border-radius:4px}.post-count[data-v-a42f9b97]{font-size:12px;color:#646970;font-style:italic}.selected-preview[data-v-a42f9b97]{padding-top:10px;border-top:1px dashed #ccd0d4;font-size:12px;color:#2271b1}.cookie-notice[data-v-9554f5ae]{position:fixed;bottom:40px;left:0;right:0;z-index:9998;padding:0 20px}.cookie-notice__inner[data-v-9554f5ae]{max-width:1000px;margin:0 auto;background:#040a26;border-radius:10px;padding:40px}.cookie-notice__header[data-v-9554f5ae]{margin-bottom:24px}.cookie-notice__title[data-v-9554f5ae]{font-size:24px;font-weight:700;letter-spacing:0px;line-height:36px;color:#fff;margin:0}.cookie-notice__body[data-v-9554f5ae]{display:flex;align-items:flex-start;justify-content:space-between;gap:60px}.cookie-notice__message[data-v-9554f5ae]{flex:1;font-size:16px;font-weight:400;letter-spacing:0px;line-height:24px;color:#fffc}.cookie-notice__message[data-v-9554f5ae] a{color:#fff;text-decoration:underline}.cookie-notice__message[data-v-9554f5ae] a:hover{opacity:.8}.cookie-notice__actions[data-v-9554f5ae]{display:flex;gap:20px;flex-shrink:0}.cookie-notice__btn[data-v-9554f5ae]{padding:13px 45px;font-size:14px;font-weight:400;letter-spacing:0px;line-height:22px;border-radius:24px;cursor:pointer;transition:all .3s ease;background:transparent}.cookie-notice__btn--decline[data-v-9554f5ae]{border:1px solid rgb(255,255,255);color:#fff}.cookie-notice__btn--decline[data-v-9554f5ae]:hover{background:#ffffff1a}.cookie-notice__btn--confirm[data-v-9554f5ae]{border:1px solid rgb(56,83,217);background:#3853d9;color:#fff}.cookie-notice__btn--confirm[data-v-9554f5ae]:hover{background:#2e49cf;border-color:#2e49cf}.cookie-slide-enter-active[data-v-9554f5ae],.cookie-slide-leave-active[data-v-9554f5ae]{transition:opacity .4s ease}.cookie-slide-enter-active .cookie-notice__inner[data-v-9554f5ae],.cookie-slide-leave-active .cookie-notice__inner[data-v-9554f5ae]{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.cookie-slide-enter-from[data-v-9554f5ae],.cookie-slide-leave-to[data-v-9554f5ae]{opacity:0}.cookie-slide-enter-from .cookie-notice__inner[data-v-9554f5ae],.cookie-slide-leave-to .cookie-notice__inner[data-v-9554f5ae]{transform:translateY(40px)}@media (max-width: 1100px){.cookie-notice__inner[data-v-9554f5ae]{max-width:920px}}@media (max-width: 768px){.cookie-notice[data-v-9554f5ae]{bottom:20px;padding:0 16px}.cookie-notice__inner[data-v-9554f5ae]{padding:24px}.cookie-notice__title[data-v-9554f5ae]{font-size:20px;line-height:30px}.cookie-notice__body[data-v-9554f5ae]{flex-direction:column;gap:24px}.cookie-notice__message[data-v-9554f5ae]{font-size:14px;line-height:22px}.cookie-notice__actions[data-v-9554f5ae]{width:100%;flex-direction:column}.cookie-notice__btn[data-v-9554f5ae]{width:100%;text-align:center}}
