:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;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{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.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-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right: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{background-color:#fff;display:flex}.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{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.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{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.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{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right: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{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-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.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{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@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;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}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{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}: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{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;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{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.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{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width: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%)}}*,:focus{outline:none}a,abbr,address,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,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}picture{display:block}img,picture{font-size:0;vertical-align:middle}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline}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}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}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]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a,a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden;position:relative}*{box-sizing:border-box;scroll-behavior:smooth}a[href=""]{cursor:default}input,textarea{font-family:inherit}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}@media screen and (min-width:1200px){.align-left-pc,.align-left-pc *{text-align:left}.align-center-pc,.align-center-pc *{text-align:center}.align-right-pc,.align-right-pc *{text-align:right}}@media screen and (max-width:767px){.align-left-mobile,.align-left-mobile *{text-align:left}.align-center-mobile,.align-center-mobile *{text-align:center}.align-right-mobile,.align-right-mobile *{text-align:right}}.flex-vertical-top{align-items:flex-start!important}.flex-vertical-center{align-items:center!important}.flex-vertical-bottom{align-items:flex-end!important}.flex-horizontal-left{justify-content:flex-start!important}.flex-horizontal-center{justify-content:center!important}.flex-horizontal-right{justify-content:flex-end!important}@media screen and (min-width:1200px){.flex-vertical-top-pc{align-items:flex-start!important}.flex-vertical-center-pc{align-items:center!important}.flex-vertical-bottom-pc{align-items:flex-end!important}.flex-horizontal-left-pc{justify-content:flex-start!important}.flex-horizontal-center-pc{justify-content:center!important}.flex-horizontal-right-pc{justify-content:flex-end!important}}@media screen and (max-width:767px){.flex-vertical-top-mobile{align-items:flex-start!important}.flex-vertical-center-mobile{align-items:center!important}.flex-vertical-bottom-mobile{align-items:flex-end!important}}.font-white{color:#fff}.overflow-hidden{overflow:hidden!important}.hide{display:none!important}.show{display:block!important}.float-right{float:right}.float-left{float:left}.clear:after,.clear:before{clear:both;content:"";display:table}.ellipsis{background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%);bottom:0;padding-left:10px;position:absolute;right:0}.none-spacing{padding-bottom:0!important}.visibilityHidden{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(0 0 99.9% 99.9%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.aem-AuthorLayer-Edit .form-v3 .new,.aem-AuthorLayer-Edit .product-detail .product-detail__info__actions .newpar.new.section.aem-Grid-newComponent.cq-Editable-dom{width:100%}.com-text-center,.com-text-center *{text-align:center}@font-face{font-family:iconfont-midea;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.ttf) format("truetype")}.c-gap-top{padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:16vw}}.c-gap-bottom{padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:16vw}}.c-align-header{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:4vw;padding-right:4vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center,.c-text-align-center *{text-align:center}.c-text-align-right,.c-text-align-right *{text-align:right}.wsc-message-box__cover{background:rgba(0,0,0,.45)}.wsc-message-box__container{width:17.96875vw}@media screen and (max-width:767px){.wsc-message-box__container{padding:8vw 6.4vw;width:80vw}}.wsc-message-box__message{color:#858585;font-size:.9375vw;margin:.78125vw 0 1.0416666667vw}@media screen and (max-width:767px){.wsc-message-box__message{font-size:3.2vw;margin:4vw 0 5.3333333333vw}}.wsc-message-box svg{height:2.0833333333vw;width:2.0833333333vw}@media screen and (max-width:767px){.wsc-message-box svg{height:10.6666666667vw;width:10.6666666667vw}}.wsc-message-box__confirm{background-color:#1f94d2;border-radius:1.0416666667vw;color:#fff;display:inline-block;height:auto;line-height:unset;margin:0;padding:.4166666667vw 2.6041666667vw}@media screen and (max-width:767px){.wsc-message-box__confirm{border-radius:5.3333333333vw;padding:2.1333333333vw 13.3333333333vw}}.wsc-message-box .wsc-button{font-size:.8333333333vw}@media screen and (max-width:767px){.wsc-message-box .wsc-button{font-size:3.7333333333vw}}.jcf-list .jcf-option{white-space:normal}.bg-blue{background-color:#1f94d2}.link{word-wrap:break-word;color:#1f94d2;text-decoration:none}.md-container .gws-teaserV3,.md-container .gws-video{padding-left:0!important;padding-right:0!important}body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.1458333333vw!important;width:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:5.8666666667vw!important;width:5.8666666667vw!important}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{max-width:none!important}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;margin-top:1.0416666667vw;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border-radius:5.3333333333vw!important;font-size:4.2666666667vw}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{font-size:4.2666666667vw!important}}body .PVOGu .gFzTjt{transition:background-color .3s ease}body .gXNKhJ svg path{fill:#faad14}body .gXNKhJ .fcrnJX{color:#faad14;font-size:.6770833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .gXNKhJ .fcrnJX{font-size:3.4666666667vw}}body .cTljrq,body .cXFycK,body .ctXAvX,body .iWzxFr{border-color:#d9d9d9}body .cTljrq:focus,body .cXFycK:focus,body .ctXAvX:focus,body .iWzxFr:focus{outline:none}body .cTljrq,body .ctXAvX{border-color:#f5222d}body .cdGsEP,body .jHLwWM{transition:background-color .3s ease}body :focus{outline:none}body .bSELAb,body .cNLDjv,body .dfhJZn{border-color:#00b0f0;color:#00b0f0}body .cNLDjv{border-color:#155724;color:#155724}body .bSELAb{border-color:#faad14;color:#faad14}body .dtbcFW,body .ivnPiD{color:#f5222d}body .gKafYj,body .jZyaYA{border-color:#f5222d}body .hnxeNR{background-color:#fff}body .hgTOIS{border-color:#fff}body .lmnMOP{border-color:#f5222d}body .iUsKot button,body .ldHsQd button{background-color:#1f94d2;transition:background-color .3s ease}body .iUsKot button:hover,body .ldHsQd button:hover{background-color:#00b0f0}body .kxgKIb svg path{fill:#f5222d}body .ljFbKS{color:#f5222d}body .cIHUbi[checked=true]{border-color:#1f94d2}body .cIHUbi[checked=true] svg{fill:#1f94d2;background:#fff}body .dmGCeR{white-space:break-spaces}body .eayAqh{text-indent:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .eayAqh{text-indent:2.6666666667vw}}body .fVALEs{height:100%}body .gsKXqT{background-color:transparent;height:100%}@media screen and (max-width:767px){body .gsKXqT{font-size:4.2666666667vw;padding-left:3.2vw}body .eLheDA{align-items:start;flex-direction:column}}body .eLheDA button{width:auto}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#333;font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary]{align-items:center;display:flex}body .my-product-reviews [data-bv-show=rating_summary]{align-items:center;display:flex;padding-left:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .my-product-reviews [data-bv-show=rating_summary]{padding-left:2.1333333333vw}}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1b1b1b;font-size:1.1458333333vw;font-weight:700;line-height:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:4.2666666667vw;line-height:6.4vw}}body .jHLwWM{background-color:#fff;border:1px solid #1f94d2;color:#000}body .product-list [data-bv-show=rating_summary],body .related-product [data-bv-show=rating_summary],body .related-products__container [data-bv-show=rating_summary],body .search-holder [data-bv-show=rating_summary]{position:relative}body .product-list [data-bv-show=rating_summary] :after,body .related-product [data-bv-show=rating_summary] :after,body .related-products__container [data-bv-show=rating_summary] :after,body .search-holder [data-bv-show=rating_summary] :after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}body .product-list [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-product [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-products__container [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .search-holder [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .cxRHxT{font-size:inherit!important;line-height:inherit!important}body .m-us-powerreviewsdisplay{z-index:unset}.gws-carousel .c-gap-bottom{padding-bottom:0!important}.gws-carousel .c-gap-top{padding-top:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{background-color:transparent;border:1px solid #fff;border-radius:50%;bottom:2.0833333333vw;height:2.6041666667vw;margin:0;min-height:2.6041666667vw;min-width:2.6041666667vw;position:absolute;right:5.2083333333vw;top:auto;width:2.6041666667vw;z-index:20}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{display:none}}.gws-carousel .swiper .swiper-button-next:after,.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:after,.gws-carousel .swiper .swiper-button-prev:before{background-color:#fff;bottom:1.3020833333vw;content:"";height:.1041666667vw;left:48%;position:absolute;transform:translateX(-50%) rotate(-45deg);transition:background-color .3s;width:.46875vw}.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:before{top:1.3020833333vw;transform:translateX(-50%) rotate(45deg)}.gws-carousel .swiper .swiper-button-next:hover,.gws-carousel .swiper .swiper-button-prev:hover{background-color:#fff}.gws-carousel .swiper .swiper-button-next:hover:after,.gws-carousel .swiper .swiper-button-next:hover:before,.gws-carousel .swiper .swiper-button-prev:hover:after,.gws-carousel .swiper .swiper-button-prev:hover:before{background-color:#313131}.gws-carousel .swiper .swiper-button-prev{left:auto;right:9.8958333333vw}.gws-carousel .swiper .swiper-button-next{transform:rotate(180deg)}.gws-carousel .swiper .swiper-pagination{align-items:center;bottom:1.3020833333vw;display:flex;height:.5208333333vw;line-height:0;padding:0 5.2083333333vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination{bottom:9.6vw;justify-content:center;padding:0 4vw}}.gws-carousel .swiper .swiper-pagination-bullet{background:#1f94d2;border:1px solid transparent;border-radius:50%;font-size:0;height:.2604166667vw;opacity:1!important;padding:0;transition:width .3s,height .3s,border-color .3s,background-color .3s;width:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination-bullet{height:1.6vw;opacity:.8;width:1.6vw}}.gws-carousel .swiper .swiper-pagination-bullet-active{background:#313131;border:1px solid #1f94d2;height:.5208333333vw;opacity:1;width:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination-bullet-active{height:2.6666666667vw;width:2.6666666667vw}}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:5.2083333333vw;right:auto;transform:rotate(1turn)}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:9.8958333333vw;right:auto;transform:rotate(180deg)}footer{background-color:#1f94d2;color:#fff;font-size:1.1458333333vw;font-weight:300}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer{font-size:4.2666666667vw}}footer .footer_content{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;padding:3.90625vw 5.2083333333vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_content{flex-wrap:wrap;padding:0 4vw 12vw}}footer .footer_links_wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;width:66.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_wrap{display:block;width:100%}}footer .footer_links_group{flex:1;padding-left:4%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_group{border-bottom:1px solid hsla(0,0%,100%,.2);padding-left:0;width:100%}}footer .footer_links_group.active .footer_links_tit:after,footer .footer_links_group.active .footer_links_tit:before{transform:translateY(-50%) rotate(45deg)}footer .footer_links_group:first-child{padding-left:0}footer .footer_links_tit{font-size:1.25vw;font-weight:700;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_tit{font-size:4.2666666667vw;font-weight:400;padding:5.3333333333vw 0}footer .footer_links_tit:after,footer .footer_links_tit:before{background-color:#fff;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .15s;width:3.4666666667vw}}footer .footer_links_tit:after{height:3.4666666667vw;right:1.6vw;width:1px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links{display:none;overflow:hidden}}footer .footer_link{color:#fff;display:block;margin-top:.78125vw;opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_link{font-size:3.7333333333vw;margin-left:5.3333333333vw;margin-top:0;padding:3.3333333333vw 0}footer .footer_link:first-child{padding-top:0}}footer .footer_link:last-child{margin-bottom:3.3333333333vw}footer .footer_link:hover{color:inherit;text-decoration:underline}footer .footer_info_wrap{width:33.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_info_wrap{max-width:none;text-align:center;width:100%}}footer .footer_sponsors{text-align:left}footer .footer_sponsors_title{font-size:1.25vw;font-weight:700;margin-bottom:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_title{font-size:4.2666666667vw;font-weight:400;margin:0;padding:5.3333333333vw 0}}footer .footer_sponsors_link[href=""],footer .footer_sponsors_link[href="#"],footer .footer_sponsors_link[href="javascript:;"]{cursor:default}footer .footer_sponsors_img{margin-bottom:2.0833333333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_img{margin:0}}footer .footer_social{display:flex;justify-content:space-between}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social{flex-wrap:wrap;height:auto;margin-top:12vw}}footer .footer_copyright_txt{opacity:.5}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_txt{width:100%}}footer .footer_social_links{display:flex;flex-wrap:wrap;width:65%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_links{margin:4.8vw auto 0;width:72vw}}footer .footer_social_link{display:block;margin-bottom:.5208333333vw;margin-left:12%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_link{margin-bottom:2.6666666667vw;margin-left:0;width:25%}footer .footer_social_link:first-child{margin-left:0}}footer .footer_social_link:hover .footer_social_icon{display:none}footer .footer_social_link:hover .footer_social_icon--hover{display:block}footer .footer_social_icon{fill:#fff;height:1.1458333333vw;min-height:22px;min-width:22px;transition:fill .3s,opacity .3s;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_icon{height:5.8666666667vw;opacity:1;width:5.8666666667vw}}footer .footer_social_icon--hover{display:none}footer .footer_copyright{display:flex;justify-content:space-between;opacity:.8;padding:2.34375vw 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright{flex-wrap:wrap;padding:5.3333333333vw 4vw;text-align:center}}footer .footer_copyright_links{opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_links{margin-top:5.3333333333vw;width:100%}}footer .footer_copyright_link{color:#fff;display:inline-block;margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_link{margin-right:6.6666666667vw}}footer .footer_copyright_link:hover{color:inherit;text-decoration:underline}footer .footer_copyright_link:last-child{margin-right:0}.gws-hotspot{margin-left:5.2083333333vw;margin-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot.noMobileImg{display:none}.gws-hotspot{margin-left:4vw;margin-right:4vw}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{background:url(data:image/png;base64,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) no-repeat;background-size:100% 100%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.5208333333vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.5208333333vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .625vw 1.9270833333vw .5729166667vw rgba(0,0,0,.051),0 .4166666667vw 1.09375vw 0 rgba(0,0,0,.078),0 .2083333333vw .3645833333vw -.2604166667vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.15625vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.09375vw;font-weight:700;line-height:1.6666666667vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:.9895833333vw;font-weight:400;line-height:1.5104166667vw;margin-top:.5729166667vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{color:#00b0f0;display:block;font-size:.9895833333vw;font-weight:500;margin-top:.5729166667vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{background:url(data:image/png;base64,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) no-repeat;background-size:100% 100%;display:block;height:8vw;position:absolute;width:8vw}.gws-hotspot_mb-spots-item a{display:block;height:100%;width:100%}}.md-container .gws-hotspot{margin:0}.gws-imageClickArea_styles.c-not-full-screen{margin-left:5.2083333333vw;margin-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_styles.c-not-full-screen{margin-left:4vw;margin-right:4vw}}.gws-imageClickArea{overflow:hidden;position:relative}.gws-imageClickArea-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_pc-spots{display:none}}.gws-imageClickArea_pc-spots-item{cursor:pointer;min-height:2.0833333333vw;min-width:2.0833333333vw;position:absolute;transform:translate(-50%,-50%)}.gws-imageClickArea_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_mb-spots{display:block}.gws-imageClickArea_mb-spots-item{display:block;min-height:8vw;min-width:8vw;position:absolute}.gws-imageClickArea_mb-spots-item a{display:block;height:100%;width:100%}}.aem-AuthorLayer-Edit .gws-imageClickArea_mb-spots-item,.aem-AuthorLayer-Edit .gws-imageClickArea_pc-spots-item{background:#1f94d2;opacity:.1}.md-container .gws-imageClickArea{margin:0}.gws-media_panel-container .gws-media-panel{background-color:#a2c3e5;padding-bottom:6.25vw;padding-top:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel{padding-bottom:16vw;padding-top:16vw}}.gws-media_panel-container .gws-media-panel_title{word-wrap:break-word;color:#152c5b;font-size:2.5vw;font-weight:700;line-height:2.65625vw;margin-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.gws-media_panel-container .gws-media-panel_container{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_container{flex-direction:column}}.gws-media_panel-container .gws-media-panel_column{width:25%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_column{width:100%}}.gws-media_panel-container .gws-media-panel_row{margin-bottom:1.5625vw}.gws-media_panel-container .gws-media-panel_row_square{height:20.8333333333vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:43.2291666667vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{margin:0!important;max-width:none!important}@media screen and (min-width:1200px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(43.22917vw + 74px)!important;min-width:36.4583333333vw!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(152vw + 56px)!important;min-width:133.3333333333vw!important;transform:translate(-20.8vw,-56px)!important}.gws-media_panel-container .gws-media-panel_row{margin-bottom:0}.gws-media_panel-container .gws-media-panel_row_rectangle,.gws-media_panel-container .gws-media-panel_row_square{margin-bottom:8vw}.gws-media_panel-container .gws-media-panel_row_square{height:92vw;width:92vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:152vw;width:92vw}}.product-anchor-point .ps-widget{background-color:unset!important;border:unset!important;border-bottom:.1041666667vw solid #1f94d2!important;font-family:inherit!important;font-size:1.25vw!important;line-height:1.4583333333vw!important;margin-right:2.3958333333vw!important;padding:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.product-anchor-point .ps-widget{border-bottom:.5333333333vw solid #1f94d2;font-size:4.8vw;line-height:7.4666666667vw;margin-right:6.9333333333vw}}.product-anchor-point a:last-child{margin-right:0!important}.ps-container.ps-lightbox.ps-open{z-index:9000!important}.related-products{margin-bottom:2.0833333333vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products{margin-bottom:10.6666666667vw;padding-left:4vw;padding-right:4vw}}.related-products__title{color:#858585;font-size:1.875vw;font-weight:700;line-height:2.3958333333vw;margin:0 auto 2.0833333333vw;max-width:62.5vw;padding:1.0416666667vw 0;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:10.6666666667vw;max-width:none;padding:5.3333333333vw 8vw}}.related-products__title .titleBg{font-size:1.875vw;height:4.6354166667vw;left:50%;line-height:2.3958333333vw;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title .titleBg{font-size:5.3333333333vw;height:16vw;line-height:6.9333333333vw}}.related-products__item{height:100%}.related-products__swiper{margin:1.5625vw -.5208333333vw -1.0416666667vw;overflow:hidden;padding-bottom:1.0416666667vw;position:relative}.related-products__swiper .swiper-slide{background-color:#fff;box-shadow:0 0 17px rgba(0,0,0,.08);display:inline-block;height:auto;margin:1.0416666667vw .5208333333vw;position:relative;width:calc(50% - 1.04167vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide{width:100%}}@media screen and (min-width:1200px){.related-products__swiper .swiper-slide{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.related-products__swiper .swiper-slide{width:calc(25% - 1.04167vw)}}.related-products__swiper .swiper-slide .product-item{cursor:unset;display:flex;flex-direction:column;height:100%;justify-content:space-between}.related-products__swiper .swiper-slide .product-item-text{color:#333;font-size:1.0416666667vw;letter-spacing:0;line-height:1.35;padding:.8333333333vw 1.3020833333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-text{font-size:3.2vw;line-height:4.8vw;padding:4.2666666667vw 6.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-img{display:block;height:20.9895833333vw;padding:1.1458333333vw 2.9166666667vw;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img{height:65.3333333333vw;padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img img{left:50%;max-height:100%;max-width:100%;padding:1.1458333333vw 2.9166666667vw;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img img{padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img:hover .image-hover{opacity:1;visibility:visible}.related-products__swiper .swiper-slide .product-item-title{color:#333;font-size:1.25vw;font-weight:700;letter-spacing:.015625vw;line-height:1.4;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-title{font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-desc{display:none}.related-products__swiper .swiper-slide .product-item-model{font-size:1.1458333333vw;font-weight:700;line-height:1.375;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model{font-size:3.2vw;font-weight:700;line-height:4.8vw;margin:2.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-reviews-holder{align-items:center;display:flex;font-size:1.1458333333vw;line-height:1.375;margin-bottom:1.875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-reviews-holder{font-size:3.2vw;line-height:4.8vw;margin-bottom:9.6vw}}.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{display:flex;margin-right:.78125vw;max-width:10.4166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{margin-right:4vw;max-width:32vw}}.related-products__swiper .swiper-slide .product-item-star-holder{background:#d1d1d1;height:1.5625vw;margin-left:.2604166667vw;position:relative;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star-holder{height:5.3333333333vw;margin-left:1.3333333333vw;width:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-star-holder:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-progress-bar{background:#00b0f0;font-size:0;height:100%;left:0;line-height:0;position:absolute;top:0;width:0;z-index:5}.related-products__swiper .swiper-slide .product-item-star{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNy4yVjE5aDMuNmwxLjItNi45ek0xOSAwSDkuNWwyLjkgNi4zIDYuNi45LTQuNyA0LjkgMS4xIDYuOUgxOXpNMy42IDE5aDExLjhsLTUuOS0zLjN6TTkuNSAwSDB2Ny4ybDYuNi0uOXoiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBmaWxsPSJub25lIiBkPSJtOS41IDE1LjQtNS45IDMuMSAxLjItNi42TDAgNy4zbDYuNi0uOSAyLjktNiAyLjkgNiA2LjYuOS00LjcgNC42IDEuMSA2LjZ6Ii8+PC9zdmc+);background-repeat:no-repeat;font-size:0;height:calc(100% + .10417vw);left:-.0520833333vw;line-height:0;position:relative;top:-.0520833333vw;width:calc(100% + .10417vw);z-index:10}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star{height:calc(100% + .53333vw);left:-.2666666667vw;top:-.2666666667vw;width:calc(100% + .53333vw)}}.related-products__swiper .swiper-slide .product-item-short-spec{overflow:hidden}.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{color:#1f94d2;font-size:1.5625vw;font-weight:700;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{font-size:4.8vw;margin:0 1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:.2604166667vw;text-decoration:line-through;text-decoration-color:#1f94d2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-taxes{font-style:italic}.related-products__swiper .swiper-slide .product-item-originalPrice{align-items:center;display:flex;flex-wrap:wrap;font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-price{color:#1f94d2;margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-price{margin-left:1.3333333333vw;margin-right:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik03NjggNjQwIDUxMiA4OTYgMjU2IDY0MGgxOTJWMTI4aDEyOHY1MTJ6IiBmaWxsPSIjMUY5NEQyIi8+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.1458333333vw;vertical-align:middle;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{height:3.7333333333vw;width:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-color-holder{align-items:center;display:flex;float:right;font-size:1.0416666667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-color-holder{font-size:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-variety{align-items:center;display:flex;margin-left:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety{margin-left:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-variety-item{border-radius:50%;cursor:pointer;display:inline-block;height:.78125vw;margin-left:.2604166667vw;overflow:hidden;width:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety-item{height:4vw;margin-left:1.3333333333vw;width:4vw}}.related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-property{font-size:1.1458333333vw;line-height:1.375;margin:1.6145833333vw 0 -.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property{font-size:3.2vw;line-height:4.8vw;margin:8.2666666667vw 0 -2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:.5208333333vw;padding-left:1.3541666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:2.6666666667vw;padding-left:6.9333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item:before{background-color:#1f94d2;border-radius:50%;content:"";height:.3125vw;left:0;position:absolute;top:.6770833333vw;width:.3125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item:before{height:1.6vw;top:1.8666666667vw;width:1.6vw}}.related-products__swiper .swiper-slide .product-item-download{display:flex;flex-wrap:wrap;margin:2.0833333333vw 0 -.78125vw;padding-left:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download{margin:10.6666666667vw 0 -.78125vw;padding-left:6.6666666667vw}}.related-products__swiper .swiper-slide .product-item-download-item{align-items:center;display:flex;margin-bottom:.78125vw;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item{margin-bottom:4vw;margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:4.6875vw;width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:24vw}}.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:3.2vw}}.related-products__swiper .swiper-slide .product-item-download a{text-decoration:underline}.related-products__swiper .swiper-slide .product-item-download a:hover{text-decoration:none}.related-products__swiper .swiper-slide .product-item-download a[href=""],.related-products__swiper .swiper-slide .product-item-download a[href="javascript:;"]{cursor:default}.related-products__swiper .swiper-slide .product-item-download img{width:auto}.related-products__swiper .swiper-slide .product-item-action{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;line-height:1.3541666667vw;margin-top:1.3020833333vw;min-height:5.2083333333vw;padding-left:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action{align-items:center;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:2.4vw;margin-top:2.6666666667vw;min-height:auto;padding-left:0}}.related-products__swiper .swiper-slide .product-item-action-btn{background-color:#0099da;border:none;border-radius:1.0416666667vw!important;border-radius:1.5625em;color:#fff!important;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:auto!important;height:3.125em;letter-spacing:normal;line-height:1!important;line-height:3.125em;outline:none;padding:.5208333333vw 1.1458333333vw!important;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action-btn{border-radius:4.2666666667vw!important;font-size:3.7333333333vw;padding:2.1333333333vw 8.8vw!important}}.related-products__swiper .swiper-slide .product-item-action-btn:hover{background:#3dcbff}.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:1.0416666667vw;font-weight:700;position:absolute;right:.8333333333vw;text-transform:capitalize;top:.8333333333vw;z-index:15}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:3.7333333333vw;right:4.2666666667vw;top:4.2666666667vw}}.related-products__swiper .swiper-slide .product-item-sale{color:#ff4a4a}.related-products__swiper .swiper-slide .product-item-new{color:#1f94d2}.related-products .swiper-button-next,.related-products .swiper-button-prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);cursor:pointer;height:3.125vw;position:absolute;top:50%;transition:background-color .3s ease;width:3.125vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next,.related-products .swiper-button-prev{height:10.6666666667vw;top:62.4vw;width:10.6666666667vw}}.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-bottom:.2083333333vw solid #1f94d2;border-right:.2083333333vw solid #1f94d2;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-width:.5333333333vw;height:1.6vw;width:1.6vw}}.related-products .swiper-button-next:after,.related-products .swiper-button-prev:after{content:"";font-family:unset}.related-products .swiper-button-next:hover,.related-products .swiper-button-prev:hover{background-color:#1f94d2!important}.related-products .swiper-button-next:hover:before,.related-products .swiper-button-prev:hover:before{border-color:#fff}.related-products .swiper-button-next{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next{right:5%}}.related-products .swiper-button-prev{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-prev{left:5%}}.related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(135deg)}.md-container .related-products{padding:0}.md-container .related-products .swiper-button-next{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-next{right:1%}}.md-container .related-products .swiper-button-prev{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-prev{left:1%}}html[dir=rtl] .related-products .product-item-download{padding-left:0;padding-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download{padding-right:6.6666666667vw}}html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-action,html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .related-products .product-item-property-item:before{left:unset;right:0}html[dir=rtl] .related-products .product-item-rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.0520833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.2666666667vw}}html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:.8333333333vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:4.2666666667vw;right:unset}}html[dir=rtl] .related-products .swiper-button-next{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-next{left:5%}}html[dir=rtl] .related-products .swiper-button-next:before{transform:translate(-50%,-50%) rotate(135deg)}html[dir=rtl] .related-products .swiper-button-prev{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-prev{right:5%}}html[dir=rtl] .related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(315deg)}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-color-holder{float:left}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:2.6666666667vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-right:0}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .md-container .related-products{padding:0}html[dir=rtl] .md-container .related-products .swiper-button-next{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-next{left:1%}}html[dir=rtl] .md-container .related-products .swiper-button-prev{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-prev{right:1%}}.rich-text-container{font-size:1.1458333333vw;font-style:normal;margin:0 auto;max-width:54.1666666667vw;overflow:hidden;padding-bottom:3.125vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:4.2666666667vw;margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none;padding-bottom:16vw!important;text-align:center}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text-container{margin-left:4vw;margin-right:4vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;width:100%}.rich-text-container video::-webkit-media-controls-fullscreen-button,.rich-text-container video::-webkit-media-controls-play-button{display:none}.rich-text-container video::-webkit-media-controls-current-time-display,.rich-text-container video::-webkit-media-controls-timeline{display:none}.rich-text-container video::-webkit-media-controls-mute-button,.rich-text-container video::-webkit-media-controls-time-remaining-display{display:none}.rich-text-container video::-webkit-media-controls-toggle-closed-captions-button,.rich-text-container video::-webkit-media-controls-volume-slider{display:none}.rich-text-container video::-webkit-media-controls-enclosure{display:none}.rich-text-container h3{font-size:2.1875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:1.875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:1.5625vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container h6{font-size:1.25vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h6{font-size:4.8vw}}.rich-text-container div{font-size:1.1458333333vw;padding-bottom:1em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container div{font-size:4.2666666667vw}}.rich-text-container p{clear:both;font-size:inherit;font-weight:400;overflow:hidden;padding-bottom:1em}.rich-text-container a{color:#1f94d2;text-decoration:none}.rich-text-container a:hover{text-decoration:underline!important}.rich-text-container sup{vertical-align:text-top}.rich-text-container img{display:block;margin:0 auto;max-width:100%}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:#1f94d2;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ul li{padding-bottom:1em;padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:#1f94d2;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:2.0833333333vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;width:100%}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.5208333333vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.0416666667vw 1.0416666667vw 1.0416666667vw 0}.rich-text-container .align-right-img{margin:1.0416666667vw 0 1.0416666667vw 1.0416666667vw}.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:4vw;margin-right:4vw;margin:0;padding-left:5.2083333333vw;padding-right:5.2083333333vw;width:100%}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{padding-left:4vw;padding-right:4vw}}html[dir=rtl] .rich-text_styles .rich-text-container ol{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text_styles .rich-text-container ol li:before{left:unset;right:0}html[dir=rtl] .rich-text_styles .rich-text-container ul{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:1.875em}html[dir=rtl] .rich-text_styles .rich-text-container ul li:before{left:unset;right:0}.store-v2{padding-bottom:3.125vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-bottom:16vw;padding-left:4vw;padding-right:4vw}}.store-v2-title{display:none}.store-v2__wrapper-head{align-items:flex-end;display:flex;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-head{display:block;margin-bottom:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{color:#858585;display:inline-block;font-size:1.25vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{font-size:4.2666666667vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-search{align-items:end;display:flex;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search{align-items:start;flex-direction:column}}.store-v2__wrapper-search__addr{flex:3}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__addr{margin-bottom:5.3333333333vw;width:100%}.store-v2__wrapper-search__title{font-size:4.2666666667vw}}.store-v2__wrapper-search__wrapper{margin-right:1.0416666667vw}.store-v2__wrapper-search__icon{display:none}.store-v2__wrapper-search__input{border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__input{border-radius:6.6666666667vw!important;height:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper-search__position{color:#1f94d2;cursor:pointer;display:flex;flex:1;flex-direction:column;font-size:1.0416666667vw;height:2.8645833333vw;justify-content:center;line-height:1;margin-right:1.0416666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position{font-size:3.7333333333vw;height:auto;margin-bottom:5.3333333333vw;width:100%}}.store-v2__wrapper-search__position span:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAmCAMAAADkx9tQAAABHVBMVEUAAAD////////R7fn///+54/X4/P7////A5vb///////////////////////////+n3PLI6fjV7vrX7/re8vvp9/zb8Prq9/3d8vvY8Prj9Pzw+f3u+P33/P7///////////////////////////////////////////////////////////+24vTi9Pzz+/3o9vz6/f7+///9///u+P3z+v77/f7///////8AmdoAl9kAldkAk9gAjdYAkNcAktgAj9cAmtqr3vMdpN51yOtPueYInNuh2vJiwOhGtuQ9suRBsuM2r+Iuq+EqquAUot0NntwAidSFze1+y+1rxepLtuUipN+y4fSY1vGV1fCQ0++Hz+57yuxow+knpd90agIhAAAAOXRSTlMAMSfxFf3IcPuqoVhJRBAG/u/q5+Xh3NXV08zBsq2XlpB8dGtnT0c8IxoMCAP63tbPwruyraSHPjQfozZvAAABf0lEQVQ4y33T5XbCMBiA4a8UHYO5C86QuUeatrj7mO/+L2NYT1aa7Pn7nljTgGXNlXg43FLV3ePYcx6WnZ34S40upqTS/n49Sp3bYj5y0dA1ShBCmBhGu3rnBs7lHRENIwvWWHnnide9OqMm4kxidDZXFzXsresYLdE7W8o8R0aMV96b3llNFyhFTpgN49PznjQ1Ewmw4n4WQPHwhe20zyCAr2QgSS6fAty3qCTT4oEb9ntYkjH1uGCTIJl+QQGV/pt3K9KsTyY/lm+tO9lacqhJDxYFyPgxEVbM3qeXtvIiHs5+DsOTHKpSIhqsl3wwFWgYwm92nZvl1QISDCeDOMwFyrpzcNtr/a3KRoU48noKLLGBYdqiqdVWgL+QoyazdVbczgKnqD2KOELXg/CX743x5bE1NReo8WfCOntusHNftXRr6t5GyPlE1S5Z5GoCnJIFPO3YKJ2CSPTLwCbS6jdhYc7dTq6WjbddIJa5HPcrnjTIhPzFDx/IBXceweYXLxqqd25jss8AAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;content:"";display:inline-block;flex-shrink:0;height:.9375vw;margin-right:.5208333333vw;position:relative;width:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position span:before{height:3.7333333333vw;margin-right:2.6666666667vw;width:2.6666666667vw}}.store-v2__wrapper-search__position .out{font-size:.9375vw;position:absolute;top:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position .out{font-size:3.7333333333vw;top:4.8vw}}.store-v2__wrapper-search__nores{display:none!important}.store-v2__wrapper-search__btn{flex:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn{width:100%}}.store-v2__wrapper-search__btn .btn{background-color:#1f94d2;color:#fff!important;height:2.8645833333vw;line-height:2.8645833333vw;transition:all .3s;width:100%}.store-v2__wrapper-search__btn .btn:hover{background:#79bfe4}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn .btn{height:10.6666666667vw;line-height:10.6666666667vw}}.store-v2__wrapper-content{box-shadow:0 0 10px 1px rgba(0,0,0,.1);display:flex;height:28.6458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-content{flex-direction:column-reverse;height:auto}}.store-v2__wrapper-empty,.store-v2__wrapper-res{background:#fff;height:100%;overflow-y:auto;width:25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-empty,.store-v2__wrapper-res{width:100%}}.store-v2__wrapper-empty{display:none}.store-v2__wrapper-empty-text{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list{padding-right:0;width:100%}}.store-v2__wrapper-list__item{background-color:#fff;box-sizing:border-box;cursor:pointer;margin-bottom:.9375vw;min-height:7.2916666667vw;padding:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item{margin-bottom:4.8vw;min-height:37.3333333333vw;padding:5.3333333333vw}}.store-v2__wrapper-list__item a{color:#1f94d2}.store-v2__wrapper-list__item.active{background-color:#1f94d2;color:#fff}.store-v2__wrapper-list__item.active .store-v2__wrapper-list__name,.store-v2__wrapper-list__item.active a{color:#fff}.store-v2__wrapper-list__item>div{font-size:.9375vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item>div{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-list__name{color:#1f94d2;display:block;font-weight:700;line-height:1.5;margin-bottom:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__name{margin-bottom:5.3333333333vw}}.store-v2__wrapper-list__title{display:none}.store-v2__wrapper-pagination .wsc-pagination__container{justify-content:center}.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{background:#fff;border:1px solid #858585;color:#79bfe4;font-size:1.0416666667vw;height:1.6666666667vw;line-height:1.6666666667vw;margin:0 .2604166667vw .2604166667vw;min-width:auto;padding:0;text-align:center;text-decoration:none;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;margin:0 1.3333333333vw 1.3333333333vw;width:8.5333333333vw}}.store-v2__wrapper-pagination .wsc-pagination__item--actived,.store-v2__wrapper-pagination .wsc-pagination__item:hover{background:#1f94d2;border:1px solid #1f94d2;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination{padding-bottom:8vw}}.store-v2__wrapper-msg{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-msg{font-size:4.2666666667vw;margin:5.3333333333vw 0}}.store-v2__wrapper-map{height:100%;width:calc(100% - 15.625vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-map{height:80vw;width:100%}}.store-v2__wrapper-map__window a{color:#1f94d2;cursor:pointer;display:block;font-weight:700;margin-top:5px;text-decoration:underline}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-title{font-size:4.2666666667vw}}.store-v2__filter-list{display:flex;min-width:16.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-list{flex-direction:column;min-width:unset}}.store-v2__filter-item{flex:1;margin-right:1.0416666667vw;width:10.4166666667vw}.store-v2__filter-item select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;color:#858585;font-size:.9375vw;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:10.4166666667vw}.store-v2__filter-item select::-ms-expand{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-item select{border-radius:6.6666666667vw!important;font-size:.8333333333vw;height:10.6666666667vw;padding:0 8vw;width:100%}.store-v2__filter-item{margin:0 0 2.6666666667vw;width:100%}}.store-v2__filter .jcf-select{align-items:center;display:flex;height:2.8645833333vw;padding:.5208333333vw 1.8229166667vw .5208333333vw 1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select{height:10.6666666667vw;padding:1.6vw 9.3333333333vw 1.6vw 6.6666666667vw}}.store-v2__filter .jcf-select-opener{transform:translateY(-50%)}.store-v2__filter .jcf-select-text{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select-text{font-size:4.2666666667vw}}.igws-survey{font:400 .8333333333vw/1 HCo Gotham,sans-serif!important;margin-bottom:3.125vw;margin-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-bottom:16vw;margin-top:16vw}}.igws-survey .igws-survey__content{background:#fff;box-shadow:0 0 .5208333333vw 0 rgba(0,0,0,.1);margin:0 auto;padding:2.6041666667vw;width:88.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content{box-shadow:0 0 17px 0 rgba(0,0,0,.08);padding:6.6666666667vw 0;width:92vw}}.igws-survey .igws-survey__content .page .content{margin-right:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .content{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .content .md-form .list .md-form-item .title-type{color:#999}.igws-survey .igws-survey__content .page .formName{font-family:HCo Gotham,sans-serif!important;font-size:1.875vw;margin-bottom:2.0833333333vw;text-align:left;width:81.40625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{font-size:8vw;margin-bottom:4.2666666667vw;width:78.6666666667vw}}.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}}.igws-survey .igws-survey__content .md-form-item .md-form-item__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:1.0416666667vw!important;font-weight:700;line-height:1.0416666667vw!important;margin-bottom:1.0416666667vw!important;min-height:1.0416666667vw!important;padding:0 .625vw 0 0!important;position:relative}.igws-survey .igws-survey__content .md-form-item .md-form-item__label span{display:inline-block}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item .md-form-item__label{font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;margin-bottom:2.6666666667vw!important;min-height:4.2666666667vw!important;padding:0 3.2vw 0 0!important}}.igws-survey .igws-survey__content .is-required .md-form-item__label:before{display:none}.igws-survey .igws-survey__content .is-required .md-form-item__label:after{color:#1f94d2;content:"*";margin-left:4px}.igws-survey .igws-survey__content .md-form-item__error{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__error{font-size:3.2vw}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{--md-rate-star-color:#1f94d2!important;--md-rate-void-color:#d1d1d1!important}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:3.2vw}}.igws-survey .igws-survey__content .startRate .tagsItem{border:1px solid #ccc;border-radius:.78125vw;color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.7291666667vw;height:1.5625vw;line-height:1.5625vw;padding:0 .78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{border-radius:4vw;font-size:3.2vw;height:8vw;line-height:8vw;padding:0 4vw}}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked{background:rgba(31,148,210,.1);border:1px solid #1f94d2;color:#1f94d2}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked:after{background:none;border:none}.igws-survey .igws-survey__content .startRate span{color:#333;font-size:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-rate__item{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__item{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .md-icon{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .md-icon{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .labelList{margin-top:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .labelList{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .startRate .startRateDesc{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateDesc{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{align-items:center;display:flex;height:1.6666666667vw!important;line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .tagsItem{margin-bottom:0!important;margin-top:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{margin-top:2.6666666667vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-checkbox-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:1.3541666667vw;width:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:6.9333333333vw;width:6.9333333333vw}}.igws-survey .igws-survey__content .md-icon{margin-right:14px}.igws-survey .igws-survey__content .nps-main .nps-process{height:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process{height:8.5333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p{color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.0833333333vw;line-height:2.0833333333vw;width:3.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;width:12.8vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:hover{background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .nps-process:has(.p:hover) .p:not(:hover,:hover~*){background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .ctitle{display:flex;justify-content:space-between;margin-bottom:0!important;width:40.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle{width:78.6666666667vw}}.igws-survey .igws-survey__content .nps-main .ctitle .st{color:#333;display:block;font-size:.9375vw;line-height:1.0416666667vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle .st{font-size:3.2vw;line-height:3.7333333333vw;margin-bottom:2.6666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:1.0416666667vw 0 0 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 1.0416666667vw 1.0416666667vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .nps-main .nps-process .p.active{background-color:#1f94d2!important;border-color:#1f94d2!important;color:#fff!important}.igws-survey .igws-survey__content .md-textarea{align-items:center;border:1px solid #d6d6d6;border-radius:1.3020833333vw!important;display:flex;font-size:.625vw!important;height:2.6041666667vw!important;justify-content:center;padding:.5208333333vw 1.0416666667vw!important;resize:none!important;transition:all .3s ease}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea{border-radius:6.6666666667vw!important;font-size:3.2vw!important;height:13.3333333333vw!important;padding:2.6666666667vw 5.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea:hover{border-color:#1f94d2;box-shadow:0 0 0 2px rgba(121,191,228,.2)}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{background:transparent!important;border:none!important}.igws-survey .igws-survey__content .md-textarea .md-input__count,.igws-survey .igws-survey__content .md-textarea .md-input__suffix{display:none!important}.igws-survey .igws-survey__content .inputTextare{-ms-overflow-style:none;height:5.2083333333vw!important;overflow:auto;scrollbar-width:none}.igws-survey .igws-survey__content .inputTextare ::-webkit-scrollbar{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare{height:26.6666666667vw!important}}.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:4.6875vw!important;line-height:1.5!important;scrollbar-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:24vw!important}}.igws-survey .igws-survey__content .md-radio-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-radio-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-input{width:100%!important}.igws-survey .igws-survey__content .md-input__inner{border-radius:1.3020833333vw;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important;text-indent:1.5em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input__inner{border-radius:6.6666666667vw;font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-input__inner:active,.igws-survey .igws-survey__content .md-input__inner:focus,.igws-survey .igws-survey__content .md-input__inner:hover{border-color:#1f94d2}.igws-survey .igws-survey__content .md-input__count{display:none}.igws-survey .igws-survey__content .md-upload .md-button{background:transparent!important;border:none!important;color:#1f94d2!important;font-size:.9375vw;font-weight:700;height:auto!important;padding:0!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-button{font-size:3.2vw}}.igws-survey .igws-survey__content .md-upload .md-button:hover{background:transparent!important;border-color:transparent!important;color:#1f94d2!important}.igws-survey .igws-survey__content .md-upload .md-icon{height:auto!important;margin-right:4px!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-icon svg{display:none}.igws-survey .igws-survey__content .md-upload .md-icon:after{-webkit-font-smoothing:antialiased;content:"î˜…";font-family:iconfont-midea!important;font-size:1.0416666667vw;font-style:normal}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-icon:after{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-upload--picture-card{background:transparent;border:none;height:auto;width:auto}.igws-survey .igws-survey__content .md-upload--picture-card:hover{background:transparent}.igws-survey .igws-survey__content .md-upload--picture-card div{align-items:center;display:flex;justify-content:flex-start}.igws-survey .igws-survey__content .md-upload--picture-card i{color:#1f94d2;margin-top:0}.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{color:#1f94d2;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;font-weight:700;margin-left:4px;margin-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{font-size:3.2vw}}.igws-survey .igws-survey__content .md-button{background:#1f94d2!important;border-radius:1.4322916667vw!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.8645833333vw!important;max-width:100%;min-width:12.5vw!important;padding:.4166666667vw 1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-button:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{border-radius:7.3333333333vw!important;height:14.6666666667vw!important;padding:2.1333333333vw 8vw;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .status-page .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .status-page .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .page .bottom{padding:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .bottom{padding:0;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .bottom .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .page .bottom .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .md-checkbox__inner{height:.9375vw!important;position:relative;width:.9375vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.1041666667vw;height:.3645833333vw;left:.2604166667vw;top:.1041666667vw;width:.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.5333333333vw;height:1.8666666667vw;left:1.0666666667vw;top:.5333333333vw;width:1.0666666667vw}}.igws-survey .igws-survey__content .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__label{color:#333!important}.igws-survey .igws-survey__content .promptText{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .promptText{font-size:3.2vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-radio__inner{border-radius:50%;height:.9375vw!important;width:.9375vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:.4166666667vw!important;width:.4166666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:2.1333333333vw!important;width:2.1333333333vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__label{color:#333!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner:after{background:#1f94d2!important}.igws-survey .igws-survey__content .is-error .md-form-item__label span,.igws-survey .igws-survey__content .is-error .md-form-item__label:after{color:#d11f2c!important}.igws-survey .igws-survey__content .is-error .md-form-item__error{color:#d11f2c;margin-top:2px}.igws-survey .igws-survey__content .is-error .md-textarea{border-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .ctitle .st{color:#d11f2c}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p{border-bottom-color:#f5222d!important;border-top-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:first-child{border-left-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:last-child{border-right-color:#f5222d!important}.igws-survey .igws-survey__content .md-result__title{font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content .md-result__title p:first-child{color:#296300!important}.igws-survey .igws-survey__content .md-result .icon-success{--md-result-color:#296300!important;color:#296300!important;height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result .icon-success{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__icon .icon-info{height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__icon .icon-info{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .status-page .word1{font-size:.9375vw;line-height:1.3541666667vw;margin-top:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .word1{font-size:4.8vw;line-height:6.9333333333vw;margin-top:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{color:#333!important;font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .formName{text-align:right}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:.8333333333vw 0 0 .8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 .8333333333vw .8333333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{color:#999;font-size:1.0416666667vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{font-size:3.7333333333vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-form .list{margin-bottom:2.0833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form .list{margin-bottom:8vw!important}}.igws-survey .igws-survey__content .md-form-item--default{margin-bottom:0!important}.igws-survey .igws-survey__content .md-form-item__content{line-height:1.6666666667vw!important;margin-bottom:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .is-error{padding-bottom:.7291666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error{padding-bottom:3.7333333333vw!important}}.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.1041666667vw;height:5.7291666667vw;margin:0 .4166666667vw .4166666667vw 0;width:5.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.5333333333vw;height:29.3333333333vw;margin:0 2.1333333333vw 2.1333333333vw 0;width:29.3333333333vw}}.igws-survey .igws-survey__content .md-result__extra span{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__extra span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__subtitle p{font-size:3.7333333333vw}}.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:.9375vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:3.2vw!important}}.igws-survey .igws-survey__content .md-image-viewer__close .md-icon{margin-right:0}.igws-survey .igws-survey__content .md-image-viewer__wrapper{z-index:9000!important}.igws-survey .igws-survey__content .md-image{height:6.25vw!important;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-image{height:32vw!important;margin:2.6666666667vw 0}}.new-products>.md-container{display:block!important}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{background-color:#1f94d2;padding:3.90625vw}@media screen and (max-width:767px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{background-color:#fff;border:none;border-radius:1.5625em;color:#000;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;white-space:nowrap}@media screen and (max-width:767px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}.gws-teaserV3__styles.s-mancity:not(.c-bg-brand) .gws-teaserV3-content{padding:8vw 0}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{color:#152c5b;padding:3.90625vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:2.5vw;line-height:2.65625vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{color:#000;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:1.5625vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:5.3333333333vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{background-color:#a2c3e5;border:1px solid #fff;color:#fff;font-size:1.40625vw;font-weight:700}@media screen and (max-width:767px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{font-size:4.8vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}.gws-teaserV3__styles.s-mancity.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity) .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding-left:5.2083333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity) .gws-teaserV3-content{margin-bottom:5.3333333333vw;margin-top:5.3333333333vw;padding-left:0}}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:0}}.gws-teaserV3__styles:not(.s-mancity) .gws-teaserV3-action{border-radius:1.4583333333vw;font-size:1.1458333333vw;height:auto;line-height:1.25vw;padding:.8333333333vw 3.0208333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles:not(.s-mancity) .gws-teaserV3-action{border-radius:6.4vw;font-size:4.2666666667vw;line-height:5.6vw;padding-bottom:3.4666666667vw;padding-left:10.4vw;padding-right:10.4vw;padding-top:3.4666666667vw}}.gws-teaserV3{display:flex;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{padding-left:4vw;padding-right:4vw}}@media screen and (max-width:767px){.gws-teaserV3{flex-direction:column!important}}.gws-teaserV3-asset,.gws-teaserV3-content{width:50%}@media screen and (max-width:767px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{color:#333;display:flex;flex-direction:column;justify-content:center;word-break:break-word}.gws-teaserV3-pre,.gws-teaserV3-sub{display:none}.gws-teaserV3-title{font-size:2.0833333333vw;font-weight:700;line-height:1.3}@media screen and (max-width:767px){.gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3-desc{font-size:1.0416666667vw;font-weight:400;line-height:1.4;margin-top:1.0416666667vw}@media screen and (max-width:767px){.gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:2.6666666667vw}}.gws-teaserV3-disclaimer{display:none}.gws-teaserV3-operate{margin-top:2.0833333333vw}@media screen and (max-width:767px){.gws-teaserV3-operate{margin-top:9.6vw}}.gws-teaserV3-action{background-color:#1f94d2;border:none;border-radius:1.5625em;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:767px){.gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}.gws-teaserV3-action:hover{background:#79bfe4}.gws-teaserV3-asset{overflow:hidden;position:relative}.gws-teaserV3-asset .gws-img{transition:opacity .3s ease}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-teaserV3-asset-hover{left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover .gws-img{width:100%}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:1}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover,.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-img{opacity:1}html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767px){html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:0}}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}html[dir=rtl] header .nav_link{margin-left:2.0833333333vw;margin-right:0}html[dir=rtl] header .nav_lang{margin-left:0;margin-right:2.0833333333vw}html[dir=rtl] header .nav_lang_img{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_img{margin-left:2.6666666667vw}}html[dir=rtl] header .nav_lang:after{margin-left:0;margin-right:20px;right:-4px}html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:2.2395833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:11.4666666667vw}}html[dir=rtl] header .nav_search_submit{left:0;right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_submit{left:0;right:8vw}}html[dir=rtl] header .nav_search_close{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] header .nav_lang_wraper_close{left:5.2083333333vw;right:auto!important}html[dir=rtl] header .nav_lang_item_img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_item_img{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] footer{overflow:hidden}html[dir=rtl] footer .footer_social_link{margin-bottom:0;margin-left:12%;margin-right:0;padding-top:3px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_social_link{margin:0!important}}html[dir=rtl] footer .footer_subscribe_email{padding:0 1.3020833333vw 0 1.0416666667vw}html[dir=rtl] footer .footer_subscribe_submit{left:0;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_links_tit:after,html[dir=rtl] footer .footer_links_tit:before{left:0;right:auto}}html[dir=rtl] footer .footer_links_tit:after{height:3.4666666667vw;left:1.6vw;right:auto;width:1px}html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:.625vw;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:3.2vw}}html[dir=rtl] .support-banner .content-right .textInfo-bg{justify-content:flex-start!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:.2604166667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:1.3333333333vw;margin-right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder{text-align:center}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:10px}html[dir=rtl] .cookie .cookie-close{left:.3125vw;right:auto;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-close{left:3.2vw}}html[dir=rtl] .cookie .cookie-desc{padding-left:0;padding-right:2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc{padding:0 13.3333333333vw 0 10.6666666667vw}html[dir=rtl] .cookie .cookie-content{padding:5.3333333333vw 5.3333333333vw 4vw 0}}html[dir=rtl] .cookie .cookie-desc-attention{right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:center}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{bottom:0;margin:auto}}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-prev{left:5.2083333333vw;right:auto}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-next{left:9.8958333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .subtitle,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .about-list-tap .md-container .about-list{direction:ltr}html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text1,html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text2{text-align:center}}html[dir=rtl] .about-tap .md-container .about-tap-main .about-tap-right{left:0;right:auto}html[dir=rtl] .arrow-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .arrow-icon{margin-left:2.6666666667vw}}html[dir=rtl] .result-card ul{padding-left:0;padding-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card ul{padding-right:5.3333333333vw}}html[dir=rtl] .result-card li:before{margin-left:0!important;margin-right:-1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card li:before{margin-right:-4.9333333333vw}}html[dir=rtl] .buy-btn svg{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .buy-btn svg{margin-left:2.6666666667vw}}html[dir=rtl] .container-compare-pro .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close{left:-.5208333333vw}}html[dir=rtl] .container-compare-pro .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .product-div .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close{left:-.5208333333vw}}html[dir=rtl] .fiex-image .product-div .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .fiex-image-div{padding-left:0!important;padding-right:18.125vw!important}html[dir=rtl] .container-compare-pro .table-holder th{text-align:right}html[dir=rtl] .news_float_block{left:0;right:auto!important}html[dir=rtl] .news_share span{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .news_share span{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .news_share_list li:first-child{margin-left:5.3333333333vw}html[dir=rtl] .news_share_list .news_share_print{margin-left:0}}html[dir=rtl] .rich-text-main .midea_rte ol li{padding-left:0;padding-right:2.8645833333vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ol li{padding-right:10.6666666667vw}}html[dir=rtl] .rich-text-main .midea_rte ol li:before{left:auto;right:0}html[dir=rtl] .rich-text-main .midea_rte ul li{padding-left:0;padding-right:2.1354166667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ul li{padding-right:8vw}}html[dir=rtl] .rich-text-main .midea_rte ul li:before{left:auto;right:0}html[dir=rtl] .hbt_download_item:after{left:.2083333333vw;right:auto;transform:translateY(-50%) rotate(135deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt_download_item:after{left:1.0666666667vw}}html[dir=rtl] .disigner_profile_content img{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .disigner_profile_content img{margin-left:5.3333333333vw}}html[dir=rtl] .blockquote{padding:1.5625vw 4.6875vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote{padding:18.6666666667vw .78125vw 0}}html[dir=rtl] .blockquote.blockquote_fact{padding:.3125vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote.blockquote_fact{padding:18.6666666667vw 4vw 0}}html[dir=rtl] .blockquote_content img{left:auto;right:-4.6875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote_content img{right:0}}html[dir=rtl] .blockquote.blockquote_fact .blockquote_content:before{left:auto;right:0}html[dir=rtl] .social_share_item_content_author span{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_item_content_author span{margin-right:4vw}}html[dir=rtl] .social_share_item:nth-child(5){right:37%}html[dir=rtl] .social_share_info_links li:first-child{padding-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_info_links li:first-child{padding-left:8vw}}html[dir=rtl] .social_share_info_links li:last-child{padding-left:0}html[dir=rtl] .social-media .social-media-item-icon{margin-left:1.40625vw;margin-right:0}html[dir=rtl] .social-media .social-media-prev{left:45%;position:absolute}html[dir=rtl] .social-media .social-media-next{position:absolute;right:45%}html[dir=rtl] .manuals .manuals-item .file-description{margin-left:0;margin-right:1.0416666667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description{text-align:center}}html[dir=rtl] .manuals .manuals-item .file-description .download{padding-left:0;padding-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description .download{padding-right:8vw}}html[dir=rtl] .manuals .manuals-item .file-description .download:before{left:auto;right:.1041666667vw}html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:.8333333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:4.2666666667vw;margin-right:0}}html[dir=rtl] .press_news_list_item h4,html[dir=rtl] .press_news_list_item p,html[dir=rtl] .press_news_list_item span{text-align:right}html[dir=rtl] .solution .description-holder .link .arrow{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .solution .description-holder .link .arrow{margin-right:4vw}}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target{left:auto;right:100%}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}}html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:3.6458333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:5.3333333333vw;right:auto}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:-4.1666666667vw;right:auto}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:1.4583333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:4.8vw;right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .text{margin-left:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block .button:link{margin-left:2.34375vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-manuals .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-reviews .air-accordion-container .container-switch .arrow-icon{left:2.0833333333vw;right:auto}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title,html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title{text-align:center}}html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:center}}html[dir=rtl] .product-anchor-point{text-align:left}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating{margin-left:6.25vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul{margin-left:6.5104166667vw;margin-right:0}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description{margin-left:0;margin-right:1.8229166667vw}html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-right:1.3333333333vw}}html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-right:6.9333333333vw}}html[dir=rtl] .product-list .product .property .item:before,html[dir=rtl] .search-holder .product .property .item:before{left:auto;right:0}html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:2.6666666667vw}}html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .product-icon-download.list .download-item{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:5px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:4vw;right:auto}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:4vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating{margin-left:6.6666666667vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li{margin-right:0}}html[dir=rtl] .p-w-r .pr-file-input-btn-group .pr-file-input-label{margin-left:.5208333333vw;text-align:right}html[dir=rtl] .pagination .wp-pagenavi .pagination-prev{transform:translateY(0) rotate(1turn)}html[dir=rtl] .product-list .product .color-holder,html[dir=rtl] .product-list .products-listing .product .msrp-holder,html[dir=rtl] .search-holder .product .color-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap;float:none}html[dir=rtl] .registration .holder .form-registration{left:0;right:auto}html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:auto;margin-right:auto}}html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8541666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:center}}html[dir=rtl] .registration .holder .form-registration .form-group label{margin-left:0!important;margin-right:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-group label{margin-right:2.6666666667vw!important}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8vw;margin-right:0}}html[dir=rtl] .product-list .clear-filter{margin:0 0 .78125vw 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .clear-filter{margin:0 0 4vw 5.3333333333vw}}html[dir=rtl] .product-list .filters .item{padding:.2604166667vw .78125vw .2604166667vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .item{padding:1.3333333333vw 4vw 1.3333333333vw 10.6666666667vw}}html[dir=rtl] .product-list .filters .cross{left:.5208333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .cross{left:3.2vw}}html[dir=rtl] .product-list .filters .item .category{float:right}html[dir=rtl] .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{left:auto;right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{right:6.9333333333vw}}html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 3.7333333333vw!important}}html[dir=rtl] .search-holder .filter-sidebar{margin-left:3.6458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar{margin-left:0;margin-right:0}html[dir=rtl] .sorter-holder .jcf-select .jcf-select-text{margin:0 2.1333333333vw 0 9.3333333333vw}}html[dir=rtl] .search-holder .form-search .btn-search{left:auto;right:-2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .form-search .btn-search{right:auto}}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name.active:before{left:auto!important;right:0}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:1.0416666667vw;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:5.3333333333vw}}html[dir=rtl] .store-locator .map-current-location:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-current-location:before{margin-left:2.6666666667vw}}html[dir=rtl] .store-locator .map-search-keyword{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-search-keyword{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:1.5625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:4vw}}html[dir=rtl] .support-faq .md-container .listMain .support-btn{left:auto!important;right:0}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:1.1458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:5.8666666667vw}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:5.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:1.5625vw 1.8229166667vw 1.3020833333vw 2.34375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:before{left:auto;right:0}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:1.5625vw;margin-right:10px;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:5.3333333333vw}}html[dir=rtl] .container-medium-nav{margin-left:4.1666666667vw;margin-right:auto}html[dir=rtl] .container-compare-pro .h6-red{text-align:right}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:4vw}}html[dir=rtl] header .nav_change_lan{margin-left:0;margin-right:1.5625vw}html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:6.6666666667vw}}html[dir=rtl] footer .footer_copyright_link:first-child{margin-right:0}html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:.8333333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:4.2666666667vw}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-3.125vw;right:auto;top:30%;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-9.3333333333vw;top:45%}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{left:auto;right:-3.125vw;top:30%;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{right:-9.3333333333vw;top:45%}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:.4166666667vw;right:auto!important;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:2.1333333333vw}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:auto;right:7.2916666667vw;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{right:2.1333333333vw}}html[dir=rtl] header .sub_header_cate .swiper-button-prev-cate{left:auto;right:0;top:12px;transform:rotate(180deg)}html[dir=rtl] header .sub_header_cate .swiper-button-next-cate{left:0;right:auto;top:12px;transform:rotate(180deg)}html[dir=rtl] .product .short-spec{display:flex;justify-content:space-between}html[dir=rtl] .compare-popup .compare-products .remove{left:-1.3020833333vw;right:auto}html[dir=rtl] .compare-popup .header .btn{margin:0 .78125vw 0 0;text-align:center}html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin-left:3.90625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin:0 auto}}html[dir=rtl] .product-anchor-point a{margin-left:2.3958333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-anchor-point a{margin-left:6.9333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6{align-items:flex-end;display:flex}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{display:inline-block;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{margin:0 1.3333333333vw}}html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-left:0;margin-right:.2604166667vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{left:0;right:-.0520833333vw}html[dir=rtl] .product-list .product .short-spec,html[dir=rtl] .search-holder .product .short-spec{display:block}html[dir=rtl] .product-list .product .short-spec .color-holder,html[dir=rtl] .search-holder .product .short-spec .color-holder{display:flex;float:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-right:1.3333333333vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{right:-.2666666667vw}}html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-right:2.6666666667vw}}html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .product-anchor-wrap a:last-child{margin-left:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{width:100%!important}html[dir=rtl] .container-compare-pro .table-holder{margin-right:0}html[dir=rtl] .container-compare-pro .h6{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6{text-align:center!important}}html[dir=rtl] .fiex-image .flex-title{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .flex-title{text-align:center!important}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{justify-content:center}}html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:2.6666666667vw}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .has-mark .advantages:before{right:-1.3541666667vw}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:before,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:before,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:before{transform:translateX(-50%) rotate(315deg)}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:after,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:after,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:after{transform:translateX(-50%) rotate(-315deg)}html[dir=rtl] .my-product .md-container .holder .description-block-warp .star{left:unset;right:-.0520833333vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:0;margin-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:auto;margin-right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-right:0}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating .progress-bar{left:unset;right:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .icon{margin-left:.78125vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .star{left:unset;right:-.0520833333vw}html[dir=rtl] .download_table_tabs_name{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tabs_name{margin-left:6.6666666667vw;margin-right:0}}html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}}html[dir=rtl] .container-compare-pro .h6-money span{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6-money span{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .social_share_info,html[dir=rtl] .social_share_item:first-child,html[dir=rtl] .social_share_item:nth-child(2){left:unset;right:0}html[dir=rtl] .social_share_item:nth-child(3),html[dir=rtl] .social_share_item:nth-child(5){left:unset;right:28.2%}html[dir=rtl] .social_share_item:nth-child(4),html[dir=rtl] .social_share_item:nth-child(6){left:0;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide{margin-right:0!important}}html[dir=rtl] .search-holder .accordion-body .form-wrap{flex-direction:row-reverse}html[dir=rtl] .search-holder .ui-slider.ui-slider-horizontal .ui-slider-handle{margin-left:-5px}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder{margin-right:0!important}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec{flex-grow:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-right:0}}html[dir=rtl] .product-list .product .msrp-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:center;display:flex;flex-wrap:wrap}html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .hbt-retailer .support-main-tabs{justify-content:right}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .progress-bar,html[dir=rtl] .rating .progress-bar,html[dir=rtl] .rating-style .progress-bar{left:unset;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text{text-align:center}}html[dir=rtl] .store-locator #map-locations-pager a,html[dir=rtl] .store-locator #map-locations-pager span{float:right}html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration input{padding:.2604166667vw 1.0416666667vw .2604166667vw 2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration input{padding:1.3333333333vw 5.3333333333vw 1.3333333333vw 13.3333333333vw}}html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration span{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration span{left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:center}}html[dir=rtl] .mancity-match__container-info.next-match{transform:translateX(100%)}html[dir=rtl] .mancity-match__container-tab p:first-child{border-left:3px solid #a2c3e5;border-right:0}html[dir=rtl] .match-item__score-item:first-child{margin-left:5.859375vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child{margin-left:20vw}}html[dir=rtl] .match-item__score-item:first-child:after{left:-3.3854166667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child:after{left:-12vw}}@media screen and (min-width:1200px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(20.8vw,-56px)!important}}html[dir=rtl] .teaser.flex-reserve .teaser_info{padding-left:7.8125vw;padding-right:0}html[dir=rtl] .teaser .teaser_info{padding-left:0;padding-right:7.8125vw}html[dir=rtl] .video-wrapper .wsc-dialog__header{left:-.78125vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .video-wrapper .wsc-dialog__header{left:4vw}}html[dir=rtl] .teaser .cmp-teaser-remastered__content{padding:0 5.2083333333vw 0 0}html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:0 0 0 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .teaser .cmp-teaser-remastered__content,html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:5.3333333333vw 0}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:2.6666666667vw}}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Thin.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ThinItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLight.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Light.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-LightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Regular.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Italic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Medium.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-MediumItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Bold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BoldItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Black.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BlackItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBoldItalic.ttf) format("opentype")}html[lang=th] body{font:400 .9375vw/1.5 HCo Gotham,Prompt,sans-serif!important;margin:0}.video-wrapper{max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#333;max-height:100%;max-width:100%;width:100%}.video-wrapper iframe{display:block!important;height:100%!important;width:100%!important}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.video-wrapper .wsc-dialog__body{background-color:#333;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#333;border-radius:50%;display:flex;height:1.5625vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:1.5625vw;z-index:1}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__header{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.video-wrapper .wsc-dialog__close{display:inline-flex;position:relative;width:.625vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1041666667vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial!important;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0!important;width:62.5vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog{height:auto;width:100%!important}}.gws-dialog video{background-color:#333;font-size:0;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#333;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#333;border-radius:50%;display:flex;height:2.6041666667vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:2.6041666667vw;z-index:100}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}@media screen and (max-width:767px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.gws-dialog .wsc-icon__close{width:50%}.gws-confirm-dialog.wsc-dialog__wrapper{padding:0;width:27.0833333333vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper{width:95.7333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{border-bottom:1px solid #dfe3e8;padding:.8333333333vw 1.5625vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{padding:5.3333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{color:#1b1b1b;font-size:1.25vw;font-weight:700;line-height:1.3541666667vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{font-size:4.8vw;line-height:6.9333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:1.5625vw;width:.8333333333vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:5.3333333333vw;width:4.2666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i:before{background-color:#637381}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{color:#313131;color:rgba(0,0,0,.65);font-size:1.0416666667vw;line-height:1.5;line-height:1.4583333333vw;max-height:20.8333333333vw;overflow-y:auto;padding:1.1458333333vw 1.5625vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{font-size:4.2666666667vw;line-height:6.4vw;max-height:80vw;padding:5.8666666667vw 8vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{border-top:1px solid #dfe3e8;padding:1.1458333333vw 2.34375vw;text-align:right}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{padding:5.8666666667vw 12vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:1.0416666667vw;font-size:1.0416666667vw;height:auto;line-height:1;padding:.4166666667vw 1.1458333333vw}@media screen and (max-width:767px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:5.3333333333vw;font-size:4.2666666667vw;padding:2.1333333333vw 5.8666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default{border:2px solid #d6d6d6;color:#333}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main{background-color:#0099da;border:2px solid #0099da;color:#fff}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:1.5625vw;right:auto!important}@media screen and (max-width:767px){html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:5.3333333333vw}}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{text-align:left}.drawer_assets .wsc-drawer__container{background-color:transparent;left:50%;padding:0;top:50%;transform:translate(-50%,-200%);width:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.drawer_assets .wsc-drawer__container{width:100%}}.drawer_assets .wsc-drawer__content{font-size:0;overflow-y:auto;text-align:center}.drawer_assets .wsc-drawer__content video{height:auto;width:100%}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{transform:translate(-50%,-50%)}.gws-loading{left:0;position:absolute;top:0;z-index:1}.gws-loading,.gws-loading__cover{height:100%;width:100%}.gws-loading__cover-grey{background-color:#767676}.gws-loading__cover-white{background-color:#fff}.gws-loading__progress{z-index:1}.gws-loading__progress,.gws-loading__progress-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-loading__progress-loading{height:5.2083333333vw;width:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-loading{height:16vw;width:16vw}}.gws-loading__progress-text{font-size:1.0416666667vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-text{font-size:3.2vw}}html[dir=rtl] .gws-loading__progress-text{display:flex;flex-direction:row-reverse}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(51,51,51,.6);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-full-screen{padding-left:0;padding-right:0}.gws-bannerV2_styles.c-not-full-screen{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-not-full-screen{padding-left:4vw;padding-right:4vw}.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:0;transform:translate(-50%)!important}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)!important}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:10%;top:unset;transform:translate(-50%)!important}}.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{background-color:#1f94d2;padding:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.7);padding:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(51,51,51,.6);padding:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:0;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:0;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:.78125vw;margin-right:.78125vw}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:1.5625vw;margin-right:0}.gws-bannerV2{position:relative}.gws-bannerV2.c-img-Hover-magnify{overflow:hidden}.gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){.gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-bannerV2__content{left:0;padding:0 5.2083333333vw;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content{left:50%;padding:0;top:50%;transform:translate(-50%,-50%);width:92vw!important}.gws-bannerV2__content__container{max-width:unset;width:100%}}.gws-bannerV2__content__wrapper{max-width:33.8541666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__wrapper{max-width:unset}.gws-bannerV2__content__wrapper *{text-align:center!important}}.gws-bannerV2__content__disclaimer,.gws-bannerV2__content__preTitle,.gws-bannerV2__content__subTitle{display:none}.gws-bannerV2__content__title{color:inherit;font-size:2.7083333333vw;font-weight:700;line-height:1.25}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title{font-size:8vw}}.gws-bannerV2__content__title h1{color:inherit;font-size:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title h1{font-size:8.5333333333vw}}.gws-bannerV2__content__title h2{color:inherit;font-size:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title h2{font-size:8vw}}.gws-bannerV2__content__title h3{color:inherit;font-size:2.2916666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title h3{font-size:7.4666666667vw}}.gws-bannerV2__content__title h4{color:inherit;font-size:1.875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title h4{font-size:6.9333333333vw}}.gws-bannerV2__content__title h5{color:inherit;font-size:1.4583333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title h5{font-size:6.4vw}}.gws-bannerV2__content__desc{font-size:1.1458333333vw;font-weight:400!important;line-height:1.5;margin-top:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc{font-size:4.2666666667vw;margin-top:5.3333333333vw}}.gws-bannerV2__content__desc h1{font-size:1.6666666667vw;font-weight:400!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc h1{font-size:5.8666666667vw}}.gws-bannerV2__content__desc h2{font-size:1.4583333333vw;font-weight:400!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc h2{font-size:5.3333333333vw}}.gws-bannerV2__content__desc h3{font-size:1.25vw;font-weight:400!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc h3{font-size:4.8vw}}.gws-bannerV2__content__desc h4{font-size:1.1458333333vw;font-weight:400!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc h4{font-size:4.2666666667vw}}.gws-bannerV2__content__desc h5{font-size:.9375vw;font-weight:400!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc h5{font-size:3.7333333333vw}.gws-bannerV2__content__actions{align-items:center;display:flex;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{background-color:#1f94d2;border-radius:1.5625vw;color:#fff!important;cursor:pointer;display:inline-block;font-size:1.1458333333vw;margin-right:1.5625vw;margin-top:1.5625vw;padding:.8333333333vw 3.0208333333vw;transition:all .3s}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{border-radius:6.4vw;font-size:4.2666666667vw;line-height:5.6vw;margin-right:0;margin-top:5.3333333333vw;padding:3.4666666667vw 10.4vw}}.gws-bannerV2__content__btn:hover,.gws-bannerV2__content__link:hover{background-color:#3dcbff}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background-color:#fff;color:#1f94d2!important}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:hover{background-color:#3dcbff;color:#fff!important}.gws-dynamic-image{cursor:pointer!important}.gws-dynamic-image[data-type=inline] .gws-dynamic-image__btn{display:none}.gws-dynamic-image[data-type=popup]{display:inline-block}.gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:none}.gws-dynamic-image__container{background-color:#fff;display:flex;height:56.25vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container{height:100vw}}.gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAqCAMAAADbGsbuAAAAAXNSR0IArs4c6QAAAvdQTFRFAAAAAAAA////gICA////qqqqv7+/mZmZzMzMqqqq1dXVtra2v7+/xsbGs7OzzMzMubm5qqqqv7+/sbGxxMTEtra2u7u7v7+/tLS0w8PDuLi4vLy8v7+/tra2vLy8v7+/uLi4wsLCurq6vb29tra2ubm5u7u7vb29t7e3vLy8tra2vb29uLi4urq6tbW1vLy8vr6+ubm5v7+/u7u7tra2vLy8uLi4vr6+ubm5v7+/uLi4vr6+urq6u7u7uLi4vb29ubm5urq6vLy8ubm5vr6+u7u7ubm5vb29u7u7vb29vLy8vb29vLy8ubm5urq6vb29u7u7vLy8vb29urq6vLy8ubm5urq6u7u7vLy8urq6u7u7u7u7ubm5vLy8u7u7vLy8ubm5urq6u7u7vLy8urq6vLy8vb29u7u7ubm5vLy8urq6u7u7ubm5urq6urq6u7u7urq6u7u7u7u7urq6vLy8u7u7u7u7urq6vLy8u7u7ubm5vLy8urq6vLy8u7u7urq6u7u7u7u7u7u7urq6vLy8u7u7vLy8u7u7u7u7vLy8urq6vb29vLy8u7u7urq6u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8urq6vLy8urq6vLy8u7u7vLy8urq6u7u7vLy8u7u7vLy8vLy8urq6u7u7u7u7vb29urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6urq6u7u7u7u7u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7vLy8u7u7urq6u7u7vLy8u7u7vLy8u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7u7u7vLy8vLy8u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7u7u7u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7vLy8u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7u7u7urq6u7u7u7u7vLy8u7u7HWk7SgAAAPx0Uk5TAAEBAgIDBAUFBgYHCAkKCgsMDA0NDg8QERESExQVFxgZGRobHB0eHyAiIyMkJSYmJygoKSoqKyssLC8vMDEyMjM0NTc3ODo6PD5BQkRFRkZHSElKTE1OT1BRUlNUVFZXWFlaW1xfYGFjY2RlZmdoaWttcXNzdHV2dnh5eXp6e31/gISGhoeIiouMjY6QkpOTlJSWl5mam5ycoKChoaOkpKWnqqusra2usLGxsrW2t7i4uru8vL2+vr/AwcLDxMbHyMjJysvMzc3Oz8/Q0dHT1dbX2Nvb3N3f4OHk5efo6err7O3u7u/w8fLy8/T19vb3+Pj5+fr6+/z9/f7+onjEnAAAA9lJREFUGBnVwXt8lXMAx/GvrU056bKstFxqqVOGSkInoSaEUrSKWEa557jnVgyrljJSppLridzCQcptabmFim7WdNVWppntzNn2nM8fnt+z0zazdbzmL++3/q9cU95dcLr+izeAor5quv7svmwxc9QoVwfV1T0pKU7VDu0UK9sFfKEbeFmNSMmp5FffmTqgbwVl3WRcvLycwAfDpHa/8EMxN6lh6RZG+QSFvQBzZaRbGNaD0rAdVM2NVoOuDMH2r4uhbIAcvSsI9JAtFdj9ZSFYl0otB3VVI36EzObq9Cb45FgE82SsgcxYubJhhQ7iJFgnW0IJRVGynRikzC1bR4v8WEmt91Ieq8a17tcvUcY30EG2+TBHxinwjoyVkKjIovMpj5HUM0hxVxke8Mnwg1uR3Q8rZMuGTDk84JPhB7ciuH3W5xAYIql7AD5amzvrGMkDPhl+cCuCtYA1WrYnqLZnoDzgk+EHtyL4rgr49iip3W+wa/H7ZbC5uQd8MvzgViTRZyyDF6VrYE2CdHwepHrAJ8MPbjWszcSsEQprk0/waC2Ec2S7GZ70gE+GH9wjsia2UX1dZhRAZbLCsuFCfU+RjCHwvAd8MvyQWgkFM7qorriMYozbFDYbRmoHgSjZBsH8fvCWjM9gGkZxRpxqDN2Co/DafftelbEG+mg9DJDtDri3k0VetCTXHoK9C3FsGaowbxBjW0Y31064K0ox02Cz9Dh82lk6v4CKXloLU6RmmfCJumVswwh65fBa2LZ6XZImA5vezgMmSD1KoeSrDRYskiYAm/15wFhJLu9WbJZXtuQgUDWzrYyYl3BYD8t2SxWO3PaSpocwQo/K0XZmJRBMlpQD7B+lsCjvJgh+fIkcI1dbkP9QSxljV1tUrRqjA0btB3IkD2ClqI5jerZSjYQ+nVWjfVK86kixAI+8wFI1zVLAq6lAhprmEeABTQKWq2k+BG7UyRaErlZTpAGhXtIyoCxN9R0RqwiuKgXek9T/d8Cad6T+Zlbl9uE6mA7zLKDkNNnSKrDtvKedap0A/DlJjYq/exe2yjQ5xpdg7M0arAMSg0BoRrQadHZWIUZJmsIGrqPaxseGt5LDW4HtlVaq7/DhmZuotv4s1TjszgLCylfNvn5weymlCFvusaoVP/i62SsDhO29z6W6Ok79mVqhHbmv52D81F+OU59bvd2i1rb0BNXX4vLX/uCfCpJka5ZHHaVLUluoQXHjsjda1DNZtniLMGvD0+PidTCJY9KXrC+lhnWRjAVAYN3i9NGd9a/EuM+94tYp05965tmF4+U4JPm845qpIX8B1LDxMLajhFsAAAAASUVORK5CYII=) no-repeat;background-size:contain;content:"";height:2.3958333333vw;left:50%;position:absolute;top:1.5625vw;transform:translateX(-50%);width:3.2291666667vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{height:6.1333333333vw;top:5.3333333333vw;width:8.2666666667vw}}.gws-dynamic-image__container img{height:100%;left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container img{height:auto;width:100%}}.gws-dynamic-image__cover{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.gws-dynamic-image__btn{background:url(data:image/png;base64,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) no-repeat;background-size:contain;cursor:pointer;display:inline-block;height:1.7708333333vw;width:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{height:6.1333333333vw;width:8.2666666667vw}}.gws-dialog .gws-dynamic-image{display:block}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:flex;height:41.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:100vw}}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__btn{display:none}.gws-img{font-size:0}.gws-img img{width:100%}.gws-media_item{overflow:hidden;position:relative}.gws-media_item,.gws-media_item iframe,.gws-media_item img{height:100%;width:100%}.gws-media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.gws-media_item a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.gws-media_item iframe{border:none;overflow:hidden;width:100%}.footer_subscribe{margin-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe{margin-top:13.3333333333vw}}.footer_subscribe_title{display:none}.footer_subscribe_form{display:flex;height:2.6041666667vw;margin-top:1.5625vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form{flex-wrap:wrap;height:auto;margin-top:4.8vw}}.footer_subscribe_form_group{background-color:hsla(0,0%,100%,.2);border-radius:1.5625vw;display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form_group{border-radius:6.6666666667vw}}.footer_subscribe_email{background:none;border:none;border-radius:1.5625vw;color:#fff;display:inline-block;height:100%;line-height:2.6041666667vw;outline:none;padding:0 1.0416666667vw 0 1.3020833333vw;width:60%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_email{border-radius:6.6666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;padding:0 6.6666666667vw;text-align:center;width:100%}}.footer_subscribe_email::placeholder{color:#fff;font-weight:400}.footer_subscribe_label{display:none}.footer_subscribe_submit{background-color:#fff;height:2.6041666667vw;line-height:2.6041666667vw;padding-left:0;padding-right:0;position:absolute;right:0;text-align:center;width:40%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_submit{height:13.3333333333vw;line-height:13.3333333333vw;margin-left:auto;margin-top:2.6666666667vw;position:relative;right:auto;width:100%}}.gws-video{font-size:0;position:relative;width:100%}.gws-video video{background-color:#000;width:100%}.gws-video iframe{width:100%!important}.gws-video__play{background-color:#fff;border-radius:50%;cursor:pointer;height:5.2083333333vw;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:10}@media screen and (max-width:767px){.gws-video__play{height:13.3333333333vw;width:13.3333333333vw}}.gws-video__play:after{border-color:transparent transparent transparent #ccc;border-radius:.2083333333vw;border-style:solid;border-width:1.3541666667vw 1.0416666667vw 1.3541666667vw 2.0833333333vw;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:767px){.gws-video__play:after{border-radius:1.0666666667vw;border-width:3.2vw 2.6666666667vw 3.2vw 5.3333333333vw}}.gws-video .c-video-autoplay .gws-img,.gws-video .c-video-autoplay .gws-video__asset{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-img{display:block}}.gws-video .c-video-autoplay .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-hover-play .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__vimeo,.gws-video .c-video-hover-play .gws-video__youtube,.gws-video .c-video-inline-play .gws-video__asset,.gws-video .c-video-inline-play .gws-video__vimeo,.gws-video .c-video-inline-play .gws-video__youtube,.gws-video .c-video-popup-play .gws-video__asset,.gws-video .c-video-popup-play .gws-video__vimeo,.gws-video .c-video-popup-play .gws-video__youtube{display:none}