:root{--wsc-drawer-z-index:199920}.wsc-drawer{position:fixed;width:100%;height:100%;top:0;left:0;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transition:opacity .3s ease}.wsc-drawer__container{position:absolute;background-color:#fff;background-color:var(--wsc-color-white);padding:20px;padding:var(--wsc-mob-padding-common);overflow:auto;transition:transform .3s ease}.wsc-drawer__container--top{width:100%;top:0;left:0;transform:translateY(-100%)}.wsc-drawer__container--bottom{width:100%;bottom:0;left:0;transform:translateY(100%)}.wsc-drawer__container--right{width:85%;height:100%;top:0;right:0;transform:translate(100%)}.wsc-drawer__container--left{width:85%;height:100%;top:0;left:0;transform:translate(-100%)}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-right:10px;margin-right:var(--wsc-filter-option-gap);margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{display:flex;background-color:#fff}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{display:flex;align-items:center}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{opacity:.5;cursor:no-drop}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{position:fixed;top:0;left:0;right:0;bottom:0!important;overflow:auto;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transform:translate3d(0,-20px,0);transition:all .3s ease;font-size:16px}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{width:50%;background-color:#fff;background-color:var(--wsc-color-white);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{position:absolute;right:0;padding:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{padding:22px 20px 22px 10px;margin-left:2%;background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-size:6px 6px,6px 6px,3em 3em;background-repeat:no-repeat}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{width:100%;margin-left:0;margin-bottom:20px;padding:13px 20px 13px 8px}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{text-align:justify;font-size:18px;color:#333;width:10%;margin:11px 40px 0 0;display:flex}.form__label--required:before{content:"*";display:inline-block;font-size:26px;color:#af6437;color:var(--wsc-theme-color);padding-right:30%;line-height:1}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}}@media screen and (max-width:767px){.form__label{width:25%;font-size:14px}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-color:#f6f6f6;font-size:14px;line-height:1.3;position:relative;flex:1}.form__error{width:100%;color:#af6437;color:var(--wsc-theme-color);font-size:14px}.form__input{width:100%;padding:22px 10px}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,0.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}*,:focus{outline:none}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{vertical-align:baseline;margin:0;padding:0;border:0;outline:0}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-style:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;mbox-sizing:content-box}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);border-radius:4px;border-radius:var(--wsc-button-border-radius);border:1px solid transparent;font-size:12px;font-size:var(--wsc-button-font-size);cursor:pointer;text-align:center;display:inline-block;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__plus:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__close:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__triangle--down{width:0;height:0;border:6 solid transparent;border-top-color:#aaa}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.hide{display:none!important}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover)}.wsc-message-box__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background-color:#fff;background-color:var(--wsc-color-white);padding:2em;width:345px;animation:cmpFadeIn .4s ease;transform-origin:0 0}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{width:40px;height:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}@font-face{font-family:claim-typo;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/claim-typo.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/claim-typo.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:fontawesome;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.eot);src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-family:fontawesome-solid;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.eot);src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-solid-900.svg#fontawesome) format("svg")}@font-face{font-family:fontawesome-brands;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.eot);src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/fa-brands-400.svg#fontawesome) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-regular.eot);src:local("Poppins Regular"),local("Poppins-Regular"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-regular.eot#iefix) format("embedded-opentype"),url(data:font/woff2;base64,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) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-regular.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-regular.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-regular.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-700.eot);src:local("Poppins 700"),local("Poppins-700"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-700.eot#iefix) format("embedded-opentype"),url(data:font/woff2;base64,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) format("woff2"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-700.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-700.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/poppins-v12-latin-700.svg#Poppins) format("svg")}@font-face{font-family:Noto_Sans;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSans-Regular.ttf) format("truetype")}@font-face{font-family:Noto_Sans;font-style:normal;font-weight:600;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSans-ExtraBold.ttf) format("truetype")}@font-face{font-family:FFMarket;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/Market-Regular.otf) format("opentype");font-display:swap}@font-face{font-family:FFMarket;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/Market-CondensedMedium.otf) format("opentype");font-display:swap}@font-face{font-family:FFMarket;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/Market-Bold.otf) format("opentype");font-display:swap}.fa,.far,.fas{font-family:fontawesome,sans-serif;font-weight:400}.fas{font-family:fontawesome-solid,sans-serif}.fab,.fas{font-weight:900}.fab{font-family:fontawesome-brands,sans-serif}.claim{font-family:FFMarket,Noto_Sans,sans-serif;font-size:32px}.claim a{color:inherit}html{height:100%!important;box-sizing:border-box}body,html{-webkit-overflow-scrolling:touch}body{height:100%;font-size:100%;font-size:16px;font-family:Noto_Sans,sans-serif;font-weight:400;position:relative;width:100%;top:0;left:0;margin:0;line-height:1.2;background-color:#fff;color:#696969;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.main{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:0}table{border-collapse:collapse;border-spacing:0}li,ol,ul{list-style:none}fieldset,img{border:0}picture{font-size:0;display:block}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}a,a:focus,a:hover,a:visited{text-decoration:none}a{background-color:transparent}a,a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]){cursor:default}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}button{overflow:visible;font-family:Noto_Sans,sans-serif}button,select{text-transform:none}button,html input[type=button],html input[type=password],input[type=reset],input[type=submit],input[type=text]{-webkit-appearance:none;cursor:pointer;border-radius:0}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input::-ms-clear,input::-ms-reveal{display:none}@media screen and (max-width:1024px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:1.11111vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:4.26667vw}}.blur-up{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter .4s;transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s}.blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0)}.lazyload:not([src]){display:none}.nowrap{white-space:nowrap}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.hidden{display:none!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.hidden-ie{display:none}}@supports (-ms-ime-align:auto){.hidden-ie{display:none}}.show-ie{display:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.show-ie{display:block}}@supports (-ms-ime-align:auto){.show-ie{display:block}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.show-pc{display:none!important}}.show-mob{display:none!important}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.show-mob{display:block!important}}.show-mob-ib{display:none!important}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.show-mob-ib{display:inline-block!important}}.product-color__gray{color:#e5e5e5}.product-color{color:#e8d9f0}.product-color__bg{background-color:#e8d9f0}@-webkit-keyframes color-animation__bg{0%{background-color:#e8d9f0}14.29%{background-color:#f6b7c2}28.58%{background-color:#9cdbf0}42.87%{background-color:#80bae8}57.16%{background-color:#faeb7d}71.45%{background-color:#b5dbd4}85.74%{background-color:#e8d999}to{background-color:#a6cc7d}}@keyframes color-animation__bg{0%{background-color:#e8d9f0}14.29%{background-color:#f6b7c2}28.58%{background-color:#9cdbf0}42.87%{background-color:#80bae8}57.16%{background-color:#faeb7d}71.45%{background-color:#b5dbd4}85.74%{background-color:#e8d999}to{background-color:#a6cc7d}}@-webkit-keyframes color-animation{0%{color:#e8d9f0}14.29%{color:#f6b7c2}28.58%{color:#9cdbf0}42.87%{color:#80bae8}57.16%{color:#faeb7d}71.45%{color:#b5dbd4}85.74%{color:#e8d999}to{color:#a6cc7d}}@keyframes color-animation{0%{color:#e8d9f0}14.29%{color:#f6b7c2}28.58%{color:#9cdbf0}42.87%{color:#80bae8}57.16%{color:#faeb7d}71.45%{color:#b5dbd4}85.74%{color:#e8d999}to{color:#a6cc7d}}.effect_color-animation.product-color{-webkit-animation-name:color-animation;animation-name:color-animation}.effect_color-animation.product-color__bg{-webkit-animation-name:color-animation__bg;animation-name:color-animation__bg}.effect_color-animation{-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-direction:alternate;animation-direction:alternate}.cf-container,.cmp-teaser-remastered,.dynamic-form-wrapper{width:71.11111vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cf-container,.cmp-teaser-remastered,.dynamic-form-wrapper{width:90.66667vw}}@media screen and (min-width:1020px) and (max-width:1030px){.cf-container,.cmp-teaser-remastered,.dynamic-form-wrapper{width:100%!important;padding-left:30px!important;padding-right:30px!important}}body{-webkit-transition:left .5s ease-in-out;transition:left .5s ease-in-out}body.show_nav_mob{box-shadow:1px 1px 4px 4px rgba(0,0,0,.3);left:-58.66667vw;position:fixed}#header{height:5.13889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header{height:17.33333vw}}#header .nav_brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}#header .nav_brand_img{width:11.11111vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_brand_img{width:32vw}}#header .nav_brand_txt{line-height:.6}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_mob_toggle{outline:none;border:0;box-shadow:none;background-color:transparent}}#header .nav_mob_toggle.show_nav_mob .nav_mob_bar--mid{opacity:0}#header .nav_mob_toggle.show_nav_mob .nav_mob_bar--top{-webkit-transform:rotate(42deg);transform:rotate(42deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}#header .nav_mob_toggle.show_nav_mob .nav_mob_bar--bottom{-webkit-transform:rotate(-42deg);transform:rotate(-42deg);-webkit-transform-origin:10% 50%;transform-origin:10% 50%}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_mob_bar{-webkit-transition:all .2s;transition:all .2s;background-color:#696969;width:8.53333vw;height:1.33333vw;display:block;margin-top:1.33333vw}}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_mob_bar--top{margin-top:0}}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_links{position:fixed;width:53.33333vw;top:0;left:100vw;-webkit-transition:left .5s ease-in-out;transition:left .5s ease-in-out;padding-top:5.33333vw}}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_links.show_nav_mob{left:44vw}}#header .nav_link{padding:0 .55556vw;font-size:1.11111vw;color:#b0b0b0;display:inline-block;height:2.22222vw;line-height:2.22222vw;background-color:transparent;-webkit-animation-name:none;animation-name:none}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){#header .nav_link{font-size:4.26667vw;padding:0 2.66667vw;height:9.06667vw;line-height:9.06667vw;display:block}}#header .nav_link.active{-webkit-animation-name:color-animation__bg;animation-name:color-animation__bg;color:#fff}.nav_change_lan{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.nav_change_lan img{margin-right:.69444vw;height:.83333vw;width:auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.nav_change_lan img{height:3.2vw;margin-right:2.66667vw}}.breadcrumb{background-color:#fafafa;color:#696969;padding:.69444vw 1.11111vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb{padding:2.66667vw 4.26667vw;width:100%;margin:0}}.breadcrumb_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb_list{font-size:4.26667vw;width:100%;margin:0 auto}}.breadcrumb_item:after{content:" > ";padding-right:.34722vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb_item:after{padding-right:1.33333vw}}.breadcrumb_item:last-child a{cursor:text}.breadcrumb_item:last-child:after{display:none}.breadcrumb_nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb_nav{font-size:4.26667vw;margin:0 auto}}.breadcrumb_nav li a{display:inline-block;width:2.08333vw;height:100%;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb_nav li a{width:6.66667vw}}.breadcrumb_nav li a span:before{display:inline-block;font-family:fontawesome-solid,sans-serif;font-weight:900}.breadcrumb_nav_prev span:before{content:"\F053"}.breadcrumb_nav_next span:before{content:"\F054"}footer{background-color:#696969}footer,footer a{color:#fff}footer #footer{padding:3.47222vw 0;font-size:1.11111vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer #footer{padding:10.66667vw 0;font-size:4.26667vw}}footer .footer_top{margin-bottom:6.94444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_top{margin-bottom:13.33333vw;display:block}}footer .footer_links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_links{display:block}}footer .footer_links_group{width:18.40278vw;margin-bottom:3.47222vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_links_group{width:100%;border-bottom:1px solid;margin-bottom:0}}footer .footer_links_tit_wrap{position:relative}footer .footer_link_tit{height:4.16667vw;margin-bottom:1.38889vw;display:inline-block;font-size:1.38889vw;font-weight:600}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_link_tit{font-size:5.33333vw;height:13.33333vw;line-height:13.33333vw;margin-bottom:0}}footer .footer_link_tit--link:hover{color:#e5e5e5}footer .footer_links_toggle{position:absolute;padding:0 2.66667vw;right:0;top:0}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_links_toggle:after{font-family:fontawesome-solid,sans-serif;content:"\F067";line-height:13.33333vw;font-size:3.73333vw}}footer .footer_links_toggle.active:after{content:"\F068"}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_links_wrap{display:none;padding:2.66667vw 0 8vw}}footer .footer_link{line-height:1.5}footer .footer_link:hover{color:#e5e5e5!important}footer .footer_social{-webkit-flex-basis:15.27778vw;-ms-flex-preferred-size:15.27778vw;flex-basis:15.27778vw;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;text-align:right}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_social{text-align:center;margin-top:9.33333vw}}footer .footer_social_item{display:inline-block;width:2em;height:2em;line-height:2em;font-size:1.38889vw;color:#696969;background-color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:1em;text-align:center;margin:0 0 1.04167vw 1.04167vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_social_item{font-size:5.33333vw;margin:0 1.33333vw}}footer .footer_social_item:first-child{margin-left:0}footer .footer_social_item:hover{color:#fff}footer .footer_social_item:hover .footer_social_item_icon{display:none}footer .footer_social_item:hover .footer_social_item_icon--hover{display:initial}footer .footer_social_item--facebook:hover{background-color:#1877f2}footer .footer_social_item--instagram:hover{background-color:#c32aa3}footer .footer_social_item--youtube:hover{background-color:red}footer .footer_social_item--twitter:hover{background-color:#00aced}footer .footer_social_item_icon{width:100%;height:100%;-webkit-transition:fill .3s,opacity .3s;transition:fill .3s,opacity .3s}footer .footer_social_item_icon--hover{display:none}footer .footer_social_item--nobg{background-color:transparent}footer .footer_service_links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_service_links{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}footer .footer_service_link:hover{color:#e5e5e5}footer .footer_service_link:after{content:"|";padding:0 .76389vw 0 .55556vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_service_link:after{padding:0 2.93333vw 0 2.13333vw}}footer .footer_service_link:last-child:after{display:none}footer .footer_service_link a{color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){footer .footer_copyright{text-align:center;margin-top:5.33333vw}}.back_to_top{text-align:center;background-color:rgba(0,0,0,.4);text-decoration:none;position:fixed;z-index:99999;bottom:20px;left:-webkit-calc(50% - 20px);left:calc(50% - 20px);border-radius:25px;display:none;cursor:pointer;font-size:20px;padding:10px;color:#fff;line-height:1;width:40px;height:40px}.back_to_top:after{font-family:fontawesome-solid,sans-serif;content:"\F077"}.bg_yellow .products_item_img{background:#faeb7d}.bg_yellow .hover_btn:hover{background-color:#faeb7d;color:#fff}.bg_yellow.bg_block{background-color:#faeb7d}.bg_purple .products_item_img{background:#e8d9f0}.bg_purple .hover_btn:hover{background-color:#e8d9f0;color:#fff}.bg_purple.bg_block{background-color:#e8d9f0}.bg_mint .products_item_img{background:#b5dbd4}.bg_mint .hover_btn:hover{background-color:#b5dbd4;color:#fff}.bg_mint.bg_block{background-color:#b5dbd4}.bg_pink .products_item_img{background:#f6b7c2}.bg_pink .hover_btn:hover{background-color:#f6b7c2;color:#fff}.bg_pink.bg_block{background-color:#f6b7c2}.bg_green .products_item_img{background:#a6cc7d}.bg_green .hover_btn:hover{background-color:#a6cc7d;color:#fff}.bg_green.bg_block{background-color:#a6cc7d}.bg_blue .products_item_img{background:#80bae8}.bg_blue .hover_btn:hover{background-color:#80bae8;color:#fff}.bg_blue.bg_block{background-color:#80bae8}.bg_khaki .products_item_img{background:#e8d999}.bg_khaki .hover_btn:hover{background-color:#e8d999;color:#fff}.bg_khaki.bg_block{background-color:#e8d999}.bg_turquoise .products_item_img{background:#9cdbf0}.bg_turquoise .hover_btn:hover{background-color:#9cdbf0;color:#fff}.bg_turquoise.bg_block{background-color:#9cdbf0}.text-center{text-align:center!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.text-center{text-align:center!important}}.text-right{text-align:right!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.text-right{text-align:right!important}}.text-left{text-align:left!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.text-left{text-align:left!important}}.visibilityHidden{position:absolute;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(0 0 99.9% 99.9%);clip-path:inset(0 0 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.btn{font-size:1.11111vw;padding:.41667vw 1.38889vw;border-radius:3.47222vw;color:#696969;background-color:#e5e5e5;border:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.btn{font-size:3.73333vw;padding:1.6vw 4.26667vw;border-radius:13.33333vw}}.btn:hover{color:#fff;-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-name:color-animation__bg;animation-name:color-animation__bg}.btn.btn_default:hover{-webkit-animation:none;animation:none;color:#696969}@font-face{font-family:Noto_Sans_Arabic;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansArabic-Regular.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Noto_Sans_Arabic;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansArabic-ExtraBold.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:600}html[lang=ar] .category .category-container,html[lang=ar] .home-context .context-title2,html[lang=ar] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=ar] body,html[lang=ar] button,html[lang^=ar-] .category .category-container,html[lang^=ar-] .home-context .context-title2,html[lang^=ar-] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang^=ar-] body,html[lang^=ar-] button{font-family:Noto_Sans_Arabic,sans-serif}html[lang=ar] .claim,html[lang=ar] .item-main .item-main-title2,html[lang=ar] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=ar] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2,html[lang^=ar-] .claim,html[lang^=ar-] .item-main .item-main-title2,html[lang^=ar-] .products .products_banner .products_banner_content .products_banner_content_description,html[lang^=ar-] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans_Arabic,sans-serif}@font-face{font-family:Noto_Sans_Chinese;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansSC-Regular.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Noto_Sans_Chinese;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansSC-ExtraBold.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:600}html[lang=zh] .category .category-container,html[lang=zh] .home-context .context-title2,html[lang=zh] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=zh] body,html[lang=zh] button,html[lang^=zh-] .category .category-container,html[lang^=zh-] .home-context .context-title2,html[lang^=zh-] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang^=zh-] body,html[lang^=zh-] button{font-family:Noto_Sans_Chinese,sans-serif}html[lang=zh] .claim,html[lang=zh] .item-main .item-main-title2,html[lang=zh] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=zh] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2,html[lang^=zh-] .claim,html[lang^=zh-] .item-main .item-main-title2,html[lang^=zh-] .products .products_banner .products_banner_content .products_banner_content_description,html[lang^=zh-] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans_Chinese,sans-serif}@font-face{font-family:Noto_Sans_JP;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansJP-Regular.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Noto_Sans_JP;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansJP-ExtraBold.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:600}html[lang=ja] .category .category-container,html[lang=ja] .home-context .context-title2,html[lang=ja] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=ja] body,html[lang=ja] button{font-family:Noto_Sans_JP,sans-serif}html[lang=ja] .claim,html[lang=ja] .item-main .item-main-title2,html[lang=ja] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=ja] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans_JP,sans-serif}@font-face{font-family:Noto_Sans_KR;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansKR-Regular.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Noto_Sans_KR;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansKR-ExtraBold.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:600}html[lang=ko-KR] .category .category-container,html[lang=ko-KR] .home-context .context-title2,html[lang=ko-KR] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=ko-KR] body,html[lang=ko-KR] button,html[lang=ko] .category .category-container,html[lang=ko] .home-context .context-title2,html[lang=ko] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=ko] body,html[lang=ko] button{font-family:Noto_Sans_KR,sans-serif}html[lang=ko-KR] .claim,html[lang=ko-KR] .item-main .item-main-title2,html[lang=ko-KR] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=ko-KR] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2,html[lang=ko] .claim,html[lang=ko] .item-main .item-main-title2,html[lang=ko] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=ko] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans_KR,sans-serif}@font-face{font-family:Noto_Sans_Thai;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansThai-Regular.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Noto_Sans_Thai;src:url(https://cdnjs.midea.com/aem-fe/comfee/dist/static/fonts/NotoSansThai-ExtraBold.ttf) format("opentype");font-display:swap;font-style:normal;font-weight:600}html[lang=th] .category .category-container,html[lang=th] .home-context .context-title2,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3,html[lang=th] body,html[lang=th] button{font-family:Noto_Sans_Thai,sans-serif}html[lang=th] .claim,html[lang=th] .item-main .item-main-title2,html[lang=th] .products .products_banner .products_banner_content .products_banner_content_description,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans_Thai,sans-serif}.ani-overflow-text{display:block;overflow:hidden;padding-right:1px;padding-bottom:1px}.ani-overflow-text .ani-overflow-word{opacity:1;-webkit-transform:translateY(125%);transform:translateY(125%);-webkit-transition:-webkit-transform .9s ease-out .5s;transition:-webkit-transform .9s ease-out .5s;transition:transform .9s ease-out .5s;transition:transform .9s ease-out .5s,-webkit-transform .9s ease-out .5s;will-change:transform}.mr-home-kv{position:relative;height:100vh;margin-bottom:6.25vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv{margin-bottom:12vw;height:auto}}.mr-home-kv:before{z-index:2;content:"";position:absolute;left:0;bottom:-7.77778vw;width:38.125vw;height:15.55556vw;border-radius:0 13.88889vw 0 0;background-color:#fff;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv:before{left:-20.53333vw;bottom:-14.93333vw;width:73.2vw;height:29.86667vw;border-radius:0 53.33333vw 0 0}}.mr-home-kv .mr-home-swiper{width:100%;height:100vh}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper{height:auto}}.mr-home-kv .mr-home-swiper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper img{position:static;height:auto}}.mr-home-kv .mr-home-swiper .home-kv-summary{z-index:3;position:absolute;top:18.68056vw;left:12.70833vw;width:45.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper .home-kv-summary{top:33.06667vw;left:5.33333vw;width:89.33333vw}}.mr-home-kv .mr-home-swiper .home-kv-summary .ani-overflow-text{display:block}.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-title{margin-bottom:0;font-weight:400;font-size:4.86111vw;color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-title{font-size:11.2vw}}.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-desc{margin-top:2.08333vw;font-size:1.25vw;color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-desc{margin-top:8vw;font-size:4.8vw}}.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-btn{margin-top:4.16667vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-kv .mr-home-swiper .home-kv-summary .home-kv-btn{margin-top:16vw}}.mr-home-kv .mr-home-swiper .swiper-slide-active .ani-overflow-word{-webkit-transform:translateY(0);transform:translateY(0)}.mr-home-products{padding-top:6.25vw;padding-bottom:6.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products{padding-top:12vw;padding-bottom:12vw}}.mr-home-products .ani-overflow-word{opacity:1;-webkit-transform:translateY(125%);transform:translateY(125%);-webkit-transition:-webkit-transform .5s ease-out 0s;transition:-webkit-transform .5s ease-out 0s;transition:transform .5s ease-out 0s;transition:transform .5s ease-out 0s,-webkit-transform .5s ease-out 0s;will-change:transform}.mr-home-products .mr-home-products-left{-webkit-box-flex:0;-webkit-flex:0 0 39.16667vw;-ms-flex:0 0 39.16667vw;flex:0 0 39.16667vw;max-width:39.16667vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-left{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-right{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(100% - 39.16667vw);-ms-flex:0 0 calc(100% - 39.16667vw);flex:0 0 calc(100% - 39.16667vw);max-width:-webkit-calc(100% - 39.16667vw);max-width:calc(100% - 39.16667vw)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.mr-home-products .mr-home-products-right{-webkit-box-flex:0;-webkit-flex:0 0 92.91667vw;-ms-flex:0 0 92.91667vw;flex:0 0 92.91667vw;max-width:92.91667vw}}@supports (-ms-ime-align:auto){.mr-home-products .mr-home-products-right{-webkit-box-flex:0;-webkit-flex:0 0 92.91667vw;-ms-flex:0 0 92.91667vw;flex:0 0 92.91667vw;max-width:92.91667vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-summary{padding:0 6.94444vw 0 12.70833vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary{padding:0 5.33333vw 9.33333vw}}.mr-home-products .mr-home-products-summary .home-products-title{position:relative;margin-bottom:0;padding-top:1.73611vw;color:#242728}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary .home-products-title{padding-top:6.66667vw}}.mr-home-products .mr-home-products-summary .home-products-title:before{content:"";position:absolute;top:0;left:0;width:0;height:.69444vw;background-color:#9b0000;-webkit-transition:width .5s ease-out .8s;transition:width .5s ease-out .8s}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary .home-products-title:before{height:2.66667vw}}.mr-home-products .mr-home-products-summary .home-products-desc{margin-top:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary .home-products-desc{margin-top:8vw}}.mr-home-products .mr-home-products-summary .home-products-btn{margin-top:3.125vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary .home-products-btn{margin-top:4vw}}.mr-home-products .mr-home-products-summary.active .home-products-title:before{width:5.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-summary.active .home-products-title:before{width:19.73333vw}}.mr-home-products .mr-home-products-summary.active .ani-overflow-word{-webkit-transform:translateY(0);transform:translateY(0)}.mr-home-products .mr-home-products-swiper{-webkit-transform:translateY(50%);transform:translateY(50%);-webkit-transition:-webkit-transform .5s ease-out .2s;transition:-webkit-transform .5s ease-out .2s;transition:transform .5s ease-out .2s;transition:transform .5s ease-out .2s,-webkit-transform .5s ease-out .2s;padding-right:12.70833vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper{padding:0 5.33333vw;-webkit-transform:translateY(0);transform:translateY(0)}}.mr-home-products .mr-home-products-swiper.active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.mr-home-products .mr-home-products-swiper .swiper-slide-next{opacity:.5}.mr-home-products .mr-home-products-swiper .swiper-slide{width:auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .swiper-slide{width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-block{width:80.41667vw;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-block{width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-left{-webkit-box-flex:0;-webkit-flex:0 0 52.91667vw;-ms-flex:0 0 52.91667vw;flex:0 0 52.91667vw;max-width:52.91667vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-left{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-right{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(100% - 52.91667vw);-ms-flex:0 0 calc(100% - 52.91667vw);flex:0 0 calc(100% - 52.91667vw);max-width:-webkit-calc(100% - 52.91667vw);max-width:calc(100% - 52.91667vw)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.mr-home-products .mr-home-products-swiper .products-swiper-right{-webkit-box-flex:0;-webkit-flex:0 0 27.22222vw;-ms-flex:0 0 27.22222vw;flex:0 0 27.22222vw;max-width:27.22222vw}}@supports (-ms-ime-align:auto){.mr-home-products .mr-home-products-swiper .products-swiper-right{-webkit-box-flex:0;-webkit-flex:0 0 27.22222vw;-ms-flex:0 0 27.22222vw;flex:0 0 27.22222vw;max-width:27.22222vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item{padding:4vw 0}}.mr-home-products .mr-home-products-swiper .products-swiper-item .swiper-item-img{-webkit-box-flex:0;-webkit-flex:0 0 39.93056vw;-ms-flex:0 0 39.93056vw;flex:0 0 39.93056vw;max-width:39.93056vw;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item .swiper-item-img{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-item .swiper-item-img img{width:100%;-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;will-change:transform}.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-text{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(100% - 39.93056vw);-ms-flex:0 0 calc(100% - 39.93056vw);flex:0 0 calc(100% - 39.93056vw);max-width:-webkit-calc(100% - 39.93056vw);max-width:calc(100% - 39.93056vw)}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-text{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary{position:relative;background-color:#fafafa;height:100%;padding:2.08333vw 1.04167vw;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary{width:100%;padding:4vw 5.33333vw}}.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary:after{content:"";display:block;position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#c4161c;-webkit-transition:left .5s ease-out;transition:left .5s ease-out;opacity:0}.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary .products-summary-title{color:#242728}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary .products-summary-title{margin-bottom:2.66667vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item .products-item-summary .products-summary-desc{font-size:4.26667vw}}.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .swiper-item-img img{-webkit-transform:scale(1.05);transform:scale(1.05)}.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary:after{left:0;opacity:1}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary:after{display:none}}.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary .products-summary-desc,.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary .products-summary-title{position:relative;z-index:3;color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary .products-summary-desc,.mr-home-products .mr-home-products-swiper .products-swiper-item:hover .products-item-summary .products-summary-title{color:#c4161c}}.mr-home-products .mr-home-products-swiper .products-swiper-right .products-swiper-item .products-item-text,.mr-home-products .mr-home-products-swiper .products-swiper-right .products-swiper-item .swiper-item-img{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.mr-home-products .mr-home-products-swiper .products-swiper-right .products-swiper-item .products-item-summary{height:100%;padding:2.08333vw 2.08333vw 3.81944vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-right .products-swiper-item .products-item-summary{padding:4vw 5.33333vw}}.mr-home-products .mr-home-products-swiper .products-swiper-button-next,.mr-home-products .mr-home-products-swiper .products-swiper-button-prev{left:auto;right:0;margin-right:12.70833vw}.mr-home-products .mr-home-products-swiper .products-swiper-button-next:after,.mr-home-products .mr-home-products-swiper .products-swiper-button-prev:after{display:none}.mr-home-products .mr-home-products-swiper .products-swiper-button-next.swiper-button-disabled,.mr-home-products .mr-home-products-swiper .products-swiper-button-prev.swiper-button-disabled{opacity:0;cursor:auto;pointer-events:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-products .mr-home-products-swiper .products-swiper-button-next,.mr-home-products .mr-home-products-swiper .products-swiper-button-prev{display:none}}.mr-home-news{padding-top:6.25vw;padding-bottom:6.25vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news{padding-top:12vw;padding-bottom:12vw}}.mr-home-news .mr-home-news-pin{height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-pin{display:block;height:auto}}.mr-home-news .mr-home-news-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.mr-home-news .mr-home-news-container .news-geometry-block{z-index:1;position:absolute;top:0;left:-8.05556vw;width:0;height:35.76389vw;overflow:hidden;-webkit-transition:width 1.5s ease-out;transition:width 1.5s ease-out;will-change:width}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry-block{top:62.66667vw;left:-16vw;height:59.2vw}}.mr-home-news .mr-home-news-container .news-geometry-block img{width:100%}.mr-home-news .mr-home-news-container .news-geometry-block.active{width:67.36111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry-block.active{width:77.6vw}}.mr-home-news .mr-home-news-container .news-geometry{position:absolute;top:0;left:0;width:67.36111vw;height:35.76389vw;background-color:#ededed;border-radius:0 13.88889vw 0 8.33333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry{display:none}}.mr-home-news .mr-home-news-container .news-geometry:before{content:"";position:absolute;top:0;left:0;width:34.72222vw;height:17.91667vw;background-color:#fafafa}.mr-home-news .mr-home-news-container .news-geometry:after{content:"";position:absolute;bottom:0;right:0;width:32.63889vw;height:17.84722vw;background-color:#fafafa}.mr-home-news .mr-home-news-container .news-geometry-red-block{z-index:3;position:absolute;width:15.27778vw;height:0;bottom:0;left:-8.19444vw;overflow:hidden;-webkit-transition:height 1.5s ease-out .6s;transition:height 1.5s ease-out .6s;will-change:height}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry-red-block{width:45.86667vw;left:-5.6vw;bottom:37.33333vw;z-index:1}}.mr-home-news .mr-home-news-container .news-geometry-red-block img{width:100%}.mr-home-news .mr-home-news-container .news-geometry-red-block.active{height:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry-red-block.active{height:21.6vw}}.mr-home-news .mr-home-news-container .news-geometry-red{position:absolute;top:0;left:0;width:15.27778vw;height:30.13889vw;background:linear-gradient(150deg,#e00b0b,#700606);border-radius:8.33333vw 0 8.33333vw 0;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-geometry-red{display:none}}.mr-home-news .mr-home-news-container .news-geometry-red:after{content:"";position:absolute;top:0;right:0;width:7.08333vw;height:100%;background:linear-gradient(315deg,#e00b0b,#700606 180%)}.mr-home-news .mr-home-news-container .mr-home-news-top{z-index:2;position:relative;padding-left:85.83333vw;padding-right:14.79167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-top{padding-left:5.33333vw;padding-right:5.33333vw}}.mr-home-news .mr-home-news-container .mr-home-news-btm{z-index:2;position:relative;width:107.91667vw;margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-btm{width:89.33333vw}}.mr-home-news .mr-home-news-container .mr-home-news-btm .mr-home-news-left{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 71.04167vw;-ms-flex:0 0 71.04167vw;flex:0 0 71.04167vw;max-width:71.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-btm .mr-home-news-left{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.mr-home-news .mr-home-news-container .mr-home-news-btm .mr-home-news-right{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(100% - 71.04167vw);-ms-flex:0 0 calc(100% - 71.04167vw);flex:0 0 calc(100% - 71.04167vw);max-width:-webkit-calc(100% - 71.04167vw);max-width:calc(100% - 71.04167vw);height:45vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-btm .mr-home-news-right{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;height:auto}}.mr-home-news .mr-home-news-container .mr-home-news-summary{padding-bottom:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-summary{padding-bottom:26.66667vw}}.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-title{position:relative;margin-bottom:0;padding-top:1.73611vw;color:#242728}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-title{padding-top:6.66667vw}}.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-title:before{content:"";position:absolute;top:0;left:0;width:0;height:.69444vw;background-color:#9b0000;-webkit-transition:width .5s ease-out .8s;transition:width .5s ease-out .8s}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-title:before{height:2.66667vw}}.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-desc{margin-top:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-summary .home-news-desc{margin-top:8vw}}.mr-home-news .mr-home-news-container .mr-home-news-summary.active .home-news-title:before{width:5.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-summary.active .home-news-title:before{width:19.73333vw}}.mr-home-news .mr-home-news-container .mr-home-news-summary.active .ani-overflow-word{-webkit-transform:translateY(0);transform:translateY(0)}.mr-home-news .mr-home-news-container .mr-home-news-item{display:block}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-img{overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-img{position:relative;z-index:3}}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-img img{width:100%;-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content{z-index:2;position:absolute;left:0;bottom:0;width:46.59722vw;min-height:14.23611vw;background-color:#fff;border:1px solid #dcdddd;padding:2.08333vw 4.51389vw 2.08333vw 8.95833vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content{position:relative;width:100%;min-height:auto;padding:13.33333vw 0 5.33333vw;border:none;border-bottom:1px solid #dcdddd}}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .news-content-bg{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .news-content-bg{display:none}}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .news-content-bg:before{content:"";display:block;position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#c4161c;-webkit-transition:left .5s ease-out;transition:left .5s ease-out;opacity:0}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-group,.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-title{position:relative;z-index:3}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-group{font-size:.97222vw;color:#222}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-group{font-size:3.2vw}}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-group .home-content-type{color:#c7000b}.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-title{margin-top:1.04167vw;font-size:1.66667vw;font-weight:500;color:#242728}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item .home-news-content .home-content-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:2.66667vw;font-size:4.8vw;height:15.46667vw}}.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-img img{-webkit-transform:scale(1.05);transform:scale(1.05)}.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content{border:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content{border-bottom:1px solid #dcdddd}}.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .news-content-bg:before{left:0;opacity:1}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .news-content-bg:before{display:none}}.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-group,.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-title{color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-group,.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-title{color:#c7000b}}.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-group .home-content-type,.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-title .home-content-type{color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-group .home-content-type,.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-title .home-content-type{color:#c7000b}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .mr-home-news-item:hover .home-news-content .home-content-group{color:#222}}.mr-home-news .mr-home-news-container .news-right-container{height:100%;overflow:hidden}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item .home-news-content{position:static;width:-webkit-calc(100% - 2.08333vw);width:calc(100% - 2.08333vw);min-height:auto;border:none;border-bottom:1px solid #dcdddd;padding:2.08333vw 0;margin-left:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item .home-news-content{width:100%;padding:5.33333vw 0;margin-left:0}}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item .home-news-content .home-content-title{height:5.27778vw;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item .home-news-content .home-content-title{height:15.46667vw}}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item:hover .home-news-content .home-content-group{color:#222}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item:hover .home-news-content .home-content-group .home-content-type,.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-list .mr-home-news-item:hover .home-news-content .home-content-title{color:#c7000b}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-btn-group{padding-top:4.16667vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-btn-group{padding-top:8vw}}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-btn-group .mr-home-news-btn{margin:0 2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-btn-group .mr-home-news-btn{margin:0 8vw 0 0}.mr-home-news .mr-home-news-container .news-right-container .mr-home-news-btn-group .mr-home-news-btn.mr-mar-right{margin-right:0}}.mr-home-about{padding-top:6.25vw;padding-bottom:12.5vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about{padding-top:12vw;padding-bottom:24vw}}.mr-home-about .mr-home-about-container{position:relative;height:53.125vw;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container{height:auto}}.mr-home-about .mr-home-about-container .mr-home-about-summary{z-index:3;position:absolute;top:0;left:12.70833vw;width:22.43056vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-summary{position:relative;left:0;width:100%;padding:0 5.33333vw}}.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-title{position:relative;margin-bottom:0;padding-top:1.73611vw;color:#242728}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-title{padding-top:6.66667vw}}.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-title:before{content:"";position:absolute;top:0;left:0;width:0;height:.69444vw;background-color:#9b0000;-webkit-transition:width .5s ease-out .8s;transition:width .5s ease-out .8s}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-title:before{height:2.66667vw}}.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-desc{margin-top:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-desc{margin-top:8vw}}.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-btn{margin-top:3.125vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-summary .home-about-btn{margin-top:4vw}}.mr-home-about .mr-home-about-container .mr-home-about-bg{z-index:1;position:absolute;top:0;right:0;width:93.33333vw;height:35.76389vw;opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:transform .5s ease-out,opacity .5s ease-out;transition:transform .5s ease-out,opacity .5s ease-out,-webkit-transform .5s ease-out}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-bg{top:77.33333vw;right:-14.66667vw;width:77.6vw;height:59.2vw}}.mr-home-about .mr-home-about-container .mr-home-about-bg img{width:100%}.mr-home-about .mr-home-about-container .mr-home-about-img{z-index:2;position:absolute;bottom:0;left:12.70833vw;width:36.875vw;height:23.40278vw;overflow:hidden}.mr-home-about .mr-home-about-container .mr-home-about-img img{-webkit-transform:translateY(50%);transform:translateY(50%);-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out}.mr-home-about .mr-home-about-container .mr-home-about-swiper{z-index:2;position:absolute;bottom:0;right:12.70833vw;width:71.04167vw;height:45vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-swiper{position:relative;right:0;width:89.33333vw;height:93.86667vw;margin-top:32vw}}.mr-home-about .mr-home-about-container .mr-home-about-swiper .swiper-slide{position:relative}.mr-home-about .mr-home-about-container .mr-home-about-swiper .home-about-swiper-img{position:absolute;bottom:0;left:0;right:0;width:100%;height:60%;-webkit-transition:height .5s ease-out;transition:height .5s ease-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;overflow:hidden}.mr-home-about .mr-home-about-container .mr-home-about-swiper .home-about-swiper-img img{width:71.04167vw;height:45vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-swiper .home-about-swiper-img img{width:89.33333vw;height:93.86667vw}}.mr-home-about .mr-home-about-container .mr-home-about-swiper .mr-home-left-bottom{z-index:2;position:absolute;bottom:-1px;left:-1px;width:36.73611vw;height:7.77778vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container .mr-home-about-swiper .mr-home-left-bottom{left:-20.53333vw;width:70.4vw;height:14.93333vw}}.mr-home-about .mr-home-about-container .mr-home-about-swiper .mr-home-left-bottom img{width:100%}.mr-home-about .mr-home-about-container.active .mr-home-about-summary .home-about-title:before{width:5.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.mr-home-about .mr-home-about-container.active .mr-home-about-summary .home-about-title:before{width:19.73333vw}}.mr-home-about .mr-home-about-container.active .mr-home-about-summary .ani-overflow-word{-webkit-transform:translateY(0);transform:translateY(0)}.mr-home-about .mr-home-about-container.active .mr-home-about-img img{-webkit-transform:translateY(0);transform:translateY(0);width:100%}.mr-home-about .mr-home-about-container.active .mr-home-about-bg{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}.mr-home-about .mr-home-about-container.active .home-about-swiper-img{height:100%}.video-banner{background-color:#000}.video-banner iframe,.video-banner video{width:100%;height:53.47222vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-banner iframe,.video-banner video{height:53.33333vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner{height:auto!important}}.swiper-banner .swiper-slide{cursor:-webkit-grab;cursor:grab;position:relative}.swiper-banner .video-play-btn{display:none;position:absolute;z-index:99;left:0;right:0;top:0;bottom:0;margin:auto;width:6.94444vw;cursor:pointer}.swiper-banner .swiper-pagination .swiper-pagination-bullet-active{position:relative;top:.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-pagination .swiper-pagination-bullet-active{width:4.8vw;height:4.8vw;position:relative;top:.53333vw}}.swiper-banner .swiper-banner-main picture{width:100%}.swiper-banner .swiper-banner-main .swiper-banner-container{position:absolute;top:25%;width:40%;z-index:999;left:0;padding:3.47222vw 4.16667vw;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:20.83333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-banner-main .swiper-banner-container{width:100%;position:relative;padding:0;z-index:1;margin:0;top:0;display:block}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.title{padding:13.33333vw 16vw}}.item-main{min-height:12.5vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.38889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.item-main{padding:5.33333vw;width:100%}}.item-main .item-main-title{line-height:5.83333vw;margin-bottom:1.04167vw;color:#fff;font-size:1.66667vw!important;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.item-main .item-main-title{font-size:6.4vw!important;line-height:7.68vw;margin-bottom:4vw}}.item-main .item-main-title2{font-family:FFMarket,Noto_Sans,sans-serif;font-weight:400;font-size:2.22222vw;line-height:3.19444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.item-main .item-main-title2{font-size:8.53333vw;line-height:10.24vw}}.item-main .item-main-button{font-size:1.11111vw;padding:.41667vw 1.38889vw;margin:1.04167vw auto 0;font-weight:400;text-align:center;position:relative;-webkit-transition:all .3s;transition:all .3s;letter-spacing:1px;border-radius:50px;cursor:pointer;display:inline-block;border:1px solid transparent;background-color:#e5e5e5}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.item-main .item-main-button{font-size:3.73333vw;padding:1.6vw 4.26667vw;margin-top:4vw;line-height:4.26667vw;width:auto}}.item-main .item-main-button:hover{background-color:#696969;color:#fff}.item-main a{font-size:.97222vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.item-main a{font-size:3.73333vw}}.category{width:100%;background:#fafafa;margin-bottom:3.47222vw}.category .category-container{max-width:71.11111vw;margin:auto;padding-left:1.04167vw;padding-right:1.04167vw;font-family:Noto_Sans,sans-serif}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container{max-width:100%!important;padding:0!important}}.category .category-container .swiper-category{position:relative;text-align:center;font-size:.97222vw;font-weight:600;width:63.33333vw;margin:0 auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container .swiper-category{max-width:100%!important;width:100%}}.category .category-container .swiper-category .swiper-button-disabled{color:#b0b0b0}.category .category-container .swiper-category .swiper-button-next:after,.category .category-container .swiper-category .swiper-button-prev:after{display:none!important}.category .category-container .swiper-category .swiper-button-prev{width:3.05556vw;height:3.05556vw;left:-3.47222vw;top:50%;margin-top:-1.52778vw;outline:none!important;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container .swiper-category .swiper-button-prev{width:11.73333vw;height:11.73333vw;left:-1.33333vw;top:35%}}.category .category-container .swiper-category .swiper-button-next{width:3.05556vw;height:3.05556vw;right:-3.47222vw;top:50%;margin-top:-1.52778vw;outline:none;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container .swiper-category .swiper-button-next{width:11.73333vw;height:11.73333vw;right:-1.33333vw;top:35%}}.category .category-container .swiper-category .swiper-context{overflow:hidden;width:100%;position:relative}.category .category-container .swiper-category .swiper-wrapper .swiper-slide{height:auto;padding:.69444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container .swiper-category .swiper-wrapper .swiper-slide{max-width:40.53333vw;min-height:40.53333vw;padding:2.66667vw 5.33333vw;font-size:3.73333vw;font-weight:600;color:#696969}}.category .category-container .swiper-category .swiper-wrapper .swiper-slide img{margin-bottom:.69444vw;width:5.55556vw;height:5.55556vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container .swiper-category .swiper-wrapper .swiper-slide img{margin-bottom:2.66667vw;width:21.33333vw;height:21.33333vw}}.category .category-container .swiper-category .swiper-wrapper .swiper-slide a{word-wrap:break-word}.category .category-container-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.category .category-container-img,.category .category-container-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.category .category-container-img{height:5.55556vw;width:5.55556vw;margin-bottom:.69444vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.category .category-container-img picture{max-width:100%;max-height:100%}.category .category-container-img img{max-width:5.55556vw;max-height:5.55556vw;width:auto!important;height:auto!important;display:inline-block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.category .category-container-img{height:21.33333vw;width:21.33333vw;margin-bottom:2.66667vw}.category .category-container-img img{max-width:21.33333vw;max-height:21.33333vw}}.category .category-container-text{word-wrap:break-word;max-width:100%}.home-context{max-width:71.11111vw;margin:auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-context{padding:0 4vw;max-width:100%}}.home-context .context-title1{margin-bottom:3.47222vw;font-size:1.04167vw;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-context .context-title1{font-size:3.73333vw;padding:8vw 0}}.home-context .context-title2{margin-bottom:3.47222vw;font-size:2.5vw;min-height:3.54167vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:600}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-context .context-title2{font-size:9.6vw;font-family:Noto_Sans,sans-serif;min-height:12.8vw;font-weight:600;margin-bottom:8vw}}.home-list{margin-bottom:6.94444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list{padding:0 4vw;margin-bottom:13.33333vw}}.home-list .item{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:71.11111vw;margin:auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item{display:block;max-width:100%}}.home-list .item:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item:nth-child(odd){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.home-list .item:nth-child(2n){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item:nth-child(2n){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.home-list .item .item-flex{-webkit-box-flex:0;-webkit-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;text-align:center;position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item .item-flex{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}}.home-list .item .item-flex .video-home-list{width:100%;background-color:#000}.home-list .item .item-flex .video-home-list .vimeo-video-player,.home-list .item .item-flex .video-home-list iframe,.home-list .item .item-flex .video-home-list video{width:100%;height:35.55556vw;display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item .item-flex .video-home-list .vimeo-video-player,.home-list .item .item-flex .video-home-list iframe,.home-list .item .item-flex .video-home-list video{height:92vw}}.home-list .item .item-flex img{max-width:100%;height:auto;-webkit-transition:all .6s;transition:all .6s}.home-list .item .item-flex:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.home-list .item-flex .item-main-title{font-size:1.11111vw;color:#696969;margin-bottom:1.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item-flex .item-main-title{font-size:3.73333vw;color:#696969;margin-bottom:4vw;font-size:6.4vw;line-height:9.6vw}}.home-list .item-flex:nth-child(2){text-align:center;-webkit-box-flex:0;-webkit-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:23.95833vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-list .item-flex:nth-child(2){padding:16vw 0;text-align:center;-webkit-box-flex:0;-webkit-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:92vw}}.bg-yellow .item-flex:first-child{background:#faeb7d}.bg-yellow .item-main-title2{color:#faeb7d}.bg-yellow .item-main-button:hover{background:#faeb7d!important}.bg-yellow-hover.active,.bg-yellow-hover:hover{background:#faeb7d}.bg-yellow-dark .item-flex:first-child{background:#e8d999}.bg-yellow-dark .item-main-title2{color:#e8d999}.bg-yellow-dark .item-main-button:hover{background:#e8d999!important}.bg-yellow-dark-hover.active,.bg-yellow-dark-hover:hover{background:#e8d999}.bg-green .item-flex:first-child{background:#b5dbd4}.bg-green .item-main-title2{color:#b5dbd4}.bg-green .item-main-button:hover{background:#b5dbd4!important}.bg-green-hover.active,.bg-green-hover:hover{background:#b5dbd4}.bg-green-dark .item-flex:first-child{background:#a6cc7d}.bg-green-dark .item-main-title2{color:#a6cc7d}.bg-green-dark .item-main-button:hover{background:#a6cc7d!important}.bg-green-dark-hover.active,.bg-green-dark-hover:hover{background:#a6cc7d}.bg-blue .item-flex:first-child{background:#9cdbf0}.bg-blue .item-main-title2{color:#9cdbf0}.bg-blue .item-main-button:hover{background:#9cdbf0!important}.bg-blue-hover.active,.bg-blue-hover:hover{background:#9cdbf0}.bg-blue-dark .item-flex:first-child{background:#80bae8}.bg-blue-dark .item-main-title2{color:#80bae8}.bg-blue-dark .item-main-button:hover{background:#80bae8!important}.bg-blue-dark-hover.active,.bg-blue-dark-hover:hover{background:#80bae8}.bg-violet .item-flex:first-child{background:#e8d9f0}.bg-violet .item-main-title2{color:#e8d9f0}.bg-violet .item-main-button:hover{background:#e8d9f0!important}.bg-violet-hover.active,.bg-violet-hover:hover{background:#e8d9f0}.bg-pink .item-flex:first-child{background:#f6b7c2}.bg-pink .item-main-title2{color:#f6b7c2}.bg-pink .item-main-button:hover{background:#f6b7c2!important}.bg-pink-hover.active,.bg-pink-hover:hover{background:#f6b7c2}.bg-white{background:#fff!important}.swiper-banner{width:100%;position:relative}.swiper-banner .swiper-wrapper{width:100%}.swiper-banner .swiper-slide .slide-more-btn-1,.swiper-banner .swiper-slide .slide-more-btn-2{background:#1f94d2;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#fff;font-size:1.11111vw;height:auto;padding:1.11111vw 4.02778vw;line-height:1.45833vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-slide .slide-more-btn-1,.swiper-banner .swiper-slide .slide-more-btn-2{padding:3.46667vw 10.4vw;line-height:5.6vw;font-size:4.26667vw;left:0;right:0;margin:10.66667vw auto 0}}.swiper-banner .swiper-slide .slide-more-btn-1:hover,.swiper-banner .swiper-slide .slide-more-btn-2:hover{background:#3dcbff}.swiper-banner .swiper-slide .slide-more-btn-1{position:absolute;top:1.80556vw;right:1.94444vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-slide .slide-more-btn-1{top:-2.66667vw;right:0;left:22.66667vw;margin:0}}.swiper-banner .swiper-slide .slide-more-btn-2{position:absolute;top:1.66667vw;right:1.66667vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-slide .slide-more-btn-2{top:0;right:0;left:29.33333vw;margin:auto}}.swiper-banner .swiper-banner-btn:after,.swiper-banner .swiper-banner-btn:before{width:.625vw;background-color:#fff;bottom:1.31944vw;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);-webkit-transition:background-color .3s;transition:background-color .3s;height:.13889vw;content:"";position:absolute;left:48%}.swiper-banner .swiper-banner-btn:before{top:1.31944vw;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.swiper-banner .swiper-banner-btn:hover{background-color:#fff}.swiper-banner .swiper-banner-btn:hover:after,.swiper-banner .swiper-banner-btn:hover:before{background-color:#313131}.swiper-banner .swiper-banner-btn-next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-banner .swiper-banner-btn-prev{left:auto;right:11.11111vw}.swiper-banner .swiper-pagination .swiper-pagination-bullet{width:.97222vw;height:.97222vw;display:inline-block;border-radius:100%;background:#e5e5e5;opacity:1;outline:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-pagination .swiper-pagination-bullet{background:#e5e5e5;width:3.73333vw;height:3.73333vw}}.swiper-banner .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff;width:1.25vw;height:1.25vw;outline:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-pagination .swiper-pagination-bullet-active{width:4.8vw;height:4.8vw}}.swiper-banner .content-center .textInfo-bg{left:0;right:0;margin:0 auto}.swiper-banner .content-right .textInfo-bg{right:0;left:auto}.swiper-banner .white .text1,.swiper-banner .white .text2{color:#fff!important}.swiper-banner .black .text1,.swiper-banner .black .text2{color:#696969!important}.swiper-banner .white-mark .text-mark{background-color:hsla(0,0%,100%,.35);z-index:9;padding:2.08333vw 2.77778vw 4.86111vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .white-mark .text-mark{padding:2.66667vw 5.33333vw 16vw}}.swiper-banner .black-mark .text-mark{background-color:rgba(0,0,0,.55);z-index:9;padding:2.08333vw 2.77778vw 4.86111vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .black-mark .text-mark{padding:2.66667vw 5.33333vw 16vw}}.swiper-banner .mask-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.55)}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-banner-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.swiper-banner .swiper-banner-main .swiper-banner-img{height:auto;width:100%}.swiper-banner .swiper-banner-main .textInfo-bg{width:45%;top:25%;padding:2.77778vw;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-banner-main .textInfo-bg{width:100%;position:relative;top:0;padding:13.33333vw 16vw}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo{position:relative;text-align:center;z-index:10}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.swiper-banner .swiper-banner-main .textInfo-bg .textInfo{width:100%}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text1{line-height:5.83333vw;color:#fff;font-size:4vw;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text1{font-size:6.4vw;line-height:7.68vw}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-family:FFMarket,Noto_Sans,sans-serif;font-weight:400;font-size:2.22222vw;line-height:3.19444vw;color:#fff;margin-bottom:1.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text2{font-size:8.53333vw;line-height:10.24vw;margin-bottom:4vw}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3{font-family:Noto_Sans,sans-serif;font-weight:400;font-size:1.11111vw;line-height:1.52778vw;color:#696969}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text3{font-size:4.26667vw;line-height:5.06667vw}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:1.11111vw;padding:.41667vw 1.38889vw;margin:1.04167vw auto 0;font-weight:400;position:relative;-webkit-transition:all .3s;transition:all .3s;letter-spacing:1px;border-radius:50px;cursor:pointer;color:#696969;display:inline-block;border:1px solid transparent;background-color:#e5e5e5;max-width:20.83333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:3.73333vw;padding:1.6vw 4.26667vw;margin-top:4vw;line-height:4.26667vw;max-width:92vw}}.swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn:hover{background-color:grey!important;color:#fff}.products_banner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner{width:100%}}.products_banner_img{font-size:0;width:50%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner_img{width:100%}}.products_banner_img img{width:100%;height:auto}.products_banner_img .video-banner{width:100%;background-color:#000}.products_banner_img .video-banner .vimeo-video-player,.products_banner_img .video-banner iframe,.products_banner_img .video-banner video{width:100%;height:35.55556vw;display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner_img .video-banner .vimeo-video-player,.products_banner_img .video-banner iframe,.products_banner_img .video-banner video{height:92vw}}.products_banner_content{width:50%;padding:3.47222vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner_content{padding:9.06667vw;width:100%}}.products_banner_content_title{font-size:1.66667vw;font-weight:700}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner_content_title{font-size:6.4vw}}.products_banner_content_description{font-family:FFMarket,Noto_Sans,sans-serif;font-size:2.22222vw;margin-bottom:1.73611vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_banner_content_description{font-size:8.53333vw;margin-bottom:4vw}}.products_filter_value{display:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_filter_value{outline:none;display:inherit;color:#696969;background-color:#e5e5e5;border:none;padding:1.06667vw 9.06667vw 1.06667vw 5.33333vw;font-size:4.26667vw;position:relative}.products_filter_value[data-expanded=true]:after{content:"\F0D8"}.products_filter_value:after{font-family:fontawesome-solid,sans-serif;content:"\F0D7";position:absolute;right:.69444vw;top:50%;-webkit-transform:translateY(-60%);transform:translateY(-60%)}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (max-width:639px),screen and (max-width:639px) and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px) and (max-width:639px){.products_filter_value:after{right:2.66667vw}}.products_filter{padding:1.38889vw 0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_filter{padding:5.33333vw 0}}.products_filter_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_filter_list{border:1px solid #e5e5e5;position:relative;top:-1px;display:none}}.products_filter_item{font-size:.97222vw;padding:.41667vw 1.38889vw;border-radius:3.47222vw;margin-bottom:.55556vw;margin-right:.55556vw;color:#e5e5e5;border:1px solid #e5e5e5;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_filter_item{font-size:4.26667vw;width:100%;padding:1.6vw 5.33333vw;border-radius:0;border:none;margin:0}}.products_filter_item:hover,.products_filter_item_actived{color:#696969;background-color:#e5e5e5}.products_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:6.94444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_list{margin-bottom:13.33333vw}}.products_item{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_item{width:100%}}.products_item_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.products_item_reverse .products_item_img:after{border-right-color:transparent;border-left-color:#fff;right:auto;left:-1px}.products_item:hover img{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.products_item_img{width:50%;height:17.08333vw;position:relative}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_item_img{height:45.33333vw}}.products_item_img img{width:80%;height:80%;-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.products_item_img:after{content:"";position:absolute;border:1.04167vw solid transparent;border-right-color:#fff;right:-1px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_item_img:after{border-width:2.66667vw}}.products_item_content{width:50%;text-align:center;padding:1.38889vw}.products_item_content_title{font-size:1.38889vw;font-weight:600;margin-bottom:1.73611vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_item_content_title{font-size:4.26667vw;margin-bottom:4vw}}.products_item_content a{font-size:1.11111vw;padding:.41667vw 1.38889vw;line-height:1.80556vw;color:#696969;background-color:#e5e5e5;border-radius:3.47222vw;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.products_item_content a{line-height:4.26667vw;font-size:3.73333vw;height:8.53333vw;padding:1.6vw 4.26667vw;border-radius:13.33333vw}}.bread{width:72.91667vw;margin:auto;height:3.47222vw;padding-left:1.38889vw;background-color:#fafafa!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.bread{width:100%;height:10.66667vw;padding:0 2.66667vw;background-color:#fafafa!important}}@media screen and (min-width:1020px) and (max-width:1030px){.bread{width:100%!important;padding-left:30px!important;padding-right:30px!important}}.bread ul{padding:0;margin:0}.bread ul li{float:left;line-height:3.47222vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.bread ul li{height:10.66667vw;line-height:10.66667vw}}.bread ul li:last-child:after{content:" "}.bread ul li:after{content:" > ";padding-right:5px}.upper-top{padding-top:6.94444vw!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.upper-top{padding-top:8vw}}.policy-context{width:71.11111vw;margin:auto;line-height:1.5;padding:0 9.44444vw 6.94444vw;color:#696969}@media screen and (min-width:1020px) and (max-width:1030px){.policy-context{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.policy-context{line-height:1.5;width:100%;margin:auto;padding:0 4vw 13.33333vw}}.policy-context *{margin:0;padding:0;box-sizing:border-box}.country-selector{width:71.11111vw;padding:0 9.44444vw;line-height:1.66667vw;margin:auto auto 6.94444vw;color:#696969;font-size:1.11111vw}@media screen and (min-width:1020px) and (max-width:1030px){.country-selector{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.country-selector{font-size:4.26667vw;padding:0 4vw;width:100%;margin:auto auto 13.33333vw;line-height:6.4vw}}.country-selector p{margin-bottom:1.11111vw;-webkit-animation:changecolor 60s ease-in .5s 3;animation:changecolor 60s ease-in .5s 3}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.country-selector p{margin-bottom:4.26667vw}}.flex-row-c{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#cus-swiper-banner-1{width:100%}.little-title{margin-bottom:3.47222vw;line-height:1.5;font-size:.97222vw;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.little-title{margin-bottom:8vw;font-size:3.73333vw}}.little-title.space-top{margin-top:6.94444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.little-title.space-top{margin-top:13.33333vw}}.gap{margin-bottom:6.94444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.gap{margin-bottom:8vw}}.breadcrumb-container{background-color:#fafafa;line-height:1.52778vw;padding:.69444vw 1.11111vw;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;max-width:71.11111vw;margin:0 auto}@media screen and (min-width:1020px) and (max-width:1024px){.breadcrumb-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb-container{line-height:5.86667vw;padding:2.66667vw 4.26667vw;max-width:100%}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb-container .breadcrumb-nav{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}}.breadcrumb-container .breadcrumb-nav li:last-child a{cursor:default!important}.breadcrumb-container .breadcrumb-nav .breadcrumb-nav-item:after{content:" > ";padding-right:.34722vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.breadcrumb-container .breadcrumb-nav .breadcrumb-nav-item:after{padding-right:1.33333vw}}.breadcrumb-container .breadcrumb-nav a{color:inherit}.breadcrumb-container .breadcrumb-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-container{line-height:1.5;background-color:#e5e5e5;max-width:71.11111vw;margin:0 auto 3.47222vw;position:relative}@media screen and (min-width:1020px) and (max-width:1024px){.product-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container{margin-bottom:8vw;max-width:100%}}.product-container .product-half-container{width:50%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-half-container{width:100%}}.product-container .product-half-container{min-height:34.72222vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-half-container{min-height:100vw;height:unset}}.product-container .play-btn{position:absolute;z-index:9;margin:auto;cursor:pointer;left:0;top:0;bottom:0;right:0;width:4.16667vw;height:5.13889vw;border-color:transparent transparent transparent #b0b0b0;border-style:solid;border-width:2.56944vw 0 2.56944vw 4.16667vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.product-container .play-btn{width:16vw;height:19.73333vw;border-width:9.86667vw 0 9.86667vw 16vw}}.product-container .product-swiper-image{position:relative;overflow:hidden;cursor:-webkit-zoom-in;cursor:zoom-in;pointer-events:auto}.product-container .product-swiper-image .swiper-banner-normal-img{pointer-events:auto;width:100%}.product-container .product-swiper-image .swiper-banner-big-img{width:104.16667vw;position:absolute;top:0;left:0;opacity:0}.product-container .swiper-pagination-custom{position:absolute;bottom:.69444vw;left:0;width:100%;z-index:100}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .swiper-pagination-custom{bottom:2.66667vw}}.product-container .swiper-pagination-custom .cus-swiper-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.product-container .swiper-pagination-custom .cus-swiper-pagination{height:auto}}.product-container .swiper-pagination-custom .cus-swiper-pagination .play-btn{position:absolute;z-index:9;margin:auto;cursor:pointer;left:0;top:0;bottom:0;right:0;width:1.04167vw;height:1.28472vw;border-color:transparent transparent transparent #b0b0b0;border-style:solid;border-width:.64236vw 0 .64236vw 1.04167vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.product-container .swiper-pagination-custom .cus-swiper-pagination .play-btn{width:4vw;height:4.93333vw;border-width:2.46667vw 0 2.46667vw 4vw}}.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container{cursor:pointer;margin:0 .69444vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;z-index:10;max-width:5.55556vw;max-height:5.55556vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container{max-width:14.66667vw;max-height:14.66667vw;margin:0 1.33333vw}}.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container .dot-list-container{position:relative;height:auto;padding:.34722vw;background-color:#fff;border-radius:2.08333vw;max-width:4.16667vw;max-height:4.16667vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container .dot-list-container{max-width:12vw;max-height:12vw;padding:1.33333vw;border-radius:6vw}}.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container .pagination-cus-img{width:100%;border-radius:1.73611vw;display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .swiper-pagination-custom .cus-swiper-pagination .dot-container .pagination-cus-img{border-radius:4.66667vw}}.product-container .product-right-container{padding:3.47222vw;line-height:1.5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container{padding:9.06667vw}}.product-container .product-right-container .item__title{margin-bottom:1.73611vw;font-size:1.66667vw;font-weight:600;text-align:center;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__title{font-size:6.4vw;margin-bottom:4vw}}.product-container .product-right-container .item__number{font-size:.83333vw;margin-bottom:1.11111vw;font-weight:700;text-align:center;display:none;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__number{font-size:3.2vw;margin-bottom:4.26667vw}}.product-container .product-right-container .item__number.active{display:block}.product-container .product-right-container .item__price{font-size:1.11111vw;line-height:1.66667vw;font-weight:700;text-align:center;margin:0 auto}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__price{font-size:4.26667vw;line-height:6.4vw}}.product-container .product-right-container .item__text{margin-bottom:1.11111vw;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__text{font-size:4.26667vw;margin-bottom:4.26667vw}}.product-container .product-right-container .item__btn{font-size:1.11111vw;padding:.41667vw 1.38889vw;display:inline-block;font-weight:400;text-align:center;position:relative;-webkit-transition:all .3s;transition:all .3s;letter-spacing:1px;border-radius:50px;margin:1.04167vw .69444vw 0;cursor:pointer;border:1px solid transparent;background-color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__btn{font-size:3.73333vw;padding:1.6vw 4.26667vw;margin-top:4vw;line-height:4.26667vw;margin-left:2.66667vw;margin-right:2.66667vw;width:auto}}.product-container .product-right-container .item__btn:hover{background-color:grey!important;color:#fff}.product-container .product-right-container .item__comingBtn{display:inline-block;border:.13889vw solid #696969;min-width:6.94444vw;font-size:1.11111vw;height:2.77778vw;padding:.41667vw 1.38889vw;margin-top:1.38889vw;margin-left:.69444vw;margin-right:.69444vw;line-height:1.80556vw;border-radius:50px}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__comingBtn{border:.53333vw solid #696969;min-width:26.66667vw;font-size:4.26667vw;height:10.66667vw;padding:1.6vw 5.33333vw;margin-top:5.33333vw;margin-left:2.66667vw;margin-right:2.66667vw;line-height:6.93333vw}}.product-container .product-right-container .item__btn__main{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.product-container .product-right-container .item__btn__main img{width:auto;display:block;height:2.63889vw;margin:0 auto;position:relative;bottom:-.69444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item__btn__main img{height:10.13333vw;bottom:-2.66667vw}}.product-container .product-right-container .item_download{margin-top:1.73611vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item_download{margin-top:6.66667vw}}.product-container .product-right-container .item_download_energy-lable,.product-container .product-right-container .item_download_repairability{margin-bottom:.48611vw;margin-left:1.04167vw;margin-right:1.04167vw}.product-container .product-right-container .item_download_energy-lable,.product-container .product-right-container .item_download_energy-lable-icon,.product-container .product-right-container .item_download_repairability,.product-container .product-right-container .item_download_repairability-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-container .product-right-container .item_download_energy-lable-icon img,.product-container .product-right-container .item_download_repairability-icon img{height:2.5vw;width:auto}.product-container .product-right-container .item_download_energy-lable-text,.product-container .product-right-container .item_download_repairability-text{margin-left:.69444vw;max-width:25.41667vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#696969;line-height:1.66667vw;font-size:1.25vw;border-bottom:1px solid #696969;font-weight:500}.product-container .product-right-container .item_download_energy-lable-text:hover,.product-container .product-right-container .item_download_repairability-text:hover{border-bottom:none;color:#000}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .item_download_energy-lable,.product-container .product-right-container .item_download_repairability{margin-bottom:3.2vw;margin-left:4vw;margin-right:4vw}.product-container .product-right-container .item_download_energy-lable-icon img,.product-container .product-right-container .item_download_repairability-icon img{height:8.53333vw}.product-container .product-right-container .item_download_energy-lable-text,.product-container .product-right-container .item_download_repairability-text{margin-left:2.66667vw;max-width:62.66667vw;font-size:4.26667vw;line-height:5.33333vw}}.product-container .product-right-container .color-options{width:50%;padding-top:2.08333vw;position:absolute;bottom:.69444vw;right:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .color-options{padding-top:8vw;position:static;width:100%}}.product-container .product-right-container .color-options .list{max-height:4.16667vw;list-style:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;pointer-events:all;margin:0 auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .color-options .list{margin-bottom:0;max-height:16vw}}.product-container .product-right-container .color-options .list .color-option-container{padding:0 .69444vw;cursor:pointer;line-height:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .color-options .list .color-option-container{padding:0 2.66667vw}}.product-container .product-right-container .color-options .list .color-option-container .color-option{width:1.73611vw;height:1.73611vw;border-radius:.86806vw;position:relative}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .color-options .list .color-option-container .color-option{width:6.66667vw;height:6.66667vw;border-radius:3.33333vw}}.product-container .product-right-container .color-options .list .color-option-container .color-option.active{background-color:#fff}.product-container .product-right-container .color-options .list .color-option-container .color-option.active:after{position:absolute;content:" ";width:1.04167vw;height:1.04167vw;top:.34722vw;left:.34722vw;background-color:#e5e5e5;border-radius:.52083vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-container .product-right-container .color-options .list .color-option-container .color-option.active:after{width:4vw;height:4vw;top:1.33333vw;left:1.33333vw;border-radius:2vw}}.product-container .slider-zoom:after{font-family:fontawesome-solid,sans-serif;position:absolute;right:10px;top:4px;content:"\F00E";z-index:100;pointer-events:none}.product-details-container{line-height:1.5;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;max-width:71.11111vw;margin:0 auto 6.94444vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:1020px) and (max-width:1024px){.product-details-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-details-container{padding:0 4vw;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 13.33333vw;max-width:100%}}.product-details-container .details-item:first-child{border-left:.06944vw solid #696969}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-details-container .details-item:first-child{border-left:none}}.product-details-container .details-item{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-right:.06944vw solid #696969;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 1.38889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-details-container .details-item{width:100%;border-right:none;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}}.product-details-container .details-item .details-item-title{margin-bottom:4.16667vw;font-size:.83333vw;font-weight:600;text-align:center;max-width:12.5vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-details-container .details-item .details-item-title{margin-bottom:2.66667vw;font-size:3.2vw;max-width:100%}}.product-details-container .details-item .details-item-text{margin-bottom:0;font-size:2.08333vw;font-weight:600;text-align:center;white-space:nowrap}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.product-details-container .details-item .details-item-text{margin-bottom:5.33333vw;font-size:8vw;white-space:normal}}.product-details-container .details-item .details-item-text img{max-width:100%;height:auto;max-height:41px}.features-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 8.40278vw;line-height:1.5;max-width:71.11111vw;margin:0 auto 6.94444vw}@media screen and (min-width:1020px) and (max-width:1024px){.features-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.features-container{padding:0;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 auto 13.33333vw;max-width:100%}}.features-container .features-item{width:33.33%;padding:0 1.04167vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.features-container .features-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 4vw;text-align:center;margin-bottom:8vw}}.features-container .features-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.features-container .features-item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.features-container .features-item .feature-image{width:5.55556vw;height:5.55556vw;margin-right:1.38889vw;min-height:5.55556vw;border-radius:4.16667vw;padding:.34722vw;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.features-container .features-item .feature-image{width:21.33333vw;height:21.33333vw;margin-right:0;min-height:21.33333vw;border-radius:16vw;padding:1.33333vw;margin-bottom:5.33333vw}}.features-container .features-item .feature-image .img-fluid{width:100%}.features-container .features-item .feature-text{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.features-container .features-item .feature-text{font-size:4.26667vw}}.tabs-container{line-height:1.5;padding:0 9.44444vw;max-width:71.11111vw;margin:0 auto 6.94444vw}@media screen and (min-width:1020px) and (max-width:1024px){.tabs-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container{padding:0 4vw;max-width:100%;margin:0 auto 13.33333vw}}.tabs-container .tabs-nav-container{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.38889vw;border-bottom:.06944vw solid #e5e5e5;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tabs-nav-container{font-size:4.26667vw;margin-bottom:5.33333vw;border-bottom:.06944vw solid #e5e5e5}}.tabs-container .tabs-nav-container .tabs-nav-item{padding:.55556vw 1.11111vw;margin-bottom:-.06944vw;cursor:pointer}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tabs-nav-container .tabs-nav-item{padding:2.13333vw 4.26667vw;margin-bottom:-.26667vw;text-align:center}}.tabs-container .tabs-nav-container .tabs-nav-item.active{border-bottom:.13889vw solid #696969;color:#696969}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tabs-nav-container .tabs-nav-item.active{border-bottom:.53333vw solid #696969;color:#696969}}.tabs-container .tab-content{font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tab-content{font-size:4.26667vw}}.tabs-container .tab-content .tab-pane{display:none}.tabs-container .tab-content .tab-pane .table{color:#696969;margin-bottom:.69444vw;width:100%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tab-content .tab-pane .table{margin-bottom:2.66667vw}}.tabs-container .tab-content .tab-pane .table .table-item{width:50%;text-align:center;border:0;padding:.83333vw;vertical-align:top}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.tabs-container .tab-content .tab-pane .table .table-item{padding:3.2vw}}.tabs-container .tab-content .tab-pane .table-striped .table-row:nth-child(odd){background-color:#e5e5e5}.tabs-container .tab-content .tab-pane:first-child{display:block}.upbutton{text-align:center;background-color:rgba(0,0,0,.4);text-decoration:none;position:fixed;z-index:9999;bottom:20px;left:-webkit-calc(50% - 20px);left:calc(50% - 20px);border-radius:25px;display:none;cursor:pointer;font-size:20px;padding:10px;color:#fff;line-height:1;width:40px;height:40px}.upbutton:before{font-family:fontawesome-solid,sans-serif;content:"\F077"}.video-popup{width:83.33333vw;height:48.61111vw;display:none;padding:0;background:none;max-width:100%!important;max-height:90%!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.video-popup{padding:0;width:100%;height:auto}}.video-popup #vimeo-video-container,.video-popup .vimeo-box-container,.video-popup iframe,.video-popup video{width:100%!important;height:100%!important;display:block!important;background-color:#000}.blocker{z-index:99999!important}.see-retailers-modal{padding:0!important;display:none;position:absolute;left:0;right:0;margin:0 auto;top:-50px}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal{top:2.13333vw!important;left:2.13333vw!important;right:2.13333vw!important;width:95.73333vw!important;position:absolute}}.see-retailers-modal .see-retailers-modal-close{text-indent:0!important;text-align:center;background:none!important;font-size:1.66667vw!important;font-weight:700!important;top:1.04167vw!important;right:.69444vw!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .see-retailers-modal-close{font-size:6.4vw!important;top:4vw!important;right:2.66667vw!important}}.see-retailers-modal .modal-title{padding:1.11111vw;font-size:1.38889vw;font-weight:600;border-bottom:1px solid #dee2e6}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .modal-title{padding:4.26667vw;font-size:5.33333vw}}.see-retailers-modal .modal-main{padding:1.11111vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .modal-main{padding:4.26667vw;max-height:133.33333vw;overflow-y:auto}}.see-retailers-modal .modal-main .see-retailers-list{min-width:33.33%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;margin-bottom:1.38889vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .modal-main .see-retailers-list{margin-bottom:5.33333vw;min-width:100%}}.see-retailers-modal .modal-main .see-retailers-list img{height:4.16667vw;width:4.16667vw;display:block;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .modal-main .see-retailers-list img{height:16vw;width:16vw}}.see-retailers-modal .modal-btn{margin-top:.69444vw;padding:.41667vw 1.38889vw;background-color:#fff;border-radius:3.47222vw;-webkit-transition:all .3s;transition:all .3s;display:inline-block}.see-retailers-modal .modal-btn:hover{background-color:grey;color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.see-retailers-modal .modal-btn{margin-top:2.66667vw;padding:1.6vw 5.33333vw;border-radius:13.33333vw}}.video-wrapper{width:83.33333vw;height:34.72222vw;max-width:100%;max-height:90%;padding:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-wrapper{width:100%;height:auto}}.video-wrapper video{max-width:100%;max-height:100%;background-color:#000}.video-wrapper iframe{width:100%!important;height:100%!important;display:block!important}.video-wrapper .wsc-dialog__body{padding-top:0;height:100%;background-color:#000;text-align:center}.video-wrapper .wsc-dialog__header{padding:0;position:absolute;right:-1.04167vw;top:-1.04167vw;width:2.08333vw;height:2.08333vw;background-color:#000;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-wrapper .wsc-dialog__header{right:4vw;top:-10.8vw;width:8vw;height:8vw}}.video-wrapper .wsc-dialog__close{width:.83333vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.13889vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.53333vw}}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-facebook:before{content:"\F09A"}.fa-instagram:before{content:"\F16D"}.fa-youtube:before{content:"\F167"}.fa-twitter:before{content:"\F099"}.fa-globe:before{content:"\F0AC"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.cm__rte h3,.midea_rte h3{font-size:2.91667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cm__rte h3,.midea_rte h3{font-size:8.53333vw}}.cm__rte h4,.midea_rte h4{font-size:2.5vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cm__rte h4,.midea_rte h4{font-size:6.93333vw}}.cm__rte h5,.midea_rte h5{font-size:2.08333vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cm__rte h5,.midea_rte h5{font-size:5.86667vw}}.cm__rte h6,.midea_rte h6{font-size:1.66667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cm__rte h6,.midea_rte h6{font-size:4.8vw}}.cm__rte p,.midea_rte p{font-size:1.11111vw;margin-bottom:1.11111vw;-webkit-animation:changecolor 60s ease-in .5s 3;animation:changecolor 60s ease-in .5s 3;clear:both;overflow:hidden}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm__rte p,.midea_rte p{font-size:4.26667vw;margin-bottom:4.26667vw}}.cm__rte a,.midea_rte a{color:#0070c0;text-decoration:underline}.cm__rte a:hover,.midea_rte a:hover{text-decoration:underline!important}.cm__rte ol,.midea_rte ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.cm__rte ol li,.midea_rte ol li{list-style:none;font-size:inherit;padding-bottom:1em;position:relative;padding-left:2.5em}.cm__rte ol li:before,.midea_rte ol li:before{position:absolute;top:0;left:0;counter-increment:counter-name;content:counter(counter-name,decimal-leading-zero);font-size:1.2em;font-weight:700;color:#696969}.cm__rte ul,.midea_rte ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.cm__rte ul li,.midea_rte ul li{list-style:none;font-size:inherit;padding-bottom:1em;position:relative;padding-left:1.875em}.cm__rte ul li:before,.midea_rte ul li:before{content:"";position:absolute;top:.55em;left:0;width:.4em;height:.4em;border-radius:50%;background-color:#696969}.cm__rte img,.midea_rte img{display:block;width:auto;max-width:100%;margin:0 auto;padding:1.38889vw 0}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.cm__rte img,.midea_rte img{padding:2.66667vw 0}}.cm-faq{font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-faq{font-size:4.26667vw}}.cm-faq-title{margin-bottom:1.38889vw}.cm-faq-title__sub{font-weight:700}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-faq-title{margin-bottom:5.33333vw}}.cm-faq-category .category{background-color:transparent}.cm-faq-category .category .category-container{width:100%;padding:0;background-color:#fafafa}.cm-faq-category .category .category-container .swiper-category{width:65.27778vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-faq-category .category .category-container .swiper-category{width:100%}}.cm-faq-accordion{margin-top:3.47222vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-faq-accordion{margin-top:8vw}}.cm-faq-accordion-card{border:0;border-top:1px solid rgba(0,0,0,.125);position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;word-wrap:break-word;background-color:#fff;background-clip:border-box;border-radius:.25rem}.cm-faq-accordion-card-title{border-radius:-webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.cm-faq-accordion-card-title__btn{display:block;width:100%;text-align:left;padding:.69444vw 2.43056vw .69444vw 1.38889vw;color:#696969!important;text-decoration:none!important;border-radius:0;position:relative;font-size:inherit;background-color:transparent;border:none}.cm-faq-accordion-card-title__btn:after{position:absolute;content:"\F078";font-family:fontawesome-solid,sans-serif;top:.69444vw;right:1.38889vw;-webkit-transition:top .3s,-webkit-transform .3s;transition:top .3s,-webkit-transform .3s;transition:transform .3s,top .3s;transition:transform .3s,top .3s,-webkit-transform .3s}.cm-faq-accordion-card-title__btn:not(.collapsed){background-color:#fafafa}.cm-faq-accordion-card-title__btn:not(.collapsed):after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-faq-accordion-card-title__btn{padding:2.66667vw 9.33333vw 2.66667vw 5.33333vw}.cm-faq-accordion-card-title__btn:after{top:2.66667vw;right:5.33333vw}}.cm-faq-accordion-card-collapse:not(.show){display:none}.cm-faq-accordion-card-body{padding:1.25rem;line-height:1.5}.cm-faq-accordion-card-body p{margin-bottom:0}.cm-faq-accordion-card-body img,.cm-faq-accordion-card-body video{display:block;max-width:100%;width:auto;margin:10px auto}.cm-stores__wrapper{height:41.66667vw;position:relative}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.cm-stores__wrapper__map{width:100%;height:100%}.cm-stores__wrapper__map .gm-style-iw-t{bottom:2.84722vw!important}.cm-stores__wrapper__map__window{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:9.72222vw}.cm-stores__wrapper__map__window__logo{width:5vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__item{padding:0;width:100%}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__name{font-size:.83333vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__name.spaces{margin-bottom:.34722vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__desc{font-size:.41667vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__desc.spaces{margin-bottom:.34722vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__title{font-size:.41667vw}.cm-stores__wrapper__map__window .cm-stores__wrapper__list__color{display:none}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__map{display:none}}.cm-stores__wrapper__content{position:absolute;left:0;right:0;top:0;height:1px;margin:0 auto;width:-webkit-calc(100% - 1.38889vw);width:calc(100% - 1.38889vw)}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__content{position:relative;height:auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:8vw}}.cm-stores__wrapper__search{position:absolute;top:0;right:0;margin-top:.69444vw;border-radius:.13889vw 0 0 .13889vw;box-shadow:0 .13889vw .41667vw rgba(0,0,0,.3)}.cm-stores__wrapper__search__addr{padding:.69444vw;background-color:#fff}.cm-stores__wrapper__search__title{font-weight:700;color:#696969;font-size:1.25vw}.cm-stores__wrapper__search__input{font-size:1.04167vw;padding:0 .55556vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:20.83333vw}.cm-stores__wrapper__search__btn,.cm-stores__wrapper__search__icon{display:none}.cm-stores__wrapper__search__nores{margin-top:.69444vw;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:3.47222vw 5.55556vw;display:none;text-align:center}.cm-stores__wrapper__search__nores__img{width:5vw;height:auto}.cm-stores__wrapper__search__nores__text{font-size:1.25vw;color:#696969;margin-top:.69444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__search{position:relative;box-shadow:none;margin-top:2.66667vw;padding:0}.cm-stores__wrapper__search__btn{display:block;margin-top:8vw}.cm-stores__wrapper__search__btn .btn{width:100%}.cm-stores__wrapper__search__title{font-size:4.8vw;margin-bottom:1.33333vw}.cm-stores__wrapper__search__input{width:100%;border:0;border-bottom:1px solid #696969;padding:2.66667vw 2.66667vw 2.66667vw 8vw}.cm-stores__wrapper__search__wrapper{position:relative}.cm-stores__wrapper__search__icon{position:absolute;left:0;top:50%;display:inline-block;width:6.4vw;height:6.4vw;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cm-stores__wrapper__search__icon svg{width:100%;height:100%}.cm-stores__wrapper__search__icon svg path{fill:#696969}.cm-stores__wrapper__search__nores{margin-top:0;padding:13.33333vw}.cm-stores__wrapper__search__nores__img{width:22.93333vw}.cm-stores__wrapper__search__nores__text{font-size:4.8vw;margin-top:2.66667vw}}.cm-stores__wrapper__res{width:17.36111vw;height:41.66667vw;position:absolute;z-index:5;overflow-x:hidden;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__res{position:relative;width:100%;height:auto;margin-top:8vw}}.cm-stores__wrapper__msg{display:none;height:100%;background-color:#fff;padding-top:3.47222vw;text-align:center}.cm-stores__wrapper__list__item{padding:0 .69444vw .69444vw;background:#fff}.cm-stores__wrapper__list__item:not(:last-child){margin-bottom:.69444vw}.cm-stores__wrapper__list__item:hover{cursor:pointer}.cm-stores__wrapper__list__item.active{-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-name:color-animation__bg;animation-name:color-animation__bg}.cm-stores__wrapper__list__item.active a.cm-stores__wrapper__list__desc{color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__item.active{-webkit-animation:none;animation:none}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__item{padding:0 4vw 4vw}.cm-stores__wrapper__list__item:hover{cursor:default}.cm-stores__wrapper__list__item:not(:last-child){margin-bottom:2.66667vw}}.cm-stores__wrapper__list__name{font-size:1.11111vw;font-weight:700;word-wrap:break-word}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__name{font-size:4.8vw}}.cm-stores__wrapper__list__desc{font-size:.83333vw;word-wrap:break-word}.cm-stores__wrapper__list__desc i{width:.625vw;height:auto;margin-right:.20833vw;display:inline-block}.cm-stores__wrapper__list__desc i svg{width:100%;height:100%}.cm-stores__wrapper__list__desc.link{color:#5cb3f8}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__desc{font-size:3.73333vw}.cm-stores__wrapper__list__desc i{width:3.2vw;margin-right:.8vw}.cm-stores__wrapper__list__desc.addr:hover{cursor:pointer}}.cm-stores__wrapper__list__title{font-size:.83333vw;font-weight:700}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__title{font-size:3.73333vw}}.cm-stores__wrapper__list .spaces{margin-top:.34722vw}.cm-stores__wrapper__list .spaces:last-of-type{margin-bottom:.34722vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list .spaces{margin-top:1.33333vw}.cm-stores__wrapper__list .spaces:last-of-type{margin-bottom:1.33333vw}}.cm-stores__wrapper__list__color{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -.69444vw .69444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__color{margin:0 -4vw 8vw}}.cm-stores__wrapper__list__color span{display:inline-block;width:12.5%;height:2.08333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cm-stores__wrapper__list__color span{height:6.93333vw}}.cmp-teaser-remastered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:3.47222vw;padding-bottom:3.47222vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-top:13.33333vw;padding-bottom:13.33333vw}}.cmp-teaser-remastered__cover{position:absolute;left:0;top:0;right:0;bottom:0!important;width:100%;height:100%;cursor:pointer}.cmp-teaser-remastered__cover--black{background-color:rgba(0,0,0,.7)}.cmp-teaser-remastered__content{width:50%;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content{width:100%}}.cmp-teaser-remastered__media{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__media{width:100%}}.cmp-teaser-remastered__media{position:relative;overflow:hidden;padding:0 1.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__media{padding:0}}.cmp-teaser-remastered__media__extral,.cmp-teaser-remastered__media__origin .cmp-teaser-remastered__cover,.cmp-teaser-remastered__media__video{display:none}.cmp-teaser-remastered__media img{width:100%;-webkit-transition:all .3s;transition:all .3s}.cmp-teaser-remastered__media__extral{padding:0 1.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__media__extral{padding:0}}.cmp-teaser-remastered__media__extral__video{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.cmp-teaser-remastered__media__extral__video video{max-width:100%;max-height:100%;background-color:#000}.cmp-teaser-remastered__media__extral__video iframe{width:100%!important;height:100%!important;display:block!important}.cmp-teaser-remastered__media__extral__video__container{width:100%;height:100%;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content{padding:0 1.04167vw}.cmp-teaser-remastered__content .cm__rte *{padding:0;margin:0}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content{padding:4vw 0}}.cmp-teaser-remastered__content__subtitle{margin-bottom:3.47222vw;word-wrap:break-word;line-height:1.15;font-size:.97222vw;font-weight:700}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__subtitle{font-size:3.73333vw;margin-bottom:8vw}}.cmp-teaser-remastered__content__title{line-height:1.3;word-wrap:break-word}.cmp-teaser-remastered__content__title p{font-size:2.5vw;font-weight:700}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__title p{font-size:9.6vw}}.cmp-teaser-remastered__content__desc{line-height:1.5;margin:3.47222vw 0 0;word-wrap:break-word}.cmp-teaser-remastered__content__desc p{font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__desc p{font-size:4.26667vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__desc{margin:8vw 0 0}}.cmp-teaser-remastered__content__dscm{margin-top:1.11111vw;line-height:1.4;word-wrap:break-word}.cmp-teaser-remastered__content__dscm p{font-size:.83333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__dscm p{font-size:3.2vw}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__dscm{margin-top:4.26667vw}}.cmp-teaser-remastered__content__btn{margin-top:2.77778vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content__btn[href=""]{cursor:default}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered__content__btn{margin-top:10.66667vw}}.cmp-teaser-remastered.align-left .cmp-teaser-remastered__content{text-align:left}.cmp-teaser-remastered.align-center .cmp-teaser-remastered__content{text-align:center}.cmp-teaser-remastered.align-right .cmp-teaser-remastered__content{text-align:right}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__origin{opacity:1;-webkit-transition:all .3s;transition:all .3s;z-index:5}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;display:block}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{z-index:4;-webkit-transition:all .3s;transition:all .3s;opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture img{width:auto;height:auto;max-width:100%;max-height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{z-index:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__img picture{opacity:1}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{border:none;z-index:0}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__cover{display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__cover,.cmp-teaser-remastered.media-video.play-hover.play .cmp-teaser-remastered__media__extral__video{display:block}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:none;transform:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{display:none}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__cover--black{display:none}@media screen and (min-width:1201px){.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black{display:block}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;display:block}.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.video-btn{position:absolute;z-index:99;left:0;right:0;top:0;bottom:0;margin:auto;width:6.94444vw;height:6.94444vw;cursor:pointer!important}.video-btn__play{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTU5NS4wNCA1MDQuOTJsLjA3LjA3LjAxLS4wMXoiIGZpbGw9IiM2OTY5NjkiLz48cGF0aCBkPSJNNTEyIDY0LjVDMjY0Ljg1IDY0LjUgNjQuNSAyNjQuODUgNjQuNSA1MTJTMjY0Ljg1IDk1OS41IDUxMiA5NTkuNSA5NTkuNSA3NTkuMTUgOTU5LjUgNTEyIDc1OS4xNSA2NC41IDUxMiA2NC41em0xODQuNSA0NDQuMTdjLS4xMiAxLjIxLS4zMiAyLjM5LS41NSAzLjU4LS4yNCAxLjIyLS40OSAyLjQzLS44NSAzLjY0LS4zNiAxLjIyLS44MiAyLjM5LTEuMyAzLjU3LS40NSAxLjEtLjkgMi4xOS0xLjQ2IDMuMjUtLjY1IDEuMjQtMS40MSAyLjQtMi4xOSAzLjU3LS40My42My0uNzIgMS4zMi0xLjE5IDEuOTMtLjIyLjI4LS41LjQ4LS43My43NS0xLjIxIDEuNS0yLjYgMi44Ny00LjA3IDQuMjEtLjY5LjYzLTEuMzIgMS4zNC0yLjA1IDEuOTItLjE2LjEyLS4yNy4yOC0uNDMuNEw0MzkuOTQgNzE5LjU0YTM4LjE2MiAzOC4xNjIgMCAwMS0yMy4yMSA3Ljg0Yy0xMS41NiAwLTIzLTUuMjEtMzAuNTQtMTUuMTItNi41NC04LjU5LTguODUtMTkuMDQtNy4zNy0yOC45NC0uMTktMS41Ny0uNDgtMy4xMS0uNDgtNC43MlYzMjAuOTNjMC0uMzYuMS0uNjkuMS0xLjA0LjA0LTEuNC4yMy0yLjc4LjQyLTQuMTguMTYtMS4xNC4yNy0yLjI4LjUyLTMuMzguMjgtMS4yMi43MS0yLjM5IDEuMTEtMy41OS40MS0xLjIxLjc4LTIuNDMgMS4zMS0zLjU4LjQ2LTEuMDEgMS4wNS0xLjk3IDEuNi0yLjk2LjctMS4yNCAxLjQtMi40OCAyLjIzLTMuNjMuMi0uMjguMzMtLjYuNTQtLjg4LjQ5LS42NCAxLjA5LTEuMTMgMS42MS0xLjczLjg5LTEuMDMgMS43OC0yLjA1IDIuNzgtMi45OC45My0uODcgMS45MS0xLjYzIDIuOS0yLjM5Ljk2LS43MyAxLjkxLTEuNDUgMi45My0yLjA5IDEuMTEtLjY5IDIuMjUtMS4yOSAzLjQyLTEuODYgMS4wNi0uNTIgMi4xMS0xLjAyIDMuMjItMS40NSAxLjI0LS40NyAyLjQ5LS44MyAzLjc2LTEuMTcgMS4xMi0uMyAyLjIyLS41OSAzLjM4LS43OSAxLjQxLS4yNCAyLjgyLS4zNCA0LjI1LS40My43Ni0uMDUgMS40OC0uMjMgMi4yNS0uMjMuMzQgMCAuNjYuMDkgMSAuMSAxLjQ0LjA0IDIuODYuMjMgNC4yOS40MyAxLjExLjE1IDIuMjIuMjYgMy4zLjUxIDEuMjMuMjggMi40Mi43MiAzLjYzIDEuMTMgMS4yLjQxIDIuNDEuNzggMy41NiAxLjMgMS4wMi40NiAxLjk4IDEuMDUgMi45NiAxLjYxIDEuMjQuNyAyLjQ4IDEuMzkgMy42MyAyLjIyLjI4LjIuNi4zMy44OC41NGwyNDEuNzMgMTg0LjA0Yy4zMi4yNS41Ni41Ni44Ny44MSAxLjAyLjgyIDEuOTUgMS43NSAyLjg5IDIuNjkuOTUuOTUgMS44OCAxLjg4IDIuNzEgMi45MS4yNS4zMS41Ni41NC44MS44Ni40Ny42Mi43NiAxLjMgMS4xOSAxLjkzLjc5IDEuMTcgMS41NSAyLjM0IDIuMTkgMy41Ny41NiAxLjA3IDEuMDEgMi4xNSAxLjQ2IDMuMjUuNDggMS4xOC45NCAyLjM1IDEuMyAzLjU3LjM2IDEuMi42MSAyLjQxLjg1IDMuNjQuMjMgMS4xOS40NCAyLjM3LjU1IDMuNTguMTIgMS4yMy4xNSAyLjQ2LjE0IDMuNjkuMDQgMS4yNi4wMSAyLjQ5LS4xMSAzLjcyeiIgZmlsbD0iIzY5Njk2OSIvPjwvc3ZnPg==) 50% no-repeat;background-size:contain}.video-btn__enlarge{background:url(data:image/png;base64,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) 50% no-repeat;background-size:contain;width:1.94444vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.video-btn{width:13.33333vw;height:13.33333vw}}.highlights-container{line-height:1.5;font-size:0;max-width:71.11111vw;margin:0 auto 6.94444vw}@media screen and (min-width:1020px) and (max-width:1024px){.highlights-container{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container{padding:0 4vw;margin-bottom:13.33333vw;max-width:100%}}.highlights-container .highlights-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#e5e5e5}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:8vw}}.highlights-container .highlights-item:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item:nth-child(odd){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.highlights-container .highlights-item .highlights-image-container{width:50%}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-image-container{width:100%}}.highlights-container .highlights-item .highlights-image-container .img-fluid{width:100%}.highlights-container .highlights-item .highlights-image-container .video-highlights{width:100%;background-color:#000;position:relative}.highlights-container .highlights-item .highlights-image-container .video-highlights .vimeo-video-player,.highlights-container .highlights-item .highlights-image-container .video-highlights iframe,.highlights-container .highlights-item .highlights-image-container .video-highlights video{width:100%;height:35.55556vw;display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-image-container .video-highlights .vimeo-video-player,.highlights-container .highlights-item .highlights-image-container .video-highlights iframe,.highlights-container .highlights-item .highlights-image-container .video-highlights video{height:92vw}}.highlights-container .highlights-item .highlights-image-container .video-highlights .video-play-btn{position:absolute;z-index:99;left:0;right:0;top:0;bottom:0;margin:auto;width:6.94444vw;cursor:pointer}.highlights-container .highlights-item .highlights-image-container .video-highlights video[autoplay]~.video-btn__play{display:none}.highlights-container .highlights-item .highlights-text-container{width:50%;padding:3.47222vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-text-container{width:100%;padding:9.06667vw;min-height:92vw}}.highlights-container .highlights-item .highlights-text-container .item__title{width:100%;margin-bottom:1.73611vw;font-size:1.66667vw;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-text-container .item__title{margin-bottom:4vw;font-size:6.4vw}}.highlights-container .highlights-item .highlights-text-container .item__text{white-space:pre-wrap;text-align:center;width:100%;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-text-container .item__text{font-size:4.26667vw}}.highlights-container .highlights-item .highlights-text-container .item__disclaimer{white-space:pre-wrap;text-align:center;width:100%;margin-top:1.38889vw;font-size:.83333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.highlights-container .highlights-item .highlights-text-container .item__disclaimer{margin-top:4.26667vw;font-size:3.2vw}}.home-bottom{width:100%;padding-top:3.47222vw;padding-bottom:3.47222vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom{padding:13.33333vw 4vw}}.home-bottom .img-first{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.home-bottom .bottom-main{width:71.11111vw;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (min-width:1020px) and (max-width:1030px){.home-bottom .bottom-main{width:100%!important;padding-left:30px!important;padding-right:30px!important}}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main{width:100%;display:block}}.home-bottom .bottom-main .bottom-main-flex{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative;overflow:hidden;padding:0 1.04167vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex{padding:0}}.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-title{margin-bottom:3.47222vw;font-size:.97222vw;font-weight:600;text-align:center}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-title{margin-bottom:8vw;font-size:3.73333vw;font-weight:600;text-align:center}}.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-title2{margin-bottom:3.47222vw;font-size:2.5vw;min-height:3.54167vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:3.33333vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-title2{margin-bottom:8vw;font-size:9.6vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:12.8vw;text-align:left}}.home-bottom .bottom-main .bottom-main-flex p{text-align:left;margin-bottom:1.11111vw;line-height:1.66667vw;font-size:1.11111vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex p{text-align:left;margin-bottom:4.26667vw;line-height:6.4vw;font-size:4.26667vw}}.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-disclaimer{text-align:left;margin-top:.27778vw;font-size:.83333vw;line-height:1.25vw}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex .bottom-main-flex-disclaimer{text-align:left;margin-top:0;font-size:3.2vw;line-height:4.8vw}}.home-bottom .bottom-main .bottom-main-flex img{max-width:100%;height:auto;vertical-align:middle;border-style:none}.home-bottom .bottom-main .bottom-main-flex .video-footer{width:100%;position:relative}.home-bottom .bottom-main .bottom-main-flex .video-footer .vimeo-video-player,.home-bottom .bottom-main .bottom-main-flex .video-footer iframe,.home-bottom .bottom-main .bottom-main-flex .video-footer video{width:100%;height:25vw;display:block}@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),screen and (max-width:639px){.home-bottom .bottom-main .bottom-main-flex .video-footer .vimeo-video-player,.home-bottom .bottom-main .bottom-main-flex .video-footer iframe,.home-bottom .bottom-main .bottom-main-flex .video-footer video{height:69.33333vw}}.home-bottom .bottom-main .bottom-main-flex .video-footer video[autoplay]~.video-btn__play{display:none}