:root{--wsc-drawer-z-index:199920}.wsc-drawer{position:fixed;width:100%;height:100%;top:0;left:0;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transition:opacity .3s ease}.wsc-drawer__container{position:absolute;background-color:#fff;background-color:var(--wsc-color-white);padding:20px;padding:var(--wsc-mob-padding-common);overflow:auto;transition:transform .3s ease}.wsc-drawer__container--top{width:100%;top:0;left:0;transform:translateY(-100%)}.wsc-drawer__container--bottom{width:100%;bottom:0;left:0;transform:translateY(100%)}.wsc-drawer__container--right{width:85%;height:100%;top:0;right:0;transform:translate(100%)}.wsc-drawer__container--left{width:85%;height:100%;top:0;left:0;transform:translate(-100%)}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-right:10px;margin-right:var(--wsc-filter-option-gap);margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{display:flex;background-color:#fff}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{display:flex;align-items:center}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{opacity:.5;cursor:no-drop}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{position:fixed;top:0;left:0;right:0;bottom:0!important;overflow:auto;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transform:translate3d(0,-20px,0);transition:all .3s ease;font-size:16px}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{width:50%;background-color:#fff;background-color:var(--wsc-color-white);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{position:absolute;right:0;padding:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{padding:22px 20px 22px 10px;margin-left:2%;background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-size:6px 6px,6px 6px,3em 3em;background-repeat:no-repeat}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{width:100%;margin-left:0;margin-bottom:20px;padding:13px 20px 13px 8px}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{text-align:justify;font-size:18px;color:#333;width:10%;margin:11px 40px 0 0;display:flex}.form__label--required:before{content:"*";display:inline-block;font-size:26px;color:#af6437;color:var(--wsc-theme-color);padding-right:30%;line-height:1}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}}@media screen and (max-width:767px){.form__label{width:25%;font-size:14px}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-color:#f6f6f6;font-size:14px;line-height:1.3;position:relative;flex:1}.form__error{width:100%;color:#af6437;color:var(--wsc-theme-color);font-size:14px}.form__input{width:100%;padding:22px 10px}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,0.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}*,:focus{outline:none}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{vertical-align:baseline;margin:0;padding:0;border:0;outline:0}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-style:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{overflow:visible;background-color:transparent}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;mbox-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden;position:relative}*{box-sizing:border-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{padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);border-radius:4px;border-radius:var(--wsc-button-border-radius);border:1px solid transparent;font-size:12px;font-size:var(--wsc-button-font-size);cursor:pointer;text-align:center;display:inline-block;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__plus:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__close:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__triangle--down{width:0;height:0;border:6 solid transparent;border-top-color:#aaa}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.hide{display:none!important}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover)}.wsc-message-box__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background-color:#fff;background-color:var(--wsc-color-white);padding:2em;width:345px;animation:cmpFadeIn .4s ease;transform-origin:0 0}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{width:40px;height:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/7ac9043569efd7a8485f2c8c9a8c6047.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/9561d81803234a10ae53cdedfae416aa.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/10014a09b88110704e83367a4ab32017.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/0e2b75ea89e389f36686a51cae8653d2.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/167993c268d07779c10e96501bc048a2.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/6832355d803b7ba950bcec531acffc32.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/54489c4ccbf6db6153955b93183aad02.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/df0f208840589f1aa72c758dccd89901.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/52135bfaf7203be6f7a88714ae48b64f.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/001d3ecf781dfdb0c99bed47f1865b81.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/e273e6abbf40b2b9f4f6317e1653deef.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/4c6669e42e7467ce3a92e4efce602742.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/7fa96aa06775160ee646f6d51a81dae6.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/cbe772b0bc0f6cb5f8b21fb3d1323dca.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/5be9f6cd5aee0bb6bc1f4f471d706f6f.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/0b4a9d1e346e1b45df14a2d124e9e4ff.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/1ddab6f832b5d19ddd8fc6f2cee5923c.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/c090b0ea7066489fd4ef484f816117eb.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/6312c849c7287986ce6de05df9d0ddd3.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/17adfa66ee8582ace0f48ca27c12eae1.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/d23d96aefe768329255e9b9988359bd9.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/a9c4b82bc9604f7709af8a13743853f5.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/f8c0c702e1f40e76bee3b360427d1137.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/1591cb217994515c8a38e796966d3bdf.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/a772a67ee3b66f93716a752d5cdf2dd1.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/b80aacb68c4a0e648daa92e07b79e05a.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/cf6112b4cb77c6378680a26362ff669e.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/01dcd5bd6116b242b65597b5bf33cc05.woff) format("woff");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/fe1fc9ae8618a645eb5204b8af0766e0.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/6e817237a77c75eb5201348e7f9f3307.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/08a4fb54b8c4640dd501de3f38cc33f4.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/eureka/dist/static/fonts/deda9dbab44c744fa680681b630cb075.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}*{margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{color:#222}body,html{background:#fff;display:block;position:relative;font:400 1.11111vw/1 HCo Gotham,sans-serif!important}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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}::selection{color:#fff;background-color:#29418a}ol,ul{list-style:none}li,p{font-weight:400;font-size:1.11111vw;line-height:1.6;color:inherit}@media screen and (min-width:768px) and (max-width:1024px){li,p{font-size:1.5625vw}}@media screen and (max-width:767px){li,p{font-size:3.73333vw}}img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover;max-width:100%}picture img{display:block}picture,svg{width:100%;height:100%}a{font-weight:500;color:#323e48;text-decoration:none;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;cursor:pointer}a:hover{color:#29418a}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;cursor:default}input:focus{outline:0}button{border:none}form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}video{object-fit:cover}.hidden{display:none!important}.show{display:block!important}.main,main{display:block;padding-top:4.02778vw}@media screen and (min-width:768px) and (max-width:1024px){.main,main{padding-top:5.66406vw}}@media screen and (max-width:767px){.main,main{padding-top:12.8vw}}.content-container,.dynamic-form-wrapper,.eu-container{width:77.08333vw;margin:auto}@media screen and (min-width:768px) and (max-width:1024px){.content-container,.dynamic-form-wrapper,.eu-container{width:95.11719vw}}@media screen and (max-width:767px){.content-container,.dynamic-form-wrapper,.eu-container{width:89.33333vw}}.gap{padding-bottom:3.47222vw}@media screen and (min-width:768px) and (max-width:1024px){.gap{padding-bottom:4.88281vw}}@media screen and (max-width:767px){.gap{padding-bottom:13.33333vw}}.gap-header{padding-bottom:3.125vw}@media screen and (min-width:768px) and (max-width:1024px){.gap-header{padding-bottom:4.39453vw}}@media screen and (max-width:767px){.gap-header{padding-bottom:6.66667vw}}.btn{display:inline-block;padding:1.11111vw 1.73611vw;min-width:5.20833vw;border-radius:.34722vw;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;text-align:center;font-weight:500;font-size:.97222vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;font-family:inherit}.btn.btn_blue{background-color:#29418a;color:#fff}.btn.btn_blue:focus,.btn.btn_blue:hover{background-color:#5f71a7}.btn.btn_default,.btn.btn_white{background-color:#fff;color:#29418a}.btn.btn_default:hover,.btn.btn_white:hover{color:#fff;background-color:#29418a}.btn.btn_grey{background-color:#fff;color:#29418a}.btn.btn_grey:hover{background-color:#f2f5f6}@media screen and (min-width:768px) and (max-width:1024px){.btn{padding:1.5625vw 2.44141vw;min-width:7.32422vw;border-radius:.48828vw;font-size:1.36719vw}}@media screen and (max-width:767px){.btn{padding:4.26667vw 6.66667vw;min-width:20vw;border-radius:1.33333vw;font-size:3.73333vw}}.btn-close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:1.66667vw;height:1.66667vw;border-radius:.27778vw;cursor:pointer;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.btn-close{width:2.34375vw;height:2.34375vw;border-radius:.39062vw}}@media screen and (max-width:767px){.btn-close{width:6.4vw;height:6.4vw;border-radius:1.06667vw}}.btn-close:after,.btn-close:before{display:inline-block;content:"";width:.13889vw;height:1.11111vw;background-color:#29418a;position:absolute}@media screen and (min-width:768px) and (max-width:1024px){.btn-close:after,.btn-close:before{width:.19531vw;height:1.5625vw}}@media screen and (max-width:767px){.btn-close:after,.btn-close:before{width:.53333vw;height:4.26667vw}}.btn-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.btn-close:after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.btn-close:hover{background-color:#29418a}.btn-close:hover:after,.btn-close:hover:before{background-color:#fff}.media-overlay{position:absolute;left:0;top:0;height:100%;width:100%;z-index:10;opacity:.3;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.swiper-button-next,.swiper-button-prev{width:2.08333vw!important;height:2.08333vw!important;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-left:.20833vw solid #fff;border-bottom:.20833vw solid #fff;outline:none}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next:focus,.swiper-button-prev:focus{outline:0}@media screen and (min-width:768px) and (max-width:1024px){.swiper-button-next,.swiper-button-prev{width:2.92969vw!important;height:2.92969vw!important;border-left:.29297vw solid #fff;border-bottom:.29297vw solid #fff}}@media screen and (max-width:767px){.swiper-button-next,.swiper-button-prev{display:none!important}}.swiper-button-prev{left:2.08333vw!important}@media screen and (min-width:768px) and (max-width:1024px){.swiper-button-prev{left:2.92969vw!important}}.swiper-button-next{right:2.08333vw!important;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}@media screen and (min-width:768px) and (max-width:1024px){.swiper-button-next{right:2.92969vw!important}}.swiper-pagination{bottom:1.73611vw!important}.swiper-pagination .swiper-pagination-bullet{width:.55556vw;height:.55556vw;margin:.34722vw!important}.swiper-pagination .swiper-pagination-bullet-active{background:#fff}@media screen and (min-width:768px) and (max-width:1024px){.swiper-pagination{bottom:2.44141vw!important}.swiper-pagination .swiper-pagination-bullet{width:.78125vw;height:.78125vw;margin:.48828vw!important}}@media screen and (max-width:767px){.swiper-pagination{bottom:6.66667vw}.swiper-pagination .swiper-pagination-bullet{width:2.13333vw;height:2.13333vw;margin:1.33333vw!important}}.section-title p{font-size:1.66667vw;line-height:2.08333vw;padding:2.08333vw 0;text-align:center;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.section-title p{font-size:2.34375vw;line-height:2.92969vw;padding:2.92969vw 0}}@media screen and (max-width:767px){.section-title p{font-size:4.8vw;line-height:6.4vw;padding:4vw 0}}.arrow{width:.69444vw;height:.69444vw;border-left:.20833vw solid;border-bottom:.20833vw solid;display:inline-block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.arrow.arrow-plus{width:.97222vw;height:.97222vw;border-width:.13889vw}@media screen and (min-width:768px) and (max-width:1024px){.arrow.arrow-plus{width:1.36719vw;height:1.36719vw;border-width:.19531vw}}@media screen and (max-width:767px){.arrow.arrow-plus{width:3.2vw;height:3.2vw;border-width:.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){.arrow{width:.97656vw;height:.97656vw;border-left:.29297vw solid;border-bottom:.29297vw solid}}@media screen and (max-width:767px){.arrow{width:2.13333vw;height:2.13333vw;border-left:.8vw solid;border-bottom:.8vw solid}}.arrow.arrow-white{border-color:#fff}.arrow.arrow-grey{border-color:#323e48}.arrow.arrow-bottom{-webkit-transform:translateY(-.13889vw) rotate(-45deg);transform:translateY(-.13889vw) rotate(-45deg)}@media screen and (min-width:768px) and (max-width:1024px){.arrow.arrow-bottom{-webkit-transform:translateY(-.19531vw) rotate(-45deg);transform:translateY(-.19531vw) rotate(-45deg)}}@media screen and (max-width:767px){.arrow.arrow-bottom{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}}.arrow.arrow-top{-webkit-transform:translateY(.41667vw) rotate(135deg);transform:translateY(.41667vw) rotate(135deg)}@media screen and (min-width:768px) and (max-width:1024px){.arrow.arrow-top{-webkit-transform:translateY(.58594vw) rotate(135deg);transform:translateY(.58594vw) rotate(135deg)}}@media screen and (max-width:767px){.arrow.arrow-top{-webkit-transform:translateY(1.6vw) rotate(135deg);transform:translateY(1.6vw) rotate(135deg)}}.arrow.arrow-left{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.arrow.arrow-right{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.dialog-model{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none}.dialog-model-cover{width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer}.dialog-model-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:auto;background-color:#fff;max-height:90%;overflow-y:auto}@media screen and (max-width:767px){.dialog-model-content{max-height:60%}}.dialog-model.hide{display:block;-webkit-animation:displayNone .5s;animation:displayNone .5s}.dialog-model.hide .dialog-model-content{-webkit-animation:fadeOut .5s ease-out;animation:fadeOut .5s ease-out}.dialog-model.show .dialog-model-content{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease}@-webkit-keyframes fadeIn{0%{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes fadeIn{0%{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@-webkit-keyframes fadeOut{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}}@keyframes fadeOut{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%)}}html[dir=rtl] .opened-search header#mainNav .header-right{right:unset;left:1.73611vw}html[dir=rtl] .opened-search header#mainNav .header-links{margin-left:30%;margin-right:unset}@media screen and (max-width:767px){html[dir=rtl] .opened-search header#mainNav .header-links{margin-left:0}}html[dir=rtl] header .header-container .header-lang{margin-left:0;margin-right:1.38889vw}html[dir=rtl] header .header-container .header-region{margin-left:0;margin-right:0}html[dir=rtl] header .header-container .header-region .header-region_img{margin-left:.69444vw;margin-right:unset}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] header .header-container .header-region .header-region_img{margin-left:.97656vw}}@media screen and (max-width:767px){html[dir=rtl] header .header-container .header-region .header-region_img{margin-left:2.66667vw}}html[dir=rtl] header .header-container .header-region:after{left:-.55556vw}html[dir=rtl] header .header-container .header-logo{width:auto!important}html[dir=rtl] header .header-container .header-right .search-icon{margin-right:0;margin-left:.69444vw}html[dir=rtl] header .header-container .header-right .header-icon{margin-left:0!important;margin-right:1.38889vw}@media screen and (max-width:767px){html[dir=rtl] header .header-links .search-btn{margin-left:2.66667vw!important;margin-right:0!important}html[dir=rtl] header .header-links .plus-sign-container{right:unset!important;left:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] header .header-links .search-btn{margin-left:.97656vw!important;margin-right:0!important}html[dir=rtl] header .header-links .plus-sign-container{right:unset!important;left:1.95312vw}}html[dir=rtl] header .nav_lang_wraper .md_close{right:unset;left:6.94444vw}html[dir=rtl] header .nav_lang_wraper .nav_lang_items .nav_lang_item .nav_lang_item_img{margin-left:1.04167vw;margin-right:0}html[dir=rtl] .featured-products .content-container .btn-box .ctaClass{margin-left:0!important;margin-right:1.38889vw}@media screen and (max-width:767px){html[dir=rtl] .featured-products .content-container .btn-box .ctaClass{margin-right:5.33333vw}}html[dir=rtl] .featured-products .content-container .btn-box .ctaClass .arrow-right{-webkit-transform:rotate(45deg);transform:rotate(45deg)}html[dir=rtl] .featured-products .content-container .content{margin-left:1.38889vw;margin-right:0!important}@media screen and (max-width:767px){html[dir=rtl] .featured-products .content-container .content{margin-left:5.33333vw}}@media screen and (max-width:767px){html[dir=rtl] .side-rail-cmp .social-btn{margin:0 0 4vw 4vw}}html[dir=rtl] .card-list .card-item{margin-left:1.38889vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .card-list .card-item{margin-left:1.95312vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .card-list .card-item{margin-left:5.33333vw;margin-right:0}}html[dir=rtl] .card-list .card-item:last-child{margin-left:0}@media screen and (max-width:767px){html[dir=rtl] .card-list .card-item:nth-child(2n){margin-left:0}}html[dir=rtl] .related-products-item{margin-left:1.38889vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .related-products-item{margin-left:1.95312vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .related-products-item{margin-left:5.33333vw;margin-right:0}}html[dir=rtl] .related-products-item:last-child,html[dir=rtl] .related-products-item:nth-child(4n){margin-left:0}@media screen and (max-width:767px){html[dir=rtl] .related-products-item:nth-child(2n){margin-left:0}}html[dir=rtl] .compare .compare-container-product-list .btn-close{right:unset;left:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .compare .compare-container-product-list .btn-close{right:unset;left:.97656vw}}@media screen and (max-width:767px){html[dir=rtl] .compare .compare-container-product-list .btn-close{top:unset;left:2.66667vw}}html[dir=rtl] .faq-list .arrow.arrow-right{-webkit-transform:rotate(405deg);transform:rotate(405deg)}html[dir=rtl] .align-left *,html[dir=rtl] .hero-banner .align-left{text-align:right}html[dir=rtl] .align-right *{text-align:left}html[dir=rtl] .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:inherit;-ms-flex-flow:inherit;flex-flow:inherit}html[dir=rtl] .swiper-button-prev{right:2.08333vw!important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .swiper-button-prev{right:2.92969vw!important}}html[dir=rtl] .swiper-button-next{left:2.08333vw!important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .swiper-button-next{left:2.92969vw!important}}html[dir=rtl] .carousel-gallery-next{left:6.94444vw!important;right:unset!important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .carousel-gallery-next{left:9.76562vw!important}}html[dir=rtl] .carousel-gallery-next i{left:40%!important}html[dir=rtl] .carousel-gallery-prev{right:6.94444vw!important;left:unset!important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .carousel-gallery-prev{right:9.76562vw!important}}html[dir=rtl] .carousel-gallery-prev i{right:40%!important}html[dir=rtl] .product-reviews .pr-rd-side-content-block{left:-35%;right:unset!important}html[dir=rtl] .product-reviews .pr-rid-btn-container{left:0}html[dir=rtl] .product-reviews .pr-rd-review-header-sorts .pr-rd-sort-group{padding-left:.69444vw;padding-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-reviews .pr-rd-review-header-sorts .pr-rd-sort-group{padding-left:.97656vw;padding-right:0}}@media screen and (max-width:767px){html[dir=rtl] .product-reviews .pr-rd-review-header-sorts .pr-rd-sort-group{padding-left:2.66667vw;padding-right:0}}html[dir=rtl] .product-details .feature-list{padding-left:0;padding-right:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-details .feature-list{padding-left:0;padding-right:1.46484vw}}@media screen and (max-width:767px){html[dir=rtl] .product-details .feature-list{padding-left:0;padding-right:4vw}}html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn{margin-left:.69444vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn{margin-left:.97656vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn{margin-left:2.66667vw;margin-right:0}}html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn svg{margin-left:.34722vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn svg{margin-left:.48828vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals .btn svg{margin-left:1.33333vw;margin-right:0}}html[dir=rtl] .product-list .product-item-info-highlights{padding-left:0;padding-right:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-list .product-item-info-highlights{padding-left:0;padding-right:1.46484vw}}@media screen and (max-width:767px){html[dir=rtl] .product-list .product-item-info-highlights{padding-left:0;padding-right:4vw}}html[dir=rtl] .search-result .search-result-item .search-result-item-info{padding-left:0;padding-right:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .search-result .search-result-item .search-result-item-info{padding-left:0;padding-right:1.95312vw}}@media screen and (max-width:767px){html[dir=rtl] .search-result .search-result-item .search-result-item-info{padding-left:0;padding-right:8vw}}html[dir=rtl] .support-anchor .support-anchor-operate{right:0;left:unset!important}html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-trouble-shoot .arrow.arrow-right{-webkit-transform:rotate(405deg);transform:rotate(405deg)}html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-video-list li{margin-left:1.38889vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-video-list li{margin-left:1.95312vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-video-list li{margin-left:5.33333vw;margin-right:0}}html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-video-list li:nth-child(2n){margin-left:0}html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn{margin-right:0;margin-left:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn{margin-left:.97656vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn{margin-left:2.66667vw;margin-right:0}}html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn svg{margin-left:.34722vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn svg{margin-left:.48828vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .support-anchor .support-anchor-main .support-anchor-main-product-manuals ul li .btn svg{margin-left:1.33333vw;margin-right:0}}html[dir=rtl] .support-anchor-main-attachments ul li{max-height:unset;margin-right:0;margin-left:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .support-anchor-main-attachments ul li{margin-right:0;margin-left:4vw}}@media screen and (max-width:767px){html[dir=rtl] .support-anchor-main-attachments ul li{margin-right:0;margin-left:4vw}}html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled,html[dir=rtl] .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled{margin-left:2px;margin-right:0}html[dir=rtl] .product-list .product-item-operate span svg{margin-left:.34722vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-list .product-item-operate span svg{margin-right:0;margin-left:1.33333vw}}@media screen and (max-width:767px){html[dir=rtl] .product-list .product-item-operate span svg{margin-right:0;margin-left:1.33333vw}}html[dir=rtl] .product-list .product-item-operate .btn{margin-right:0;margin-left:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .product-list .product-item-operate .btn{margin-right:0;margin-left:.97656vw}}@media screen and (max-width:767px){html[dir=rtl] .product-list .product-item-operate .btn{margin-right:0;margin-left:2.66667vw}}html[dir=rtl] .product-list .product-item-operate .btn:last-child{margin-left:0}html[dir=rtl] .p-w-r .pr-read-review footer,html[dir=rtl] .p-w-r .pr-review-display footer{text-align:right}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-to-top,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-to-top,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-to-top,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-to-top{float:right}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-pagination,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-pagination,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-pagination,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-pagination{float:left}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-position,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-position{margin-left:10px;margin-right:0}html[dir=rtl] .p-w-r{text-align:right}html[dir=rtl] .support-product-container-info-operate a{margin-left:.69444vw;margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .support-product-container-info-operate a{margin-left:.97656vw;margin-right:0}}@media screen and (max-width:767px){html[dir=rtl] .support-product-container-info-operate a{margin-left:2.66667vw;margin-right:0}}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-search-container,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-search-container,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-search-container,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-search-container{float:left}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-main-header .pr-h1,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-main-header h1,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-main-header .pr-h1,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-main-header h1,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header .pr-h1,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header h1,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header .pr-h1,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header h1{float:right}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-review-header-sorts,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-review-header-sorts,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-review-header-sorts,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-review-header-sorts{text-align:left}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-sort-group:last-child,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-sort-group:last-child,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-sort-group:last-child,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-sort-group:last-child{padding-left:0}html[dir=rtl] .p-w-r fieldset{text-align:right}html[dir=rtl] .p-w-r .pr-star-accessible-0-filled,html[dir=rtl] .p-w-r .pr-star-accessible-25-filled,html[dir=rtl] .p-w-r .pr-star-accessible-50-filled,html[dir=rtl] .p-w-r .pr-star-accessible-75-filled,html[dir=rtl] .p-w-r .pr-star-accessible-100-filled,html[dir=rtl] .p-w-r .pr-star-v4,html[dir=rtl] .p-w-r .pr-star-v4-0-filled,html[dir=rtl] .p-w-r .pr-star-v4-25-filled,html[dir=rtl] .p-w-r .pr-star-v4-50-filled,html[dir=rtl] .p-w-r .pr-star-v4-75-filled,html[dir=rtl] .p-w-r .pr-star-v4-100-filled{margin-right:0;margin-left:5px}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-faceoff-label,html[dir=rtl] .p-w-r .pr-review-snapshot .pr-faceoff-title{text-align:right}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-snippet-stars{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff .pr-snippet-rating-decimal{margin-left:0;margin-right:2px}html[dir=rtl] .compare-card-item-has-content .btn-close{left:.69444vw;right:unset!important}@media screen and (min-width:768px) and (max-width:1024px){html[dir=rtl] .compare-card-item-has-content .btn-close{left:.97656vw}}@media screen and (max-width:767px){html[dir=rtl] .compare-card-item-has-content .btn-close{left:2.66667vw}}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-review-headline,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-star-rating,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-review-headline,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-star-rating,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-star-rating,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-headline,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-star-rating{float:right}html[dir=rtl] .p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button,html[dir=rtl] .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button{left:0;right:unset}html[dir=rtl] .p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-search-container input,html[dir=rtl] .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container input{float:right}html[dir=rtl] .p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input,html[dir=rtl] .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input{padding:5px 5px 5px 40px}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-image-container,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-image-container,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-image-container,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-image-container{margin:0 0 0 10px}html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-left,html[dir=rtl] .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-left,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-left,html[dir=rtl] .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-left{float:right}.bg-light-grey{background-color:#f2f5f6}.bg-grey{background-color:#323e48}.bg-blue{background-color:#29418a}.bg-white{background-color:#fff}.white{color:#fff}.black{color:#1a1a1a}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}.overflow-hidden{overflow:hidden!important}.side-rail-cmp .eu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.side-rail-cmp .eu-container .main-rail{width:90%}.side-rail-cmp .eu-container.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.side-rail-cmp .eu-container.reverse .side-rail{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.side-rail-cmp .eu-container.sticky-rail .eureka_rte{width:75%;padding:1.38889vw 0}.side-rail-cmp .eu-container .main-rail{width:70%;height:auto}.side-rail-cmp .eu-container .main-rail .rich-text-container{width:100%!important}.side-rail-cmp .eu-container .side-rail{width:30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.side-rail-cmp .eu-container .side-rail .rich-text-container{width:100%!important}@media screen and (min-width:768px) and (max-width:1024px){.side-rail-cmp .eu-container.sticky-rail .eureka_rte{padding:1.95312vw 0}}@media screen and (max-width:767px){.side-rail-cmp .eu-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.side-rail-cmp .eu-container .main-rail,.side-rail-cmp .eu-container .side-rail{width:100%}.side-rail-cmp .eu-container .side-rail{padding-top:5.33333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.side-rail-cmp .eu-container.reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.side-rail-cmp .eu-container.reverse .side-rail{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.side-rail-cmp .eu-container.reverse .main-rail{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.side-rail-cmp .eu-container.sticky-rail .eureka_rte{padding:2.66667vw 0;width:100%}}.sticky-block{padding:1.38889vw}.sticky-block.sticky{position:fixed;top:4.02778vw;margin:1.73611vw 0}@media screen and (max-width:767px){.sticky-block.sticky{position:relative}}@media screen and (min-width:768px) and (max-width:1024px){.sticky-block{padding:1.95312vw}.sticky-block.sticky{position:fixed;top:5.66406vw;margin:2.44141vw 0}}@media screen and (max-width:767px){.sticky-block{padding:0}}.share-widget{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 6.94444vw;-webkit-transition:padding 75ms ease-in-out;transition:padding 75ms ease-in-out;color:#323e48;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.share-widget p{margin-bottom:1.04167vw}.share-widget .social-btn{margin-bottom:1.04167vw;cursor:pointer}.share-widget .social-btn svg{fill:#1a1a1a;width:1.66667vw;height:1.66667vw}.share-widget .social-btn:hover svg{fill:#29418a}@media screen and (min-width:768px) and (max-width:1024px){.share-widget{padding:0 9.76562vw}.share-widget .social-btn,.share-widget p{margin-bottom:1.46484vw}.share-widget .social-btn svg{width:2.34375vw;height:2.34375vw}}@media screen and (max-width:767px){.share-widget{padding:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.share-widget p{margin-bottom:4vw;width:100%}.share-widget .social-btn{margin:0 4vw 4vw 0}.share-widget .social-btn svg{width:6.4vw;height:6.4vw}.share-widget .social-btn:first-child{margin-right:0}}.copy-btn{position:relative}.copy-btn input{height:0;width:0;overflow:hidden}.copy-btn .tooltip,.copy-btn input{opacity:0;pointer-events:none;position:absolute}.copy-btn .tooltip{left:-1.59722vw;width:4.16667vw;padding:.34722vw;color:#fff;background:#1e2a35;border-radius:.34722vw;display:block;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.copy-btn .tooltip p{font-size:.83333vw;font-weight:500;text-align:center;padding:0;margin:0;width:100%;color:#323e48}.copy-btn .tooltip.copied p:first-child,.copy-btn .tooltip p:last-child{display:none}.copy-btn .tooltip.copied p:last-child{display:block}.copy-btn:hover .tooltip{opacity:1}@media screen and (min-width:768px) and (max-width:1024px){.copy-btn .tooltip{left:-2.24609vw;width:5.85938vw;padding:.48828vw;border-radius:.48828vw}.copy-btn .tooltip p{font-size:1.17188vw}}@media screen and (max-width:767px){.copy-btn .tooltip{left:-6.13333vw;width:16vw;padding:1.33333vw;border-radius:1.33333vw}.copy-btn .tooltip p{font-size:3.2vw}}.article-header{position:relative;padding-top:1.73611vw}.article-header:before{display:block;content:"";height:62%;width:100%;z-index:1;background:#f2f5f6;position:absolute;top:0;left:0}.article-header .article-header-wrapper{margin:0 auto;position:relative;z-index:100}.article-header .article-header-wrapper,.article-header .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.article-header .content{padding:3.47222vw 1.38889vw 1.73611vw;max-width:45.13889vw}.article-header .content .tag{color:#29418a;font-size:1.11111vw;line-height:1.25;font-weight:500}.article-header .content .title{width:100%;font-size:3.75vw;line-height:1.2;font-weight:500;color:#323e48;margin:.34722vw 0 1.73611vw;text-align:center}.article-header .content .status{font-size:.97222vw;line-height:1.85;color:#323e48}.article-header .media{width:100%;height:100%}@media screen and (min-width:768px) and (max-width:1024px){.article-header{padding-top:2.44141vw}.article-header .content{padding:4.88281vw 1.95312vw 2.44141vw;max-width:63.47656vw}.article-header .content .tag{font-size:1.5625vw}.article-header .content .title{font-size:5.27344vw;margin:.48828vw 0 2.44141vw}.article-header .content .status{margin-top:2.44141vw;font-size:1.36719vw}}@media screen and (max-width:767px){.article-header{padding-top:6.66667vw}.article-header .content{padding:13.33333vw 5.33333vw 6.66667vw;max-width:none;width:100%}.article-header .content .tag{font-size:4.26667vw}.article-header .content .title{font-size:10.66667vw;margin:1.33333vw 0 6.66667vw}.article-header .content .status{font-size:3.73333vw}}.card-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-list .card-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:1.38889vw;cursor:pointer}@media screen and (min-width:768px) and (max-width:1024px){.card-list .card-item{margin-right:1.95312vw}}@media screen and (max-width:767px){.card-list .card-item{margin-right:5.33333vw;-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(50% - 2.66667vw);-ms-flex:0 0 calc(50% - 2.66667vw);flex:0 0 calc(50% - 2.66667vw)}}.card-list .card-item:last-child{margin-right:0}@media screen and (max-width:767px){.card-list .card-item:nth-child(2n){margin-right:0}}.card-list .card-item-img{padding:.69444vw;border-radius:.34722vw;background-color:#f2f5f6;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.card-list .card-item-img{padding:.97656vw;border-radius:.48828vw}}@media screen and (max-width:767px){.card-list .card-item-img{padding:2.66667vw;border-radius:1.33333vw}}.card-list .card-item-img img{width:100%;max-width:22.91667vw;max-height:22.91667vw}@media screen and (min-width:768px) and (max-width:1024px){.card-list .card-item-img img{max-width:32.22656vw;max-height:32.22656vw}}@media screen and (max-width:767px){.card-list .card-item-img img{max-width:88vw;max-height:88vw}}.card-list .card-item p{text-align:center;font-size:1.11111vw;line-height:1.80556vw;margin-top:.69444vw;margin-bottom:.69444vw;color:#323e48;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.card-list .card-item p{font-size:1.5625vw;line-height:2.53906vw;margin-top:.97656vw;margin-bottom:.97656vw}}@media screen and (max-width:767px){.card-list .card-item p{font-size:3.73333vw;line-height:6.93333vw;margin-top:2.66667vw;margin-bottom:2.66667vw}}.related-products-container{padding-top:2.43056vw;background-color:#f2f5f6;display:none}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container{padding-top:3.41797vw}}.related-products-container .related-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:none}.related-products-container .related-products-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc(25% - 1.11111vw);width:calc(25% - 1.11111vw);margin-right:1.38889vw;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item{width:-webkit-calc(25% - 1.5625vw);width:calc(25% - 1.5625vw);margin-right:1.95312vw}}@media screen and (max-width:767px){.related-products-container .related-products-item{margin-right:5.33333vw;-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 2.66667vw);-ms-flex:1 0 calc(50% - 2.66667vw);flex:1 0 calc(50% - 2.66667vw)}}.related-products-container .related-products-item:last-child,.related-products-container .related-products-item:nth-child(4n){margin-right:0}.related-products-container .related-products-item:nth-child(n+5){margin-top:2.43056vw}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item:nth-child(n+5){margin-top:3.41797vw}}@media screen and (max-width:767px){.related-products-container .related-products-item:nth-child(n+5){margin-top:0}}@media screen and (max-width:767px){.related-products-container .related-products-item:nth-child(n+3){margin-top:9.33333vw}}@media screen and (max-width:767px){.related-products-container .related-products-item:nth-child(2n){margin-right:0}}.related-products-container .related-products-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.related-products-container .related-products-item-img{padding:1.38889vw;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item-img{padding:1.95312vw}}@media screen and (max-width:767px){.related-products-container .related-products-item-img{padding:5.33333vw}}.related-products-container .related-products-item-img img{max-height:15.625vw}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item-img img{max-height:21.97266vw}}@media screen and (max-width:767px){.related-products-container .related-products-item-img img{max-height:60vw}}.related-products-container .related-products-item-title{margin-top:1.38889vw;font-size:1.25vw;line-height:1.66667vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item-title{margin-top:1.95312vw;font-size:1.75781vw;line-height:2.34375vw}}@media screen and (max-width:767px){.related-products-container .related-products-item-title{margin-top:5.33333vw;font-size:4.8vw;line-height:6.4vw}}.related-products-container .related-products-item-model{font-size:.97222vw;line-height:1.80556vw;font-weight:400}@media screen and (min-width:768px) and (max-width:1024px){.related-products-container .related-products-item-model{font-size:1.36719vw;line-height:2.53906vw}}@media screen and (max-width:767px){.related-products-container .related-products-item-model{font-size:3.73333vw;line-height:6.93333vw}}.carousel-gallery{width:100%;overflow:hidden;height:38.19444vw;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.carousel-gallery{height:53.71094vw}}@media screen and (max-width:767px){.carousel-gallery{height:60vw}}.carousel-gallery .swiper-slide{display:inline-block;width:auto;width:-webkit-max-content;width:max-content;opacity:.5;position:relative}.carousel-gallery .swiper-slide[data-type=image]:after{display:block;content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:300;opacity:.3;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.carousel-gallery .swiper-slide-active{opacity:1}.carousel-gallery .swiper-slide img{height:100%;display:inline-block;width:auto}.carousel-gallery-next,.carousel-gallery-prev{height:4.16667vw;width:4.16667vw;border-radius:50%;background-color:#29418a;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;cursor:pointer;opacity:.5}@media screen and (min-width:768px) and (max-width:1024px){.carousel-gallery-next,.carousel-gallery-prev{height:5.85938vw;width:5.85938vw}}@media screen and (max-width:767px){.carousel-gallery-next,.carousel-gallery-prev{display:none}}.carousel-gallery-next:hover,.carousel-gallery-prev:hover{opacity:1}.carousel-gallery-next i,.carousel-gallery-prev i{border-color:#fff;border-width:.20833vw!important;position:absolute;top:38%}@media screen and (min-width:768px) and (max-width:1024px){.carousel-gallery-next i,.carousel-gallery-prev i{border-width:.29297vw!important}}.carousel-gallery-prev{left:6.94444vw}@media screen and (min-width:768px) and (max-width:1024px){.carousel-gallery-prev{left:9.76562vw}}.carousel-gallery-prev i{left:40%}.carousel-gallery-next{right:6.94444vw}@media screen and (min-width:768px) and (max-width:1024px){.carousel-gallery-next{right:9.76562vw}}.carousel-gallery-next i{right:40%}.carousel-gallery .video-container{height:100%}body.has-compare{padding-bottom:4.16667vw}@media screen and (min-width:768px) and (max-width:1024px){body.has-compare{padding-bottom:5.85938vw}}@media screen and (max-width:767px){body.has-compare{padding-bottom:10.66667vw}}.compare-card{position:fixed;bottom:0;left:0;right:0;z-index:999;display:none}.compare-card-bar{padding:1.38889vw 1.73611vw;font-size:1.11111vw;line-height:1.38889vw;font-weight:500;background-color:#323e48;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-bar{padding:1.95312vw 2.44141vw;font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.compare-card-bar{padding:2.66667vw 5.33333vw;font-size:4.26667vw;line-height:5.33333vw}}.compare-card-bar:hover{background-color:#29418a}@media screen and (max-width:767px){.compare-card-bar .arrow{position:relative;right:1.06667vw}}.compare-card-info{padding:2.77778vw 0;background-color:#fff}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-info{padding:3.90625vw 0}}@media screen and (max-width:767px){.compare-card-info{padding-top:5.33333vw;padding-bottom:0}}.compare-card-info .eu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (max-width:767px){.compare-card-info .eu-container{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.compare-card-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.compare-card-list{width:100%;overflow-x:scroll;padding-bottom:34.66667vw;margin-right:5.33333vw}}.compare-card-item{width:12.15278vw;height:12.15278vw;padding:.69444vw;box-sizing:border-box;border:2px dashed #e5e5e5;border-radius:.34722vw;margin-right:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-item{width:17.08984vw;height:17.08984vw;padding:.97656vw;border-radius:.48828vw;margin-right:1.95312vw}}@media screen and (max-width:767px){.compare-card-item{-webkit-box-flex:0;-webkit-flex:0 0 50.66667vw;-ms-flex:0 0 50.66667vw;flex:0 0 50.66667vw;height:53.33333vw;padding:2.66667vw;border-radius:1.33333vw;margin-right:5.33333vw}}@media screen and (max-width:767px){.compare-card-item:first-child{margin-left:5.33333vw}}.compare-card-item:last-child{margin-right:0}.compare-card-item a,.compare-card-item i{display:none}.compare-card-item-has-content{border-style:solid;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative}.compare-card-item-has-content:hover{border-color:#29418a}.compare-card-item-has-content a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.compare-card-item-has-content a img{max-width:100%;max-height:100%}.compare-card-item-has-content .btn-close{position:absolute;right:.69444vw;top:.69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-item-has-content .btn-close{right:.97656vw;top:.97656vw}}@media screen and (max-width:767px){.compare-card-item-has-content .btn-close{right:2.66667vw;top:2.66667vw}}.compare-card-operate{text-align:center}@media screen and (max-width:767px){.compare-card-operate{position:absolute;bottom:9.33333vw}}.compare-card-operate p{font-size:1.11111vw;line-height:1.38889vw;margin-bottom:1.04167vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-operate p{font-size:1.5625vw;line-height:1.95312vw;margin-bottom:1.46484vw}}@media screen and (max-width:767px){.compare-card-operate p{font-size:4.26667vw;line-height:5.33333vw;margin-bottom:4vw}}.compare-card-operate .btn{min-width:8.33333vw;padding:.69444vw 1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-card-operate .btn{min-width:11.71875vw;padding:.97656vw 1.95312vw}}@media screen and (max-width:767px){.compare-card-operate .btn{min-width:32vw;padding:2.66667vw 5.33333vw}}.compare-title{padding:3.47222vw 0;font-size:2.77778vw;line-height:2.91667vw;font-weight:500;color:#323e48;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.compare-title{padding:4.88281vw 0;font-size:3.90625vw;line-height:4.10156vw}}@media screen and (max-width:767px){.compare-title{padding:6.66667vw 0;font-size:10.66667vw;line-height:11.2vw}}.compare-empty{text-align:center}.compare-empty h3{color:#323e48;font-size:1.66667vw;line-height:2.08333vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.compare-empty h3{font-size:2.34375vw;line-height:2.92969vw}}@media screen and (max-width:767px){.compare-empty h3{font-size:4.8vw;line-height:6.4vw}}.compare-empty .btn{margin:2.08333vw auto}@media screen and (min-width:768px) and (max-width:1024px){.compare-empty .btn{margin:2.92969vw auto}}@media screen and (max-width:767px){.compare-empty .btn{margin:8vw auto}}.compare-container{max-width:115.625vw;padding:0 1.73611vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container{max-width:none;width:100%;padding:0 2.44141vw;overflow-x:auto}}@media screen and (max-width:767px){.compare-container{max-width:none;width:100%;padding:0 2.66667vw;overflow-x:auto}}.compare-container-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product{width:117.1875vw;padding-right:2.44141vw}}@media screen and (max-width:767px){.compare-container-product{width:253.33333vw;padding-right:6.66667vw}}.compare-container-product-list{width:80%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1.38889vw 0}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-list{padding:1.95312vw 0}}@media screen and (max-width:767px){.compare-container-product-list{width:85%;padding:5.33333vw 0}}.compare-container-product-item{width:20.83333vw;padding:1.38889vw;margin:0 .69444vw;border-radius:.34722vw;border:2px solid #fff;color:#323e48;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item{width:29.29688vw;padding:1.95312vw;margin:0 .97656vw;border-radius:.48828vw}}@media screen and (max-width:767px){.compare-container-product-item{width:80vw;padding:5.33333vw;margin:0 2.66667vw;border-radius:1.33333vw}}.compare-container-product-item:hover{border-color:#29418a}.compare-container-product-item:first-child{margin-left:0}.compare-container-product-item:last-child{margin-right:0}.compare-container-product-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;height:100%}.compare-container-product-item-content img{max-height:12.15278vw;max-width:6.94444vw;margin-bottom:2.77778vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item-content img{max-height:17.08984vw;max-width:9.76562vw;margin-bottom:3.90625vw}}@media screen and (max-width:767px){.compare-container-product-item-content img{max-height:46.66667vw;max-width:26.66667vw;margin-bottom:10.66667vw}}.compare-container-product-item-content ul li{margin-bottom:.55556vw;font-size:.83333vw;line-height:1.11111vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item-content ul li{margin-bottom:.78125vw;font-size:1.17188vw;line-height:1.5625vw}}@media screen and (max-width:767px){.compare-container-product-item-content ul li{margin-bottom:2.13333vw;font-size:3.2vw;line-height:4.26667vw}}.compare-container-product-item-title{font-size:1.25vw;line-height:1.80556vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item-title{font-size:1.75781vw;line-height:2.53906vw}}@media screen and (max-width:767px){.compare-container-product-item-title{font-size:4.8vw;line-height:6.93333vw}}.compare-container-product-item-model{font-size:1.11111vw;line-height:1.80556vw;margin:1.04167vw 0 2.08333vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item-model{font-size:1.5625vw;line-height:2.53906vw;margin:1.46484vw 0 2.92969vw}}@media screen and (max-width:767px){.compare-container-product-item-model{font-size:3.73333vw;line-height:6.93333vw;margin:4vw 0 8vw}}.compare-container-product-item .btn-close{position:absolute;top:.69444vw;right:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-product-item .btn-close{top:.97656vw;right:.97656vw}}@media screen and (max-width:767px){.compare-container-product-item .btn-close{top:2.66667vw;right:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-sheet{width:117.1875vw;padding-right:2.44141vw}}@media screen and (max-width:767px){.compare-container-sheet{width:253.33333vw;padding-right:2.44141vw}}.compare-container-sheet-header{font-size:1.11111vw;line-height:1.38889vw;padding:.69444vw;font-weight:500;background-color:#323e48;color:#fff}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-sheet-header{font-size:1.5625vw;line-height:1.95312vw;padding:.97656vw}}@media screen and (max-width:767px){.compare-container-sheet-header{font-size:4.26667vw;line-height:5.33333vw;padding:2.66667vw}}.compare-container-sheet li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e5e5e5}.compare-container-sheet li:nth-child(2n){background-color:#f8fbff}.compare-container-sheet-label{padding:1.04167vw 1.38889vw;font-size:1.11111vw;line-height:1.38889vw;font-weight:500;width:20%}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-sheet-label{padding:1.46484vw 1.95312vw;font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.compare-container-sheet-label{padding:2.66667vw;font-size:3.2vw;line-height:5.33333vw}}.compare-container-sheet-data{width:80%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.compare-container-sheet-data{width:85%}}.compare-container-sheet-cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.04167vw .69444vw;font-size:1.11111vw;line-height:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.compare-container-sheet-cell{padding:1.46484vw .97656vw;font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.compare-container-sheet-cell{padding:2.66667vw;font-size:3.2vw;line-height:5.33333vw}}.layout-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.layout-container.two-column .column{width:50%}.layout-container .left .gap{padding-bottom:0}.layout-container .left .basic-slider,.layout-container .left .swiper-container{height:100%}.layout-container .left img{display:inline;min-height:100%;width:100%}.layout-container .dynamic-form-wrapper{width:34.72222vw;margin:0 auto;padding:4.51389vw 0 5.20833vw}@media screen and (max-width:767px){.layout-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-container.two-column .column{width:100%}}@media screen and (max-width:767px) and (max-width:767px){.layout-container .dynamic-form-wrapper{width:100%;padding:9.33333vw 4vw 0}}header#mainNav .nav_lang_wraper{display:none}.nav_lang_wraper{position:absolute;z-index:10;left:0;width:100%;top:4.02778vw;max-height:-webkit-calc(100vh - 4.02778vw);max-height:calc(100vh - 4.02778vw);padding:3.125vw 6.94444vw;overflow-x:auto;background-color:#fff;color:#323e48;font-weight:400;letter-spacing:0;display:block}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper{top:5.66406vw;max-height:-webkit-calc(100vh - 5.66406vw);max-height:calc(100vh - 5.66406vw);padding:4.39453vw 9.76562vw}}@media screen and (max-width:767px){.nav_lang_wraper{top:0;max-height:100vh;padding:13.33333vw 8vw;z-index:9999}}.nav_lang_wraper .md_close{position:fixed;right:6.94444vw;cursor:pointer;background-color:#fff}.nav_lang_wraper .md_close:hover:after,.nav_lang_wraper .md_close:hover:before{background-color:#29418a}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .md_close{right:9.76562vw}}@media screen and (max-width:767px){.nav_lang_wraper .md_close{right:5.33333vw;top:8vw}}.nav_lang_wraper .nav_lang_group{margin-bottom:3.125vw}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .nav_lang_group{margin-bottom:4.39453vw}}@media screen and (max-width:767px){.nav_lang_wraper .nav_lang_group{margin-bottom:14.4vw}}.nav_lang_wraper .nav_lang_group:last-child{margin-bottom:0}.nav_lang_wraper .nav_lang_group_tit{font-size:1.66667vw;margin-bottom:1em}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .nav_lang_group_tit{font-size:1.95312vw}}@media screen and (max-width:767px){.nav_lang_wraper .nav_lang_group_tit{font-weight:700;font-size:5.33333vw}}.nav_lang_wraper .nav_lang_items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .nav_lang_items{margin-bottom:-1.95312vw}}@media screen and (max-width:767px){.nav_lang_wraper .nav_lang_items{margin-bottom:-5.33333vw}}.nav_lang_wraper .nav_lang_items .nav_lang_item{font-size:1.11111vw;-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:1.38889vw;font-weight:400}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .nav_lang_items .nav_lang_item{font-size:1.5625vw;margin-bottom:1.95312vw}}@media screen and (max-width:767px){.nav_lang_wraper .nav_lang_items .nav_lang_item{font-size:3.73333vw;margin-bottom:5.33333vw;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;font-weight:700}}.nav_lang_wraper .nav_lang_items .nav_lang_item:hover{text-decoration:underline}.nav_lang_wraper .nav_lang_items .nav_lang_item_img{height:1.38889vw;margin-right:1.04167vw;vertical-align:middle;width:auto}@media screen and (min-width:768px) and (max-width:1024px){.nav_lang_wraper .nav_lang_items .nav_lang_item_img{height:1.95312vw;margin-right:1.46484vw}}@media screen and (max-width:767px){.nav_lang_wraper .nav_lang_items .nav_lang_item_img{height:4.8vw;max-width:7.2vw;margin-right:4vw}}.cover-banner{position:relative;overflow:hidden}.cover-banner:not(.bg-blue):not(.bg-grey):not(.bg-white) .cover-banner-info{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cover-banner-mask{position:absolute;left:0;top:0;height:100%;width:100%;opacity:.3;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.cover-banner-info{width:100%;padding:7.29167vw 2.08333vw}@media screen and (min-width:768px) and (max-width:1024px){.cover-banner-info{padding:10.25391vw 2.92969vw}}@media screen and (max-width:767px){.cover-banner-info{padding:28vw 8vw}}.cover-banner-info-desc,.cover-banner-info-label,.cover-banner-info-title{max-width:52.08333vw;margin:0 auto}@media screen and (min-width:768px) and (max-width:1024px){.cover-banner-info-desc,.cover-banner-info-label,.cover-banner-info-title{max-width:73.24219vw}}@media screen and (max-width:767px){.cover-banner-info-desc,.cover-banner-info-label,.cover-banner-info-title{max-width:none}}.cover-banner-info-label{font-size:1.25vw;line-height:1.66667vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.cover-banner-info-label{font-size:1.75781vw;line-height:2.34375vw}}@media screen and (max-width:767px){.cover-banner-info-label{font-size:4.8vw;line-height:6.4vw}}.cover-banner-info-title{font-size:3.75vw;line-height:3.88889vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.cover-banner-info-title{font-size:5.27344vw;line-height:5.46875vw}}@media screen and (max-width:767px){.cover-banner-info-title{font-size:10.66667vw;line-height:11.2vw}}.cover-banner-info-desc{font-size:1.11111vw;line-height:1.80556vw;margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.cover-banner-info-desc{font-size:1.5625vw;line-height:2.53906vw;margin-top:.97656vw}}@media screen and (max-width:767px){.cover-banner-info-desc{font-size:3.73333vw;line-height:6.4vw;margin-top:2.66667vw}}.cover-banner-img img{width:100%}.video-wrapper{width:83.33333vw;height:34.72222vw;max-width:100%;max-height:90%;padding:0}@media screen and (max-width:767px){.video-wrapper{width:100%;height:auto}}.video-wrapper video{max-width:100%;max-height:100%;background-color:#1a1a1a}.video-wrapper iframe{width:100%!important;height:100%!important;display:block!important}.video-wrapper .wsc-dialog__body{padding-top:0;height:100%;background-color:#1a1a1a;text-align:center}.video-wrapper .wsc-dialog__header{padding:0;position:absolute;right:-1.04167vw;top:-1.04167vw;width:2.08333vw;height:2.08333vw;background-color:#1a1a1a;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.video-wrapper .wsc-dialog__header{right:4vw;top:-10.8vw;width:8vw;height:8vw}}.video-wrapper .wsc-dialog__close{width:.83333vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}@media screen and (max-width:767px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.13889vw}@media screen and (max-width:767px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.53333vw}}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.divider-line{max-width:75%;height:1px;margin:2.08333vw 0}.divider-line.grey{background-color:#323e48}.divider-line.black{background-color:#000}.divider-line.light-grey{background-color:#f2f5f6}.divider-line.white{background-color:#fff}@media screen and (max-aspect-ratio:1/1) and (max-width:1023px),screen and (max-width:639px){.divider-line{margin:8vw auto;max-width:100%;width:89.33333vw}}.icon-block{padding:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#323e48}.icon-block p{font-weight:500}.icon-block .desc{font-size:.97222vw}.icon-block .title{margin-bottom:.69444vw;font-size:1.25vw;line-height:1.3}.icon-block .icon{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.icon-block .icon img{width:5.20833vw;margin:0 auto;padding:.34722vw;display:block;box-sizing:border-box}@media screen and (min-width:768px) and (max-width:1024px){.icon-block{padding:1.95312vw}.icon-block .desc{font-size:1.36719vw}.icon-block .title{margin-bottom:.97656vw;font-size:1.75781vw}.icon-block .icon img{width:7.32422vw;padding:.48828vw}}@media screen and (max-width:767px){.icon-block{padding:5.33333vw 0}.icon-block .desc{font-size:3.73333vw}.icon-block .title{margin-bottom:2.66667vw;font-size:4.8vw}.icon-block .icon img{width:20vw;padding:1.33333vw}}.faq-list .faq-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:6.94444vw}@media screen and (min-width:768px) and (max-width:1024px){.faq-list .faq-item{margin-top:9.76562vw}}@media screen and (max-width:767px){.faq-list .faq-item{padding:6.66667vw 0;margin-top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.faq-list .faq-item:first-child{margin-top:0}.faq-list .faq-item-category{font-size:1.11111vw;line-height:1.80556vw;padding:1.38889vw 0;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.faq-list .faq-item-category{font-size:1.5625vw;line-height:2.53906vw;padding:1.95312vw 0}}@media screen and (max-width:767px){.faq-list .faq-item-category{font-size:3.73333vw;line-height:6.4vw;padding:5.33333vw}}.faq-list .faq-item-questions{width:70%}@media screen and (max-width:767px){.faq-list .faq-item-questions{width:100%}}.faq-list .faq-item-questions-item{padding:1.38889vw;font-size:1.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5}.faq-list .faq-item-questions-item a{width:90%}@media screen and (min-width:768px) and (max-width:1024px){.faq-list .faq-item-questions-item{padding:1.95312vw;font-size:1.75781vw}}@media screen and (max-width:767px){.faq-list .faq-item-questions-item{padding:5.33333vw;font-size:4.8vw}}.feature-article .article-info,.feature-article .article-media{width:50%}.feature-article .article-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.feature-article .article-wrapper:hover{color:initial}.feature-article .article-wrapper:hover .title{color:#29418a}.feature-article .article-info{padding:1.73611vw 3.47222vw;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.feature-article .article-info .space{margin-bottom:1.04167vw}.feature-article .article-info .space:last-child{margin-bottom:0}.feature-article .article-info .label{font-size:.97222vw}.feature-article .article-info .title{font-size:2.22222vw;font-weight:500;line-height:1.2}.feature-article .article-info .desc{font-size:1.11111vw;line-height:1.6}.feature-article .article-info .date{font-size:.97222vw;font-weight:400}@media screen and (min-width:768px) and (max-width:1024px){.feature-article .article-info{padding:2.44141vw 4.88281vw}.feature-article .article-info .space{margin-bottom:1.46484vw}.feature-article .article-info .label{font-size:1.36719vw}.feature-article .article-info .title{font-size:3.125vw;font-weight:500}.feature-article .article-info .desc{font-size:1.5625vw}.feature-article .article-info .date{font-size:1.36719vw}}@media screen and (max-width:767px){.feature-article .article-info,.feature-article .article-media{width:100%}.feature-article .article-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.feature-article .article-info{padding:6.66667vw 13.33333vw}.feature-article .article-info .space{margin-bottom:4vw}.feature-article .article-info .label{font-size:3.73333vw}.feature-article .article-info .title{font-size:5.86667vw}.feature-article .article-info .date,.feature-article .article-info .desc{font-size:3.73333vw}}.featured-products .white-text{color:#fff}.featured-products .featured-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-.69444vw auto -1.73611vw}.featured-products .featured-list .item{position:relative;width:-webkit-calc(50% - 1.38889vw);width:calc(50% - 1.38889vw);margin:.69444vw .34722vw 1.73611vw;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.featured-products .featured-list .item .media-overlay{opacity:.6;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}@media screen and (min-width:768px) and (max-width:1024px){.featured-products .featured-list{margin:-.97656vw auto -2.44141vw}.featured-products .featured-list .item{width:-webkit-calc(50% - 1.95313vw);width:calc(50% - 1.95313vw);margin:.97656vw 0 2.44141vw}}@media screen and (max-width:767px){.featured-products .featured-list{margin:-2.66667vw auto -6.66667vw}.featured-products .featured-list .item{width:100%;margin:2.66667vw 0 6.66667vw}}.featured-products .content-container{width:-webkit-calc(100% - 4.16667vw);width:calc(100% - 4.16667vw);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:2.08333vw;left:2.08333vw;z-index:99}.featured-products .content-container .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:1.38889vw}.featured-products .content-container .btn-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:.69444vw}.featured-products .content-container .btn-box .ctaClass{color:inherit;font-size:.97222vw;margin-left:1.38889vw}.featured-products .content-container .btn-box .ctaClass:hover{color:#29418a}.featured-products .content-container .btn-box .ctaClass .arrow-right{width:.55556vw;height:.55556vw;border-width:.13889vw}@media screen and (min-width:768px) and (max-width:1024px){.featured-products .content-container{width:-webkit-calc(100% - 5.85938vw);width:calc(100% - 5.85938vw);bottom:2.92969vw;left:2.92969vw}.featured-products .content-container .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:1.95312vw}.featured-products .content-container .btn-box{margin-top:.97656vw}.featured-products .content-container .btn-box .ctaClass{font-size:1.36719vw;margin-left:1.95312vw}.featured-products .content-container .btn-box .ctaClass .arrow-right{width:.78125vw;height:.78125vw;border-width:.19531vw}}@media screen and (max-width:767px){.featured-products .content-container{top:0;bottom:0;-webkit-transform:translate(0);transform:translate(0);left:8vw;width:-webkit-calc(100% - 16.80672vw);width:calc(100% - 16.80672vw);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:8vw}.featured-products .content-container .content{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;margin-right:0;width:100%}.featured-products .content-container .btn-box{margin-top:0}.featured-products .content-container .btn-box .ctaClass{font-size:3.73333vw;margin-left:5.33333vw}.featured-products .content-container .btn-box .ctaClass .arrow-right{width:1.86667vw;height:1.86667vw;border-width:.53333vw}}.featured-products .title{font-weight:500;font-size:1.66667vw;margin-bottom:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.featured-products .title{margin-bottom:.97656vw;font-size:1.75781vw}}@media screen and (max-width:767px){.featured-products .title{margin-bottom:2.66667vw;font-size:4.8vw}}.featured-products .desc .eureka_rte{padding:0}.featured-products .desc .eureka_rte p{margin-bottom:0}@media screen and (max-width:767px){.featured-products .desc .eureka_rte{padding-bottom:2.66667vw}}footer#footer{background-color:#323e48;font-size:.83333vw}footer#footer *{color:#fff}footer#footer a{color:#fff;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;text-decoration:none;font-weight:400}footer#footer .footer-content{padding:3.47222vw 0}footer#footer .footer-content .eu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}footer#footer .footer-content .footer-logo{width:35%}footer#footer .footer-content .footer-logo .footer-logo-link{display:block;width:12.15278vw;height:2.77778vw}footer#footer .footer-content .footer-logo .footer-logo-link svg{fill:#fff;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;width:100%;height:100%}footer#footer .footer-content .footer-links{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:-1.04167vw}footer#footer .footer-content .footer-links .link-block{width:33.3%;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.38889vw}footer#footer .footer-content .footer-links .link-block .link-header{margin-bottom:.69444vw;font-size:1.11111vw;font-weight:500}footer#footer .footer-content .footer-links .link-block .links{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}footer#footer .footer-content .footer-links .link-block .links .item{padding:.69444vw .13889vw;font-size:.83333vw}footer#footer .footer-content .footer-newsletter{width:19.44444vw}footer#footer .footer-content .footer-newsletter .title{font-size:1.11111vw;font-weight:500}footer#footer .footer-content .footer-newsletter .btn{width:100%;margin-top:.69444vw}footer#footer .footer-content .footer-newsletter .form-notification{margin-top:1.04167vw;padding:.69444vw 1.04167vw}footer#footer .footer-content .footer-newsletter .form-notification p{font-size:.97222vw;line-height:1.4;font-weight:500}footer#footer .footer-base{margin:0 auto;background:#1e2a35;padding:1.04167vw 0}footer#footer .footer-base .eu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}footer#footer .footer-base .footer-social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:0 -.69444vw}footer#footer .footer-base .footer-social-links .item{margin:0 .69444vw;font-size:.83333vw}footer#footer .footer-base .footer-social-links .item a{height:1.73611vw;width:1.73611vw;display:block}footer#footer .footer-base .footer-social-links .item a img{height:100%;width:100%;display:block}footer#footer .footer-base .footer-legal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}footer#footer .footer-base .footer-legal,footer#footer .footer-base .footer-legal .footer-base-links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}footer#footer .footer-base .footer-legal .footer-base-links{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:auto}footer#footer .footer-base .footer-legal .footer-base-links .link{font-weight:500;color:#fff;text-transform:capitalize;padding-left:1.04167vw;font-size:.83333vw}footer#footer .footer-base .footer-legal .footer-copyright{display:inline-block;margin-left:1.38889vw;text-align:left;font-size:.83333vw}@media screen and (min-width:768px) and (max-width:1024px){footer#footer{font-size:1.17188vw}footer#footer .footer-content{padding:4.88281vw 0}footer#footer .footer-content .footer-logo{width:30%}footer#footer .footer-content .footer-logo .footer-logo-link{width:17.08984vw;height:3.90625vw}footer#footer .footer-content .footer-links{margin-bottom:-1.95312vw}footer#footer .footer-content .footer-links .link-block{width:33.3%;margin-bottom:1.95312vw}footer#footer .footer-content .footer-links .link-block .link-header{margin-bottom:.97656vw;font-size:1.5625vw}footer#footer .footer-content .footer-links .link-block .links .item{padding:.97656vw .19531vw;font-size:1.17188vw}footer#footer .footer-content .footer-newsletter{width:27.34375vw}footer#footer .footer-content .footer-newsletter .title{font-size:1.5625vw}footer#footer .footer-content .footer-newsletter .btn{margin-top:.97656vw}footer#footer .footer-content .footer-newsletter .form-notification{margin-top:1.46484vw;padding:.97656vw 1.46484vw}footer#footer .footer-content .footer-newsletter .form-notification p{font-size:1.36719vw}footer#footer .footer-base{padding:1.46484vw 0}footer#footer .footer-base .footer-social-links{margin:0 -.97656vw}footer#footer .footer-base .footer-social-links .item{margin:0 .97656vw;font-size:1.17188vw}footer#footer .footer-base .footer-social-links .item a{height:2.44141vw;width:2.44141vw}footer#footer .footer-base .footer-legal .footer-base-links .link{padding-left:1.46484vw;font-size:1.17188vw}footer#footer .footer-base .footer-legal .footer-copyright{margin-left:1.95312vw;font-size:1.17188vw}}@media screen and (max-width:767px){footer#footer{font-size:3.2vw}footer#footer .footer-content{padding:8vw 0 13.33333vw}footer#footer .footer-content .eu-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}footer#footer .footer-content .footer-logo{width:100%;margin-bottom:6.66667vw!important}footer#footer .footer-content .footer-logo .footer-logo-link{width:46.66667vw;height:10.66667vw}footer#footer .footer-content .footer-links{margin-bottom:-5.33333vw;padding-top:2.66667vw;width:100%}footer#footer .footer-content .footer-links .link-block{width:50%;margin-bottom:5.33333vw}footer#footer .footer-content .footer-links .link-block .link-header{margin-bottom:2.66667vw;font-size:4.26667vw}footer#footer .footer-content .footer-links .link-block .links .item{padding:2.66667vw .53333vw;font-size:3.2vw}footer#footer .footer-content .footer-newsletter{width:100%;margin-top:9.33333vw!important}footer#footer .footer-content .footer-newsletter .title{font-size:4.26667vw;text-align:center}footer#footer .footer-content .footer-newsletter .btn{margin-top:2.66667vw;padding:4.26667vw 6.66667vw;font-size:3.73333vw}footer#footer .footer-content .footer-newsletter .form-notification{margin-top:4vw;padding:2.66667vw 4vw}footer#footer .footer-content .footer-newsletter .form-notification p{font-size:3.73333vw}footer#footer .footer-base{padding:4vw 0}footer#footer .footer-base .eu-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer#footer .footer-base .footer-social-links{padding:5.33333vw 0;margin:0 -2.66667vw}footer#footer .footer-base .footer-social-links .item{margin:0 2.66667vw;font-size:3.2vw}footer#footer .footer-base .footer-social-links .item a{height:6.66667vw;width:6.66667vw}footer#footer .footer-base .footer-legal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}footer#footer .footer-base .footer-legal .footer-base-links{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer#footer .footer-base .footer-legal .footer-base-links .link{font-size:3.2vw;padding:2.66667vw 4vw;text-align:center}footer#footer .footer-base .footer-legal .footer-copyright{margin-left:0;font-size:3.2vw}}@media screen and (max-width:979px){footer#footer .footer-content .eu-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}footer#footer .footer-content .footer-logo{width:100%;margin-bottom:2.44141vw}footer#footer .footer-content .footer-links{width:100%}footer#footer .footer-content .footer-newsletter{margin-top:3.41797vw}footer#footer .footer-base .eu-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}header#mainNav{width:100%;background:#fff;position:fixed;top:0;left:0;z-index:1000}header#mainNav .header-container{width:100%;height:4.02778vw;position:relative;background:#fff;box-sizing:border-box;z-index:1000;box-shadow:0 0 .34722vw rgba(0,0,0,.15);padding:.69444vw 1.73611vw}@media screen and (min-width:768px) and (max-width:1024px){header#mainNav .header-container{box-shadow:0 0 .48828vw rgba(0,0,0,.15);padding:.97656vw 2.44141vw;height:5.66406vw}}@media screen and (max-width:769px){header#mainNav .header-container{padding:0}}@media screen and (max-width:767px){header#mainNav .header-container{height:12.8vw;padding:0}}header#mainNav .header-wrapper{margin:0 auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%}header#mainNav .header-logo,header#mainNav .header-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header#mainNav .header-logo{width:10.41667vw}header#mainNav .header-logo .header-logo-link{display:inline-block;width:10.27778vw;height:2.70833vw;padding:.27778vw .27778vw .27778vw 0;min-width:140px;min-height:31px}header#mainNav .header-logo .header-logo-link .logo-icon{fill:#323e48}@media screen and (min-width:768px) and (max-width:1024px){header#mainNav .header-logo{width:14.64844vw}header#mainNav .header-logo .header-logo-link{width:14.45312vw;height:3.80859vw;padding:.39062vw .39062vw .39062vw 0}}@media screen and (max-width:769px){header#mainNav .header-logo{width:100%;height:100%}header#mainNav .header-logo .header-logo-link{width:13.18359vw;height:100%;padding:1.26953vw 1.95312vw}}@media screen and (max-width:767px){header#mainNav .header-logo{width:100%;height:100%}header#mainNav .header-logo .header-logo-link{width:36vw;height:100%;padding:3.46667vw 5.33333vw;min-width:135px;min-height:22px;margin:auto 0}}header#mainNav .header-links{max-width:60%}header#mainNav .header-links .nav-links{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}header#mainNav .header-links .nav-links .item{position:relative;margin:0 .69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:4.02778vw;color:#323e48}header#mainNav .header-links .nav-links .item .dropdown-label{display:unset;font-size:1.11111vw;font-weight:500;cursor:pointer;color:#323e48;padding:0 1.73611vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header#mainNav .header-links .nav-links .item .dropdown-label:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.27778vw;background-color:#29418a;z-index:1;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}header#mainNav .header-links .nav-links .item .dropdown-label:hover .dropdown-label{color:#29418a}header#mainNav .header-links .nav-links .item .dropdown-label:hover:after{opacity:1}@media screen and (max-width:767px){header#mainNav .header-links .nav-links .item:hover:after{display:none}}header#mainNav .header-links .nav-links .item a{color:#323e48}header#mainNav .header-links .nav-links .item .btn_blue{color:#fff}@media screen and (max-width:767px){header#mainNav .header-links .nav-links .item{display:block;height:auto;padding:0}}header#mainNav .header-links .nav-links .plus-sign-container{display:none}header#mainNav .header-links .dropdown-wrapper{display:none;width:100%;position:relative;background:#f2f5f6;position:fixed;left:0;top:4.02778vw;padding:0 0 2.43056vw}header#mainNav .header-links .dropdown-wrapper.opened{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}header#mainNav .header-links .dropdown-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:33.3%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:1.73611vw 0}header#mainNav .header-links .dropdown-list .item{max-width:none;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;position:relative;margin:0 2.43056vw;padding:.34722vw 0}header#mainNav .header-links .dropdown-list .item .tertiary-header{display:inline-block;padding:.34722vw .69444vw;font-weight:500}header#mainNav .header-links .dropdown-list .item .tertiary-label{padding:.34722vw .69444vw;font-weight:400;font-size:1.11111vw}header#mainNav .header-links .dropdown-list .item .tertiary-label:hover{color:#29418a}header#mainNav .header-links .dropdown-list .item.nav-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.34722vw .69444vw}header#mainNav .header-links .dropdown-list .item.nav-button .btn{font-size:.97222vw}header#mainNav .header-links .dropdown-media{width:50%;padding:1.73611vw 0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}header#mainNav .header-links .dropdown-media:hover{color:#29418a}header#mainNav .header-links .dropdown-media p{color:#323e48}header#mainNav .header-links .dropdown-media img{width:100%;max-width:23.95833vw;margin:1.04167vw 0}header#mainNav .header-links .header-lang,header#mainNav .header-links .header-region{display:none}@media screen and (min-width:768px) and (max-width:1024px){header#mainNav .header-links{max-width:none}header#mainNav .header-links .nav-links .item{position:relative;margin:0 1.95312vw;max-width:none;height:5.66406vw;padding:0 2.44141vw}header#mainNav .header-links .nav-links .item .dropdown-label{font-size:1.5625vw}header#mainNav .header-links .dropdown-wrapper{top:5.66406vw;padding-bottom:3.41797vw}header#mainNav .header-links .dropdown-list{padding:2.44141vw 0}header#mainNav .header-links .dropdown-list .item{margin:0 3.41797vw;padding:.48828vw 0}header#mainNav .header-links .dropdown-list .item .tertiary-header{padding:.48828vw .97656vw}header#mainNav .header-links .dropdown-list .item .tertiary-label{padding:.48828vw .97656vw;font-size:1.5625vw}header#mainNav .header-links .dropdown-list .item.nav-button{padding:.48828vw .97656vw}header#mainNav .header-links .dropdown-list .item.nav-button .btn{font-size:1.36719vw}header#mainNav .header-links .dropdown-media{padding:2.44141vw 0}header#mainNav .header-links .dropdown-media img{max-width:33.69141vw;margin:1.46484vw 0}}@media screen and (max-width:769px){header#mainNav .header-links{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;display:none;padding:0;background:#fff;position:absolute;left:0;top:5.66406vw;max-width:none}header#mainNav .header-links .header-lang,header#mainNav .header-links .header-region{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}header#mainNav .header-links .nav-links{overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}header#mainNav .header-links .nav-links .item{max-width:none;border-top:.09766vw solid #f2f5f6;margin:0}header#mainNav .header-links .nav-links .item .dropdown-label,header#mainNav .header-links .nav-links .item:hover .dropdown-label{padding:1.95312vw 2.44141vw;display:block;font-size:1.75781vw;border-bottom:none}header#mainNav .header-links .nav-links .item.active .plus-sign-container .plus-sign span:last-child{width:0}header#mainNav .header-links .nav-links .plus-sign-container{padding:0;height:1.5625vw;width:1.5625vw;top:3.41797vw;right:1.95312vw;display:block;cursor:pointer;position:absolute}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign{padding:0;width:1.5625vw;height:1.5625vw;position:relative}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign span{background-color:#29418a;width:1.5625vw;height:.19531vw;display:block;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign span:last-child{position:absolute;top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}header#mainNav .header-links .dropdown-wrapper.opened{position:relative;padding-bottom:0;top:0}header#mainNav .header-links .dropdown-list{width:100%;padding-bottom:1.95312vw}header#mainNav .header-links .dropdown-list .item{width:100%}header#mainNav .header-links .dropdown-list .item .tertiary-header{display:none}header#mainNav .header-links .dropdown-list .item .tertiary-label{display:block;padding:1.95312vw 2.44141vw;font-size:1.36719vw}header#mainNav .header-links .dropdown-list .item.nav-button{padding:0}header#mainNav .header-links .dropdown-list .item.nav-button .btn{padding:.97656vw 1.95312vw;margin:.48828vw auto;font-size:1.36719vw}header#mainNav .header-links .dropdown-media{display:none}}@media screen and (max-width:767px){header#mainNav .header-links{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;display:none;padding:0;background:#fff;position:absolute;top:12.8vw;left:0}header#mainNav .header-links .nav-links{overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}header#mainNav .header-links .nav-links .item{border-top:.26667vw solid #f2f5f6;margin:0}header#mainNav .header-links .nav-links .item .dropdown-label,header#mainNav .header-links .nav-links .item:hover .dropdown-label{padding:5.33333vw 6.66667vw;display:block;font-size:4.8vw;border-bottom:none}header#mainNav .header-links .nav-links .item.active .plus-sign-container .plus-sign span:last-child{width:0}header#mainNav .header-links .nav-links .plus-sign-container{padding:0;height:4.26667vw;width:4.26667vw;top:9.33333vw;right:5.33333vw;display:block;cursor:pointer;position:absolute}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign{padding:0;width:4.26667vw;height:4.26667vw;position:relative}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign span{background-color:#29418a;width:4.26667vw;height:.53333vw;display:block;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}header#mainNav .header-links .nav-links .plus-sign-container .plus-sign span:last-child{position:absolute;top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}header#mainNav .header-links .dropdown-wrapper.opened{position:relative;padding-bottom:0;top:0}header#mainNav .header-links .dropdown-list{width:100%;padding-bottom:5.33333vw}header#mainNav .header-links .dropdown-list .item{width:100%}header#mainNav .header-links .dropdown-list .item .tertiary-header{display:none}header#mainNav .header-links .dropdown-list .item .tertiary-label{display:block;padding:5.33333vw 6.66667vw;font-size:3.73333vw}header#mainNav .header-links .dropdown-list .item.nav-button{padding:0}header#mainNav .header-links .dropdown-list .item.nav-button .btn{padding:2.66667vw 5.33333vw;margin:1.33333vw auto;font-size:3.73333vw}header#mainNav .header-links .dropdown-media{display:none}}header#mainNav .header-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;height:2.56944vw;background:#fff;border-radius:.34722vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header#mainNav .header-search .search-icon{height:1.73611vw;width:1.73611vw;cursor:pointer}header#mainNav .header-search .search-icon .search-icon{fill:#323e48}header#mainNav .header-search:hover .search-icon{fill:#29418a}header#mainNav .header-search .search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}header#mainNav .header-search .search-input{background:transparent;pointer-events:none;border:0;width:0;margin:0;padding:.13889vw 0;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){header#mainNav .header-search{height:3.61328vw;border-radius:.48828vw}header#mainNav .header-search .search-icon{height:2.44141vw;width:2.44141vw}header#mainNav .header-search .search-input{padding:.19531vw 0}}@media screen and (max-width:769px){header#mainNav .header-search{border-radius:.48828vw;padding:1.07422vw 1.46484vw}header#mainNav .header-search .search-icon{height:2.44141vw;width:2.44141vw}header#mainNav .header-search .search-input{padding:.19531vw 0;font-size:1.5625vw}}@media screen and (max-width:767px){header#mainNav .header-search{height:12.8vw;border-radius:1.33333vw;padding:2.93333vw 4vw}header#mainNav .header-search .search-icon{height:6.66667vw;width:6.66667vw}header#mainNav .header-search .search-input{padding:.53333vw 0;font-size:4.26667vw}}header#mainNav .header-icon{margin-left:1.38889vw}header#mainNav .header-icon .shopping-icon{display:inline-block;height:1.73611vw;width:1.73611vw;cursor:pointer}header#mainNav .header-icon .shopping-icon img{width:100%;height:100%}@media screen and (min-width:768px) and (max-width:1024px){header#mainNav .header-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:4.6875vw;line-height:4.6875vw;margin-left:1.95312vw}header#mainNav .header-icon .shopping-icon{display:inline-block;height:2.44141vw;width:2.44141vw}}@media screen and (max-width:767px){header#mainNav .header-icon{height:12.8vw;width:12.8vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:0}header#mainNav .header-icon .shopping-icon{height:6.66667vw;width:6.66667vw}}header#mainNav .nav-mask{height:100%;width:100%;background:rgba(0,0,0,.5);pointer-events:none;opacity:0;cursor:pointer;position:fixed;top:0;left:0;z-index:850;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}header#mainNav .mobile-search{display:none}@media screen and (max-width:769px){header#mainNav .mobile-search.header-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#f2f5f6;padding:.58594vw .97656vw;margin:1.95312vw}header#mainNav .mobile-search.header-search form{width:100%}header#mainNav .mobile-search.header-search .search-input{width:100%;height:100%;pointer-events:all}header#mainNav .mobile-search.header-search .search-btn{height:2.44141vw;width:2.44141vw;margin-right:.97656vw}header#mainNav .mobile-search.header-search .search-btn .search-icon{width:100%;height:100%;display:block}}@media screen and (max-width:767px){header#mainNav .mobile-search.header-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#f2f5f6;padding:1.6vw 2.66667vw!important;height:9.86667vw;margin:5.33333vw}header#mainNav .mobile-search.header-search form{width:100%}header#mainNav .mobile-search.header-search .search-input{width:100%;height:100%;pointer-events:all}header#mainNav .mobile-search.header-search .search-btn{height:6.66667vw;width:6.66667vw;margin-right:2.66667vw}header#mainNav .mobile-search.header-search .search-btn .search-icon{width:100%;height:100%;display:block}}header#mainNav .mobile-menu-trigger{display:none}header#mainNav .mobile-menu-trigger:hover{background-color:#29418a}@media screen and (max-width:769px){header#mainNav .mobile-menu-trigger{display:block;height:100%;width:5.66406vw;padding:1.5625vw 1.46484vw;background:#323e48;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}header#mainNav .mobile-menu-trigger span{height:.19531vw;margin:.39062vw 0;width:100%;display:block;background:#fff;position:relative;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}header#mainNav .mobile-menu-trigger span:first-child{top:0}}@media screen and (max-width:767px){header#mainNav .mobile-menu-trigger{height:12.8vw;width:14.66667vw;padding:3.46667vw 4vw;background:#323e48;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;display:block}header#mainNav .mobile-menu-trigger span{height:.53333vw;width:100%;display:block;background:#fff;margin:1.06667vw 0;position:relative;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}header#mainNav .mobile-menu-trigger span:first-child{top:0}}.opened-search header#mainNav .header-search{background:#f2f5f6;padding:.41667vw .69444vw}.opened-search header#mainNav .header-search .search-icon{margin-right:.69444vw}.opened-search header#mainNav .header-search .search-input{border:0;background:transparent;width:17.36111vw;pointer-events:all}.opened-search header#mainNav .header-links{margin-right:30%}.opened-search header#mainNav .header-right{position:absolute;right:1.73611vw;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:768px) and (max-width:1024px){.opened-search header#mainNav .header-search{background:#f2f5f6;padding:.58594vw .97656vw}.opened-search header#mainNav .header-search .search-icon{margin-right:.97656vw}.opened-search header#mainNav .header-search .search-input{width:24.41406vw}}@media screen and (max-width:769px){.opened-search header#mainNav .header-search{background-color:transparent;padding:1.07422vw 1.46484vw}.opened-search header#mainNav .header-search .search-icon{margin-right:0}.opened-search header#mainNav .header-search .search-input{width:0;height:0}.opened-search header#mainNav .header-search.mobile-search{background-color:#f2f5f6}.opened-search header#mainNav .header-search.mobile-search .search-input{width:100%;height:100%}}@media screen and (max-width:767px){.opened-search header#mainNav .header-search{background-color:transparent;padding:2.93333vw 4vw}.opened-search header#mainNav .header-search .search-icon{margin-right:0}.opened-search header#mainNav .header-search .search-input{width:0;height:0}.opened-search header#mainNav .header-search.mobile-search{background-color:#f2f5f6}.opened-search header#mainNav .header-search.mobile-search .search-input{width:100%;height:100%}}.opened-nav header#mainNav .nav-mask,.opened-search header#mainNav .nav-mask{pointer-events:all;opacity:1}.opening header#mainNav .nav-links .item{pointer-events:none}.opened-mobile header#mainNav .header-container{z-index:1000}@media screen and (max-width:769px){.opened-mobile header#mainNav .mobile-menu-trigger span{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.opened-mobile header#mainNav .mobile-menu-trigger span:first-child{top:.58594vw;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.opened-mobile header#mainNav .mobile-menu-trigger span:last-child{opacity:0}}@media screen and (max-width:767px){.opened-mobile header#mainNav .mobile-menu-trigger span{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.opened-mobile header#mainNav .mobile-menu-trigger span:first-child{top:1.6vw;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.opened-mobile header#mainNav .mobile-menu-trigger span:last-child{opacity:0}}.opened-mobile header#mainNav .header-links{display:block;border-top:1px solid #f2f5f6;overflow:hidden}.opened-mobile header#mainNav .nav-mask{opacity:1;pointer-events:all}.header-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.header-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.header-right .header-lang,.header-right .header-region{display:none}}.header-region{height:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;font-size:1.11111vw;color:#323e48;font-weight:700;margin-left:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.header-region{height:1.95312vw;font-size:1.5625vw;margin-left:1.95312vw}}@media screen and (max-width:767px){.header-region{margin:0;padding:6.66667vw;height:5.33333vw;font-size:4.26667vw}}.header-region:after{content:"";position:relative;width:.41667vw;height:.41667vw;border-color:#323e48;border-style:solid;border-width:0 1px 1px 0;margin-top:-.27778vw;margin-left:1.04167vw;left:-.27778vw;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){.header-region:after{display:none}}.header-region .header-region_img{width:1.38889vw;height:auto;margin-right:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.header-region .header-region_img{width:1.95312vw;margin-right:.97656vw}}@media screen and (max-width:767px){.header-region .header-region_img{width:6.66667vw;margin-right:2.66667vw}}.header-lang{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:1.38889vw;color:#323e48;font-size:1.11111vw}@media screen and (min-width:768px) and (max-width:1024px){.header-lang{margin-left:1.95312vw;font-size:1.5625vw}}@media screen and (max-width:767px){.header-lang{padding:6.66667vw;margin:0;font-size:4.26667vw}}.header-lang .header-lang_link{margin-left:.69444vw;color:#323e48}.header-lang .header-lang_link:first-child{margin-left:0}@media screen and (max-width:767px){.header-lang .header-lang_link{margin-left:2.66667vw}.header-lang .header-lang_link:first-child{margin-left:0}}.banner-img{width:100%;display:block}.basic-slider{width:100%;z-index:1;position:relative}.hero-banner p{color:inherit}.hero-banner .white-text{color:#fff}.hero-banner .black-text{color:#1a1a1a}.hero-banner .align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.hero-banner .align-left .content-container{width:80%;left:10.41667vw}@media screen and (min-width:768px) and (max-width:1024px){.hero-banner .align-left .content-container{left:14.64844vw}}@media screen and (max-width:767px){.hero-banner .align-left .content-container{left:2.66667vw}.hero-banner .align-left .content-container .btn-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.hero-banner .align-left .media-overlay{opacity:.3;background-color:#252525;background-image:-o-linear-gradient(left,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left top,right top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(90deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.hero-banner .align-center .content-container{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero-banner .align-center .content-container .btn:last-of-type{margin-right:0}@media screen and (max-width:767px){.hero-banner .align-center .content-container{left:2.66667vw;right:2.66667vw;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.hero-banner .align-center .content-container .btn-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.hero-banner .align-center .media-overlay{opacity:.3;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.hero-banner .align-right .content-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;width:80%;right:10.41667vw}.hero-banner .align-right .content-container .btn:last-of-type{margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){.hero-banner .align-right .content-container{right:14.64844vw}}@media screen and (max-width:767px){.hero-banner .align-right .content-container{right:2.66667vw}.hero-banner .align-right .content-container .btn-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}.hero-banner .align-right .media-overlay{opacity:.3;background-color:rgba(37,37,37,0);background-image:-o-linear-gradient(left,rgba(37,37,37,0) 0,#252525 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(37,37,37,0)),to(#252525));background:linear-gradient(90deg,rgba(37,37,37,0) 0,#252525);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.hero-banner .content-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;z-index:500;padding:0;margin:auto;width:auto}.hero-banner .content-container .content{max-width:39.93056vw;z-index:15;padding:0 1.38889vw;width:100%}.hero-banner .content-container .content .eureka_rte{padding:0}.hero-banner .content-container .content .eureka_rte p{margin-bottom:0}.hero-banner .content-container .content .desc{margin-top:1.38889vw}.hero-banner .content-container .content .btn{margin-top:3.47222vw;margin-right:.69444vw}.hero-banner .content-container .content .brandColor{background:#29418a;color:#fff}.hero-banner .content-container .content .brandColor:hover{color:#fff;background-color:#5f71a7}.hero-banner .content-container .content .sub-title{font-weight:500;font-size:1.25vw}.hero-banner .content-container .content .title{font-size:2.77778vw}.hero-banner .content-container .content .title p{font-size:inherit;font-weight:500;line-height:1.1}@media screen and (min-width:768px) and (max-width:1024px){.hero-banner .content-container .content{max-width:56.15234vw;padding:0 1.95312vw}.hero-banner .content-container .content .desc{margin-top:1.95312vw}.hero-banner .content-container .content .btn{margin-top:4.88281vw;margin-right:.97656vw}.hero-banner .content-container .content .sub-title{font-size:1.75781vw}.hero-banner .content-container .content .title{font-size:3.90625vw}}@media screen and (max-width:767px){.hero-banner .content-container .content{max-width:100%;padding:0 5.33333vw}.hero-banner .content-container .content .desc{margin-top:4vw;margin-bottom:6.66667vw}.hero-banner .content-container .content .btn{text-align:center;min-width:46.66667vw;margin-bottom:2.66667vw;margin-top:0;margin-right:0}.hero-banner .content-container .content .title{font-size:6.4vw}.hero-banner .content-container .content .sub-title{font-size:4.8vw}}.hero-banner .container{height:100%;position:relative}.video{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video iframe{z-index:999}.highlight-cards{background-color:#fff}.highlight-cards .highlight-list{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:0 -.69444vw}.highlight-cards .highlight-list,.highlight-cards .highlight-list .highlight-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.highlight-cards .highlight-list .highlight-item{width:-webkit-calc(33% - 1.38889vw);width:calc(33% - 1.38889vw);margin:.69444vw;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.highlight-cards .highlight-list .highlight-item img{width:100%}.highlight-cards .highlight-list .highlight-item .highlight-item-info{margin-top:1.38889vw;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#323e48}.highlight-cards .highlight-list .highlight-item .highlight-item-info .title{font-size:1.25vw;font-weight:500}.highlight-cards .highlight-list .highlight-item .highlight-item-info .desc{font-size:1.11111vw;margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.highlight-cards .highlight-list{margin:0 -.97656vw}.highlight-cards .highlight-list .highlight-item{width:-webkit-calc(33% - 1.95313vw);width:calc(33% - 1.95313vw);margin:.97656vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info{margin-top:1.95312vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info .title{font-size:1.75781vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info .desc{font-size:1.5625vw;margin-top:.97656vw}}@media screen and (max-width:767px){.highlight-cards .highlight-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.highlight-cards .highlight-list .highlight-item{width:100%;margin:2.66667vw 0 6.66667vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info{margin-top:5.33333vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info .title{font-size:4.8vw}.highlight-cards .highlight-list .highlight-item .highlight-item-info .desc{font-size:3.73333vw;margin-top:2.66667vw}}.link-belt .link-belt-container{padding:1.73611vw 0;border-bottom:1px solid #e5e5e5}.link-belt .link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;word-break:break-all;text-align:center;font-size:1.11111vw;cursor:pointer;width:13.88889vw}.link-belt .link:hover{color:#29418a}.link-belt .link .link-img{width:80%;height:auto;margin:auto;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;padding:0 .69444vw .69444vw}@media screen and (min-width:768px) and (max-width:1024px){.link-belt .link .link-img{width:70%}}@media screen and (max-width:767px){.link-belt .link .link-img{width:60%}}@media screen and (min-width:768px) and (max-width:1024px){.link-belt .link-belt-container{padding:2.44141vw 0}.link-belt .link{font-size:1.5625vw;width:19.53125vw}.link-belt .link .link-img{padding:0 .97656vw .97656vw}}@media screen and (max-width:767px){.link-belt .link-belt-container{padding:4vw 0}.link-belt .link{font-size:3.2vw;width:40vw}.link-belt .link .link-img{padding:0 2.66667vw 2.66667vw}}.news-list{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news-list,.news-list .list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.news-list .list{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.69444vw -1.38889vw}.news-list .list .item{margin:0 .69444vw 1.38889vw;width:-webkit-calc(50% - 1.38889vw);width:calc(50% - 1.38889vw);background-color:#fff;border-radius:.69444vw;overflow:hidden}.news-list .list .news-info{padding:1.04167vw 1.73611vw}.news-list .list .tag{font-size:.97222vw}.news-list .list .title{margin:.69444vw 0;font-size:1.66667vw}.news-list .list .date{font-size:.97222vw}.news-list .see-more{margin-top:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.news-list .list{margin:0 -.97656vw -1.95312vw}.news-list .list .item{margin:0 .97656vw 1.95312vw;width:-webkit-calc(50% - 1.95313vw);width:calc(50% - 1.95313vw);border-radius:.97656vw}.news-list .list .news-info{padding:1.46484vw 2.44141vw}.news-list .list .tag{font-size:1.36719vw}.news-list .list .title{margin:.97656vw 0;font-size:2.34375vw}.news-list .list .date{font-size:1.36719vw}.news-list .see-more{margin-top:1.95312vw}}@media screen and (max-width:767px){.news-list .list .item{margin:0 0 2.66667vw;width:100%;border-radius:2.66667vw}.news-list .list .news-info{padding:4vw 6.66667vw}.news-list .list .tag{font-size:3.73333vw}.news-list .list .title{margin:2.66667vw 0;font-size:4.8vw}.news-list .list .date{font-size:3.73333vw}.news-list .see-more{margin-top:5.33333vw}}.p-w-r .pr-star-v4{background-repeat:no-repeat;background-position:50%;background-size:cover}.p-w-r .pr-star-v4-0-filled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNTMgMjYzLjkzIj48cGF0aCBkPSJNMjI5LjI0IDI2My45M2wtODcuNDktNTEuODEtODcuNDMgNTEuNzkgMjMuMDctOTcuNjVMLjAyIDEwMC4zOGwxMDIuMDYtOC42M0wxNDEuNzYgMGwzOS42OCA5MS43NCAxMDIuMDkgOC42My03Ny41MiA2NS44OCAyMy4yMyA5Ny42OHpNNDcuMDQgMTE1LjQ2bDUxLjUxIDQzLjg2LTE1LjQ3IDY1LjQ3IDU4LjY3LTM0Ljc1IDU4LjY1IDM0LjczLTE1LjU2LTY1LjQ1IDUxLjYxLTQzLjg2LTY3LjkzLTUuNzUtMjYuNzYtNjEuODZMMTE1IDEwOS43MmwtNjcuOTYgNS43NHoiIGZpbGw9IiMyOTQxOGEiLz48L3N2Zz4=)!important}.p-w-r .pr-star-v4-25-filled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNTMgMjYzLjkzIj48cGF0aCBkPSJNMjgzLjUzIDEwMC4zOGwtMTAyLjA5LTguNjNMMTQxLjc2IDBsLTM5LjY4IDkxLjc0TC4wMiAxMDAuMzhsNzcuMzcgNjUuODgtMjMuMDcgOTcuNjUgODcuNDMtNTEuNzkgODcuNDkgNTEuODEtMjMuMjItOTcuNjcgNzcuNTEtNjUuODh6bS0xNDEuNzggODkuNjZsLTI2Ljg1IDE1Ljl2LTk2LjIybC4xLS4wMSAyNi43Ni02MS44NiAyNi43NiA2MS44NiA2Ny45MyA1Ljc1LTUxLjYxIDQzLjg2IDE1LjU2IDY1LjQ1LTU4LjY1LTM0LjczeiIgZmlsbD0iIzI5NDE4YSIvPjwvc3ZnPg==)!important}.p-w-r .pr-star-v4-50-filled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNTMgMjYzLjkzIj48cGF0aCBkPSJNMjgzLjUzIDEwMC4zOGwtMTAyLjA5LTguNjNMMTQxLjc2IDBsLTM5LjY4IDkxLjc0TC4wMiAxMDAuMzhsNzcuMzcgNjUuODgtMjMuMDcgOTcuNjUgODcuNDMtNTEuNzkgODcuNDkgNTEuODEtMjMuMjItOTcuNjcgNzcuNTEtNjUuODh6TTE0MS45IDE5MC4xM1Y0OC4xOGwyNi42MiA2MS41MyA2Ny45MyA1Ljc1LTUxLjYxIDQzLjg2IDE1LjU2IDY1LjQ1LTU4LjUtMzQuNjR6IiBmaWxsPSIjMjk0MThhIi8+PC9zdmc+)!important}.p-w-r .pr-star-v4-75-filled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNTMgMjYzLjkzIj48cGF0aCBkPSJNMjgzLjUzIDEwMC4zOGwtMTAyLjA5LTguNjNMMTQxLjc2IDBsLTM5LjY4IDkxLjc0TC4wMiAxMDAuMzhsNzcuMzcgNjUuODgtMjMuMDcgOTcuNjUgODcuNDMtNTEuNzkgODcuNDkgNTEuODEtMjMuMjItOTcuNjcgNzcuNTEtNjUuODh6TTE3OC45IDIxMi4wNFYxMTAuNmw1Ny41NSA0Ljg3LTUxLjYxIDQzLjg2IDE1LjU2IDY1LjQ1LTIxLjUtMTIuNzR6IiBmaWxsPSIjMjk0MThhIi8+PC9zdmc+)!important}.p-w-r .pr-star-v4-100-filled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNTMgMjYzLjkzIj48cGF0aCBmaWxsPSIjMjk0MThhIiBkPSJNMjgzLjUzIDEwMC4zOGwtMTAyLjA5LTguNjRMMTQxLjc2IDBsLTM5LjY4IDkxLjc0TC4wMiAxMDAuMzhsNzcuMzcgNjUuODgtMjMuMDcgOTcuNjUgODcuNDMtNTEuNzkgODcuNDkgNTEuODEtMjMuMjItOTcuNjd6Ii8+PC9zdmc+)!important}.open>.p-w-r .pr-accessible-btn.dropdown-toggle,.open>.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.dropdown-toggle,.p-w-r .pr-accessible-btn.active,.p-w-r .pr-accessible-btn:active,.p-w-r .pr-accessible-btn:focus,.p-w-r .pr-accessible-btn:hover,.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.active,.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:active,.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:focus,.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover{color:#fff;background-color:#085c91}.power-review-rating .p-w-r .pr-snippet{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.power-review-rating .p-w-r .pr-snippet-write-review-link{display:none}.power-review-rating .p-w-r .pr-snippet-review-count{color:#29418a}.power-review-rating .p-w-r .pr-snippet-read-and-write{margin-top:0!important;padding-top:.13889vw!important;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.power-review-rating .p-w-r .pr-snippet-rating-decimal{border:0}.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco{border-radius:.34722vw;background-color:#29418a}.product-reviews .pr-headline,.product-reviews .pr-snapshot-logo{display:none!important}.product-reviews .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue{background-color:#29418a}.product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline{background-color:#29418a!important;border-radius:.34722vw!important;border:0!important;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline:focus,.product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline:hover{background-color:#5f71a7!important;color:#fff!important}@media screen and (min-width:768px) and (max-width:1024px){.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco,.product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline{border-radius:.48828vw}}@media screen and (max-width:767px){.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco,.product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline{border-radius:1.33333vw}}.write-a-review-cmp .write-a-review-wrapper{width:50%;margin:0 auto;padding:0 1.73611vw 5.20833vw}.power-review-rating .p-w-r .pr-star-v4,.write-a-review-cmp .p-w-r .pr-star-v4{background-size:85%}.power-review-rating .p-w-r button,.write-a-review-cmp .p-w-r button{-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.power-review-rating .p-w-r .pr-submit button,.write-a-review-cmp .p-w-r .pr-submit button{background-color:#29418a;min-width:8.68056vw;border-radius:.34722vw;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;border:none}.power-review-rating .p-w-r .pr-submit button:hover,.write-a-review-cmp .p-w-r .pr-submit button:hover{color:#fff;background-color:#5f71a7}.power-review-rating .p-w-r input[type=text],.power-review-rating .p-w-r textarea,.write-a-review-cmp .p-w-r input[type=text],.write-a-review-cmp .p-w-r textarea{height:auto!important;border:.13889vw solid transparent;background:#f2f5f6;padding:.90278vw .69444vw!important;margin:.41667vw 0;width:100%;border-radius:.34722vw;box-shadow:0 0 0 transparent;font-size:1.11111vw;color:#000}.power-review-rating .p-w-r button.pr-btn-fileinput,.write-a-review-cmp .p-w-r button.pr-btn-fileinput{border-radius:.34722vw;border-width:0;padding:.76389vw 1.73611vw;background-color:#e5e5e5;margin:0 .69444vw .69444vw 0;font-weight:500;color:#323e48}.power-review-rating .p-w-r button.pr-btn-fileinput:hover,.write-a-review-cmp .p-w-r button.pr-btn-fileinput:hover{background-color:#323e48;color:#fff}.power-review-rating .p-w-r button.pr-btn-fileinput:hover svg circle,.write-a-review-cmp .p-w-r button.pr-btn-fileinput:hover svg circle{fill:#323e48}.product-details .product-features-container{color:#323e48}.product-details .product-features-container .feature-list{list-style:disc;padding-left:1.04167vw}.product-details .product-features-container .feature-list .item{margin-bottom:.69444vw;font-size:1.11111vw;line-height:1.625}.product-details .product-features-container .feature-list .item:last-child{margin-bottom:0}@media screen and (min-width:768px) and (max-width:1024px){.product-details .product-features-container .feature-list{padding-left:1.46484vw}.product-details .product-features-container .feature-list .item{margin-bottom:.97656vw;font-size:1.5625vw}}@media screen and (max-width:767px){.product-details .product-features-container .feature-list{padding-left:4vw}.product-details .product-features-container .feature-list .item{margin-bottom:2.66667vw;font-size:3.73333vw}}@media screen and (max-width:767px){.product-details .support-anchor-main-attachments-title{font-size:4.8vw;margin-bottom:4vw}}.product-header .product-header-info{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.04167vw 1.38889vw 1.38889vw}.product-header .product-header-info,.product-header .product-header-info .info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.product-header .product-header-info .info{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-header .product-header-info .info .model-number{font-size:.97222vw;line-height:1.7;font-weight:500;color:#323e48}.product-header .product-header-info .info .product-name{margin:.34722vw 0 .69444vw;font-size:2.22222vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-info{padding:1.46484vw 0 1.95312vw}.product-header .product-header-info .info .model-number{font-size:1.36719vw}.product-header .product-header-info .info .product-name{margin:.48828vw 0 .97656vw;font-size:3.125vw}}@media screen and (max-width:767px){.product-header .product-header-info{padding:4vw 0 5.33333vw}.product-header .product-header-info .info .model-number{font-size:3.73333vw}.product-header .product-header-info .info .product-name{margin:1.33333vw 0 2.66667vw;font-size:5.86667vw}}.product-header .product-header-nav{top:4.02778vw;position:fixed;width:100%;z-index:900;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:auto;background:#fff;padding:1.38889vw 0;border-bottom:.13889vw solid #f2f5f6}.product-header .product-header-nav .eu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0 1.73611vw;margin:auto}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-nav .eu-container{padding:0;width:95.11719vw}}@media screen and (max-width:767px){.product-header .product-header-nav .eu-container{padding:0;width:89.33333vw}}.product-header .product-header-nav .product-name{width:35%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:1.66667vw;line-height:1.25;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-nav .product-name{width:45%;font-size:2.34375vw}}@media screen and (max-width:919px){.product-header .product-header-nav .product-name{width:40%;font-size:2.34375vw}}@media screen and (max-width:767px){.product-header .product-header-nav .product-name{width:45%;font-size:4.8vw}}.product-header .product-header-nav .anchor-links{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.product-header .product-header-nav .anchor-links,.product-header .product-header-nav .anchor-links .item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.product-header .product-header-nav .anchor-links .item{width:25%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.625;font-size:1.11111vw}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-nav .anchor-links .item{font-size:1.5625vw}}@media screen and (max-width:919px){.product-header .product-header-nav .anchor-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-header .product-header-nav .anchor-links .item{width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:.48828vw 0;font-size:1.36719vw}}@media screen and (max-width:767px){.product-header .product-header-nav .anchor-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-header .product-header-nav .anchor-links .item{width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:1.33333vw 0;font-size:3.73333vw}}.product-header .product-header-nav .anchor-link-container{width:-webkit-calc(55% - 10.41667vw);width:calc(55% - 10.41667vw);box-sizing:border-box;padding:0 .69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.product-header .product-header-nav .anchor-link-container .mobile-anchor-trigger{display:none}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-nav .anchor-link-container{width:-webkit-calc(55% - 14.64844vw);width:calc(55% - 14.64844vw);padding:0 .97656vw}}@media screen and (max-width:919px){.product-header .product-header-nav .anchor-link-container{width:-webkit-calc(55% - 14.64844vw);width:calc(55% - 14.64844vw);padding:0 .97656vw}.product-header .product-header-nav .anchor-link-container .anchor-links{display:none}.product-header .product-header-nav .anchor-link-container .mobile-anchor-trigger{height:3.90625vw;width:3.90625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product-header .product-header-nav .anchor-link-container .mobile-anchor-trigger .trigger-icon{height:1.36719vw;width:1.36719vw;border-left:.19531vw solid #000;border-bottom:.19531vw solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@media screen and (max-width:767px){.product-header .product-header-nav .anchor-link-container{width:-webkit-calc(55% - 40vw);width:calc(55% - 40vw);padding:0 2.66667vw}.product-header .product-header-nav .anchor-link-container .anchor-links{display:none}.product-header .product-header-nav .anchor-link-container .mobile-anchor-trigger{height:10.66667vw;width:10.66667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product-header .product-header-nav .anchor-link-container .mobile-anchor-trigger .trigger-icon{height:3.73333vw;width:3.73333vw;border-left:.53333vw solid #000;border-bottom:.53333vw solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.product-header .product-header-nav .mb-anchor-link-container{display:none}@media screen and (max-width:919px){.product-header .product-header-nav .mb-anchor-link-container{width:100%;padding:1.46484vw 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media screen and (max-width:767px){.product-header .product-header-nav .mb-anchor-link-container{width:100%;padding:4vw 0 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media screen and (min-width:768px) and (max-width:1024px){.product-header .product-header-nav{top:5.66406vw;padding:1.95312vw 0;border-width:.19531vw}}@media screen and (max-width:919px){.product-header .product-header-nav{top:5.66406vw;padding:1.95312vw;border-width:.19531vw}.product-header .product-header-nav.open-mobile .mb-anchor-link-container{display:block!important}.product-header .product-header-nav.open-mobile .mobile-anchor-trigger .trigger-icon{-webkit-transform:rotate(135deg);transform:rotate(135deg)}}@media screen and (max-width:767px){.product-header .product-header-nav{top:12.8vw;padding:5.33333vw;border-width:.53333vw}.product-header .product-header-nav.open-mobile .mb-anchor-link-container{display:block!important}.product-header .product-header-nav.open-mobile .mobile-anchor-trigger .trigger-icon{-webkit-transform:rotate(135deg);transform:rotate(135deg)}}.product-list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.product-list,.product-list .product-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-list .product-item{width:24.30556vw;margin:0 .69444vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item{width:30%;margin:0 .97656vw}}@media screen and (max-width:767px){.product-list .product-item{width:93.33333vw;margin:0}}.product-list .product-item-flag{position:absolute;right:1.38889vw;top:1.38889vw;padding:.69444vw 1.04167vw;box-sizing:border-box;background:#fffeed;border-radius:1.73611vw;font-size:.83333vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-flag{right:1.95312vw;top:1.95312vw;padding:.97656vw 1.46484vw;border-radius:2.44141vw;font-size:1.17188vw}}@media screen and (max-width:767px){.product-list .product-item-flag{right:5.33333vw;top:5.33333vw;padding:2.66667vw 4vw;border-radius:6.66667vw;font-size:3.2vw}}.product-list .product-item-img{background-color:#f2f5f6;padding:.69444vw 0;display:block;margin-bottom:1.38889vw;height:auto}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-img{padding:.97656vw 0;margin-bottom:1.95312vw}}@media screen and (max-width:767px){.product-list .product-item-img{height:93.33333vw;padding:2.66667vw 0;margin-bottom:5.33333vw}}.product-list .product-item-img img{max-width:22.91667vw;max-height:22.91667vw;margin:auto}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-img img{max-width:32.22656vw;max-height:32.22656vw}}@media screen and (max-width:767px){.product-list .product-item-img img{max-width:88vw;max-height:88vw}}.product-list .product-item-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;color:#323e48}.product-list .product-item-info-title{font-size:1.25vw;line-height:1.66667vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-info-title{font-size:1.75781vw;line-height:2.34375vw}}@media screen and (max-width:767px){.product-list .product-item-info-title{font-size:4.8vw;line-height:6.4vw}}.product-list .product-item-info-model{font-size:.97222vw;line-height:1.80556vw}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-info-model{font-size:1.36719vw;line-height:2.53906vw}}@media screen and (max-width:767px){.product-list .product-item-info-model{font-size:3.73333vw;line-height:6.93333vw}}.product-list .product-item-info-highlights{padding-left:1.04167vw;list-style:initial}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-info-highlights{padding-left:1.46484vw}}@media screen and (max-width:767px){.product-list .product-item-info-highlights{padding-left:4vw}}.product-list .product-item-info-highlights li{font-size:.97222vw;line-height:1.80556vw}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-info-highlights li{font-size:1.36719vw;line-height:2.53906vw}}@media screen and (max-width:767px){.product-list .product-item-info-highlights li{padding-left:4vw;font-size:3.73333vw;line-height:6.93333vw}}.product-list .product-item-operate{margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-operate{margin-top:.97656vw}}@media screen and (max-width:767px){.product-list .product-item-operate{margin-top:0}}.product-list .product-item-operate .btn{margin-right:.69444vw;margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-operate .btn{margin-right:.97656vw;margin-top:.97656vw}}@media screen and (max-width:767px){.product-list .product-item-operate .btn{margin-right:2.66667vw;margin-top:2.66667vw}}.product-list .product-item-operate .btn:last-child{margin-right:0}.product-list .product-item-operate span svg{margin-right:.34722vw;margin-top:.34722vw;height:.97222vw;width:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item-operate span svg{margin-right:.34722vw;margin-top:.34722vw;height:.97222vw;width:1.38889vw}}@media screen and (max-width:767px){.product-list .product-item-operate span svg{margin-right:1.33333vw;margin-top:1.33333vw;height:3.73333vw;width:5.33333vw}}.product-list .product-item .p-w-r .pr-category-snippet{margin:1.38889vw 0}@media screen and (min-width:768px) and (max-width:1024px){.product-list .product-item .p-w-r .pr-category-snippet{margin:1.95312vw 0}}@media screen and (max-width:767px){.product-list .product-item .p-w-r .pr-category-snippet{margin:5.33333vw 0}}.product-list .product-item .p-w-r .pr-snippet-rating-decimal{border:none}.registration-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration-container .form{width:50%}.registration-container .form.half-image .image-wrapper{height:100%}.registration-container .form.half-image .image-wrapper img{min-height:100%;display:inline}.registration-container .form.form-container .form-wrapper{width:100%;margin:0 auto;padding:0 1.73611vw 5.20833vw;width:38.19444vw}.registration-container .form.form-container .form-header{width:100%;margin:auto;padding:4.51389vw 1.04167vw 3.47222vw;text-align:center}.registration-container .form.form-container .form-header .title{font-size:1.66667vw;line-height:1.25;font-weight:500;color:#323e48}.registration-container .form.form-container .form-header .desc{font-size:1.11111vw;color:#323e48}.registration-container .form.form-container .eureka-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.registration-container .form.form-container .eureka-form .form-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:.27778vw 0;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.registration-container .form.form-container .eureka-form .form-row .form-group{width:-webkit-calc(50% - .69444vw);width:calc(50% - .69444vw);margin:0 .34722vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.registration-container .form.form-container .eureka-form .form-row .form-label .label{display:none}.registration-container .form.form-container .eureka-form .form-row .form-label.tool-label{display:block}.registration-container .form.form-container .eureka-form .form-row .form-input{border:.13889vw solid transparent;background:#f2f5f6;padding:.90278vw .69444vw;margin:.41667vw 0;border-radius:.34722vw;font-size:1.11111vw}.registration-container .form.form-container .eureka-form .form-row .form-input:focus{border:.13889vw solid #29418a}.registration-container .form.form-container .eureka-form .form-check .check-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:1.73611vw 0 0;cursor:pointer}.registration-container .form.form-container .eureka-form .form-check .check-label .checkbox{position:absolute;pointer-events:none;opacity:0;height:0;width:0}.registration-container .form.form-container .eureka-form .form-check .check-label .checkbox:checked~.check-radio-container .check-radio span{background:#29418a}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container{margin:0 .69444vw 0 0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:1.11111vw;width:1.18056vw;margin:0;border-radius:0;background:#f2f5f6;border:.13889vw solid #f2f5f6;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span{border-radius:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);position:relative;left:-.13889vw;top:.20833vw;width:.34722vw;height:.13889vw;display:block;background-color:#f2f5f6}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span:last-child{display:block;-webkit-transform:rotate(125deg);transform:rotate(125deg);width:.55556vw;left:.10417vw;top:-.06944vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info{font-size:.97222vw;color:#323e48;margin:0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info p{line-height:1.2;font-size:.97222vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info a{text-decoration:underline}.registration-container .form.form-container .eureka-form .form-check .check-label:hover .check-radio-container .check-radio span{background-color:#e5e5e5}.registration-container .form.form-container .eureka-form .btn{margin-top:3.47222vw}.registration-container .form.form-container .eureka-form .success-submission{background-color:#edfff3}.registration-container .form.form-container .eureka-form .failed-submission{background-color:#ffedfe}.registration-container .form.form-container .eureka-form .form-notification{margin-top:1.04167vw;padding:.69444vw 1.04167vw}.registration-container .form.form-container .eureka-form .form-notification p{font-size:.97222vw;line-height:1.4;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.registration-container .form.form-container .form-wrapper{padding:0 2.44141vw 7.32422vw;width:100%}.registration-container .form.form-container .form-header{padding:6.34766vw 1.46484vw 4.88281vw}.registration-container .form.form-container .form-header .title{font-size:2.34375vw}.registration-container .form.form-container .form-header .desc{font-size:1.5625vw}.registration-container .form.form-container .eureka-form .form-row{margin:.39062vw 0}.registration-container .form.form-container .eureka-form .form-row .form-group{width:-webkit-calc(50% - .97656vw);width:calc(50% - .97656vw);margin:0 .48828vw}.registration-container .form.form-container .eureka-form .form-row .form-input{border:.19531vw solid transparent;background:#f2f5f6;padding:1.26953vw .97656vw;margin:.58594vw 0;border-radius:.48828vw;font-size:1.5625vw}.registration-container .form.form-container .eureka-form .form-row .form-input:focus{border:.19531vw solid #29418a}.registration-container .form.form-container .eureka-form .form-check .check-label{padding:2.44141vw 0 0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container{margin:0 .97656vw 0 0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:1.5625vw;width:1.66016vw;margin:0;border-radius:0;background:#f2f5f6;border:.19531vw solid #f2f5f6;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span{border-radius:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);position:relative;left:-.19531vw;top:.29297vw;width:.48828vw;height:.19531vw;display:block;background-color:#f2f5f6}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span:last-child{display:block;-webkit-transform:rotate(125deg);transform:rotate(125deg);width:.78125vw;left:.14648vw;top:-.09766vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info{font-size:1.36719vw;line-height:1.2;margin:0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info p{font-size:1.36719vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info a{text-decoration:underline}.registration-container .form.form-container .eureka-form .form-check .check-label:hover .check-radio-container .check-radio span{background-color:#e5e5e5}.registration-container .form.form-container .eureka-form .btn{margin-top:4.88281vw}.registration-container .form.form-container .eureka-form .success-submission{background-color:#edfff3}.registration-container .form.form-container .eureka-form .failed-submission{background-color:#ffedfe}.registration-container .form.form-container .eureka-form .form-notification{margin-top:1.46484vw;padding:.97656vw 1.46484vw}.registration-container .form.form-container .eureka-form .form-notification p{font-size:1.36719vw;line-height:1.4;font-weight:500}}@media screen and (max-width:767px){.registration-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.registration-container .form{width:100%}.registration-container .form.form-container .form-wrapper{width:100%;margin:0 auto;padding:0 5.33333vw 13.33333vw}.registration-container .form.form-container .form-header{padding:9.33333vw 4vw 8vw}.registration-container .form.form-container .form-header .title{font-size:4.8vw}.registration-container .form.form-container .form-header .desc{font-size:3.73333vw}.registration-container .form.form-container .eureka-form{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.registration-container .form.form-container .eureka-form,.registration-container .form.form-container .eureka-form .form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.registration-container .form.form-container .eureka-form .form-row{width:100%;margin:1.06667vw 0}.registration-container .form.form-container .eureka-form .form-row .form-group{width:100%}.registration-container .form.form-container .eureka-form .form-row .form-input{border:.53333vw solid transparent;background:#f2f5f6;padding:3.46667vw 2.66667vw;margin:1.6vw 0;border-radius:1.33333vw;font-size:4.26667vw}.registration-container .form.form-container .eureka-form .form-row .form-input:focus{border:.53333vw solid #29418a}.registration-container .form.form-container .eureka-form .form-check .check-label{padding:6.66667vw 0 0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container{margin:0 2.66667vw 0 0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:4.26667vw;width:4.53333vw;margin:0;border-radius:0;background:#f2f5f6;border:.53333vw solid #f2f5f6;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span{border-radius:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);position:relative;left:-.53333vw;top:.8vw;width:1.33333vw;height:.53333vw;display:block;background-color:#f2f5f6}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-container .check-radio span:last-child{display:block;-webkit-transform:rotate(125deg);transform:rotate(125deg);width:2.13333vw;left:.4vw;top:-.26667vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info{font-size:3.73333vw;line-height:1.2;margin:0}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info p{font-size:3.73333vw}.registration-container .form.form-container .eureka-form .form-check .check-label .check-radio-info a{text-decoration:underline}.registration-container .form.form-container .eureka-form .form-check .check-label:hover .check-radio-container .check-radio span{background-color:#e5e5e5}.registration-container .form.form-container .eureka-form .btn{margin-top:13.33333vw}.registration-container .form.form-container .eureka-form .form-notification{margin-top:4vw;padding:2.66667vw 4vw}.registration-container .form.form-container .eureka-form .form-notification p{font-size:3.73333vw}}.tool-tip{position:relative;margin-left:.20833vw;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.tool-tip:hover .tool-trigger{border:.13889vw solid #29418a;color:#29418a}.tool-tip .tool-trigger{border:.13889vw solid #e5e5e5;width:1.25vw;height:1.25vw;line-height:1.11111vw;text-align:center;border-radius:.69444vw;font-size:.83333vw;font-weight:500;color:#e5e5e5;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.tool-tip .tool-msg{position:absolute;top:-1.38889vw;left:1.73611vw;padding:.69444vw;background:#fff;width:17.01389vw;border-radius:.27778vw;opacity:0;pointer-events:none;font-size:.83333vw;line-height:1.3}.tool-tip .tool-msg.opend{opacity:1;pointer-events:all}@media screen and (min-width:768px) and (max-width:1024px){.tool-tip{margin-left:.29297vw}.tool-tip:hover .tool-trigger{border:.19531vw solid #29418a}.tool-tip .tool-trigger{border:.19531vw solid #e5e5e5;width:1.75781vw;height:1.75781vw;line-height:1.5625vw;border-radius:.97656vw;font-size:1.17188vw}.tool-tip .tool-msg{position:absolute;top:-1.95312vw;left:2.44141vw;padding:.97656vw;background:#fff;width:23.92578vw;border-radius:.39062vw;opacity:0;pointer-events:none;font-size:1.17188vw;line-height:1.3}.tool-tip .tool-msg.opend{opacity:1;pointer-events:all}}@media screen and (max-width:767px){.tool-tip{margin-left:0}.tool-tip:hover .tool-trigger{border:.53333vw solid #29418a;color:#29418a}.tool-tip .tool-trigger{border:.53333vw solid #e5e5e5;width:4.8vw;height:4.8vw;line-height:4.26667vw;border-radius:2.66667vw;font-size:3.2vw}.tool-tip .tool-msg{position:absolute;top:-5.33333vw;left:6.66667vw;padding:2.66667vw;background:#fff;width:65.33333vw;border-radius:1.06667vw;opacity:0;pointer-events:none;font-size:3.2vw}}.product-detail-title{font-size:1.66667vw;line-height:1.25;margin-bottom:1.04167vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.product-detail-title{font-size:2.34375vw;margin-bottom:1.46484vw}}@media screen and (max-width:767px){.product-detail-title{font-size:4.8vw;margin-bottom:4vw}}.product-overview-container,.product-specs-container{max-width:39.93056vw;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.product-overview-container,.product-specs-container{max-width:56.15234vw}}@media screen and (max-width:767px){.product-overview-container,.product-specs-container{max-width:none;width:100%}}.product-specs-manuals .product-specs-container .specs-table{height:21.52778vw;overflow:hidden}.product-specs-manuals .product-specs-container .specs-table .table-block-header,.product-specs-manuals .product-specs-container .specs-table .table-block-row{padding:.55556vw .34722vw;border-bottom:1px solid #e5e5e5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-specs-manuals .product-specs-container .specs-table .table-block-header{background-color:#f2f5f6}.product-specs-manuals .product-specs-container .specs-table p{font-size:1.11111vw;line-height:1.625}.product-specs-manuals .product-specs-container .specs-table.expend{height:auto}.product-specs-manuals .product-specs-container .see-more{width:100%;padding:.69444vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:500;text-align:center;cursor:pointer;font-size:1.11111vw}.product-specs-manuals .product-specs-container .see-more:hover{color:#29418a}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-manuals .product-specs-container .specs-table{height:30.27344vw}.product-specs-manuals .product-specs-container .specs-table .table-block-header,.product-specs-manuals .product-specs-container .specs-table .table-block-row{padding:.78125vw .48828vw}.product-specs-manuals .product-specs-container .specs-table p{font-size:1.5625vw}.product-specs-manuals .product-specs-container .see-more{padding:.97656vw;font-size:1.5625vw}}@media screen and (max-width:767px){.product-specs-manuals .product-specs-container .specs-table{height:76vw}.product-specs-manuals .product-specs-container .specs-table .table-block-header,.product-specs-manuals .product-specs-container .specs-table .table-block-row{padding:2.13333vw 1.33333vw}.product-specs-manuals .product-specs-container .specs-table p{font-size:3.73333vw;line-height:1.7}.product-specs-manuals .product-specs-container .see-more{padding:2.66667vw;font-size:4.26667vw}}.product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals{margin-top:0}@media screen and (max-width:767px){.product-specs-manuals .product-manuls-container .support-anchor-main-product-manuals-title{font-size:4.8vw}}.promise{background-color:#f2f5f6;width:100%;padding:3.47222vw 1.73611vw!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;color:#323e48}.promise .promise-img{width:6.94444vw;margin-bottom:.69444vw;height:auto;display:block}.promise .promise-title{margin-bottom:.69444vw;font-size:1.66667vw;max-width:39.93056vw;text-align:center;font-weight:500}.promise .promise-desc{max-width:39.93056vw;font-size:1.11111vw;line-height:1.6;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.promise{padding:4.88281vw 2.44141vw!important}.promise .promise-img{width:9.76562vw;margin-bottom:.97656vw}.promise .promise-title{margin-bottom:.97656vw;font-size:2.34375vw;max-width:56.15234vw}.promise .promise-desc{max-width:56.15234vw;font-size:1.5625vw}}@media screen and (max-width:767px){.promise{padding:10.66667vw 5.33333vw!important}.promise .promise-img{width:20vw;margin-bottom:2.66667vw}.promise .promise-title{margin-bottom:2.66667vw;font-size:4.8vw;max-width:153.33333vw}.promise .promise-desc{max-width:153.33333vw;font-size:3.73333vw}}.eureka_rte{padding:1.38889vw 0 0}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte{padding:1.95312vw 0}}@media screen and (max-width:767px){.eureka_rte{padding:2.66667vw 0}}.eureka_rte h1,.eureka_rte h2,.eureka_rte h3,.eureka_rte h4,.eureka_rte h5,.eureka_rte h6{line-height:1.1;font-weight:500}.eureka_rte h2{font-size:3.75vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte h2{font-size:5.27344vw}}@media screen and (max-width:767px){.eureka_rte h2{font-size:10.66667vw}}.eureka_rte h3{font-size:3.33333vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte h3{font-size:4.6875vw}}@media screen and (max-width:767px){.eureka_rte h3{font-size:8.53333vw}}.eureka_rte h4{font-size:2.77778vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte h4{font-size:3.90625vw}}@media screen and (max-width:767px){.eureka_rte h4{font-size:6.93333vw}}.eureka_rte h5{font-size:2.22222vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte h5{font-size:3.125vw}}@media screen and (max-width:767px){.eureka_rte h5{font-size:5.86667vw}}.eureka_rte h6{font-size:1.66667vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte h6{font-size:2.34375vw}}@media screen and (max-width:767px){.eureka_rte h6{font-size:4.26667vw}}.eureka_rte ol{counter-reset:counter-name;font-size:inherit;font-weight:400;text-align:left!important}.eureka_rte ol li{list-style:none;padding-bottom:1em;position:relative;padding-left:2.5em}.eureka_rte ol li:before{position:absolute;top:0;left:0;counter-increment:counter-name;content:counter(counter-name,decimal-leading-zero);font-size:1.2em;font-weight:700;color:#323e48}.eureka_rte ul{font-weight:400;text-align:left!important}.eureka_rte ul li{list-style:none;padding-bottom:1em;position:relative;padding-left:1.875em}.eureka_rte ul li:before{content:"";position:absolute;top:.55em;left:0;width:.4em;height:.4em;border-radius:50%;background-color:#323e48}.eureka_rte li,.eureka_rte p{font-size:1.11111vw;line-height:1.625}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte li,.eureka_rte p{font-size:1.5625vw}}@media screen and (max-width:767px){.eureka_rte li,.eureka_rte p{font-size:3.73333vw}}.eureka_rte p{margin-bottom:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.eureka_rte p{margin-bottom:.97656vw}}@media screen and (max-width:767px){.eureka_rte p{margin-bottom:2.66667vw}}b,strong{font-weight:700}em,i{font-style:italic}.copy-block .eureka_rte,.copy-block .eureka_rte h1,.copy-block .eureka_rte h2,.copy-block .eureka_rte h3,.copy-block .eureka_rte h4,.copy-block .eureka_rte h5,.copy-block .eureka_rte h6{color:#323e48}.copy-block .eureka_rte h2,.copy-block .eureka_rte h3,.copy-block .eureka_rte h4,.copy-block .eureka_rte h5,.copy-block .eureka_rte h6{margin-bottom:2.43056vw}@media screen and (min-width:768px) and (max-width:1024px){.copy-block .eureka_rte h2,.copy-block .eureka_rte h3,.copy-block .eureka_rte h4,.copy-block .eureka_rte h5,.copy-block .eureka_rte h6{margin-bottom:2.44141vw}}@media screen and (max-width:767px){.copy-block .eureka_rte h2,.copy-block .eureka_rte h3,.copy-block .eureka_rte h4,.copy-block .eureka_rte h5,.copy-block .eureka_rte h6{margin-bottom:6.66667vw}}.copy-block .eureka_rte a{font-weight:700;color:#323e48;text-decoration:underline}.copy-block .eureka_rte a:hover{color:#29418a}@media screen and (max-width:767px){.copy-block .eureka_rte{width:100%}}.rich-text-container{width:53.81944vw;margin:auto}@media screen and (min-width:768px) and (max-width:1024px){.rich-text-container{width:75.68359vw}}@media screen and (max-width:767px){.rich-text-container{width:89.33333vw}}.search-result-total{padding:4.16667vw 2.77778vw;text-align:center;background-color:#f2f5f6;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.search-result-total{padding:5.85938vw 3.90625vw}}@media screen and (max-width:767px){.search-result-total{padding:8vw 4vw}}.search-result-total p{font-size:1.66667vw;line-height:2.08333vw}@media screen and (min-width:768px) and (max-width:1024px){.search-result-total p{font-size:2.34375vw;line-height:2.92969vw}}@media screen and (max-width:767px){.search-result-total p{font-size:4.8vw;line-height:6.4vw}}.search-result-list{width:100%;max-width:56.94444vw;padding:1.38889vw 1.38889vw 0;margin:0 auto}@media screen and (min-width:768px) and (max-width:1024px){.search-result-list{max-width:80.07812vw;padding:1.95312vw 1.95312vw 0}}@media screen and (max-width:767px){.search-result-list{padding:5.33333vw 5.33333vw 0;max-width:100%}}.search-result-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item a{padding:1.95312vw}}@media screen and (max-width:767px){.search-result-item a{padding:0 0 5.33333vw}}.search-result-item a:hover{color:#29418a}.search-result-item-img{width:12.15278vw;height:8.68056vw;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item-img{width:17.08984vw;height:12.20703vw}}@media screen and (max-width:767px){.search-result-item-img{width:20vw;height:20vw}}.search-result-item-img img{max-height:100%;max-width:100%;border-radius:.34722vw}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item-img img{border-radius:.48828vw}}@media screen and (max-width:767px){.search-result-item-img img{border-radius:1.33333vw}}.search-result-item:last-child a{padding-bottom:0}.search-result-item-info{width:100%;padding:1.38889vw;height:-webkit-max-content;height:max-content}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item-info{padding:1.95312vw}}@media screen and (max-width:767px){.search-result-item-info{width:-webkit-calc(100% - 20vw);width:calc(100% - 20vw);padding:0 0 2.66667vw 8vw}}.search-result-item-info-title{font-size:1.25vw;line-height:1.66667vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item-info-title{font-size:1.75781vw;line-height:2.34375vw}}@media screen and (max-width:767px){.search-result-item-info-title{font-size:4.8vw;line-height:6.4vw}}.search-result-item-info-desc{font-size:1.11111vw;line-height:1.66667vw}@media screen and (min-width:768px) and (max-width:1024px){.search-result-item-info-desc{font-size:1.5625vw;line-height:2.34375vw}}@media screen and (max-width:767px){.search-result-item-info-desc{font-size:4.26667vw;line-height:6.4vw}}.search-result-item-info-desc b,.search-result-item-info-desc strong{font-weight:600}.simple-banner .content-container{width:100%}.simple-banner .content-container .content{max-width:52.08333vw;padding:2.08333vw 2.08333vw 2.08333vw 3.47222vw;margin:0}.simple-banner .content-container .content .desc{margin-top:.69444vw}.simple-banner .content-container .content .title{font-weight:500}.simple-banner .content-container .content .btn{margin-top:1.73611vw}.simple-banner .align-center .content-container{right:0}.simple-banner .align-center .content-container .content{padding:0}.simple-banner .align-right .content-container{right:0}.simple-banner .align-right .content-container .content{padding:2.08333vw 3.47222vw 2.08333vw 2.08333vw}.simple-banner.cta-banner .banner-img,.simple-banner.cta-banner .media-overlay{border-radius:.34722vw}@media screen and (min-width:768px) and (max-width:1024px){.simple-banner .content-container .content{max-width:73.24219vw;padding:2.92969vw 2.92969vw 2.92969vw 4.88281vw}.simple-banner .content-container .content .desc{margin-top:.97656vw}.simple-banner .content-container .content .btn{margin-top:2.44141vw}.simple-banner .align-center .content-container .content{padding:0}.simple-banner .align-right .content-container .content{padding:2.92969vw 4.88281vw 2.92969vw 2.92969vw}.simple-banner.cta-banner .banner-img,.simple-banner.cta-banner .media-overlay{border-radius:.48828vw}}@media screen and (max-width:767px){.simple-banner .content-container .content{max-width:none;padding:8vw}.simple-banner .content-container .content .desc{margin-top:2.66667vw}.simple-banner .content-container .content .btn{margin-top:6.66667vw}.simple-banner .align-center .content-container .content,.simple-banner .align-right .content-container .content{padding:8vw}.simple-banner.cta-banner .banner-img,.simple-banner.cta-banner .media-overlay{border-radius:1.33333vw}}.simple-header{text-align:center;color:#323e48}.simple-header *{font-weight:500}.support-anchor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:relative}@media screen and (max-width:767px){.support-anchor{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.support-anchor-operate{padding:1.38889vw 0;position:absolute;top:0;left:0}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-operate{padding:1.95312vw 0}}@media screen and (max-width:767px){.support-anchor-operate{padding:5.33333vw;position:inherit}}.support-anchor-operate li{margin-bottom:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-operate li{margin-bottom:1.46484vw}}@media screen and (max-width:767px){.support-anchor-operate li{font-size:4.26667vw;margin-bottom:4vw}}.support-anchor-main{width:70%}@media screen and (max-width:767px){.support-anchor-main{width:100%}}.support-anchor-main-trouble-shoot li{font-size:1.25vw;padding:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-trouble-shoot li{font-size:1.75781vw;padding:1.95312vw}}@media screen and (max-width:767px){.support-anchor-main-trouble-shoot li{font-size:4.8vw;padding:5.33333vw}}.support-anchor-main-trouble-shoot li a{width:90%}.support-anchor-main-video-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.77778vw}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-video-list{margin-top:3.90625vw}}@media screen and (max-width:767px){.support-anchor-main-video-list{margin-top:8vw}}.support-anchor-main-video-list li{width:-webkit-calc(50% - .69444vw);width:calc(50% - .69444vw);margin-right:1.38889vw;margin-top:.69444vw;position:relative}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-video-list li{width:-webkit-calc(50% - .97656vw);width:calc(50% - .97656vw);margin-right:1.95312vw;margin-top:.97656vw}}@media screen and (max-width:767px){.support-anchor-main-video-list li{width:-webkit-calc(50% - 2.66667vw);width:calc(50% - 2.66667vw);margin-right:5.33333vw;margin-top:2.66667vw}}.support-anchor-main-video-list li:nth-child(2n){margin-right:0}.support-anchor-main-video-list-title{font-size:1.25vw;line-height:1.66667vw;padding:.69444vw 0;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-video-list-title{font-size:1.75781vw;line-height:2.34375vw;padding:.97656vw 0}}@media screen and (max-width:767px){.support-anchor-main-video-list-title{font-size:4.8vw;line-height:6.4vw;padding:2.66667vw 0}}.support-anchor-main-video-list-desc{font-size:1.11111vw;line-height:1.80556vw;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-video-list-desc{font-size:1.5625vw;line-height:2.53906vw}}@media screen and (max-width:767px){.support-anchor-main-video-list-desc{font-size:3.73333vw;line-height:6.4vw}}.support-anchor-main-product-manuals{margin-top:3.47222vw;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-product-manuals{margin-top:4.88281vw}}@media screen and (max-width:767px){.support-anchor-main-product-manuals{margin-top:13.33333vw}}.support-anchor-main-product-manuals-title{font-size:1.66667vw;line-height:2.08333vw;margin-bottom:1.04167vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-product-manuals-title{font-size:2.34375vw;line-height:2.92969vw;margin-bottom:1.46484vw}}@media screen and (max-width:767px){.support-anchor-main-product-manuals-title{font-size:4.8vw;line-height:8vw;margin-bottom:4vw}}.support-anchor-main-product-manuals .btn{min-width:8.68056vw;margin:0 .69444vw .69444vw 0;border:1px solid #e5e5e5;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#29418a}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-product-manuals .btn{min-width:12.20703vw;margin:0 .97656vw .97656vw 0}}@media screen and (max-width:767px){.support-anchor-main-product-manuals .btn{min-width:33.33333vw;margin:0 2.66667vw 2.66667vw 0}}.support-anchor-main-product-manuals .btn:hover{background:#f2f5f6}.support-anchor-main-product-manuals .btn svg{height:.97222vw;width:1.38889vw;margin-right:.34722vw}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-product-manuals .btn svg{height:1.36719vw;width:1.95312vw;margin-right:.48828vw}}@media screen and (max-width:767px){.support-anchor-main-product-manuals .btn svg{height:3.73333vw;width:5.33333vw;margin-right:.48828vw}}.support-anchor-main-attachments{margin-top:3.47222vw}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-attachments{margin-top:4.88281vw}}@media screen and (max-width:767px){.support-anchor-main-attachments{margin-top:13.33333vw}}.support-anchor-main-attachments-title{font-size:1.66667vw;line-height:2.08333vw;margin-bottom:1.04167vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-attachments-title{font-size:2.34375vw;line-height:2.92969vw;margin-bottom:1.46484vw}}@media screen and (max-width:767px){.support-anchor-main-attachments-title{font-size:4.8vw;line-height:8vw;margin-bottom:4vw}}.support-anchor-main-attachments ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.support-anchor-main-attachments ul li{max-width:10.41667vw;max-height:17.36111vw;margin:0 1.04167vw 0 0;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-attachments ul li{max-width:14.64844vw;max-height:24.41406vw;margin:0 1.46484vw 0 0}}@media screen and (max-width:767px){.support-anchor-main-attachments ul li{max-width:26.66667vw;max-height:none;margin:0 4vw 0 0}}.support-anchor-main-attachments ul li img{max-width:100%;max-height:13.88889vw;object-fit:contain;border-radius:.69444vw;border:1px solid #f2f5f6;padding:.69444vw;box-sizing:border-box}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-attachments ul li img{max-height:19.53125vw;border-radius:.97656vw;padding:.97656vw}}@media screen and (max-width:767px){.support-anchor-main-attachments ul li img{max-height:none;height:37.33333vw;border-radius:2.66667vw;padding:2.66667vw}}.support-anchor-main-attachments ul li p{color:#323e48;text-align:center;margin-top:.69444vw;font-size:.97222vw;line-height:1.11111vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.support-anchor-main-attachments ul li p{margin-top:.97656vw;font-size:1.36719vw;line-height:1.5625vw}}@media screen and (max-width:767px){.support-anchor-main-attachments ul li p{margin-top:2.66667vw;font-size:3.73333vw;line-height:4.26667vw}}.support-list ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:76.38889vw;margin:0 auto}@media screen and (min-width:768px) and (max-width:1024px){.support-list ul{max-width:none}}@media screen and (max-width:767px){.support-list ul{max-width:none;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.support-list ul li{width:25%;max-width:7.29167vw;margin:1.38889vw 2.77778vw}@media screen and (min-width:768px) and (max-width:1024px){.support-list ul li{max-width:10.25391vw;margin:1.95312vw 3.90625vw}}@media screen and (max-width:767px){.support-list ul li{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:none;padding:0 0 5.33333vw;margin:0}}.support-list ul li a{display:inline-block;width:100%;height:100%;text-align:center}.support-list ul li a img{max-width:5.20833vw;margin-bottom:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){.support-list ul li a img{max-width:7.32422vw;margin-bottom:1.46484vw}}@media screen and (max-width:767px){.support-list ul li a img{max-width:20vw;margin-bottom:4vw}}.support-list ul li a p{font-size:.97222vw;line-height:1.25vw;color:#323e48;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.support-list ul li a p{font-size:1.36719vw;line-height:1.75781vw}}@media screen and (max-width:767px){.support-list ul li a p{font-size:3.73333vw;line-height:4.8vw}}.support-product{padding:5.20833vw 0;background-color:#f2f5f6;width:100%}@media screen and (min-width:768px) and (max-width:1024px){.support-product{padding:7.32422vw 0}}@media screen and (max-width:767px){.support-product{padding:13.33333vw 0}}.support-product .eu-container{width:100%}.support-product-container{max-width:62.5vw;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container{max-width:87.89062vw}}@media screen and (max-width:767px){.support-product-container{max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.support-product-container picture{max-width:19.09722vw;margin:0 auto;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container picture{max-width:26.85547vw}}@media screen and (max-width:767px){.support-product-container picture{max-width:73.33333vw}}.support-product-container picture img{max-width:19.09722vw;height:19.09722vw;object-fit:contain;margin:auto}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container picture img{max-width:26.85547vw;height:26.85547vw}}@media screen and (max-width:767px){.support-product-container picture img{max-width:73.33333vw;height:73.33333vw}}.support-product-container-info{width:100%;padding:2.08333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container-info{padding:2.92969vw}}@media screen and (max-width:767px){.support-product-container-info{padding:8vw}}.support-product-container-info-title{font-size:2.22222vw;line-height:2.36111vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container-info-title{font-size:3.125vw;line-height:3.32031vw}}@media screen and (max-width:767px){.support-product-container-info-title{font-size:8.53333vw;line-height:9.06667vw}}.support-product-container-info-model{font-size:1.11111vw;line-height:1.80556vw;margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container-info-model{font-size:1.5625vw;line-height:2.53906vw;margin-top:.97656vw}}@media screen and (max-width:767px){.support-product-container-info-model{font-size:4.26667vw;line-height:6.93333vw;margin-top:2.66667vw}}.support-product-container-info-operate a{margin-top:1.73611vw;margin-right:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.support-product-container-info-operate a{margin-top:2.44141vw;margin-right:.97656vw}}@media screen and (max-width:767px){.support-product-container-info-operate a{margin-top:6.66667vw;margin-right:2.66667vw}}.teaser-list-container{background-color:#f2f5f6}.teaser-list-container .teaser-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.teaser-list-container .teaser-list .teaser-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item:first-child{margin-top:0!important}}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item{margin-top:9.33333vw!important}}.teaser-list-container .teaser-list .teaser-item img{width:100%}.teaser-list-container .teaser-list .teaser-item-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;margin-top:1.38889vw;padding:0 .69444vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container .teaser-list .teaser-item-info{margin-top:1.95312vw;padding:0 .97656vw}}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item-info{margin-top:5.33333vw;padding:0 2.66667vw}}.teaser-list-container .teaser-list .teaser-item-info-text{width:100%;text-align:center;color:#323e48}.teaser-list-container .teaser-list .teaser-item-info-text-title{font-size:1.11111vw;line-height:1.38889vw;font-weight:500}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container .teaser-list .teaser-item-info-text-title{font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item-info-text-title{font-size:4.26667vw;line-height:5.33333vw}}.teaser-list-container .teaser-list .teaser-item-info-text-description{font-size:1.11111vw;line-height:1.80556vw;margin-top:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container .teaser-list .teaser-item-info-text-description{font-size:1.5625vw;line-height:2.53906vw;margin-top:.97656vw}}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item-info-text-description{font-size:3.73333vw;line-height:6.4vw;margin-top:2.66667vw}}.teaser-list-container .teaser-list .teaser-item-info .btn{width:-webkit-max-content;width:max-content;margin:1.04167vw 0 0}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container .teaser-list .teaser-item-info .btn{margin:1.46484vw 0 0}}@media screen and (max-width:767px){.teaser-list-container .teaser-list .teaser-item-info .btn{margin:4vw 0 0}}.teaser-list-container.col-3 .teaser-list .teaser-item{width:-webkit-calc(33% - .97222vw);width:calc(33% - .97222vw);margin-right:1.45833vw}.teaser-list-container.col-3 .teaser-list .teaser-item:last-child,.teaser-list-container.col-3 .teaser-list .teaser-item:nth-child(3n){margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container.col-3 .teaser-list .teaser-item{width:-webkit-calc(33% - 1.36719vw);width:calc(33% - 1.36719vw);margin-right:2.05078vw}.teaser-list-container.col-3 .teaser-list .teaser-item:last-child,.teaser-list-container.col-3 .teaser-list .teaser-item:nth-child(2n){margin-right:0}}@media screen and (max-width:767px){.teaser-list-container.col-3 .teaser-list .teaser-item{width:100%;margin-right:0}}.teaser-list-container.col-3 .teaser-list .teaser-item:nth-child(n+4){margin-top:2.43056vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container.col-3 .teaser-list .teaser-item:nth-child(n+4){margin-top:3.41797vw}}.teaser-list-container.col-4 .teaser-list .teaser-item{width:-webkit-calc(25% - 1.04167vw);width:calc(25% - 1.04167vw);margin-right:1.38889vw}.teaser-list-container.col-4 .teaser-list .teaser-item:last-child,.teaser-list-container.col-4 .teaser-list .teaser-item:nth-child(4n){margin-right:0}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container.col-4 .teaser-list .teaser-item{width:-webkit-calc(25% - 1.46484vw);width:calc(25% - 1.46484vw);margin-right:1.95312vw}.teaser-list-container.col-4 .teaser-list .teaser-item:last-child,.teaser-list-container.col-4 .teaser-list .teaser-item:nth-child(2n){margin-right:0}}@media screen and (max-width:767px){.teaser-list-container.col-4 .teaser-list .teaser-item{width:100%;margin-right:0}}.teaser-list-container.col-4 .teaser-list .teaser-item:nth-child(n+5){margin-top:2.43056vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser-list-container.col-4 .teaser-list .teaser-item:nth-child(n+5){margin-top:3.41797vw}}.cmp-teaser-remastered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.cmp-teaser-remastered__cover{position:absolute;left:0;top:0;right:0;bottom:0!important;width:100%;height:100%;cursor:pointer}.cmp-teaser-remastered__cover--black{background-color:rgba(0,0,0,.7)}.cmp-teaser-remastered__content{width:50%}@media screen and (max-width:767px){.cmp-teaser-remastered__content{width:100%}}.cmp-teaser-remastered__media{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:767px){.cmp-teaser-remastered__media{width:100%}}.cmp-teaser-remastered__media{position:relative;overflow:hidden}.cmp-teaser-remastered__media__extral,.cmp-teaser-remastered__media__video{display:none}.cmp-teaser-remastered__media img{width:100%;-webkit-transition:all .3s;transition:all .3s}.cmp-teaser-remastered__media__origin .cmp-teaser-remastered__cover{display:none}.cmp-teaser-remastered__media__extral__video{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.cmp-teaser-remastered__media__extral__video video{max-width:100%;max-height:100%;background-color:#1a1a1a}.cmp-teaser-remastered__media__extral__video iframe{width:100%!important;height:100%!important;display:block!important}.cmp-teaser-remastered__media__extral__video__container{width:100%;height:100%;background-color:#1a1a1a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content{padding:3.47222vw;color:#1a1a1a}.cmp-teaser-remastered__content .cm__rte *{padding:0;margin:0}@media screen and (max-width:767px){.cmp-teaser-remastered__content{padding:10.66667vw 5.33333vw}}.cmp-teaser-remastered__content__subtitle{margin-left:0;word-wrap:break-word;margin-bottom:.69444vw;color:#29418a;font-size:.97222vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__subtitle{font-size:3.2vw;margin-bottom:1.33333vw}}.cmp-teaser-remastered__content__title p{font-size:1.66667vw;font-weight:500;line-height:1.5;word-wrap:break-word}@media screen and (max-width:767px){.cmp-teaser-remastered__content__title p{font-size:4.8vw}}.cmp-teaser-remastered__content__desc{margin:.69444vw 0 0;word-wrap:break-word}.cmp-teaser-remastered__content__desc p{font-size:1.11111vw;line-height:1.5}@media screen and (max-width:767px){.cmp-teaser-remastered__content__desc p{font-size:3.2vw}}@media screen and (max-width:767px){.cmp-teaser-remastered__content__desc{margin:2.66667vw 0 0}}.cmp-teaser-remastered__content__dscm{margin-top:2.08333vw;word-wrap:break-word}.cmp-teaser-remastered__content__dscm p{font-size:.83333vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__dscm p{font-size:3.2vw}}@media screen and (max-width:767px){.cmp-teaser-remastered__content__dscm{margin-top:5.33333vw}}.cmp-teaser-remastered__content__btn{margin-top:1.73611vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content__btn[href=""]{cursor:default}.cmp-teaser-remastered__content__btn.video{width:auto}@media screen and (max-width:767px){.cmp-teaser-remastered__content__btn{margin-top:5.33333vw}}.cmp-teaser-remastered__content__btn.btn_default{background-color:#29418a;color:#fff}.cmp-teaser-remastered__content__btn.btn_default:focus,.cmp-teaser-remastered__content__btn.btn_default:hover{background-color:#5f71a7}.cmp-teaser-remastered.bg-black.cmp-teaser-remastered{background-color:#323e48}.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__desc,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__dscm,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__subtitle,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__title{color:#fff}.cmp-teaser-remastered.bg-black .btn_default{background-color:#fff;color:#29418a}.cmp-teaser-remastered.bg-black .btn_default:hover{background-color:#f2f5f6;color:#29418a}.cmp-teaser-remastered.bg-grey.cmp-teaser-remastered{background-color:#f2f5f6}.cmp-teaser-remastered.align-left .cmp-teaser-remastered__content{text-align:left}.cmp-teaser-remastered.align-center .cmp-teaser-remastered__content{text-align:center}.cmp-teaser-remastered.align-right .cmp-teaser-remastered__content{text-align:right}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__origin{opacity:1;-webkit-transition:all .3s;transition:all .3s;z-index:5}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;display:block}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral{z-index:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{z-index:4;-webkit-transition:all .3s;transition:all .3s;opacity:0;width:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture img{width:100%;height:100%;max-width:100%;max-height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__img picture{opacity:1}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{border:none;z-index:0}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__cover{display:block}@media screen and (max-width:767px){.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__cover,.cmp-teaser-remastered.media-video.play-hover.play .cmp-teaser-remastered__media__extral__video{display:block}}@media screen and (max-width:767px){.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:none;transform:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{display:none}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__cover--black{display:none}@media screen and (min-width:1201px){.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black{display:block}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;display:block}.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.video-btn{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;height:5.55556vw;width:5.55556vw;cursor:pointer!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video-btn__play{background-color:#29418a;border-radius:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA1MCI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIgNDguMzdsNDEuNDQtMjMuNjhMMiAxeiIvPjwvc3ZnPg==);background-size:2.43056vw}.video-btn__enlarge,.video-btn__play{background-repeat:no-repeat;background-position:50%}.video-btn__enlarge{background-image: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);background-size:1.94444vw}@media screen and (max-width:767px){.video-btn{height:16vw;width:16vw}.video-btn__enlarge,.video-btn__play{background-size:7.46667vw}}.teaser{color:#fff;width:100%}.teaser.black-bg .teaser-wrapper{background-color:#323e48}.teaser.black-bg .btn:hover{background-color:#f2f5f6;color:#29418a}.teaser.grey-bg .teaser-wrapper,.teaser.white-bg .teaser-wrapper{color:#1a1a1a}.teaser.grey-bg .btn,.teaser.white-bg .btn{background-color:#29418a;color:#fff}.teaser.grey-bg .btn:focus,.teaser.grey-bg .btn:hover,.teaser.white-bg .btn:focus,.teaser.white-bg .btn:hover{background-color:#5f71a7}.teaser.grey-bg .teaser-wrapper{background-color:#f2f5f6}.teaser.block-align-right .media-container .asset{object-position:right}.teaser.block-align-left .teaser-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.teaser .teaser-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:767px){.teaser .teaser-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.teaser .content-container:not(.product-color__bg),.teaser .media-container{width:50%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767px){.teaser .content-container:not(.product-color__bg),.teaser .media-container{width:100%}}.teaser .content-container:not(.product-color__bg){padding:3.47222vw;box-sizing:border-box}.teaser .content-container:not(.product-color__bg) .content{text-align:center;width:100%}@media screen and (min-width:768px) and (max-width:1024px){.teaser .content-container:not(.product-color__bg){padding:4.88281vw}}@media screen and (max-width:767px){.teaser .content-container:not(.product-color__bg){padding:10.66667vw 5.33333vw}}.teaser .desc{margin-top:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser .desc{margin-top:1.46484vw}}@media screen and (max-width:767px){.teaser .desc{margin-top:2.66667vw}}.teaser .btn{margin-top:1.73611vw;width:15.625vw}@media screen and (min-width:768px) and (max-width:1024px){.teaser .btn{margin-top:2.44141vw;width:21.97266vw}}@media screen and (max-width:767px){.teaser .btn{margin-top:5.33333vw;width:46.66667vw}}.teaser .title{font-size:1.66667vw}.teaser .title p{font-weight:500;font-size:inherit}@media screen and (min-width:768px) and (max-width:1024px){.teaser .title{font-size:2.34375vw}}@media screen and (max-width:767px){.teaser .title{font-size:4.8vw}}@media screen and (max-width:767px){.teaser.block-align-left .teaser-wrapper,.teaser.block-align-right .teaser-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.video-component .eu-container{position:relative}@media screen and (min-width:768px) and (max-width:1024px){.video-component .eu-container{width:100%}}@media screen and (max-width:767px){.video-component .eu-container{width:100%}}.play-video-btn{cursor:pointer;background:hsla(0,0%,100%,.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:4.51389vw;width:4.51389vw;border-radius:3.47222vw;padding:.69444vw;margin:auto;z-index:99;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.play-video-btn,.play-video-btn svg{-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}.play-video-btn svg{height:2.08333vw;width:2.08333vw;fill:#fff;margin-left:.34722vw}.play-video-btn:hover{background-color:#29418a}@media screen and (min-width:768px) and (max-width:1024px){.play-video-btn{height:6.34766vw;width:6.34766vw;border-radius:4.88281vw;padding:.97656vw}.play-video-btn svg{height:2.92969vw;width:2.92969vw;margin-left:.48828vw}}@media screen and (max-width:767px){.play-video-btn{height:17.33333vw;width:17.33333vw;border-radius:13.33333vw;padding:2.66667vw}.play-video-btn svg{height:8vw;width:8vw;margin-left:1.33333vw}}.jquery-modal.blocker{z-index:9999!important}.jquery-modal .modal{padding:0!important;border-radius:0!important}.dialog-model.video-modal-vimeo .dialog-model-content,.dialog-model.video-modal-youtube .dialog-model-content{width:62.5vw!important;height:35.41667vw;padding:0;background:none;max-width:100%!important;background-color:#000!important}.dialog-model.video-modal-vimeo .dialog-model-content .vimeo-video-container,.dialog-model.video-modal-youtube .dialog-model-content .vimeo-video-container{width:100%;height:100%}.dialog-model.video-modal-vimeo .dialog-model-content iframe,.dialog-model.video-modal-youtube .dialog-model-content iframe{width:100%!important;height:100%!important;display:block!important}.dialog-model.video-modal-vimeo .dialog-model-content .video-popup,.dialog-model.video-modal-youtube .dialog-model-content .video-popup{height:100%;width:100%}@media screen and (min-width:768px) and (max-width:1024px){.dialog-model.video-modal-vimeo .dialog-model-content,.dialog-model.video-modal-youtube .dialog-model-content{width:87.89062vw!important;height:49.80469vw}}@media screen and (max-width:767px){.dialog-model.video-modal-vimeo .dialog-model-content,.dialog-model.video-modal-youtube .dialog-model-content{width:100%!important;height:90%}}.video-container{height:auto;position:relative}.video-container .video-info{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70%;z-index:99}@media screen and (max-width:767px){.video-container .video-info{width:100%}}.video-container .video-info .video-info-text{padding:0 1.38889vw 2.08333vw;font-size:2.22222vw;line-height:2.36111vw;font-weight:500;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.video-container .video-info .video-info-text{padding:0 1.95312vw 2.92969vw;font-size:3.125vw;line-height:3.32031vw}}@media screen and (max-width:767px){.video-container .video-info .video-info-text{padding:0 5.33333vw 4vw;font-size:5.86667vw;line-height:6.93333vw}}.video-container .video-info .play-video-btn{position:relative;left:0;top:0;-webkit-transform:none;transform:none}.video-container .teaser-left-to-right{background-color:#252525;background-image:-o-linear-gradient(left,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left top,right top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(90deg,#252525 0,rgba(37,37,37,0))}.video-container .teaser-left-to-right,.video-container .teaser-right-to-left{opacity:.6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.video-container .teaser-right-to-left{background-color:rgba(37,37,37,0);background-image:-o-linear-gradient(left,rgba(37,37,37,0) 0,#252525 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(37,37,37,0)),to(#252525));background:linear-gradient(90deg,rgba(37,37,37,0) 0,#252525)}.video-container .video-bottom-to-top{opacity:.3;background-color:#252525;background-image:-o-linear-gradient(bottom,#252525 0,rgba(37,37,37,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#252525),to(rgba(37,37,37,0)));background:linear-gradient(0deg,#252525 0,rgba(37,37,37,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$from",endColorstr="$to",GradientType=1)}.video-container .video-asset .asset{display:block}@media screen and (max-width:767px){.video-container .video-asset .asset{display:none}}.video-container .video-asset .image{display:none}@media screen and (max-width:767px){.video-container .video-asset .image{display:block}}.where-to-buy{display:inline-block;text-align:center}.where-to-buy-container{width:41.66667vw;padding:3.47222vw 3.47222vw 2.08333vw;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy-container{width:58.59375vw;padding:4.88281vw 4.88281vw 2.92969vw}}@media screen and (max-width:767px){.where-to-buy-container{width:92vw;padding:13.33333vw 13.33333vw 8vw}}.where-to-buy-title{font-size:1.11111vw;line-height:1.38889vw;font-weight:500;color:#323e48}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy-title{font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.where-to-buy-title{font-size:4.26667vw;line-height:5.33333vw}}.where-to-buy-list{margin-top:3.47222vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy-list{margin-top:4.88281vw}}@media screen and (max-width:767px){.where-to-buy-list{margin-top:13.33333vw}}.where-to-buy-item{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:767px){.where-to-buy-item{-webkit-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%}}.where-to-buy-item img{max-width:10.41667vw;margin-bottom:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy-item img{max-width:14.64844vw;margin-bottom:.97656vw}}@media screen and (max-width:767px){.where-to-buy-item img{max-width:40vw;margin-bottom:2.66667vw}}.where-to-buy-item .btn.btn_blue{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}