: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}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}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}*{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:767.9px){.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:767.9px){.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}.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%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}@font-face{font-family:NeuzeitSLTStd-Book;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-Book.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-Book.otf) format("opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-Book.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-Book.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-Book.svg#NeuzeitSLTStd-Book) format("svg")}@font-face{font-family:NeuzeitSLTStd-Book;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-BookHeavy.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-BookHeavy.otf) format("opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-BookHeavy.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-BookHeavy.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/NeuzeitSLTStd-BookHeavy.svg#NeuzeitSLTStd-BookHeavy) format("svg")}@font-face{font-family:RomainHeadline-Bold;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/RomainHeadline-Bold.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/RomainHeadline-Bold.otf) format("opentype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/RomainHeadline-Bold.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/RomainHeadline-Bold.ttf) format("truetype"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/mk/RomainHeadline-Bold.svg#RomainHeadline-Bold) format("svg")}a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,var,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{width:100%}*{box-sizing:border-box}button{outline:0}b,strong{font-weight:700}a,a:hover,a:visited{color:#000;text-decoration:none}.c-gap-top{padding-top:40px}@media screen and (max-width:1023px){.c-gap-top{padding-top:20px}}.c-gap-bottom{padding-bottom:40px}@media screen and (max-width:1023px){.c-gap-bottom{padding-bottom:20px}}.c-align-header{padding-left:80px;padding-right:80px}@media screen and (max-width:1023px){.c-align-header{padding-left:30px;padding-right:30px}}.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}body{-webkit-font-smoothing:antialiased;background:#fff;color:#555;font-family:NeuzeitSLTStd-Book,sans-serif;font-size:15px;line-height:20px;position:relative}@media screen and (min-width:1680px){body{font-size:24px;line-height:32px}}@media screen and (max-width:1679px){body{font-size:18px;line-height:24px}}@media screen and (max-width:1023px){body{font-size:15px;line-height:20px}}html img{height:auto;max-width:100%}p{overflow-wrap:break-word}.blur-up{filter:blur(5px);transition:filter .4s}.blur-up.lazyloaded{filter:blur(0)}.hide{display:none!important}.show{display:block!important}.swiper-button-next,.swiper-button-prev{font-size:0;height:unset;width:unset}.swiper-button-next:after,.swiper-button-prev:after{-webkit-font-smoothing:antialiased;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNTc5NSAtMjE4ODAgNTAgNTAiPjxkZWZzPjxzdHlsZT4uYntmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjJweH08L3N0eWxlPjwvZGVmcz48ZyBzdHlsZT0iZmlsbDpub25lIj48cGF0aCBkPSJNMjUgMEEyNSAyNSAwIDEgMSAwIDI1IDI1IDI1IDAgMCAxIDI1IDBaIiBzdHlsZT0ic3Ryb2tlOm5vbmUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAtNzg3Mi41IC0xMDkxNSkiLz48cGF0aCBkPSJNMjUgNDdhMjEuOTMgMjEuOTMgMCAwIDAgMTUuNTU2LTYuNDQ0QTIxLjkzIDIxLjkzIDAgMCAwIDQ3IDI1YTIxLjkzIDIxLjkzIDAgMCAwLTYuNDQ0LTE1LjU1NkEyMS45MyAyMS45MyAwIDAgMCAyNSAzIDIxLjkzIDIxLjkzIDAgMCAwIDkuNDQ0IDkuNDQ0IDIxLjkzIDIxLjkzIDAgMCAwIDMgMjVhMjEuOTMgMjEuOTMgMCAwIDAgNi40NDQgMTUuNTU2QTIxLjkzIDIxLjkzIDAgMCAwIDI1IDQ3bTAgM0MxMS4xOTMgNTAgMCAzOC44MDcgMCAyNVMxMS4xOTMgMCAyNSAwczI1IDExLjE5MyAyNSAyNS0xMS4xOTMgMjUtMjUgMjVaIiBzdHlsZT0iZmlsbDojZmZmO3N0cm9rZTpub25lIiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgLTc4NzIuNSAtMTA5MTUpIi8+PC9nPjxwYXRoIGNsYXNzPSJiIiBkPSJtLTE1NzY4LjUtMjE4NjIuNzUgNy43NSA3Ljc1LTcuNzUgNy43NU0tMTU3NjAuNzUtMjE4NTVoLTE4LjUiLz48L3N2Zz4=) no-repeat 0 0;background-size:100% 100%;border-radius:100%;content:"";display:block;font-family:unset;height:50px;width:50px}@media screen and (max-width:1679px){.swiper-button-next:after,.swiper-button-prev:after{height:40px;width:40px}}@media screen and (max-width:1023px){.swiper-button-next:after,.swiper-button-prev:after{height:30px;width:30px}}.swiper-button-prev:after{transform:rotate(180deg)}.swiper-pagination{color:#fff;font-weight:700;height:50px;margin-top:-50px}.video-btn{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:5}@media screen and (max-width:1679px){.video-btn{height:80px;width:80px}}@media screen and (max-width:1023px){.video-btn{height:60px;width:60px}}@media screen and (max-width:767px){.video-btn{height:40px;width:40px}}.video-btn__play:after{border-color:transparent transparent transparent #ccc;border-radius:4px;border-style:solid;border-width:26px 20px 26px 40px;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:1679px){.video-btn__play:after{border-width:20px 15px 20px 30px}}@media screen and (max-width:1023px){.video-btn__play:after{border-width:15px 10px 15px 20px}}@media screen and (max-width:767px){.video-btn__play:after{border-width:12px 8px 12px 15px}}.video-btn__enlarge{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbsAAAG/CAMAAAD2Jok6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAQlBMVEUAAADv///3+/v2+vr3+/v1/Pz0+vr39/f2+/v3+/v3+vr3+vr3+vr2+/v2+/v2+/v3+vr3+/v3+/v3/Pz3+/v///+2a3cEAAAAFHRSTlMAEEBwgFAwILDAYKDg8JDQZPT4mPHZLA4AAAABYktHRBXl2PmjAAAAB3RJTUUH5gsJChwvRiDJdgAADEJJREFUeNrt3WtjqrgCRmFAvKHonDP9/791qtZWW5FcSd5kra/TvYfsp9xCxKZxqO26VZ+89cZl2+fbdqlH9qpu6zuutut3+49s2g1tYLj14Zh6UFONh7XHuE7n1Nv/d0B9SL0hW7hbx8Fphxt2qTd8onEVbJ/LXO7S0XrfWx9Sb/O79kF2vTbXX85fHWxG265y/30cA1y1bPI7H0x0NsZr+zH1xs7nj7cRGKXlaCXkzIdTBN3nSc9kzxtkhmR+IHn5K5r7WeH3aOd/GWVOAZ+dfOwyumUNM9pT6g20q3OnW6Xe9sCjldrpLs0fRyaPmDJnBrPRCv4qOs8Y9am33KXJGZY263vxifYV7XbTo23Vjpe3HGfah9TbHXK0G7Er5nuOE5sic2FGo9W6T33I8aApOtxXo5Wl+/hwotum3upwoxWm+3CaGOtSb7Vr25Lo3G7P16m3OtRoNa+X7/Uudn3qrXbtl53ozcE9J7tS9jvFW/KHnOxkz3fPdoITYU9VbLdJvTVBR2Nc6q0OMVrxk92H4z1CozrsR7s+9cb4NjrRqT2n/O7BTv6I+bFzs1O90Hywk3vu/yenRcON7ITmj53ok5CHjo50qieLbzu1lVIvcrpDuCQ6G/1t16feEu+cdzvVwd/ttOcxn4bikOZB5z5g/bOd1/pMybmVu53kL95j7iv8rine433Zqd7ifOe3pL2RnIX/shNdbvOdN50i3s2uTb0Znll9nLAYvJud9rOf0XU+5Vc6H3q6dbOTng4LstNd22rtep34IXM8eL92RFbvaqd6c3f2eeHIRO1wUHmed7Vz+GU7HobudUZHsE3nX9Ad7tfuF2Dz3vTP/8LZWd+Y7yL+u5XfNtA10cXOdhp97zFzSOGWllwY7CZVQl2R11q4VUEXu97mDxwjvTyvlgIu6LrY2dzdjZzpvAq5Fu9iZ3GpEuLlTzUXdBnlxc7ix52XFdClsCtgO6u1fUbvQqKpAi9e7qyeGYefxqiqwNPGnc1DBM9n07UXeq60s7lFCPaC2CoLPs3d2SzV4CLTo/BPKDqLo7DjRzXoUoSHSzZ2ru98ojgLKrBbpCiPdDuLaRXsXIvzNL6zmFbBzrFIS7mwi1+sJSXYRS/aaiDsYhdvIRd2kYu4Bg+7uMVcPold1KKufMUuZnEXLWMXschvrMEuXrFfI4tdtKK/ARi7WMV/eTN2kVrgvdvYxcmd7v/Ypc2dbvwXu6R50G167FLmsYZ2bbFsD7vwedANNksusQueHx12CfOkwy5dvnTYJcubDrtU+dNhl6gAdNglyn0N7c9bd7FLkjvd4ecvwS5FQeiwS1EYOuwSFIgOu+ULRYfd4gWjw27p3L9e4Tcddgvnvob275cDYLdoIemwW7SgdNgtWVg67BYsMB12yxWaDrvFCk6H3VK5f+fh5KtIsVsmnzW0U38ndosUgw67RYpCh90SxaHDboEi0WEXv1h02EUvGh12sWvdP5E899Jt7OIWYg3tVNhFLSYddlGLSoddzOLSYRexyHTYxSs2HXbRik6HXbR2znSmX/uIXaTCLX+eDLs4LUCHXZyWoMMuSovQYRejZeiwi9BCdNiFbyk67ILnvobW9l8Nu8CFX/48GXZhW5AOu7AtSYdd0Balwy5ky9JhF7CF6bAL19J02AXLYw3t1u3/iF2g4i1/ngy7MCWgwy5MKeiwC1ISOuxClIYOuwAlosPOv20iOuy8i7+GdirsPEtHh51nCemw8yslHXZeJaXDzqe0dNh5lJgOO4/2aemwc2+xNbRTYedacjrsXEtPh51jGdBh51YOdNg5lQUddi7lQYdd1H+z3+0SbQd2Xy2+hnYq7GzLhg472/Khw86yjOiwsysnOuysyooOO5vyosPOoo0z3RiDDjvzUi1/ngw707Kjw860/OiwMyxDOuzMypEOO6OypMPOpDzpsDPIYw1tF3O7sJst9fLnybCbK1s67ObKlw67mTKmw+59OdNh97as6ZoVdm/Kmq7psJvOfQ3taYnN2xpvTlOdXSbLn6czne45NrXZZU9n/PWIl+2pyi5/OuP1M+umLjsBuqY1O2iOl5+tyE6BznQrrxdO9dhp0Jldad5eJV6N3UmDzmxq5fa1zbXYZbaG9k3t0XSTKrHToTOYW7k/ua/DToluflLzPjlXhZ0W3dxl1fe8ag12anTv8X6mxCuw06N7c9g8PqxSK99Oke7zguX11ebpcZOKtzN/IpYT3eetQv93dmz3vDS0dLtM19Ca1PZP+97x9Pt72Qq3E6a7bn6/vzznP+4PqxebU7adON1MRduVTVe0XeF0JduVTlewXfF05doZLh54lQhdsXZ5L38OU6F2NdAValcFXZl2ddAVaVcJXYl2tdAVaFcNXYF2pp/G+FufetMtK85OZPlziEqzq4iuNLua6Aqzq4quLLu66Iqyk/moT6AKsnNfiKlJV5Cd+7PW7Ic2UTkDdP5q8rRraD0qxs75iClLV47d/KdFS6Mrxs51txOmK8bOcQZama4Uu7ZCulLs3A6Z2nSl2DlNqYxb//9xygqxc7m5U1n+PFkhdg5zKvJ0pdjVSFetXQF0tdqVQFepXRF0ddqVQVeKnd1MtNga2qkKsbOaziyErhQ78+9iKYeuFLtNhXSl2Jmf8MqhK8bO9KBZEF0xdoavdSiJrhg7sx2vKLpy7Ey+2E50De1U5djNr60VpNsO/f7aafj7oLgcu9k31MrRbVdPx5L97yN+QXbN8HbPU6Pb/v1U0/FZryS7t4dNMbr29Qqc/eORsyi7pp2c1xS7wtxMzTWM3c8PlWXXNOuXgz6LPfR5t2Sx5O+2GP7oHcV2upnVpkV/p0x3euAbD53/37hscwuF7wMq0e6zbddfWwsun519JnJfE1yonXAG3134ZYFdbpksz7+d8rDLLKPv6j1efxS7zDJ7R8x1x8Murww/SHjd8bDLK9MPEl4mG7DLK9PFiqcGu9wy/TDaucEus8zXKjbYZZb5N5xusMss8/XdHXaZ1WMnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnm7ndGrvMMrfrscss7HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdLOx22CXVTZ2HXZZhZ1u2OmGnW7Y6YadbtjpZm43NFvsssrcrmNeJbOw0w073bDTDTvdTlHsxtTDqqKjjd3Z+Ic3qcdVQeaP5C52e+MfHlIPrIJW5naNjd0p9cAqaGdlZ35yPKYeWAWZn+4uGr25NAfN2JnPUF4v+wfzHx/b1GMrPYtD5uHzx80fJHDGi93awqL//PnW4uc5akZtM1pQdJc/YWMHXsSs6D6u5y/zmwTwYmZHd7voN79JuLZKPcZCG6zorpcqVhea185d6mEW2Nbu6Hc//lncU3y1H7apx1pW3cHa4EvA/F7+p+Oh7zvyb9X3trvc9eD3pW55wqMMul912NwRUh59n7TsrnAofefvU6X9mZLS9nOjZvGwlrLo4aGA+boHyqHDw/2F7e05pe1pdoSrFaWeV1v2qTeHLHqelGzZ8XT6vci5T71BZNyfZwEuk5qUot2fqWwmxlR68QzHZTablq9/8Qxpy+WKQq8XOFsshadkTSxa4KiZf/1rOm7y8u/cTGWzRJoSNL5ZJ8QpL+/ertDjKWzOzaxr5klevh3e0zUteLk2Rwdets3TgZdpJnTgZZkZ3SceEyy5ZUrHrUJ2WX3okZv0jBotPzTXMbeZS3vrt2tw0suk3lbuetxk10vf2fEFfNafo6XAjU473a01q8dStvP7aHjPgTNVe+93MrToJclf7qq34si5dIdw7wheW7xfjnw7r8K+L7Ed4Fuk8yrGu2va9YknDFE7HoaYbyjtVv0eweCN+0PfLfRm2W3q1wGJtepfN1z/q+NR8j/BPYzHZ9a1YAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0xMS0wOVQxMDoyODo0NyswMDowMNprMoUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMTEtMDlUMTA6Mjg6NDcrMDA6MDCrNoo5AAAAAElFTkSuQmCC) 50% no-repeat;background-size:contain;border-radius:0;height:40px;opacity:1;width:40px}.bg-grey{background-color:#ebebeb}.bg-grey .gap-bottom,.bg-grey.gap-bottom{padding-bottom:120px}@media screen and (max-width:1679px){.bg-grey .gap-bottom,.bg-grey.gap-bottom{padding-bottom:80px}}@media screen and (max-width:1023px){.bg-grey .gap-bottom,.bg-grey.gap-bottom{padding-bottom:40px}}.bg-grey{padding-top:120px}@media screen and (max-width:1679px){.bg-grey{padding-top:80px}}@media screen and (max-width:1023px){.bg-grey{padding-top:40px}}.bg-grey .gap-top,.bg-grey.gap-top{padding-top:120px}@media screen and (max-width:1679px){.bg-grey .gap-top,.bg-grey.gap-top{padding-top:80px}}@media screen and (max-width:1023px){.bg-grey .gap-top,.bg-grey.gap-top{padding-top:40px}}.gap-bottom{padding-bottom:40px}@media screen and (max-width:1023px){.gap-bottom{padding-bottom:20px}}.gap-top{padding-top:40px}@media screen and (max-width:1023px){.gap-top{padding-top:20px}}.non-gap-bottom .gap-bottom,.non-gap-bottom.gap-bottom{padding-bottom:0!important}.dynamic-form-wrapper{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.dynamic-form-wrapper{max-width:1080px}}@media screen and (max-width:1023px){.dynamic-form-wrapper{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.article-basic{position:relative}.article-basic.slider{height:calc(100vh - 100px)}.article-basic.cover-black .article-basic__content__mask{background:rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}.article-basic__content__img{height:100%;object-fit:cover;width:100%}.article-list__content{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.article-list__content{max-width:1080px}}@media screen and (max-width:1023px){.article-list__content{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.article-list__content{color:#000}.article-list__content__title{font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;line-height:68px}@media screen and (max-width:1679px){.article-list__content__title{font-size:38px;line-height:58px}}@media screen and (max-width:1023px){.article-list__content__title{font-size:22px;line-height:30px}}.article-list__content__title__link{display:block;position:relative}.article-list__content__title__link[href=""],.article-list__content__title__link[href="#"],.article-list__content__title__link[href="javascript:;"]{cursor:default}.article-list__content__title__link:after{font-family:NeuzeitSLTStd-Book,sans-serif}@media screen and (min-width:1680px){.article-list__content__title__link:after{font-size:24px}}@media screen and (max-width:767px){.article-list__content__title__link:after{content:""}}.article-list__content__title__link:after{content:attr(data-label);position:absolute;right:0}@media screen and (max-width:1679px){.article-list__content__title__link:after{font-size:24px}}@media screen and (max-width:1023px){.article-list__content__title__link:after{font-size:16px}}.article-list__content__list{display:flex;flex-wrap:wrap;margin:0 -1%}@media screen and (max-width:767px){.article-list__content__list{margin:0}}.article-list__content__list__item{margin:7% 1% 0;width:31.3333333333%}@media screen and (max-width:767px){.article-list__content__list__item{margin:7% 0 0;width:100%}}.article-list__content__list__item__img{display:block;height:auto;width:100%}.article-list__content__list__item__title{font-size:24px;font-weight:700;line-height:32px;margin:10px 0 0}@media screen and (max-width:1679px){.article-list__content__list__item__title{font-size:18px;line-height:24px}}@media screen and (max-width:1023px){.article-list__content__list__item__title{font-size:15px;line-height:20px}}@media screen and (max-width:767px){.article-list__content__list__item__title{font-size:15px;line-height:20px}}.article-list__content__list__item__desc{color:#555;font-size:18px;line-height:24px;margin:10px 50px 0 0}@media screen and (max-width:1679px){.article-list__content__list__item__desc{font-size:16px;line-height:22px}}@media screen and (max-width:1023px){.article-list__content__list__item__desc{font-size:15px;line-height:20px;margin:0}}footer .article-list__content{border-bottom:2px solid #fff;color:#fff;max-width:unset;padding-bottom:100px;padding-top:0;width:100%}@media screen and (max-width:1023px){footer .article-list__content{padding:0 0 40px}}footer .article-list__content__title__link{color:#fff}footer .article-list__content__list__item{margin-top:2%}@media screen and (max-width:767px){footer .article-list__content__list__item{margin-top:7%}}footer .article-list__content__list__item__title{color:#fff;font-size:28px;line-height:36px;margin:10px 0 0}@media screen and (max-width:1023px){footer .article-list__content__list__item__title{font-size:16px;line-height:24px}}@media screen and (max-width:767px){footer .article-list__content__list__item__title{font-size:18px;line-height:24px}}footer .article-list__content__list__item__desc{color:#fff;display:none}html[dir=rtl] .article-list .article-list__content__title__link:after{left:0;right:auto}html[dir=rtl] .article-list .article-list__content__list__item__desc{margin-left:50px;margin-right:0}@media screen and (max-width:1023px){.carousel-banner__container .swiper-pagination{display:none}}@media screen and (max-width:767px){.carousel-banner:not(.is-single) .banner__content__container{margin:0;width:60%}}.carousel-banner .banner .banner__content__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:68px;font-weight:400;line-height:80px}@media screen and (max-width:1679px){.carousel-banner .banner .banner__content__title{font-size:50px;line-height:68px}}@media screen and (max-width:1023px){.carousel-banner .banner .banner__content__title{font-size:32px;line-height:36px}}.style-adjust-banner .article-basic__content,.style-adjust-banner .swiper-slide{height:calc(100vh - 140px);position:relative}@media screen and (max-width:1679px){.style-adjust-banner .article-basic__content,.style-adjust-banner .swiper-slide{height:calc(100vh - 100px)}}@media screen and (max-width:1023px){.style-adjust-banner .article-basic__content,.style-adjust-banner .swiper-slide{height:calc(100vh - 60px)}}.style-adjust-banner .article-basic__content .banner,.style-adjust-banner .swiper-slide .banner{height:100%}.style-adjust-banner .article-basic__content .banner__asset__video.vimeo,.style-adjust-banner .article-basic__content .banner__asset__video.youtube,.style-adjust-banner .swiper-slide .banner__asset__video.vimeo,.style-adjust-banner .swiper-slide .banner__asset__video.youtube{height:calc(100vh - 140px)}@media screen and (max-width:1679px){.style-adjust-banner .article-basic__content .banner__asset__video.vimeo,.style-adjust-banner .article-basic__content .banner__asset__video.youtube,.style-adjust-banner .swiper-slide .banner__asset__video.vimeo,.style-adjust-banner .swiper-slide .banner__asset__video.youtube{height:calc(100vh - 100px)}}@media screen and (max-width:1023px){.style-adjust-banner .article-basic__content .banner__asset__video.vimeo,.style-adjust-banner .article-basic__content .banner__asset__video.youtube,.style-adjust-banner .swiper-slide .banner__asset__video.vimeo,.style-adjust-banner .swiper-slide .banner__asset__video.youtube{height:calc(100vh - 60px)}}.style-adjust-banner .article-basic__content img,.style-adjust-banner .swiper-slide img{bottom:0;display:block;left:50%;position:absolute;transform:translateX(-50%)}.style-adjust-pc-banner .banner__content{bottom:unset;left:unset;min-height:calc(100vh - 140px);position:relative;right:unset;top:unset}@media screen and (max-width:1679px){.style-adjust-pc-banner .banner__content{min-height:calc(100vh - 100px)}}@media screen and (max-width:1023px){.style-adjust-pc-banner .banner__content{min-height:40vh}}.style-adjust-pc-banner .banner__asset{bottom:0;display:block;left:50%;min-height:100%;min-width:100%;position:absolute;transform:translateX(-50%)}.style-adjust-pc-banner .banner__asset picture{display:flex;height:100%}.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-banner .article-basic__content,.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-banner .swiper-slide,.is-edit-mode .style-adjust-banner .article-basic__content,.is-edit-mode .style-adjust-banner .swiper-slide{height:100%}.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-banner .article-basic__content img,.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-banner .swiper-slide img,.is-edit-mode .style-adjust-banner .article-basic__content img,.is-edit-mode .style-adjust-banner .swiper-slide img{left:unset;position:relative;transform:unset}.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-pc-banner .banner__asset,.is-edit-mode .style-adjust-pc-banner .banner__asset{position:relative}.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .style-adjust-pc-banner .banner__content,.is-edit-mode .style-adjust-pc-banner .banner__content{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.swiper .swiper-button-prev{left:80px}.swiper .swiper-button-next{right:80px}@media screen and (max-width:1679px){.swiper .swiper-button-prev{left:40px}.swiper .swiper-button-next{right:40px}}@media screen and (max-width:1023px){.swiper .swiper-button-prev{left:10px}.swiper .swiper-button-next{right:10px}}html[dir=rtl] .carousel-banner .swiper .swiper-button-next{left:80px;right:auto;transform:rotate(180deg)}html[dir=rtl] .carousel-banner .swiper .swiper-button-next:after{content:""}@media screen and (max-width:1023px){html[dir=rtl] .carousel-banner .swiper .swiper-button-next{left:10px}}html[dir=rtl] .carousel-banner .swiper .swiper-button-prev{left:auto;right:80px;transform:rotate(180deg)}html[dir=rtl] .carousel-banner .swiper .swiper-button-prev:after{content:""}@media screen and (max-width:1023px){html[dir=rtl] .carousel-banner .swiper .swiper-button-prev{right:10px}}.gws-carousel .c-gap-bottom{padding-bottom:0}.gws-carousel .c-gap-top{padding-top:0}.gws-carousel .swiper{position:relative}.gws-carousel .swiper .swiper-button-prev{left:80px}.gws-carousel .swiper .swiper-button-next{right:80px}@media screen and (max-width:1679px){.gws-carousel .swiper .swiper-button-prev{left:40px}.gws-carousel .swiper .swiper-button-next{right:40px}}@media screen and (max-width:1023px){.gws-carousel .swiper .swiper-button-prev{left:10px}.gws-carousel .swiper .swiper-button-next{right:10px}}@media screen and (max-width:767px){.gws-carousel .swiper .swiper-pagination{display:none}.gws-carousel[data-swiper-auto-play=true] .gws-bannerV2__content__container{width:60%}}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:80px;right:auto;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-button-next:after{content:""}@media screen and (max-width:1023px){html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:10px}}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:auto;right:80px;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev:after{content:""}@media screen and (max-width:1023px){html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{right:10px}}.country-selector{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.country-selector{max-width:1080px}}@media screen and (max-width:1023px){.country-selector{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.country-selector{color:#000;line-height:1;padding-top:74px}@media screen and (max-width:767px){.country-selector{margin:auto;max-width:100%;padding:40px 30px 0}}.country-selector-land{margin-bottom:40px}.country-selector-land-name{font-family:RomainHeadline-Bold,sans-serif;font-size:24px;letter-spacing:0;line-height:29px;margin-bottom:16px}@media screen and (max-width:767px){.country-selector-land-name{font-size:20px}}.country-selector-land-countries{display:flex;flex-wrap:wrap}.country-selector-land-countries-country{align-items:center;display:flex;font-size:18px;height:56px;letter-spacing:0;line-height:22px;margin-right:24px;width:calc(33.33% - 24px)}@media screen and (max-width:767px){.country-selector-land-countries-country{font-size:16px;margin-right:0;width:100%}}.country-selector-land-countries-country-flag{height:auto;margin-right:16px;width:36px}@media screen and (max-width:767px){.country-selector-land-countries-country-flag{margin-right:10px;width:32px}}.country-selector-land-countries-country span:hover{text-decoration:underline}html[dir=rtl] .country-selector-land-countries-country-flag{margin-left:16px;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .country-selector-land-countries-country-flag{margin-left:10px}}html[dir=rtl] .country-selector-land-countries-country{margin-left:24px;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .country-selector-land-countries-country{margin-left:0}}.event-container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.event-container{max-width:1080px}}@media screen and (max-width:1023px){.event-container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.event-content{color:#000}.event-content__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;letter-spacing:2px;line-height:68px;margin-bottom:64px;text-align:center}@media screen and (max-width:1679px){.event-content__title{font-size:36px;line-height:58px}}@media screen and (max-width:1023px){.event-content__title{font-size:22px;line-height:30px}}.event-content__events,.event-content__locations{display:flex;width:100%}@media screen and (max-width:1023px){.event-content__events,.event-content__locations{align-items:center;flex-direction:column}}.event-content__item{text-align:center;width:100%}.event-content.events{margin-left:-10px;margin-right:-10px}@media screen and (max-width:1023px){.event-content.events{margin-left:0;margin-right:0}}.event-content__events{justify-content:space-around}.event-content__events .event-content__item{border:1px solid #000;margin:0 10px 30px;max-width:550px}.event-content__events__head{background-color:#000;padding:40px 20px}.event-content__events__title{color:#fff;font-size:30px;font-weight:700;line-height:33px;margin-bottom:20px}.event-content__events__time{color:#fff;font-size:18px;line-height:30px}.event-content__events__desc{font-size:21px;line-height:33px;padding:40px 30px}.event-content__events__desc.rich-text p{color:#000;margin:0}.event-content__locations{justify-content:center}.event-content__locations .event-content__item{max-width:400px}.event-content__locations .event-content__item:not(:last-child){border-right:2px solid #000}@media screen and (max-width:1023px){.event-content__locations .event-content__item{max-width:240px;padding:30px 0}.event-content__locations .event-content__item:not(:last-child){border-bottom:2px solid #000;border-right:none}}.event-content__locations__title{font-weight:700}.event-content__locations__link{display:block}.event-content__locations__link img{display:block;margin:20px auto;max-width:222px;width:100%}.event-content__locations__addr{white-space:pre-wrap}html[dir=rtl] .event .event-content__locations .event-content__item:not(:last-child){border-left:2px solid #000;border-right:none}@media screen and (max-width:1023px){html[dir=rtl] .event .event-content__locations .event-content__item:not(:last-child){border-left:none}}.feature-banner{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.feature-banner{max-width:1080px}}@media screen and (max-width:1023px){.feature-banner{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.feature-banner{position:relative}.feature-banner .swiper-button-next:after,.feature-banner .swiper-button-prev:after{filter:invert(100%)}.feature-banner .swiper-button-prev{left:calc(50% - 50vw + 80px)}.feature-banner .swiper-button-next{right:calc(50% - 50vw + 80px)}.feature-banner .swiper-slide{margin-bottom:10px;margin-top:10px}@media screen and (max-width:1679px){.feature-banner .swiper-button-prev{left:calc(50% - 50vw + 40px)}.feature-banner .swiper-button-next{right:calc(50% - 50vw + 40px)}}@media screen and (max-width:1023px){.feature-banner .swiper-button-prev{left:-10px}.feature-banner .swiper-button-next{right:-10px}}.feature-banner__container{position:relative}.feature-banner .banner__content{background:rgba(0,0,0,.3)}.feature-banner .banner__content__container{align-items:flex-end!important;color:#fff;justify-content:flex-start!important;margin:0;max-width:unset;padding:20px;width:100%;z-index:3}.feature-banner .banner__content__container *{text-align:left}.feature-banner .banner__content__desc,.feature-banner .banner__content__title{font-size:20px;line-height:22px;margin-bottom:0}.feature-banner .banner__content__title{font-weight:700}.feature-banner .banner__content__link{z-index:5}@media screen and (max-width:767px){.feature-banner .swiper-button-next,.feature-banner .swiper-button-prev{display:none}.feature-banner__swiper .swiper-wrapper{flex-direction:column;margin:-10px 0}.feature-banner__swiper .swiper-wrapper .swiper-slide{margin:10px 0}.text-below-image .feature-banner__container{padding:30px 0 40px}}.text-below-image .feature-banner .banner__asset img{height:180px;margin:0 auto 30px 0;width:auto}@media screen and (max-width:1023px){.text-below-image .feature-banner .banner__asset img{height:150px;margin:0 auto 30px;width:auto}}.text-below-image .feature-banner .banner.cover-black .banner__content{background:transparent}.text-below-image .feature-banner .banner__content{background:transparent;position:relative}.text-below-image .feature-banner .banner__content__container{color:#555;padding:0}.text-below-image .feature-banner .banner__content__wrapper{max-width:100%}.text-below-image .feature-banner .banner__content__title{font-size:20px;line-height:22px}.text-below-image .feature-banner .banner__content__desc{font-size:18px;line-height:22px}@media screen and (max-width:767px){.text-below-image .feature-banner .banner__content__desc{font-size:15px;line-height:20px}}@media screen and (max-width:1023px){.text-below-image .feature-banner .swiper-button-prev{left:0}.text-below-image .feature-banner .swiper-button-next{right:0}}@media screen and (max-width:767px){.text-below-image .feature-banner .swiper-button-next,.text-below-image .feature-banner .swiper-button-prev{display:unset;top:90px}.text-below-image .feature-banner__swiper .swiper-wrapper{flex-direction:unset;margin:0}.text-below-image .feature-banner__swiper .swiper-wrapper .swiper-slide{margin:0}}.bg-grey .feature-banner{padding-bottom:120px}@media screen and (max-width:1679px){.bg-grey .feature-banner{padding-bottom:80px}}@media screen and (max-width:1023px){.bg-grey .feature-banner{padding-bottom:40px}}html[dir=rtl] .feature-banner .swiper-button-next{left:calc(50% - 50vw + 80px);right:auto;transform:rotate(180deg)}@media screen and (max-width:1023px){html[dir=rtl] .feature-banner .swiper-button-next{left:0}}html[dir=rtl] .feature-banner .swiper-button-prev{left:auto;right:calc(50% - 50vw + 80px);transform:rotate(180deg)}@media screen and (max-width:1023px){html[dir=rtl] .feature-banner .swiper-button-prev{right:0}}html[dir=rtl] .feature-banner .banner__content__container *{text-align:right}html[dir=rtl] .text-below-image .feature-banner .banner__asset img{margin:0 0 30px auto}@media screen and (max-width:1023px){html[dir=rtl] .text-below-image .feature-banner .banner__asset img{margin:0 auto 30px}}.footer{background-color:#000;padding-top:60px}@media screen and (max-width:1023px){.footer{padding-top:40px}}.footer>.footer-cmp-section{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.footer>.footer-cmp-section{max-width:1080px}}@media screen and (max-width:1023px){.footer>.footer-cmp-section{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.footer>.footer-cmp-section .article-list{padding-bottom:0}.footer>.footer-cmp-section .article-list__content{margin:0;width:100%}@media screen and (max-width:767px){.footer>.footer-cmp-section .article-list__content{border-bottom:none}}.footer-main{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.footer-main{max-width:1080px}}@media screen and (max-width:1023px){.footer-main{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.footer-main{display:flex;padding:10px 0 80px}@media screen and (max-width:1023px){.footer-main{flex-direction:column}}@media screen and (max-width:767px){.footer-main{padding-bottom:30px;padding-top:30px}}.footer-main .footer-menu{display:flex;flex:0 0 75%;flex-wrap:wrap;height:max-content}@media screen and (max-width:767px){.footer-main .footer-menu{flex-direction:column}}.footer-main .footer-menu__item{flex:0 0 33.33%}@media screen and (max-width:767px){.footer-main .footer-menu__item{border-top:2px solid #fff;padding-bottom:40px}}.footer-main .footer-menu__item-links,.footer-main .footer-menu__item-title{color:#fff}.footer-main .footer-menu__item-title{font-size:28px;font-weight:700;line-height:53px}@media screen and (max-width:1023px){.footer-main .footer-menu__item-title{font-size:16px}}.footer-main .footer-menu__item-links{font-size:18px;line-height:24px}@media screen and (max-width:1023px){.footer-main .footer-menu__item-links{font-size:15px}}.footer-main .footer-menu__item-links a{color:#fff}.footer-main .footer-menu__item-links a:hover{text-decoration:underline}@media screen and (max-width:767px){.footer-main .footer-menu__item-links a{line-height:2}}.footer-main .footer-cmp-section{flex:0 0 25%;max-width:25%}@media screen and (max-width:1023px){.footer-main .footer-cmp-section{flex:0 0 33.33%;max-width:33.33%}}@media screen and (max-width:767px){.footer-main .footer-cmp-section{flex:0 0 100%;max-width:100%}}.footer-main .footer-cmp-section .section-block{align-items:start!important}@media screen and (max-width:767px){.footer-main .footer-cmp-section .section-block{border-top:2px solid #fff;padding-bottom:40px}}.footer-main .footer-cmp-section .section-block .section-block__list__li{font-size:15px;line-height:20px}.footer-main .footer-cmp-section .section-block .section-block__list__li a{color:#fff}@media screen and (max-width:767px){.footer-main .footer-cmp-section .section-block .section-block__list__li a{line-height:2}}.footer-main .footer-cmp-section .section-block .section-block__content{margin:0;padding:0;width:100%}.footer-main .footer-cmp-section .section-block .section-block__content *{color:#fff}.footer-main .footer-cmp-section .section-block .section-block__content__title{font-family:inherit;font-size:28px;font-weight:700;line-height:53px;margin:0;max-width:100%}@media screen and (max-width:1023px){.footer-main .footer-cmp-section .section-block .section-block__content__title{font-size:16px}}.footer-other{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.footer-other{max-width:1080px}}@media screen and (max-width:1023px){.footer-other{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.footer-other{display:flex;justify-content:space-between;padding-bottom:30px}@media screen and (max-width:767px){.footer-other{flex-direction:column;padding-bottom:0}}.footer-other .footer-archive{width:200px}@media screen and (max-width:767px){.footer-other .footer-archive{margin-bottom:20px}}.footer-other .footer-media{display:flex}.footer-other .footer-media li{margin-left:20px}@media screen and (max-width:767px){.footer-other .footer-media li{margin-left:0;margin-right:20px}}.footer-other .footer-media li img{height:30px;width:30px}.footer-compliance{background-color:#ebebeb;font-size:13px}@media screen and (max-width:1023px){.footer-compliance{background-color:#000;color:#666}}.footer-compliance-container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.footer-compliance-container{max-width:1080px}}@media screen and (max-width:1023px){.footer-compliance-container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.footer-compliance-container{display:flex;justify-content:space-between;padding-bottom:20px;padding-top:20px}@media screen and (max-width:1023px){.footer-compliance-container{flex-direction:column}}@media screen and (max-width:767px){.footer-compliance-container{padding-bottom:30px;padding-top:30px}}.footer-compliance-container .footer-support{display:flex}.footer-compliance-container .footer-support li a{line-height:2}@media screen and (max-width:1023px){.footer-compliance-container .footer-support li a{color:#666}}.footer-compliance-container .footer-support li:after{content:" – ";display:inline-block;margin-right:4px}.footer-compliance-container .footer-support li:last-child:after{display:none}.footer-compliance-container .footer-copyright{line-height:2}body.body-padding{padding-top:140px}@media screen and (max-width:1679px){body.body-padding{padding-top:100px}}@media screen and (max-width:1023px){body{padding-top:60px}}@keyframes menuDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.header{padding-left:80px;padding-right:80px}@media screen and (max-width:1023px){.header{padding-left:30px;padding-right:30px}}.header{background-color:#fff;position:relative;z-index:999}@media screen and (max-width:1023px){.header{left:0;position:fixed;top:0;width:100%}.header.actived .header-logo__operate{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMzc2NS43MDcgLTIyMjU0LjcwNyAyMS40MTQgMjEuNDE0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoycHh9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Im0tMTM3NDUtMjIyNTQtMjAgMjBNLTEzNzY1LTIyMjU0bDIwIDIwIi8+PC9zdmc+);background-size:70%}}.header-fixed{animation:menuDown .2s forwards;left:0;position:fixed;top:0;transform:translateY(-100%);width:100%}@media screen and (max-width:1679px){.header-fixed .header-logo-img{height:35px;width:61px}}.header-fixed .header-main{height:80px}@media screen and (max-width:1679px){.header-fixed .header-main{height:60px}}.header-fixed .header-main .header-menu__level-sub{height:calc(100vh - 81px);top:81px}@media screen and (max-width:1679px){.header-fixed .header-main .header-menu__level-sub{height:calc(100vh - 61px);top:61px}}.header-fixed .header-main .header-menu__level-sub-close{top:140px}@media screen and (max-width:1679px){.header-fixed .header-main .header-menu__level-sub-close{top:120px}}.header:after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;width:100%;z-index:20}.header-main{align-items:center;display:flex;height:140px;justify-content:space-between}@media screen and (max-width:1679px){.header-main{height:100px}}@media screen and (max-width:1023px){.header-main{height:60px}}.header-logo{align-items:center;display:flex;flex:0 0 auto}@media screen and (max-width:1023px){.header-logo{height:25px;justify-content:space-between;width:100%}}.header-logo-img{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNzUwNS40NTMgLTIyNDA0IDg3LjQwNCA1MCI+PHBhdGggZD0iTS0xNzQ5Ny41MjItMjIzNjMuNzM3aC0uNzUyYS4yNjguMjY4IDAgMCAwLS4yMjYuMTEzbC0yLjg1NCAzLjgzNC0yLjg1Ny0zLjgzNWEuMjY4LjI2OCAwIDAgMC0uMjI2LS4xMTNoLS43NTRhLjI1Ny4yNTcgMCAwIDAtLjI2My4yNjN2OS4xYS4yNTcuMjU3IDAgMCAwIC4yNjMuMjYzaC42NzdhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi03LjIxOGwyLjMzMSAzLjEyYS4yNjguMjY4IDAgMCAwIC4yMjYuMTEzaC42NGEuMjY4LjI2OCAwIDAgMCAuMjI2LS4xMTNsMi4zMzEtMy4xMnY3LjIxOGEuMjU3LjI1NyAwIDAgMCAuMjYzLjI2M2guNzE0YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtOS4xYy4wMzYtLjExMi0uMTE0LS4yNjItLjI2NS0uMjYyWk0tMTc0OTIuNjcyLTIyMzYwLjg0MmEzLjcxNCAzLjcxNCAwIDAgMC0xLjM5MS4yMjYgMi42MDYgMi42MDYgMCAwIDAtMS4wMTUuODI3LjI4OS4yODkgMCAwIDAgLjAzOC4zNzZsLjQ4OS40MTRhLjUzNC41MzQgMCAwIDAgLjIyNi4wNzUuMjA3LjIwNyAwIDAgMCAuMTg0LS4xMTggMS44NTEgMS44NTEgMCAwIDEgLjU2NC0uNTI2IDIuMDU0IDIuMDU0IDAgMCAxIC45LS4xNSAxLjg4NSAxLjg4NSAwIDAgMSAxLjE2NS4zIDEuMiAxLjIgMCAwIDEgLjMzOC45NHYuNDE0aC0xLjcyM2EyLjgyNCAyLjgyNCAwIDAgMC0xLjc2Ny41MjYgMS44NDIgMS44NDIgMCAwIDAtLjY3NyAxLjUgMi40MjQgMi40MjQgMCAwIDAgLjExMy43NTIgMS44IDEuOCAwIDAgMCAuMzc2LjYzOSAxLjY4MSAxLjY4MSAwIDAgMCAuODI3LjQ4OSA0LjYyNyA0LjYyNyAwIDAgMCAxLjE2NS4xNSAyLjYxMSAyLjYxMSAwIDAgMCAxLjE2NS0uMTg4IDEuMjcgMS4yNyAwIDAgMCAuNDUxLS4yMjZ2LjAzOGEuMjU3LjI1NyAwIDAgMCAuMjYzLjI2M2guNjRhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi00LjIxMWEyLjEyOCAyLjEyOCAwIDAgMC0uNjc3LTEuNjkyIDIuNzE4IDIuNzE4IDAgMCAwLTEuOTE3LS41NTVabTEuNDY2IDQuMzIzYzAgLjQ4OS0uMDc1LjgyNy0uMjYzLjk3N2ExLjA3MiAxLjA3MiAwIDAgMS0uNTI2LjMgNC43ODcgNC43ODcgMCAwIDEtLjgyNy4wNzUgMS44MiAxLjgyIDAgMCAxLTEuMDUzLS4yMjYuODI2LjgyNiAwIDAgMS0uMy0uNjc3YzAtLjQ1MS4xNS0uOTc3IDEuMzE2LS45NzdoMS42NTRaTS0xNzQ4My40NjEtMjIzNTcuNDk2YTIuOTI5IDIuOTI5IDAgMCAwLTEuNDY2LS40ODlsLTEuMDE1LS4wNzVhMS41MzUgMS41MzUgMCAwIDEtLjgyNy0uMjYzYy0uMTUtLjExMy0uMTg4LS4yNjMtLjE4OC0uNTI2YS44OC44OCAwIDAgMSAuMy0uNjc3IDEuNTU5IDEuNTU5IDAgMCAxIDEuMDE1LS4yNjMgMi41NDUgMi41NDUgMCAwIDEgMS41NzkuNDg5LjIzOC4yMzggMCAwIDAgLjMzOC0uMDM4bC40NTEtLjQ1MWEuMzE4LjMxOCAwIDAgMCAuMDc1LS4yMjYuMjA3LjIwNyAwIDAgMC0uMTEzLS4xODggMy4wNzcgMy4wNzcgMCAwIDAtMS4wNTMtLjUyNiA0Ljc3NCA0Ljc3NCAwIDAgMC0xLjI3OC0uMTg4IDIuOSAyLjkgMCAwIDAtMS43NjcuNTI2IDEuODUyIDEuODUyIDAgMCAwLS43MTQgMS40NjZjMCAuNzg5LjM3NiAxLjcyOSAyLjEwNSAxLjg4bDEuMDE1LjA3NWMuODI3LjA3NS45NC40NTEuOTQuNzg5IDAgLjI2MyAwIC45NzctMS41NzkuOTc3YTIuNDcgMi40NyAwIDAgMS0xLjg0Mi0uNjc3LjI3My4yNzMgMCAwIDAtLjM3NiAwbC0uNDUxLjQ1MWEuMjczLjI3MyAwIDAgMCAwIC4zNzYgMy43MzggMy43MzggMCAwIDAgMi42NjkuOTQgMy4zNDggMy4zNDggMCAwIDAgMS45NTctLjUyNSAxLjgwOSAxLjgwOSAwIDAgMCAuNzg5LTEuNTQxIDEuNTUzIDEuNTUzIDAgMCAwLS41NjQtMS4zMTZaTS0xNzQ3OC44LTIyMzYwLjc2N2gtMS4xMjh2LTEuNjkyYS4yNTcuMjU3IDAgMCAwLS4yNjMtLjI2M2gtLjYzOWEuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3YxLjY5MmgtLjU2NGEuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3YuNDg5YS4yNTcuMjU3IDAgMCAwIC4yNjMuMjYzaC41NjR2My44YTIuMSAyLjEgMCAwIDAgLjQ1MSAxLjM1MyAxLjU0OSAxLjU0OSAwIDAgMCAxLjI3OC41MjZoLjU2NGEuMjU3LjI1NyAwIDAgMCAuMjYzLS4yNjN2LS41NjRhLjI1Ny4yNTcgMCAwIDAtLjI2My0uMjYzaC0uNDUxYS43NDQuNzQ0IDAgMCAxLS41MjYtLjE4OC44NC44NCAwIDAgMS0uMTUtLjU2NHYtMy44aDEuMTI3YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtLjQ4OWEuMjY4LjI2OCAwIDAgMC0uMjYzLS4zWk0tMTc0NzQuNTUyLTIyMzYwLjg0MmEyLjQgMi40IDAgMCAwLTIuMDMuOTQgMy44MjMgMy44MjMgMCAwIDAtLjcxNCAyLjQ4MSA0LjAxOSA0LjAxOSAwIDAgMCAuNzE0IDIuNTE5IDIuNjUgMi42NSAwIDAgMCAyLjE0My45IDMgMyAwIDAgMCAxLjM1My0uMjYzIDMuMjEzIDMuMjEzIDAgMCAwIDEuMDUzLS43ODkuMjg3LjI4NyAwIDAgMCAuMDc1LS4xODguMjA3LjIwNyAwIDAgMC0uMTEzLS4xODhsLS40ODktLjM3NmEuMjM4LjIzOCAwIDAgMC0uMzM4LjAzOCAyLjkgMi45IDAgMCAxLS43MTQuNTI2IDEuODA5IDEuODA5IDAgMCAxLS44MjcuMTUgMS42MTQgMS42MTQgMCAwIDEtMS4yNzgtLjUyNiAyLjMxOSAyLjMxOSAwIDAgMS0uNDUxLTEuMzUzaDQuMDIyYS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtLjNhMy41IDMuNSAwIDAgMC0uNzE0LTIuMzY4IDIuMjYgMi4yNiAwIDAgMC0xLjk1NS0uOTRabS0xLjU0NCAyLjc0NGMwLS4xNS4wMzgtLjI2My4wMzgtLjMzOC4wMzgtLjExMy4wNzUtLjI2My4xNS0uNDUxYTEuNDY5IDEuNDY5IDAgMCAxIC41MjYtLjYzOSAxLjQxNCAxLjQxNCAwIDAgMSAxLjYxNyAwIDEuMjUyIDEuMjUyIDAgMCAxIC41MjYuNjM5Yy4wNzUuMTg4LjExMy4zMzguMTUuNDUxIDAgLjA3NS4wMzguMTg4LjAzOC4zMzhaTS0xNzQ2Ni4yODEtMjIzNjAuNjkyYTIuODI3IDIuODI3IDAgMCAwLTIuMDY4LjExMyAzLjMwNyAzLjMwNyAwIDAgMC0uMzc2LjIyNnYtLjE1YS4yNTcuMjU3IDAgMCAwLS4yNjMtLjI2M2gtLjYzOWEuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3Y2LjE2NWEuMjU3LjI1NyAwIDAgMCAuMjYzLjI2M2guNjM3YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtMy44YTEuODA2IDEuODA2IDAgMCAxIC4zNzYtMS4xNjUgMS4xODggMS4xODggMCAwIDEgMS4wMTUtLjQ1MSAxLjc0MyAxLjc0MyAwIDAgMSAuNTI2LjA3NS44OTIuODkyIDAgMCAxIC40NTEuMzM4LjI1MS4yNTEgMCAwIDAgLjM3NiAwbC40ODktLjQ4OWEuMjczLjI3MyAwIDAgMCAwLS4zNzYgMi4yNjMgMi4yNjMgMCAwIDAtLjc4Ny0uNDg2Wk0tMTc0NTYuNzMyLTIyMzU5LjkzN2wyLjcwNy0zLjM0NmEuMjg0LjI4NCAwIDAgMCAuMDM4LS4zLjMwOS4zMDkgMCAwIDAtLjIyNi0uMTVoLS44MjdhLjMyNS4zMjUgMCAwIDAtLjIyNi4xMTNsLTQuMTM1IDUuMTEzdi00LjkzYS4yNTcuMjU3IDAgMCAwLS4yNjMtLjI2M2gtLjY3N2EuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3Y5LjFhLjI1Ny4yNTcgMCAwIDAgLjI2My4yNjNoLjY3N2EuMjU3LjI1NyAwIDAgMCAuMjYzLS4yNjN2LTIuMzdsMS44OC0yLjI1NiAyLjc0NCA0Ljc3NGEuMzA5LjMwOSAwIDAgMCAuMjI2LjE1aC44MjdhLjIwNi4yMDYgMCAwIDAgLjIyNi0uMTUuMzIxLjMyMSAwIDAgMCAwLS4yNjNaTS0xNzQ1Mi4xNDUtMjIzNjMuNTg2YS43NTIuNzUyIDAgMSAwIDEuMDUzIDAgLjc2Ljc2IDAgMCAwLTEuMDUzIDBaTS0xNzQ1MS4zMjEtMjIzNjAuNzY3aC0uNjM5YS4yNTcuMjU3IDAgMCAwLS4yNjMuMjYzdjYuMTY1YS4yNTcuMjU3IDAgMCAwIC4yNjMuMjYzaC42MzlhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi02LjE2NWEuMjU3LjI1NyAwIDAgMC0uMjYzLS4yNjNaTS0xNzQ0Ni4zMTktMjIzNjAuNzY3aC0xLjEyOHYtMS42OTJhLjI1Ny4yNTcgMCAwIDAtLjI2My0uMjYzaC0uNjM5YS4yNTcuMjU3IDAgMCAwLS4yNjMuMjYzdjEuNjkyaC0uNTY0YS4yNTcuMjU3IDAgMCAwLS4yNjMuMjYzdi40ODlhLjI1Ny4yNTcgMCAwIDAgLjI2My4yNjNoLjU2NHYzLjhhMi4xIDIuMSAwIDAgMCAuNDUxIDEuMzUzIDEuNTQ5IDEuNTQ5IDAgMCAwIDEuMjc4LjUyNmguNTY0YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtLjU2NGEuMjU3LjI1NyAwIDAgMC0uMjYzLS4yNjNoLS40NTFhLjc0NC43NDQgMCAwIDEtLjUyNi0uMTg4Ljg0Ni44NDYgMCAwIDEtLjE4OC0uNTY0di0zLjhoMS4xMjhhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi0uNDg5YS4yMjguMjI4IDAgMCAwLS4yMjYtLjNaTS0xNzQ0My4yMzYtMjIzNTkuMDQyYTEuNTk0IDEuNTk0IDAgMCAxIDEuNDI5LS43MTQgMS4zNDQgMS4zNDQgMCAwIDEgLjcxNC4xNSAzLjc4NCAzLjc4NCAwIDAgMSAuNjc3LjU2NC4yNzMuMjczIDAgMCAwIC4zNzYgMGwuNDUxLS40MTRhLjI1MS4yNTEgMCAwIDAgMC0uMzc2IDMuMTEgMy4xMSAwIDAgMC0xLjAxNS0uNzg5IDIuOTg2IDIuOTg2IDAgMCAwLTEuMi0uMjI2IDIuNjkgMi42OSAwIDAgMC0yLjE4Ljk0IDQuMjk0IDQuMjk0IDAgMCAwIDAgNC45NjIgMi42OSAyLjY5IDAgMCAwIDIuMTguOTQgMi44NjMgMi44NjMgMCAwIDAgMS4yLS4yMjYgMy4xMDkgMy4xMDkgMCAwIDAgMS4wMTUtLjc4OS4yODYuMjg2IDAgMCAwIDAtLjM3NmwtLjQ1MS0uNDE0YS4yNzMuMjczIDAgMCAwLS4zNzYgMCAyLjI0NiAyLjI0NiAwIDAgMS0uNjc3LjU2NCAxLjQzMSAxLjQzMSAwIDAgMS0uNzE0LjE1IDEuNTk0IDEuNTk0IDAgMCAxLTEuNDI5LS43MTQgMiAyIDAgMCAxLS4zLS42MzkgMy42NzUgMy42NzUgMCAwIDEtLjA3NS0uOTc3IDYuNDY0IDYuNDY0IDAgMCAxIC4wNzUtLjk3NyAzLjMzNCAzLjMzNCAwIDAgMSAuMy0uNjM5Wk0tMTc0MzUuMDc4LTIyMzYwLjg0MmEyLjU3NyAyLjU3NyAwIDAgMC0xLjU0MS40NTF2LTMuMDgzYS4yNTcuMjU3IDAgMCAwLS4yNjMtLjI2M2gtLjYzOWEuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3Y5LjFhLjI1Ny4yNTcgMCAwIDAgLjI2My4yNjNoLjYzOWEuMjU3LjI1NyAwIDAgMCAuMjYzLS4yNjN2LTMuODM1YTEuNTU2IDEuNTU2IDAgMCAxIC4zNzYtMS4xNjUgMS40NDQgMS40NDQgMCAwIDEgMS4wOS0uNDE0IDEuMjg5IDEuMjg5IDAgMCAxIDEuMDUzLjM3NiAxLjgzNyAxLjgzNyAwIDAgMSAuMzc2IDEuMnYzLjgzNWEuMjU3LjI1NyAwIDAgMCAuMjYzLjI2M2guNjM5YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtMy45NDdhMi4yOSAyLjI5IDAgMCAwLTIuNTE5LTIuNTE5Wk0tMTc0MjcuOTczLTIyMzYwLjg0MmEyLjQgMi40IDAgMCAwLTIuMDMuOTQgNC4wNTQgNC4wNTQgMCAwIDAtLjcxNCAyLjQ4MSAzLjggMy44IDAgMCAwIC43NTIgMi41MTkgMi42NSAyLjY1IDAgMCAwIDIuMTQzLjkgMyAzIDAgMCAwIDEuMzUzLS4yNjMgMy4yMTQgMy4yMTQgMCAwIDAgMS4wNTMtLjc4OS4yODcuMjg3IDAgMCAwIC4wNzUtLjE4OC4yMDcuMjA3IDAgMCAwLS4xMTMtLjE4OGwtLjQ4OS0uMzc2YS4yMzguMjM4IDAgMCAwLS4zMzguMDM4IDIuOSAyLjkgMCAwIDEtLjcxNC41MjYgMS44MDkgMS44MDkgMCAwIDEtLjgyNy4xNSAxLjYxNCAxLjYxNCAwIDAgMS0xLjI3OC0uNTI2IDIuMzE5IDIuMzE5IDAgMCAxLS40NTEtMS4zNTNoNC4wMjNhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi0uM2EzLjUgMy41IDAgMCAwLS43MTQtMi4zNjggMi4yODQgMi4yODQgMCAwIDAtMS45OTQtLjk0Wm0tMS41IDIuNzQ0YzAtLjE1LjAzOC0uMjYzLjAzOC0uMzM4LjAzOC0uMTEzLjA3NS0uMjYzLjE1LS40NTFhMS40NjkgMS40NjkgMCAwIDEgLjUyNi0uNjM5IDEuNDE0IDEuNDE0IDAgMCAxIDEuNjE3IDAgMS4yNTIgMS4yNTIgMCAwIDEgLjUyNi42MzljLjA3NS4xODguMTEzLjMzOC4xNS40NTEgMCAuMDc1LjAzOC4xODguMDM4LjMzOFpNLTE3NDE4Ljc2My0yMjM2MC4yMDNhMi40MzkgMi40MzkgMCAwIDAtMS44LS42NzcgMi41NzcgMi41NzcgMCAwIDAtMS41NDEuNDUxdi0uMTEzYS4yNTcuMjU3IDAgMCAwLS4yNjMtLjI2M2gtLjYzOWEuMjU3LjI1NyAwIDAgMC0uMjYzLjI2M3Y2LjE2MmEuMjU3LjI1NyAwIDAgMCAuMjYzLjI2M2guNjM5YS4yNTcuMjU3IDAgMCAwIC4yNjMtLjI2M3YtMy44MzVhMS41NTYgMS41NTYgMCAwIDEgLjM3Ni0xLjE2NSAxLjQ0NCAxLjQ0NCAwIDAgMSAxLjA5LS40MTQgMS4yODggMS4yODggMCAwIDEgMS4wNTMuMzc2IDEuODM3IDEuODM3IDAgMCAxIC4zNzYgMS4ydjMuODM4YS4yNTcuMjU3IDAgMCAwIC4yNjMuMjYzaC42MzlhLjI1Ny4yNTcgMCAwIDAgLjI2My0uMjYzdi0zLjk0N2EyLjU4MSAyLjU4MSAwIDAgMC0uNzE5LTEuODc2Wk0tMTc0NTcuODIyLTIyNDAxLjI5M3YtMS4yNzhhMS40MjggMS40MjggMCAwIDAtMS40MjktMS40MjloLTUuMzM4YS4yODcuMjg3IDAgMCAwLS4xODkuMDc1bC02LjA4OSA1LjgyNWEuOTMxLjkzMSAwIDAgMS0xLjI3OCAwbC02LjAxNi01LjgyNWEuMjg3LjI4NyAwIDAgMC0uMTg4LS4wNzVoLTUuNzg5YS45MzEuOTMxIDAgMCAwLS45NC45NHYzMi4yNmEuOTMxLjkzMSAwIDAgMCAuOTQuOTRoNWEuOTMxLjkzMSAwIDAgMCAuOTQtLjk0di0yMC44NjlhMS4wMTIgMS4wMTIgMCAwIDEgMS43MjktLjcxNGw0LjQgNC40MzZhLjkwOS45MDkgMCAwIDAgMS4zMTYgMGwxMi43MDUtMTIuODJhLjc0Mi43NDIgMCAwIDAgLjIyNi0uNTI2Wk0tMTc0MzkuNTE0LTIyNDA0aC02LjA1M2EuMjg3LjI4NyAwIDAgMC0uMTg4LjA3NWwtMTguMjMzIDE4LjQ1OWEuNTYuNTYgMCAwIDAtLjE1LjMzOHYxNC4zMjhhLjkzMS45MzEgMCAwIDAgLjk0Ljk0aDQuNDM2YS45MzEuOTMxIDAgMCAwIC45NC0uOTR2LTguMDg3YzAtMS4zMTYgMS4xNjUtMS44IDIuMjE4LS43ODlsOS41NDkgOS42MjRhLjU2LjU2IDAgMCAwIC4zMzguMTVoNi4yNDFhMS4wNTEgMS4wNTEgMCAwIDAgMS4wNTMtMS4wNTN2LS40ODlhLjM0MS4zNDEgMCAwIDAtLjExMy0uMjYzbC0xNC41ODctMTQuNjI0YS44ODUuODg1IDAgMCAxIDAtMS4yNDFsMTQuNTExLTE0LjI4NWEuNzQyLjc0MiAwIDAgMCAuMjI2LS41MjZ2LS41MjdhMS4xNDkgMS4xNDkgMCAwIDAtMS4xMjgtMS4wOVoiLz48L3N2Zz4=) no-repeat 0;display:inline-block;height:50px;width:87.5px}@media screen and (max-width:1023px){.header-logo-img{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NzYuOTY3IiBoZWlnaHQ9IjM0OC43MTkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGZpbGw9IiMwMTAyMDIiPjxwYXRoIGQ9Ik0yNzguNDM3IDI3LjY1MlYxNC41OTNjLjAwMy04LjA1Ny02LjUyNS0xNC41OS0xNC41ODItMTQuNTk0aC01NC41NDdhMi45NDggMi45NDggMCAwIDAtMS45Mi43NjZsLTYyLjIxNSA1OS41MzFhOS41MTQgOS41MTQgMCAwIDEtMTMuMDU5IDBMNzAuNjY1Ljc2NWEyLjk0NiAyLjk0NiAwIDAgMC0xLjkxOS0uNzY2SDkuNkM0LjM0OC0uMDUyLjA1IDQuMTY3IDAgOS40MTl2MzI5LjdhOS41MDggOS41MDggMCAwIDAgOS42IDkuNTk4aDUxLjA3N2M1LjI1Mi4wNDkgOS41NS00LjE2OCA5LjYtOS40MlYxMjUuOTY5Yy0uMDAyLTUuNzEzIDQuNjI4LTEwLjM0MiAxMC4zMzktMTAuMzQ0IDIuNzUxIDAgNS4zODggMS4wOTYgNy4zMjkgMy4wNDdsNDQuOTM4IDQ1LjMyYzMuNTM3IDMuNzExIDkuNDEzIDMuODU0IDEzLjEyNS4zMTYuMTA4LS4xMDQuMjEzLS4yMDcuMzE2LS4zMTZMMjc2LjEzNSAzMy4wMjlhNy41NzkgNy41NzkgMCAwIDAgMi4zMDItNS4zNzd6TTQ2NS40NzUgMGgtNjEuODMyYTIuOTQ0IDIuOTQ0IDAgMCAwLTEuOTE5Ljc2NmwtMTg2LjI2NiAxODguNTdhNS43MDQgNS43MDQgMCAwIDAtMS41MzUgMy40NTl2MTQ2LjMyNGE5LjUwOCA5LjUwOCAwIDAgMCA5LjU5OSA5LjU5OGg0NS4zMjFhOS41MDkgOS41MDkgMCAwIDAgOS41OTgtOS41OTh2LTgyLjU3NmMwLTEzLjQ0MyAxMS45MDgtMTguNDM4IDIyLjY1OS04LjA2Nmw5Ny41NDkgOTguMzA1YTUuNjk4IDUuNjk4IDAgMCAwIDMuNDUzIDEuNTM3aDYzLjc1MmM1LjkyOS4wMSAxMC43NDQtNC43ODUgMTAuNzU2LTEwLjcxNVYzMzIuNTY3Yy4wMjgtMS4wMi0uMzkzLTItMS4xNTEtMi42ODRMMzI2LjQ0NCAxODAuNTA0YTkuMDQgOS4wNCAwIDAgMSAwLTEyLjY3NEw0NzQuNjY1IDIxLjg5MWE3LjU4NyA3LjU4NyAwIDAgMCAyLjMwMy01LjM3OXYtNS4zNzFDNDc2LjY1IDQuOTg4IDQ3MS42MzQuMTIzIDQ2NS40NzUgMHoiLz48L2c+PC9zdmc+) no-repeat 0;background-size:100%;height:25px;width:34px}}.header-logo__operate{display:none}@media screen and (max-width:1023px){.header-logo__operate{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy42NTYgMTUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDB9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0wIDcuNWgyMy42NTZNMCAxNC41aDIzLjY1Nk0wIC41aDIzLjY1NiIvPjwvc3ZnPg==) no-repeat 50%;background-size:100%;display:initial;display:inline-block;height:25px;width:25px}}.header-menu{display:flex}@media screen and (max-width:1023px){.header-menu{background-color:#fff;display:none;height:calc(100vh - 61px);left:0;overflow-y:auto;padding-left:80px;padding-right:80px;position:absolute;top:61px;width:100%}}@media screen and (max-width:1023px)and (max-width:1023px){.header-menu{padding-left:30px;padding-right:30px}}.header-menu-link__enhancement{border:2px solid #000;color:#000!important;padding:10px 30px 7px}@media screen and (max-width:1023px){.header-menu-link__enhancement{border:none;padding:0}}.header-menu__level-first{align-items:center;display:flex;width:100%}@media screen and (max-width:1023px){.header-menu__level-first{flex-direction:column}}.header-menu__level-first>li{margin:0 40px}@media screen and (max-width:1679px){.header-menu__level-first>li{margin:0 30px}}@media screen and (max-width:1023px){.header-menu__level-first>li{border-bottom:1px solid #000;margin:0;width:100%}}.header-menu__level-first>li:last-child{margin-right:0}.header-menu__level-first>li>.header-menu-link{color:#817f7f;font-size:24px;font-weight:700}@media screen and (max-width:1679px){.header-menu__level-first>li>.header-menu-link{font-size:18px}}@media screen and (max-width:1023px){.header-menu__level-first>li>.header-menu-link{color:#000;display:block;font-size:17px;font-weight:400;padding:20px 0}.header-menu__level-first>li>.header-menu-link.has-sub-menu{font-weight:700;padding-bottom:10px}}.header-menu__level-first>li>.header-menu-link .countryIcon{height:24px;max-width:none;vertical-align:bottom;width:24px}.header-menu__level-first>li>.header-menu-link .countryBtnText{display:none}@media screen and (max-width:1023px){.header-menu__level-first>li>.header-menu-link .countryBtnText{display:inline-block;margin-left:12px}}.header-menu__level-first>li .countrys{align-items:center;display:flex}.header-menu__level-sub{background-color:#fff;display:none;height:calc(100vh - 141px);overflow-y:auto;position:absolute;right:0;top:141px;width:100%;z-index:10}@media screen and (max-width:1679px){.header-menu__level-sub{height:calc(100vh - 101px);top:101px}}@media screen and (max-width:1023px){.header-menu__level-sub{display:initial;height:auto;position:relative;right:auto;top:auto}}.header-menu__level-sub-close{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMzc2NS43MDcgLTIyMjU0LjcwNyAyMS40MTQgMjEuNDE0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoycHh9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Im0tMTM3NDUtMjIyNTQtMjAgMjBNLTEzNzY1LTIyMjU0bDIwIDIwIi8+PC9zdmc+) no-repeat 0;cursor:pointer;height:20px;position:fixed;right:80px;top:200px;width:20px}@media screen and (max-width:1679px){.header-menu__level-sub-close{top:160px}}@media screen and (max-width:1023px){.header-menu__level-sub-close{display:none}}.header-menu__level-seconed{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.header-menu__level-seconed{max-width:1080px}}@media screen and (max-width:1023px){.header-menu__level-seconed{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.header-menu__level-seconed{color:#000;padding:100px 0}@media screen and (max-width:1679px){.header-menu__level-seconed{padding:50px 0}}@media screen and (max-width:1023px){.header-menu__level-seconed{padding:0}}.header-menu__level-seconed>li{border-bottom:1px solid #000;display:flex;justify-content:space-between;padding:30px 0}@media screen and (max-width:1023px){.header-menu__level-seconed>li{border:none;display:block;padding:0}.header-menu__level-seconed>li.actived{margin-bottom:20px}.header-menu__level-seconed>li.actived>.header-menu-link.has-sub-menu:after{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0xNi4zNiAzLjY0YTkgOSAwIDEgMS0xMi43MiAwIDkgOSAwIDAgMSAxMi43MiAwbS43MS0uNzFhMTAgMTAgMCAxIDAgMCAxNC4xNCAxMCAxMCAwIDAgMCAwLTE0LjE0WiIvPjxwYXRoIGlkPSJQYXRoXzM0OCIgZGF0YS1uYW1lPSJQYXRoIDM0OCIgY2xhc3M9ImNscy0xIiBkPSJtNi4zMiA2LjYxIDcuMDcgNy4wNyIvPjxwYXRoIGlkPSJMaW5lXzM1IiBkYXRhLW5hbWU9IkxpbmUgMzUiIGNsYXNzPSJjbHMtMSIgZD0ibTEzLjY4IDYuNjEtNy4wNyA3LjA3Ii8+PC9zdmc+)}}.header-menu__level-seconed>li>.header-menu-link{flex:0 0 50%;font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;line-height:1}@media screen and (max-width:1679px){.header-menu__level-seconed>li>.header-menu-link{font-size:36px}}@media screen and (max-width:1023px){.header-menu__level-seconed>li>.header-menu-link{display:block;font-size:24px;padding:10px 0}.header-menu__level-seconed>li>.header-menu-link.has-sub-menu:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZGF0YS1uYW1lPSJSYWdncnVwcGEgNiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjxnIGRhdGEtbmFtZT0iRWxsaXNzZSAxIiBzdHJva2U9IiMwMDAiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBzdHJva2U9Im5vbmUiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNS4yNSIgZmlsbD0ibm9uZSIvPjwvZz48ZyBkYXRhLW5hbWU9IlJhZ2dydXBwYSA1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiPjxwYXRoIGRhdGEtbmFtZT0iTGluZWEgMyIgZD0iTTE2IDl2MTQiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmVhIDQiIGQ9Ik04Ljc1OSAxNi40MDNoMTQuNDgzIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat 0;background-size:17px auto;content:"";display:inline-block;height:24px;position:absolute;right:0;vertical-align:top;width:18px}.header-menu__level-seconed>li>.header-menu-link:last-child{padding-bottom:20px}}.header-menu__level-third{flex:0 0 50%}@media screen and (max-width:1023px){.header-menu__level-third{display:none}}.header-menu__level-third>li{padding:10px 0}@media screen and (max-width:1679px){.header-menu__level-third>li{padding:5px 0}}@media screen and (max-width:1023px){.header-menu__level-third>li{padding:10px 0!important}}.header-menu__level-third>li:first-child{padding-top:0}.header-menu__level-third>li .header-menu-link{font-family:RomainHeadline-Bold,sans-serif;font-size:36px;font-weight:400;line-height:63px}@media screen and (max-width:1679px){.header-menu__level-third>li .header-menu-link{font-size:24px;line-height:45px}}@media screen and (max-width:1023px){.header-menu__level-third>li .header-menu-link{display:block;line-height:1}}.header-menu__level-third>li .header-menu-link:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMjYxNSAtMjIxNjMuNDU5IDIxLjQxNCAxOC4xNyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJtLTEyNjAzLjM3OC0yMjE2Mi43NTMgOC4zNzggOC4zNzktOC4zNzggOC4zNzhNLTEyNTk1LTIyMTU0LjM3NGgtMjAiLz48L3N2Zz4=) no-repeat 0;background-size:60% auto;content:"";display:inline-block;font-family:RomainHeadline-Bold,sans-serif;font-weight:400;height:63px;vertical-align:top;width:40px}@media screen and (max-width:1679px){.header-menu__level-third>li .header-menu-link:before{height:45px;width:30px}}@media screen and (max-width:1023px){.header-menu__level-third>li .header-menu-link:before{height:24px;width:24px}}html[dir=rtl] .header .header-menu__level-sub-close{left:80px;right:auto}html[dir=rtl] .header .header-menu__level-first>li:last-child{margin-left:0;margin-right:40px}html[dir=rtl] .header .header-menu__level-third>li .header-menu-link:before{transform:rotate(180deg)}@media screen and (max-width:1023px){html[dir=rtl] .header .header-menu__level-seconed>li>.header-menu-link.has-sub-menu:after{left:0;right:auto}}.download{padding-top:0!important}.download .download__main{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.download .download__main{max-width:1080px}}@media screen and (max-width:1023px){.download .download__main{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.download__menu-content{border-bottom:1px solid #000;padding:30px 0}@media screen and (max-width:1023px){.download__menu-content{padding:15px 0}}.download__menu-name{color:#000;cursor:pointer;font-family:RomainHeadline-Bold,sans-serif;font-size:24px;font-weight:400;letter-spacing:2px;line-height:53px;padding-right:230px;position:relative}@media screen and (max-width:1023px){.download__menu-name{font-size:20px;line-height:20px;padding-right:30px}}.download__menu-name:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZGF0YS1uYW1lPSJSYWdncnVwcGEgNiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjxnIGRhdGEtbmFtZT0iRWxsaXNzZSAxIiBzdHJva2U9IiMwMDAiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBzdHJva2U9Im5vbmUiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNS4yNSIgZmlsbD0ibm9uZSIvPjwvZz48ZyBkYXRhLW5hbWU9IlJhZ2dydXBwYSA1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiPjxwYXRoIGRhdGEtbmFtZT0iTGluZWEgMyIgZD0iTTE2IDl2MTQiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmVhIDQiIGQ9Ik04Ljc1OSAxNi40MDNoMTQuNDgzIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat 100%;background-size:17px auto;color:#555;content:attr(data-off);font-family:NeuzeitSLTStd-Book,sans-serif;font-size:20px;font-weight:400;min-height:20px;min-width:20px;padding-right:30px;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (max-width:1023px){.download__menu-name:after{content:""!important;height:17px;min-height:unset;min-width:unset;right:0;top:calc(50% - 8px);width:17px}}.download__menu-name.actived:after{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0xNi4zNiAzLjY0YTkgOSAwIDEgMS0xMi43MiAwIDkgOSAwIDAgMSAxMi43MiAwbS43MS0uNzFhMTAgMTAgMCAxIDAgMCAxNC4xNCAxMCAxMCAwIDAgMCAwLTE0LjE0WiIvPjxwYXRoIGlkPSJQYXRoXzM0OCIgZGF0YS1uYW1lPSJQYXRoIDM0OCIgY2xhc3M9ImNscy0xIiBkPSJtNi4zMiA2LjYxIDcuMDcgNy4wNyIvPjxwYXRoIGlkPSJMaW5lXzM1IiBkYXRhLW5hbWU9IkxpbmUgMzUiIGNsYXNzPSJjbHMtMSIgZD0ibTEzLjY4IDYuNjEtNy4wNyA3LjA3Ii8+PC9zdmc+);content:attr(data-on)}.download__content .download__list{display:none}.download__content .download__menu{height:auto;padding:0 0 40px}@media screen and (max-width:1023px){.download__content .download__menu{padding:0}}.download__content .download__menu__title{color:#555;font-family:NeuzeitSLTStd-Book,sans-serif;font-size:20px;font-weight:400;line-height:20px;margin:30px 0 10px;position:relative}@media screen and (min-width:1680px){.download__content .download__menu__title{font-size:24px;line-height:53px;margin:40px 0 10px}}.download__content .download__menu__list{font-size:0;margin:40px 0 0}@media screen and (max-width:767px){.download__content .download__menu__list{margin:30px 0}}.download__content .download__menu__list li{display:inline-block;font-size:19px;line-height:19px;margin:10px 0;vertical-align:top;width:33%}@media screen and (max-width:1023px){.download__content .download__menu__list li{font-size:17px;line-height:17px}}@media screen and (max-width:767px){.download__content .download__menu__list li{display:block;font-size:19px;line-height:19px;margin:10px 0;width:auto}}.download__content .download__menu__list li a{color:#000;display:block;font-weight:700}.download__content .download__menu__list li a:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI5MTcgLTIxOTc5IDE1LjY1OCAxNi40OTQiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOjJweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0ibTI5MzAuMjExLTIxOTcxLjk4Ni01LjA1NiA1LjA1Ni01LjA1Ni01LjA1Nk0yOTI1LjE1NS0yMTk2Ni45M3YtMTIuMDY5Ii8+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTI0NDguMDgyIC05NTE1LjQyNCkiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOjJweCIgZD0iTTAgMTUuNjU4VjAiLz48L3N2Zz4=) no-repeat 50%;background-size:auto 50%;border:3px solid #000;border-radius:100%;content:"";display:inline-block;height:50px;margin:0 20px 0 0;vertical-align:middle;width:50px}@media screen and (max-width:1023px){.download__content .download__menu__list li a:before{height:30px;width:30px}}.download__content .download__menu__list li a span{display:inline-block;line-height:17px;max-width:calc(100% - 80px);vertical-align:middle}.download.search-result .download__menu-content{border-bottom:none;padding-bottom:120px;padding-top:0}@media screen and (max-width:1023px){.download.search-result .download__menu-content{padding-bottom:85px}}@media screen and (max-width:767px){.download.search-result .download__menu-content{padding-bottom:50px}}.download.search-result .download__list{display:block}.download.search-result:last-child{padding-bottom:0}.download.search-result .download__menu-name{cursor:default;padding-right:0}.download.search-result .download__menu-name:after{display:none!important}.download.search-result .download__menu__list{margin-top:70px}@media screen and (max-width:1023px){.download.search-result .download__menu__list{margin-top:45px}}.download:last-child{padding-bottom:80px}@media screen and (max-width:1679px){.download:last-child{padding-bottom:40px}}@media screen and (max-width:1023px){.download:last-child{padding-bottom:30px}}html[dir=rtl] .download .download__menu-name{padding-left:230px;padding-right:0}@media screen and (max-width:1023px){html[dir=rtl] .download .download__menu-name{padding-left:30px}}html[dir=rtl] .download .download__menu-name:after{background-position-x:left;left:0;padding-left:30px;padding-right:0;right:auto}html[dir=rtl] .download .download__content .download__menu__list li a:before{margin:0 0 0 20px}.manual-search{padding-top:0!important}.manual-search__content__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:38px;font-weight:400;line-height:58px}@media screen and (min-width:1680px){.manual-search__content__title{font-size:48px;line-height:68px}}@media screen and (max-width:1023px){.manual-search__content__title{font-size:22px;line-height:30px}}@media screen and (min-width:1680px){.manual-search__content__form{margin:80px 0 30px}}@media screen and (max-width:1679px){.manual-search__content__form{margin:60px 0 40px}}@media screen and (max-width:1023px){.manual-search__content__form{margin:0}}.manual-search__content__form__input{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00MTI2IC04NzUwIDE2LjcwNyAxNi43MDciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoycHh9PC9zdHlsZT48L2RlZnM+PGcgaWQ9Ikdyb3VwXzg1MCIgZGF0YS1uYW1lPSJHcm91cCA4NTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODk3IC05MjAwKSI+PGcgaWQ9IkVsbGlwc2VfMTI1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTI1IiBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc3MSA0NTApIj48Y2lyY2xlIGN4PSI2LjkxOSIgY3k9IjYuOTE5IiByPSI2LjkxOSIgc3R5bGU9InN0cm9rZTpub25lIi8+PGNpcmNsZSBjeD0iNi45MTkiIGN5PSI2LjkxOSIgcj0iNS45MTkiIHN0eWxlPSJmaWxsOm5vbmUiLz48L2c+PHBhdGggaWQ9IkxpbmVfOTEiIGRhdGEtbmFtZT0iTGluZSA5MSIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3ODIuNjc2IDQ2MS42NzYpIiBkPSJtMCAwIDQuMzI0IDQuMzI0Ii8+PC9nPjwvc3ZnPg==) no-repeat 96%;background-size:auto 40%;border:2px solid #000;color:#000;display:block;margin:30px 0;padding:10px 20px;position:relative}@media screen and (min-width:1680px){.manual-search__content__form__input{font-size:16px;line-height:16px;width:380px}}@media screen and (max-width:1679px){.manual-search__content__form__input{font-size:16px;line-height:16px;width:380px}}@media screen and (max-width:1023px){.manual-search__content__form__input{font-size:16px;line-height:16px;width:100%}}@media screen and (max-width:767px){.manual-search__content__form__input{margin-bottom:10px}}.manual-search__layout{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.manual-search__layout{max-width:1080px}}@media screen and (max-width:1023px){.manual-search__layout{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.manual-search__layout{padding-bottom:50px;padding-top:80px}@media screen and (max-width:1679px){.manual-search__layout{padding-bottom:40px;padding-top:40px}}@media screen and (max-width:1023px){.manual-search__layout{padding-bottom:10px;padding-top:20px}}@media screen and (max-width:767px){.manual-search__layout{padding-bottom:30px}}html[dir=rtl] .manual-search .manual-search__content__form__input{background-position-x:4%}.office-position{position:relative}.office-position__box{background:#fff;box-shadow:0 0 8px 2px #bbb;left:40px;max-height:calc(100vh - 220px);max-width:calc(100% - 80px);overflow-y:auto;padding:40px;position:absolute;top:40px;z-index:2}.office-position__box.rich-text b,.office-position__box.rich-text strong{color:#000;display:block;font-size:24px;line-height:32px;margin-bottom:32px}.office-position__box.rich-text p{margin:0}@media screen and (max-width:1679px){.office-position__box{max-height:calc(100vh - 180px)}.office-position__box.rich-text b,.office-position__box.rich-text strong{margin-bottom:24px}}@media screen and (max-width:1023px){.office-position__box{box-shadow:unset;left:unset;max-height:unset;max-width:unset;padding:30px;position:relative;top:unset}.office-position__box.rich-text b,.office-position__box.rich-text strong{color:#555;font-size:15px;line-height:20px;margin-bottom:0}}.office-position__map{height:calc(100vh - 140px);width:100%;z-index:1}@media screen and (max-width:1679px){.office-position__map{height:calc(100vh - 100px)}}@media screen and (max-width:1023px){.office-position__map{height:calc(100vh - 280px)}}.cmp_officeposition.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom .office-position__map,.is-edit-mode .office-position__map{height:500px}.product-basic .back-to-list{padding-bottom:0!important}.product-basic__container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-basic__container{max-width:1080px}}@media screen and (max-width:1023px){.product-basic__container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.product-basic__container{display:flex;position:relative}@media screen and (max-width:1023px){.product-basic__container{flex-direction:column}.product-basic__container .product-basic__actions{margin-top:30px;position:relative}.product-basic__container .product-basic__details,.product-basic__container .product-basic__gallery{width:100%}.product-basic__container .product-basic__details{margin:0 0 30px}.product-basic__container .product-basic__actions__back{font-size:14px;line-height:14px;margin:30px 0 0}.product-basic__container .product-basic__details__desc,.product-basic__container .product-basic__details__title{font-size:15px;line-height:20px;margin:0}.product-basic__container .product-basic__gallery{margin:0}.product-basic__container .swiper-slide .banner__asset{margin:auto;max-height:45vh;max-width:60%}}@media screen and (max-width:767px){.product-basic__container .swiper-slide .banner__asset{max-height:unset;max-width:unset}}.product-basic__details,.product-basic__gallery{width:50%}.product-basic__details__title{color:#000;font-size:48px;font-weight:700;line-height:53px}@media screen and (max-width:1679px){.product-basic__details__title{font-size:36px;line-height:43px}}.product-basic__details__desc{font-size:28px;font-weight:700;line-height:32px;margin:10px 0 0}@media screen and (max-width:1679px){.product-basic__details__desc{font-size:22px;line-height:27px}}.product-basic__gallery{display:flex;justify-content:center;margin:63px 0 0}@media screen and (max-width:1679px){.product-basic__gallery{margin:53px 0 0}}.product-basic__gallery .banner__asset{display:flex}.product-basic__gallery .swiper-button-next:after,.product-basic__gallery .swiper-button-prev:after{filter:invert(100%)}.product-basic__gallery .swiper-button-prev{left:0}.product-basic__gallery .swiper-button-next{right:0}.product-basic__actions{bottom:0;left:0;position:absolute}.product-basic.image-width-75 .banner__asset{align-items:center}.product-basic.image-width-75 .banner__asset img{margin:auto;width:75%}@media screen and (max-width:1023px){.product-basic.image-width-75 .banner__asset img{width:100%}}@media screen and (max-width:767px){.product-basic.image-width-75 .banner__asset img{width:75%}}html[dir=rtl] .product-basic .swiper .swiper-button-next{left:0;right:auto;transform:rotate(180deg)}html[dir=rtl] .product-basic .swiper .swiper-button-next:after{content:""}html[dir=rtl] .product-basic .swiper .swiper-button-prev{left:auto;right:0;transform:rotate(180deg)}html[dir=rtl] .product-basic .swiper .swiper-button-prev:after{content:""}html[dir=rtl] .product-basic .back-to-list{left:auto;right:0}html[dir=rtl] .back-to-list:before{margin:0 0 0 10px;transform:rotate(0deg)}.product-list-container-title{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-list-container-title{max-width:1080px}}@media screen and (max-width:1023px){.product-list-container-title{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.product-list-container-title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:36px;font-weight:400;line-height:52px;margin-bottom:30px}@media screen and (max-width:1679px){.product-list-container-title{font-size:26px;line-height:38px}}@media screen and (max-width:1023px){.product-list-container-title{margin-bottom:0}}@media screen and (max-width:767px){.product-list-container-title{font-size:18px;line-height:25px}}.product-feature-icons{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-feature-icons{max-width:1080px}}@media screen and (max-width:1023px){.product-feature-icons{margin-left:30px;margin-right:30px;max-width:none;width:auto}}.product-feature-icons{border-top:2px solid #000;display:flex;justify-content:space-between;padding-top:15px}@media screen and (max-width:1023px){.product-feature-icons{flex-direction:column}}.product-feature-icons-title{color:#000;font-size:20px;font-weight:700;line-height:22px;max-width:280px;width:28%}@media screen and (max-width:1023px){.product-feature-icons-title{width:100%}}@media screen and (max-width:767px){.product-feature-icons-title{font-size:15px}}.product-feature-icons__list{display:flex;flex-wrap:wrap;width:70%}@media screen and (max-width:1023px){.product-feature-icons__list{width:100%}}.product-feature-icons__item{margin-bottom:30px;width:20%}@media screen and (max-width:1023px){.product-feature-icons__item{margin:15px 10px 15px 0;width:calc(16.66667% - 8.33333px)}.product-feature-icons__item:nth-child(6n){margin-right:0}}@media screen and (max-width:767px){.product-feature-icons__item{margin:15px 10px 15px 0!important;width:calc(25% - 7.5px)}.product-feature-icons__item:nth-child(4n){margin-right:0!important}}.product-feature-icons__item-img{font-size:0;height:68px}@media screen and (max-width:1023px){.product-feature-icons__item-img{height:auto}}.product-feature-icons__item-img img{background-color:#ebebeb;height:68px}@media screen and (max-width:1023px){.product-feature-icons__item-img img{height:auto;width:100%}}.product-feature-icons__item-title{word-wrap:break-word;font-size:18px;margin-top:20px}@media screen and (max-width:1679px){.product-feature-icons__item-title{margin-top:15px}}@media screen and (max-width:1023px){.product-feature-icons__item-title{font-size:13px;margin-top:10px}}@media screen and (max-width:767px){.product-feature-icons__item-title{font-size:12px}}.product-list{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-list{max-width:1080px}}@media screen and (max-width:1023px){.product-list{margin-left:30px;margin-right:30px;max-width:none;width:auto}}.product-list{border-bottom:1px solid #000;padding:30px 0}@media screen and (max-width:1023px){.product-list{padding-bottom:15px;padding-top:15px}}.product-list__category{align-items:center;color:#000;cursor:pointer;display:flex;font-size:24px;font-weight:700;justify-content:space-between;letter-spacing:2px;line-height:53px;position:relative}@media screen and (max-width:1023px){.product-list__category{font-size:20px;line-height:20px}}.product-list__category.actived:after{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0xNi4zNiAzLjY0YTkgOSAwIDEgMS0xMi43MiAwIDkgOSAwIDAgMSAxMi43MiAwbS43MS0uNzFhMTAgMTAgMCAxIDAgMCAxNC4xNCAxMCAxMCAwIDAgMCAwLTE0LjE0WiIvPjxwYXRoIGlkPSJQYXRoXzM0OCIgZGF0YS1uYW1lPSJQYXRoIDM0OCIgY2xhc3M9ImNscy0xIiBkPSJtNi4zMiA2LjYxIDcuMDcgNy4wNyIvPjxwYXRoIGlkPSJMaW5lXzM1IiBkYXRhLW5hbWU9IkxpbmUgMzUiIGNsYXNzPSJjbHMtMSIgZD0ibTEzLjY4IDYuNjEtNy4wNyA3LjA3Ii8+PC9zdmc+);content:attr(data-on)}.product-list__category:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZGF0YS1uYW1lPSJSYWdncnVwcGEgNiIgc3Ryb2tlLXdpZHRoPSIxLjUiPjxnIGRhdGEtbmFtZT0iRWxsaXNzZSAxIiBzdHJva2U9IiMwMDAiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBzdHJva2U9Im5vbmUiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNS4yNSIgZmlsbD0ibm9uZSIvPjwvZz48ZyBkYXRhLW5hbWU9IlJhZ2dydXBwYSA1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiPjxwYXRoIGRhdGEtbmFtZT0iTGluZWEgMyIgZD0iTTE2IDl2MTQiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmVhIDQiIGQ9Ik04Ljc1OSAxNi40MDNoMTQuNDgzIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat 99%;background-size:17px auto;content:attr(data-off);display:inline-block;font-size:20px;font-weight:400;padding-right:30px}@media screen and (max-width:1023px){.product-list__category:after{content:""!important;height:17px;width:17px}}.product-list__info{display:none}.product-list__container-title{color:#000;font-size:20px;font-weight:700;line-height:53px;margin-top:40px}@media screen and (max-width:1023px){.product-list__container-title{line-height:20px;margin:40px 0 5px}}.product-list__container-desc{max-width:60%}@media screen and (max-width:1023px){.product-list__container-desc{max-width:100%}}.product-list__container-info{display:flex;flex-wrap:wrap;margin-top:70px}@media screen and (max-width:1023px){.product-list__container-info{margin-top:50px}}@media screen and (max-width:767px){.product-list__container-info{margin-top:45px}}.product-list__item{align-items:end;display:flex;margin-bottom:60px;margin-right:20px;width:calc(25% - 15px)}@media screen and (min-width:1680px){.product-list__item:nth-child(4n){margin-right:0}}@media screen and (max-width:1679px){.product-list__item:nth-child(4n){margin-right:0}}@media screen and (max-width:1023px){.product-list__item{width:calc(33.33333% - 13.33333px)}.product-list__item:nth-child(4n){margin-right:20px}.product-list__item:nth-child(3n){margin-right:0}}@media screen and (max-width:767px){.product-list__item{margin-bottom:50px;margin-right:10px;width:calc(50% - 5px)}.product-list__item:nth-child(3n){margin-right:10px}.product-list__item:nth-child(2n){margin-right:0}}.product-list .product-item-desc,.product-list__container-desc{font-size:18px;line-height:22px}@media screen and (max-width:1023px){.product-list .product-item-desc{font-size:15px;line-height:20px}}html[dir=rtl] .product-list .product-list__category:after{background-position-x:left;padding-left:30px;padding-right:0}.product-manual-download{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-manual-download{max-width:1080px}}@media screen and (max-width:1023px){.product-manual-download{margin-left:30px;margin-right:30px;max-width:none;width:auto}}.product-manual-download{border-top:2px solid #000;display:flex;justify-content:space-between;padding-top:15px}@media screen and (max-width:1023px){.product-manual-download{flex-direction:column}}.product-manual-download-title{color:#000;font-size:20px;font-weight:700;line-height:22px;max-width:280px;width:28%}@media screen and (max-width:1023px){.product-manual-download-title{width:100%}}@media screen and (max-width:767px){.product-manual-download-title{font-size:15px}}.product-manual-download__list{display:flex;flex-wrap:wrap;width:70%}.product-manual-download__item{flex:0 0 50%;margin:10px 0}@media screen and (max-width:767px){.product-manual-download__item{flex-basis:100%;margin:20px 0 0}}.product-manual-download__item a{align-items:center;display:flex}.product-manual-download__item a:before{align-self:flex-start;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI5MTcgLTIxOTc5IDE1LjY1OCAxNi40OTQiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOjJweDtzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0ibTI5MzAuMjExLTIxOTcxLjk4Ni01LjA1NiA1LjA1Ni01LjA1Ni01LjA1Nk0yOTI1LjE1NS0yMTk2Ni45M3YtMTIuMDY5Ii8+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTI0NDguMDgyIC05NTE1LjQyNCkiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLXdpZHRoOjJweCIgZD0iTTAgMTUuNjU4VjAiLz48L3N2Zz4=) no-repeat 50%;background-size:auto 50%;border:3px solid #000;border-radius:100%;content:"";display:inline-block;flex:0 0 50px;height:50px;margin-right:20px;vertical-align:middle}@media screen and (max-width:1023px){.product-manual-download__item a:before{border-width:2px;flex-basis:30px;height:30px}}@media screen and (max-width:767px){.product-manual-download__item a:before{margin-right:10px}}.product-manual-download__item-title{color:#000;font-size:19px;font-weight:700}@media screen and (max-width:1023px){.product-manual-download__item-title{font-size:15px}}html[dir=rtl] .product-manual-download .product-manual-download__item a:before{margin-left:20px;margin-right:0}.product-specification__container{color:#000;display:flex;margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.product-specification__container{max-width:1080px}}@media screen and (max-width:1023px){.product-specification__container{flex-direction:column;max-width:none;padding-left:30px;padding-right:30px;width:auto}.product-specification__container .product-specification__lists,.product-specification__container .product-specification__main{margin-right:0;max-width:unset;width:100%}}.product-specification__main{display:flex;flex-direction:column;margin-right:2%;width:28%}.product-specification__main .product-specification__item{padding-bottom:60px}@media screen and (max-width:1023px){.product-specification__main .product-specification__item{padding-bottom:0}.product-specification__main .product-specification__item:not(:first-child){margin-top:40px}.product-specification__main .product-specification__item__ul{flex-direction:row;flex-wrap:wrap}.product-specification__main .product-specification__item__li{width:25%}.product-specification__main .product-specification__item__li img{height:100px;margin:0 0 20px}}@media screen and (max-width:767px){.product-specification__main .product-specification__item__li{width:50%}}.product-specification__lists{display:flex;flex-direction:column;width:70%}.product-specification__lists .product-specification__item{display:flex;padding:15px 0 60px}.product-specification__lists .product-specification__item__title{padding:0;width:45%}@media screen and (max-width:1023px){.product-specification__lists .product-specification__item__title{width:100%}}.product-specification__lists .product-specification__item__ul{flex:1}@media screen and (max-width:767px){.product-specification__lists .product-specification__item__ul{margin-top:10px}}.product-specification__lists .product-specification__item__li{margin:0 0 10px;padding-left:20px;position:relative}.product-specification__lists .product-specification__item__li:before{content:"•";display:inline-block;left:0;position:absolute}@media screen and (max-width:1679px){.product-specification__lists .product-specification__item{padding:15px 0 50px}}@media screen and (max-width:1023px){.product-specification__lists{margin-top:40px}.product-specification__lists .product-specification__item{flex-direction:column}.product-specification__lists .product-specification__item__li{margin:0 0 5px}}.product-specification__item{border-top:2px solid #000}.product-specification__item__title{font-size:20px;font-weight:700;letter-spacing:2px;line-height:22px;padding:15px 0 0}@media screen and (max-width:1023px){.product-specification__item__title{font-size:15px;line-height:20px}}.product-specification__item__ul{display:flex;flex-direction:column}.product-specification__item__li{display:block;font-size:18px;line-height:21px;margin:30px 0 0}.product-specification__item__li img{display:block;height:100px;margin:0 0 20px}@media screen and (max-width:1679px){.product-specification__item__li img{height:80px;margin:0 0 15px}}.product-specification__item__li p{overflow-wrap:break-word;padding-right:20px}@media screen and (max-width:1023px){.product-specification__item__li{font-size:15px;line-height:20px}}html[dir=rtl] .product-specification .product-specification__lists .product-specification__item__li{padding-left:0;padding-right:20px}html[dir=rtl] .product-specification .product-specification__lists .product-specification__item__li:before{left:auto;right:0}html[dir=rtl] .product-specification .product-specification__item__li p{padding-left:20px;padding-right:0}.related-products{background-color:#ebebeb;position:relative}.related-products__container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.related-products__container{max-width:1080px}}@media screen and (max-width:1023px){.related-products__container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.related-products .product-color-item{display:none}.related-products .product-list{border:none;margin:0;max-width:inherit;padding:0;width:auto}@media screen and (max-width:1023px){.related-products .product-list{margin:0;padding:0}}.related-products__title{color:#555;font-size:36px;font-weight:700;line-height:52px}@media screen and (max-width:1679px){.related-products__title{font-size:26px;line-height:38px}}@media screen and (max-width:1023px){.related-products__title{font-size:18px;line-height:25px}}.related-products__title .titleBg{display:none}.related-products__swiper{margin:50px 0}@media screen and (max-width:1023px){.related-products__swiper{margin:25px 0 0}}@media screen and (max-width:767px){.related-products__swiper .swiper-wrapper{flex-wrap:wrap}}.related-products__swiper .swiper-wrapper .swiper-slide{align-items:end;display:flex;flex:0 0 33.33%;height:auto}@media screen and (max-width:1023px){.related-products__swiper .swiper-wrapper .swiper-slide{flex:0 0 50%}}.related-products__item{display:block;margin-right:20px}@media screen and (max-width:767px){.related-products__item{margin-bottom:25px;margin-right:10px}.related-products__item:nth-child(2n){margin-right:0}}.related-products__item .product-item{cursor:pointer}.related-products__item .product-item-text{margin-top:20px}.related-products__item .product-item-img{align-items:center;cursor:unset;display:flex;font-size:0;justify-content:center}.related-products__item .product-item-img img{width:100%}.related-products__item .product-item-title{color:#000;cursor:unset;font-size:24px;font-weight:700;margin-top:20px}@media screen and (max-width:1679px){.related-products__item .product-item-title{font-size:18px}}@media screen and (max-width:1023px){.related-products__item .product-item-title{font-size:15px}}.related-products__item .product-item-desc{color:#555;font-size:18px;line-height:22px}@media screen and (max-width:1023px){.related-products__item .product-item-desc{font-size:15px}}@media screen and (max-width:767px){.related-products__item .product-item-desc{display:none}}.related-products__item .product-item-action,.related-products__item .product-item-details,.related-products__item .product-item-download,.related-products__item .product-item-model,.related-products__item .product-item-new,.related-products__item .product-item-property,.related-products__item .product-item-reviews-holder,.related-products__item .product-item-sale,.related-products__item .product-item-short-spec{display:none}.related-products .swiper-button-next,.related-products .swiper-button-prev{filter:invert(100%);position:absolute}.related-products .swiper-button-prev{left:80px}@media screen and (max-width:1023px){.related-products .swiper-button-prev{left:30px}}.related-products .swiper-button-next{right:80px}@media screen and (max-width:1023px){.related-products .swiper-button-next{right:30px}}html[dir=rtl] .related-products .swiper-button-next{left:80px;right:auto;transform:rotate(180deg)}html[dir=rtl] .related-products .swiper-button-prev{left:auto;right:80px;transform:rotate(180deg)}.rich-text-container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.rich-text-container{max-width:1080px}}@media screen and (max-width:1023px){.rich-text-container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.rich-text-container{font-size:24px;font-style:normal;overflow:hidden}@media screen and (max-width:767px){.rich-text-container{font-size:15px}}.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 h2{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:68px;font-weight:400;line-height:80px}@media screen and (max-width:1679px){.rich-text-container h2{font-size:50px;line-height:68px}}@media screen and (max-width:1023px){.rich-text-container h2{font-size:32px;line-height:36px}}.rich-text-container h3{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;line-height:68px}@media screen and (max-width:1679px){.rich-text-container h3{font-size:36px;line-height:58px}}@media screen and (max-width:1023px){.rich-text-container h3{font-size:22px;line-height:30px}}.rich-text-container h4{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:36px;font-weight:400;line-height:52px}@media screen and (max-width:1679px){.rich-text-container h4{font-size:28px;line-height:38px}}@media screen and (max-width:1023px){.rich-text-container h4{font-size:18px;line-height:25px}}@media screen and (max-width:767px){.rich-text-container h4{font-size:16px;line-height:22px}}.rich-text-container h5{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:24px;font-weight:400;line-height:32px}@media screen and (max-width:1679px){.rich-text-container h5{font-size:18px;line-height:25px}}@media screen and (max-width:1023px){.rich-text-container h5{font-size:15px;line-height:20px}}.rich-text-container div{font-size:1.1458333333vw}@media screen and (max-width:767px){.rich-text-container div{font-size:4.2666666667vw;margin-bottom:2.6666666667vw}}.rich-text-container p{color:#555;margin:15px 0}.rich-text-container p:first-child{margin-top:0}.rich-text-container p:last-child{margin-bottom:0}.rich-text-container a{text-decoration:underline}.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:#555;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:#555;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:40px 0;overflow-x:auto}@media screen and (max-width:767px){.rich-text-container .table-container{margin:30px 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:767px){.rich-text-container table td,.rich-text-container table th{padding:10px}}.rich-text-container table th{background-color:#f5f6f8;font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:20px 20px 20px 0}.rich-text-container .align-right-img{margin:20px 0 20px 20px}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}.rich-text__container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.rich-text__container{max-width:1080px}}@media screen and (max-width:1023px){.rich-text__container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.rich-text h2{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:68px;font-weight:400;line-height:80px}@media screen and (max-width:1679px){.rich-text h2{font-size:50px;line-height:68px}}@media screen and (max-width:1023px){.rich-text h2{font-size:32px;line-height:36px}}.rich-text h3{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;line-height:68px}@media screen and (max-width:1679px){.rich-text h3{font-size:36px;line-height:58px}}@media screen and (max-width:1023px){.rich-text h3{font-size:22px;line-height:30px}}.rich-text h4{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:36px;font-weight:400;line-height:52px}@media screen and (max-width:1679px){.rich-text h4{font-size:28px;line-height:38px}}@media screen and (max-width:1023px){.rich-text h4{font-size:18px;line-height:25px}}@media screen and (max-width:767px){.rich-text h4{font-size:16px;line-height:22px}}.rich-text h5{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:24px;font-weight:400;line-height:32px}@media screen and (max-width:1679px){.rich-text h5{font-size:18px;line-height:25px}}@media screen and (max-width:1023px){.rich-text h5{font-size:15px;line-height:20px}}.rich-text p{color:#555;margin:15px 0}.rich-text p:first-child{margin-top:0}.rich-text p:last-child{margin-bottom:0}.rich-text li,.rich-text ul{padding:0}.rich-text ol,.rich-text ul{overflow-wrap:break-word}.rich-text ul li{list-style:disc inside}.rich-text ol li{counter-increment:counter-name;list-style:none;padding-left:2.5em;position:relative}.rich-text ol li:before{content:counter(counter-name,decimal-leading-zero);left:0;position:absolute;top:0}.rich-text a{text-decoration:underline}html[dir=rtl] .rich-text ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text ol li:before{left:auto;right:0}@media screen and (max-width:1679px){.section-block{align-items:center;display:flex}}@media screen and (max-width:1023px){.section-block{min-height:auto}}.section-block__content{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.section-block__content{max-width:1080px}}@media screen and (max-width:1023px){.section-block__content{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.section-block__content__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:36px;font-weight:400;line-height:52px;margin-bottom:24px}@media screen and (max-width:1679px){.section-block__content__title{font-size:26px;line-height:38px}}@media screen and (max-width:1023px){.section-block__content__title{font-size:18px;line-height:25px}}.section-block__list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.section-block__list__li{width:100%}.section-block__list__content{width:49%}@media screen and (max-width:767px){.section-block__list__content{width:100%}}.section-block__list__title{color:#000;font-weight:700;margin-bottom:32px;overflow-wrap:break-word}@media screen and (max-width:1679px){.section-block__list__title{margin-bottom:24px}}@media screen and (max-width:1023px){.section-block__list__title{margin-bottom:20px}}.section-block__list__desc{white-space:pre-wrap}.section-block__list.more{margin-bottom:-80px}.section-block__list.more .section-block__list__content{margin-bottom:80px}@media screen and (max-width:1023px){.section-block__list.more{margin-bottom:-40px}.section-block__list.more .section-block__list__content{margin-bottom:40px}}.width-80 .section-block .section-block__content__title{max-width:80%}@media screen and (max-width:1023px){.width-80 .section-block .section-block__content__title{max-width:90%}}.store{box-sizing:border-box;padding-left:30px;padding-right:30px}@media screen and (max-width:1023px){.store-container{flex-direction:column}}.store select:disabled{background-color:#ccc;opacity:.7}.store-title{color:#000;font-size:35px;font-weight:700;line-height:40px;text-align:center}.store-title:after{background-color:#000;content:"";display:block;height:26px;margin-top:50px;width:100%}.store-container{display:flex;flex-direction:column;margin-top:30px}.store #store-map{min-height:300px;width:100%}@media screen and (max-width:1023px){.store #store-map{height:calc(100vh - 280px)}}.store #store-locator{border:1px solid #ccc;margin-top:30px;padding:20px 10px;text-align:center;width:100%}.store #store-locator h3{color:#000;font-size:22px;font-weight:700;line-height:30px;margin-bottom:8px;margin-top:0}.store #store-locator p{color:#989898;font-size:16px}.store #store-locator .region-filter form{display:flex;flex-direction:column;justify-content:center;justify-content:space-between;margin:10px auto;max-width:600px}.store #store-locator select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:1px solid #ccc;border-radius:10px;font-size:16px;margin:10px 0;padding:10px 15px;width:100%}.store #store-locator select option{font-size:16px;padding:20px;width:300px}.store #store-locator #custom-filter form{border:1px solid #ccc;border-radius:10px;display:flex;flex-direction:row;margin:0 auto;max-width:600px;overflow:hidden;width:100%}.store #store-locator input{border:none;color:#000;flex-grow:2;font-size:16px;padding:10px 15px;width:100%}.store #store-locator input:focus{outline:none}.store #store-locator button{background:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00MTI2IC04NzUwIDE2LjcwNyAxNi43MDciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoycHh9PC9zdHlsZT48L2RlZnM+PGcgaWQ9Ikdyb3VwXzg1MCIgZGF0YS1uYW1lPSJHcm91cCA4NTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODk3IC05MjAwKSI+PGcgaWQ9IkVsbGlwc2VfMTI1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTI1IiBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc3MSA0NTApIj48Y2lyY2xlIGN4PSI2LjkxOSIgY3k9IjYuOTE5IiByPSI2LjkxOSIgc3R5bGU9InN0cm9rZTpub25lIi8+PGNpcmNsZSBjeD0iNi45MTkiIGN5PSI2LjkxOSIgcj0iNS45MTkiIHN0eWxlPSJmaWxsOm5vbmUiLz48L2c+PHBhdGggaWQ9IkxpbmVfOTEiIGRhdGEtbmFtZT0iTGluZSA5MSIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3ODIuNjc2IDQ2MS42NzYpIiBkPSJtMCAwIDQuMzI0IDQuMzI0Ii8+PC9nPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:31%;border:none;cursor:pointer;display:block;height:18px;margin:10px auto;width:60px}.store #store-locator #result{height:calc(100% - 550px);margin:60px auto 0;max-height:450px;max-width:600px;overflow:auto;position:relative;text-align:left;width:100%}.store #store-locator .box{display:flex}.store #store-locator .box .pin{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzOCI+PGcgZGF0YS1uYW1lPSJSYWdncnVwcGEgMTE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtLjI5NCkiPjxlbGxpcHNlIGRhdGEtbmFtZT0iRWxsaXNzZSA5IiBjeD0iMTUuNSIgY3k9IjE1IiByeD0iMTUuNSIgcnk9IjE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMjk0KSIvPjxwYXRoIGRhdGEtbmFtZT0iUG9saWdvbm8gNyIgZD0ibTE1LjI5NCAzOC05LTE2aDE4WiIvPjwvZz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkYXRhLW5hbWU9IlRyYWNjaWF0byAxNyIgZD0iTTE2LjQzOCA5Ljg3OFY5LjQ0YS40ODkuNDg5IDAgMCAwLS40OS0uNDloLTEuODI5YS4xLjEgMCAwIDAtLjA2NS4wMjZsLTIuMDg3IDJhLjMxOS4zMTkgMCAwIDEtLjQzOCAwbC0yLjA2Mi0yYS4xLjEgMCAwIDAtLjA2NC0uMDI2SDcuNDE5YS4zMTkuMzE5IDAgMCAwLS4zMjIuMzIydjExLjA1NmEuMzE5LjMxOSAwIDAgMCAuMzIyLjMyMmgxLjcxNGEuMzE5LjMxOSAwIDAgMCAuMzIyLS4zMjJ2LTcuMTUyYS4zNDcuMzQ3IDAgMCAxIC41OTMtLjI0NWwxLjUwNyAxLjUxOWEuMzEyLjMxMiAwIDAgMCAuNDUxIDBsNC4zNTQtNC4zOTNhLjI1NC4yNTQgMCAwIDAgLjA3OC0uMTc5WiIvPjxwYXRoIGRhdGEtbmFtZT0iVHJhY2NpYXRvIDE4IiBkPSJNMjIuNzEyIDguOTVoLTIuMDc0YS4xLjEgMCAwIDAtLjA2NC4wMjZsLTYuMjQ4IDYuMzI2YS4xOTIuMTkyIDAgMCAwLS4wNTEuMTE2djQuOTFhLjMxOS4zMTkgMCAwIDAgLjMyMi4zMjJoMS41MmEuMzE5LjMxOSAwIDAgMCAuMzIyLS4zMjJ2LTIuNzcyYzAtLjQ1MS40LS42MTcuNzYtLjI3bDMuMjcyIDMuM2EuMTkyLjE5MiAwIDAgMCAuMTE2LjA1MWgyLjEzOWEuMzYuMzYgMCAwIDAgLjM2MS0uMzYxdi0uMTY4YS4xMTcuMTE3IDAgMCAwLS4wMzktLjA5bC01LTUuMDEyYS4zLjMgMCAwIDEgMC0uNDI1bDQuOTczLTQuOWEuMjU0LjI1NCAwIDAgMCAuMDc3LS4xOHYtLjE3N2EuMzk0LjM5NCAwIDAgMC0uMzg2LS4zNzRaIi8+PC9nPjwvc3ZnPg==);height:38px;margin-right:20px;width:31px}.store #store-locator .box .content{margin-bottom:30px;width:calc(100% - 115px)}.store #store-locator .box .content h4{color:#000}.store #store-locator .autorized{border-bottom:1px solid #b5b5b5;font-size:20px;margin:0 auto;max-width:600px;padding:30px 0 20px}.store #store-locator .box .content h4{font-size:20px;margin:10px 0}.store #store-locator .box .content div{color:#b5b5b5;font-size:16px;line-height:25px}.store #store-locator .box .content .email a,.store #store-locator .box .content .maps a,.store #store-locator .box .content .site a{color:#b5b5b5;text-decoration:underline}.store #store-locator .box .distance{color:#000;font-size:16px;font-weight:700;margin-top:10px}@media(min-width:991px){.store-title{font-size:60px;line-height:60px}.store-title:after{height:60px;margin-top:80px}.store-container{flex-direction:row;max-height:900px}.store #store-map{width:60%}.store #store-locator{margin-left:50px;margin-top:0;padding:20px 25px;width:38%}.store #store-locator #filter-content .region-filter form{flex-direction:row}.store #store-locator select{max-width:300px;width:calc(50% - 10px)}}html[dir=rtl] .store #store-locator select{background-position:left 1em center}html[dir=rtl] .store #store-locator .box .content,html[dir=rtl] .store #store-locator .box .distance{text-align:right}html[dir=rtl] .store #store-locator .box .pin{margin-left:20px;margin-right:0}html[dir=rtl] .store .gm-style-iw-c{padding:12px 12px 0 0}html[dir=rtl] .store .gm-style-iw-c .gm-style-iw-d{padding:0 16px 12px 0}html[dir=rtl] .store .gm-style-iw-c .gm-ui-hover-effect{left:0;right:auto!important;top:-2px!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-flex-column-reverse .gws-teaserV3{flex-direction:column-reverse}.gws-teaserV3__styles.s-border-top .gws-teaserV3{padding-bottom:15px}.gws-teaserV3__styles.s-border-top .gws-teaserV3:before{border-top:2px solid #000;content:"";display:block;height:15px;width:100%}.gws-teaserV3__styles.c-bg-grey{background-color:#ebebeb}.gws-teaserV3__styles.c-bg-grey .gws-teaserV3{position:relative}.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3:before{order:1}.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-asset,.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-content{width:100%}.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-content{margin-bottom:48px}@media screen and (min-width:1680px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-content{margin-bottom:64px}}@media screen and (max-width:767px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-content{margin-bottom:20px;margin-top:20px}}.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-title{font-size:28px;margin-bottom:24px;padding-top:20px}@media screen and (min-width:1680px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-title{font-size:36px;margin-bottom:32px}}@media screen and (max-width:767px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-title{font-size:16px;margin-bottom:20px;padding-top:0}}.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-desc{font-size:18px}@media screen and (min-width:1680px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-desc{font-size:24px}}@media screen and (max-width:767px){.gws-teaserV3__styles.c-flex-column-reverse .gws-teaserV3-desc{font-size:15px}}.gws-teaserV3{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.gws-teaserV3{max-width:1080px}}@media screen and (max-width:1023px){.gws-teaserV3{margin-left:30px;margin-right:30px;max-width:none;width:auto}}.gws-teaserV3{display:flex;flex-wrap:wrap;font-size:18px;justify-content:space-between;line-height:1.5}@media screen and (min-width:1680px){.gws-teaserV3{font-size:24px}}@media screen and (max-width:767px){.gws-teaserV3{flex-direction:column-reverse!important;font-size:15px}}.gws-teaserV3-asset,.gws-teaserV3-content{width:49%}@media screen and (max-width:767px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{word-break:break-word}.gws-teaserV3-content a{text-decoration:underline}@media screen and (max-width:767px){.gws-teaserV3-content{margin-bottom:30px;margin-top:30px}}.gws-teaserV3-pre{display:none}.gws-teaserV3-title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-weight:700;margin-bottom:24px}@media screen and (max-width:767px){.gws-teaserV3-title{margin-bottom:20px}}.gws-teaserV3-sub{display:none}.gws-teaserV3-desc{font-weight:400;margin-bottom:32px}@media screen and (max-width:767px){.gws-teaserV3-desc{margin-bottom:20px}}.gws-teaserV3-disclaimer{display:none}.gws-teaserV3-action{color:#000}.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.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}.cmp-teaser-remastered{display:flex;flex-wrap:wrap;justify-content:space-between}.cmp-teaser-remastered__cover{bottom:0!important;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.cmp-teaser-remastered__cover--black{background-color:rgba(0,0,0,.3)}.cmp-teaser-remastered__content{color:#000;width:49%}@media screen and (max-width:767px){.cmp-teaser-remastered__content{order:1;width:100%}}.cmp-teaser-remastered__content__title{font-weight:700}.cmp-teaser-remastered__content__title p{color:#000;margin:0}.cmp-teaser-remastered__content .space:first-child{margin-bottom:32px}@media screen and (max-width:1679px){.cmp-teaser-remastered__content .space:first-child{margin-bottom:24px}}@media screen and (max-width:1023px){.cmp-teaser-remastered__content .space:first-child{margin-bottom:20px}}@media screen and (max-width:767px){.cmp-teaser-remastered__content .space:last-child{margin-bottom:30px}}.cmp-teaser-remastered__media{width:49%}@media screen and (max-width:767px){.cmp-teaser-remastered__media{order:2;width:100%}}.cmp-teaser-remastered__media{overflow:hidden;position:relative}.cmp-teaser-remastered__media__extral,.cmp-teaser-remastered__media__video{display:none}.cmp-teaser-remastered__media img{transition:all .3s;width:100%}.cmp-teaser-remastered__media__origin .cmp-teaser-remastered__cover{display:none}.cmp-teaser-remastered__media__origin img{display:block}.cmp-teaser-remastered__media__extral{height:auto!important}.cmp-teaser-remastered__media__extral__video{align-items:center;height:100%;justify-content:center}.cmp-teaser-remastered__media__extral__video video{height:100%;max-height:100%;max-width:100%;width:100%}.cmp-teaser-remastered__media__extral__video iframe{height:330px!important}@media screen and (max-width:1679px){.cmp-teaser-remastered__media__extral__video iframe{height:300px!important}}@media screen and (max-width:1023px){.cmp-teaser-remastered__media__extral__video iframe{height:200px!important}}@media screen and (max-width:767px){.cmp-teaser-remastered__media__extral__video iframe{height:180px!important}}.cmp-teaser-remastered__media__extral__video__container{display:flex;width:100%}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{transform:scale(1.1)}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__origin{opacity:1;transition:all .3s;z-index:5}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral{border:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{align-items:center;display:flex;height:100%;justify-content:center;opacity:0;position:relative;transition:all .3s;width:100%;z-index:4}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture img{height:auto;max-height:100%;max-width:100%;width:auto}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__img picture{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{border:none;z-index:0}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__video{display:flex}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__cover{display:block}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__media__origin{position:relative}@media screen and (max-width:1023px){.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__cover,.cmp-teaser-remastered.media-video.play-hover.play .cmp-teaser-remastered__media__extral__video{display:block}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{transform:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{display:none}}.cmp-teaser-remastered .vimeo-wrapper,.cmp-teaser-remastered .vimeo-wrapper__video{height:100%;width:100%}.cmp-teaser-remastered.media-video.play-inline-auto.play .cmp-teaser-remastered__cover--black,.cmp-teaser-remastered.media-video.play-inline.play .cmp-teaser-remastered__cover--black{display:none}@media screen and (min-width:1201px){.cmp-teaser-remastered.media-video.play-inline-auto.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black,.cmp-teaser-remastered.media-video.play-inline.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black{display:block}}.cmp-teaser-remastered.media-video.play-inline-auto.play .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-inline.play .cmp-teaser-remastered__media__origin{display:none}.cmp-teaser-remastered.media-video.play-inline-auto.play .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-inline.play .cmp-teaser-remastered__media__extral{display:flex;left:0;top:0;width:100%}.cmp-teaser-remastered.media-video.play-inline-auto.play .cmp-teaser-remastered__media__extral__video,.cmp-teaser-remastered.media-video.play-inline.play .cmp-teaser-remastered__media__extral__video{align-items:flex-start;display:flex;width:100%}.teaser.text-first .cmp-teaser-remastered{flex-direction:row-reverse}.teaser.text-upper .cmp-teaser-remastered{flex-direction:column-reverse}.teaser.text-upper .cmp-teaser-remastered__content{width:unset}.teaser.text-upper .cmp-teaser-remastered__content .space:first-child{margin-bottom:32px}@media screen and (max-width:1679px){.teaser.text-upper .cmp-teaser-remastered__content .space:first-child{margin-bottom:24px}}@media screen and (max-width:1023px){.teaser.text-upper .cmp-teaser-remastered__content .space:first-child{margin-bottom:20px}}.teaser.text-upper .cmp-teaser-remastered__content .space:last-child{margin-bottom:64px}@media screen and (max-width:1679px){.teaser.text-upper .cmp-teaser-remastered__content .space:last-child{margin-bottom:48px}}@media screen and (max-width:1023px){.teaser.text-upper .cmp-teaser-remastered__content .space:last-child{margin-bottom:20px}}.teaser.text-upper .cmp-teaser-remastered__media{width:100%}@media screen and (max-width:767px){.teaser.text-upper .cmp-teaser-remastered{flex-direction:column}}.teaser.align-left .cmp-teaser-remastered__content{text-align:left}.teaser.align-center .cmp-teaser-remastered__content{text-align:center}.teaser.align-right .cmp-teaser-remastered__content{text-align:right}.teaser.border-top .content-container{padding-bottom:0;padding-top:0}.teaser.border-top .cmp-teaser-remastered{border-top:2px solid #000;padding-bottom:15px;padding-top:15px}.teaser .content-container{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.teaser .content-container{max-width:1080px}}@media screen and (max-width:1023px){.teaser .content-container{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.vimeo-wrapper__video iframe{width:100%!important}.term-condition{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.term-condition{max-width:1080px}}@media screen and (max-width:1023px){.term-condition{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.term-condition .rich-text__container{max-width:100%;padding:0;width:100%}.term-condition__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:48px;font-weight:400;line-height:68px;text-align:center}@media screen and (max-width:1679px){.term-condition__title{font-size:38px;line-height:58px}}@media screen and (max-width:1023px){.term-condition__title{font-size:22px;line-height:30px}}.term-condition__tabs{align-items:center;display:flex;flex-direction:column;margin-bottom:30px}.term-condition__years{display:flex;flex-wrap:wrap;font-size:13px;margin:20px 0;max-width:1000px;text-transform:uppercase}@media screen and (max-width:1023px){.term-condition__years{max-width:400px}}@media screen and (max-width:767px){.term-condition__years{max-width:100%}}.term-condition__years-item{background-color:#d9d9d9;display:flex;justify-content:center;padding:20px 0;width:200px}@media screen and (max-width:767px){.term-condition__years-item{width:50%}}.term-condition__years-item input{margin-right:6px}.term-condition__warrantys{color:#7f7f7f;display:flex;display:none;font-size:17px}.term-condition__warrantys-item{border-bottom:1px solid #fff;cursor:pointer;padding:14px 16px;text-align:center;transition:.3s}.term-condition__warrantys-item.actived{border-color:#000;color:#000}.term-condition__contents-item{display:none}html[dir=rtl] .term-condition .term-condition__years-item input{margin-left:6px;margin-right:0}.video-wrapper{max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (max-width:1023px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#000;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:#000;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#000;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 (max-width:1023px){.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 (max-width:1023px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1041666667vw}@media screen and (max-width:1023px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (max-width:1023px){.gws-dialog{height:auto;width:100%}}@media screen and (max-width:767px){.gws-dialog{height:auto;width:100%}}.gws-dialog video{background-color:#000;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:#000;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:#000;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 (max-width:1023px){.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%}.back-to-list{font-size:16px;font-weight:700;line-height:16px}.back-to-list:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMjYxNSAtMjIxNjMuNDU5IDIxLjQxNCAxOC4xNyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MnB4fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJtLTEyNjAzLjM3OC0yMjE2Mi43NTMgOC4zNzggOC4zNzktOC4zNzggOC4zNzhNLTEyNTk1LTIyMTU0LjM3NGgtMjAiLz48L3N2Zz4=) no-repeat 0;background-size:100% auto;content:"";display:inline-block;height:16px;margin:0 10px 0 0;transform:rotate(180deg);width:16px}@media screen and (max-width:1023px){.back-to-list{font-size:14px;line-height:14px}.back-to-list:before{height:16px;width:16px}}.back-to-list.product-detail{margin:0 auto;max-width:1180px;width:75%}@media screen and (max-width:1679px){.back-to-list.product-detail{max-width:1080px}}@media screen and (max-width:1023px){.back-to-list.product-detail{max-width:none;padding-left:30px;padding-right:30px;width:auto}}.back-to-list.product-detail{display:block}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(0,0,0,.3);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%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{bottom:unset!important;top:0!important;transform:translate(-50%)!important}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{bottom:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:10%!important;top:unset!important;transform:translateX(-50%)!important}}.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{top:40px;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__container{align-items:flex-end;justify-content:flex-start}.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)}.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__container{align-items:center;justify-content:flex-start}.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:10%;top:unset;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__container{align-items:flex-end;justify-content:flex-start}.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{top:40px;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content__container{align-items:center;justify-content:center}.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)}.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content__container{align-items:center;justify-content:center}.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:10%;top:unset;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content__container{align-items:center;justify-content:center}.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{top:40px;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__container{align-items:center;justify-content:flex-end}.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)}.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__container{align-items:center;justify-content:flex-end}.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:10%;top:unset;transform:translate(-50%)}.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__container{align-items:center;justify-content:flex-end}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (min-width:768px)and (max-width:1024px){.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:vwp(20);margin-right:0}}@media screen and (max-width:767px){.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:0;margin-right:0}}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:.5208333333vw}@media screen and (min-width:768px)and (max-width:1024px){.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:vwp(10);margin-right:vwp(10)}}@media screen and (max-width:767px){.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:0;margin-right:0}}.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{color:#fff;position:relative}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-bannerV2 .gws-img{line-height:1}.gws-bannerV2__content{display:flex;justify-content:center;left:50%;position:absolute;top:40px;transform:translate(-50%);width:100%;z-index:1}.gws-bannerV2__content__container{display:flex;max-width:1180px;width:100%}@media screen and (max-width:1679px){.gws-bannerV2__content__container{max-width:1080px;width:75%}}@media screen and (max-width:1023px){.gws-bannerV2__content__container{display:flex;justify-content:center!important;margin:0 40px;padding:20px 0 30px;width:100%}}@media screen and (max-width:767px){.gws-bannerV2__content__container{margin:0 30px;padding:20px 0 30px}}.gws-bannerV2__content__wrapper{display:flex;flex-direction:column;max-width:80%}@media screen and (max-width:1023px){.gws-bannerV2__content__wrapper{max-width:90%}}@media screen and (max-width:767px){.gws-bannerV2__content__wrapper{max-width:unset}}.gws-bannerV2__content__disclaimer,.gws-bannerV2__content__preTitle,.gws-bannerV2__content__subTitle{display:none}.gws-bannerV2__content__title{color:#000;font-family:RomainHeadline-Bold,sans-serif;font-size:68px;font-weight:400;line-height:80px}@media screen and (max-width:1679px){.gws-bannerV2__content__title{font-size:50px;line-height:68px}}@media screen and (max-width:1023px){.gws-bannerV2__content__title{font-size:32px;line-height:36px}}.gws-bannerV2__content__title{color:#fff;margin-bottom:32px}@media screen and (max-width:1679px){.gws-bannerV2__content__title{margin-bottom:24px}}@media screen and (max-width:1023px){.gws-bannerV2__content__title{margin-bottom:20px}}.gws-bannerV2__content__desc{color:#fff;margin-bottom:64px}@media screen and (max-width:767px){.gws-bannerV2__content__actions{align-items:center;display:flex;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{color:#fff;margin-right:1.0416666667vw;text-decoration:underline}.gws-bannerV2__content__btn:hover,.gws-bannerV2__content__btn:visited,.gws-bannerV2__content__link:hover,.gws-bannerV2__content__link:visited{color:#fff;text-decoration:underline}@media screen and (max-width:767px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{margin-right:0;margin-top:5.3333333333vw}}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__container{justify-content:flex-end}html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__container{justify-content:flex-start}.banner{position:relative}.banner,.banner__asset{height:100%}.banner__asset picture{width:100%}.banner__asset img{display:block;font-size:0;height:auto;width:100%}.banner__asset video{display:block}.banner__asset__video{height:auto;width:100%}.banner__asset.visibility-hidden{background-color:#000;height:100%;position:relative;width:100%}.banner__asset.visibility-hidden picture{opacity:0}.banner__asset iframe{height:85%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:85%}.banner__asset .video-btn{z-index:10}.banner__content{bottom:0!important;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:5}.banner__content[href="javascript:;"]{z-index:unset}.banner__content__container{display:flex;height:100%;max-width:1180px;padding:80px 0;width:100%}@media screen and (max-width:1679px){.banner__content__container{max-width:1080px;padding:40px 0;width:75%}}@media screen and (max-width:1023px){.banner__content__container{margin:0 40px;padding:20px 0 30px;width:100%}}@media screen and (max-width:767px){.banner__content__container{margin:0 30px}}.banner__content__wrapper{display:flex;flex-direction:column;max-width:80%}@media screen and (max-width:1023px){.banner__content__wrapper{max-width:90%}}@media screen and (max-width:767px){.banner__content__wrapper{max-width:unset}}.banner__content__wrapper .space:first-child{margin-bottom:32px}@media screen and (max-width:1679px){.banner__content__wrapper .space:first-child{margin-bottom:24px}}@media screen and (max-width:1023px){.banner__content__wrapper .space:first-child{margin-bottom:20px}}.banner__content__wrapper .space:nth-of-type(2){margin-bottom:64px}@media screen and (max-width:1679px){.banner__content__wrapper .space:nth-of-type(2){margin-bottom:48px}}@media screen and (max-width:1023px){.banner__content__wrapper .space:nth-of-type(2){margin-bottom:40px}}.banner__content__wrapper .space:last-child{margin-bottom:0}.banner__content__desc.rich-text *,.banner__content__title.rich-text *{color:#fff}.banner__content__desc.rich-text p:first-child{margin-top:0}.banner__content__desc.rich-text p:last-child{margin-bottom:0}.banner__content__actions .btn{color:#fff;cursor:pointer;text-decoration:underline}.banner__content__link{display:inline-block;height:100%;position:absolute;width:100%}.banner.cover-black .banner__content{background:rgba(0,0,0,.3)}.banner.video-play-auto .swiper-slide img{left:unset;position:unset;transform:unset}.banner.video-play-auto .banner__asset{align-items:center;display:flex;justify-content:center}.banner.video-play-auto .banner__asset iframe{display:block;left:unset;margin:auto;position:relative;top:unset;transform:unset}.banner.video-play-auto .banner__asset{background-color:#000;height:100%;position:relative;width:100%}.banner.video-play-auto .banner__asset__video.vimeo,.banner.video-play-auto .vimeo-wrapper__video{height:100%}.gws-img{font-size:0}.gws-img img{width:100%}.product-item-img{align-items:center;display:flex;font-size:0;justify-content:center}.product-item-img img{width:100%}.product-item-title{color:#000;font-size:20px;font-weight:700;line-height:22px;margin-top:15px}@media screen and (max-width:1023px){.product-item-title{font-size:15px;line-height:20px}}.product-item-desc{color:#555}.gws-video{font-size:0;position:relative}.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:5;z-index:10}@media screen and (max-width:1679px){.gws-video__play{height:80px;width:80px}}@media screen and (max-width:1023px){.gws-video__play{height:60px;width:60px}}@media screen and (max-width:767px){.gws-video__play{height:40px;width:40px}}.gws-video__play:after{border-color:transparent transparent transparent #ccc;border-radius:4px;border-style:solid;border-width:20px 15px 20px 30px;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:1023px){.gws-video__play:after{border-width:15px 10px 15px 20px}}@media screen and (max-width:767px){.gws-video__play:after{border-width:12px 8px 12px 15px}}@media screen and (min-width:1200px){.gws-video .c-video-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.gws-video .c-video-autoplay .gws-video__play,.gws-video .c-video-autoplay.video-loaded .gws-img{display:none}.gws-video .c-video-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (max-width:767px){.gws-video .c-video-mobile-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.gws-video .c-video-mobile-autoplay .gws-video__play,.gws-video .c-video-mobile-autoplay.video-loaded .gws-img{display:none}.gws-video .c-video-mobile-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (min-width:1200px){.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__play,.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}}@media screen and (max-width:767px){.gws-video .gws-video__asset,.gws-video .gws-video__vimeo,.gws-video .gws-video__youtube{display:none}}