:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{background-color:#fff;display:flex}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0)}.wsc-dialog__wrapper{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}*,:focus{outline:none}a,abbr,address,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}picture{display:block}img,picture{font-size:0;vertical-align:middle}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a,a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden}*{box-sizing:border-box;scroll-behavior:smooth}a[href=""]{cursor:default}input,textarea{font-family:inherit}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}@media screen and (min-width:1200px){.align-left-pc,.align-left-pc *{text-align:left}.align-center-pc,.align-center-pc *{text-align:center}.align-right-pc,.align-right-pc *{text-align:right}}@media screen and (max-width:767.9px){.align-left-mobile,.align-left-mobile *{text-align:left}.align-center-mobile,.align-center-mobile *{text-align:center}.align-right-mobile,.align-right-mobile *{text-align:right}}.flex-vertical-top{align-items:flex-start!important}.flex-vertical-center{align-items:center!important}.flex-vertical-bottom{align-items:flex-end!important}.flex-horizontal-left{justify-content:flex-start!important}.flex-horizontal-center{justify-content:center!important}.flex-horizontal-right{justify-content:flex-end!important}@media screen and (min-width:1200px){.flex-vertical-top-pc{align-items:flex-start!important}.flex-vertical-center-pc{align-items:center!important}.flex-vertical-bottom-pc{align-items:flex-end!important}.flex-horizontal-left-pc{justify-content:flex-start!important}.flex-horizontal-center-pc{justify-content:center!important}.flex-horizontal-right-pc{justify-content:flex-end!important}}@media screen and (max-width:767.9px){.flex-vertical-top-mobile{align-items:flex-start!important}.flex-vertical-center-mobile{align-items:center!important}.flex-vertical-bottom-mobile{align-items:flex-end!important}}.font-white{color:#fff}.overflow-hidden{overflow:hidden!important}.hide{display:none!important}.show{display:block!important}.float-right{float:right}.float-left{float:left}.clear:after,.clear:before{clear:both;content:"";display:table}.ellipsis{background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%);bottom:0;padding-left:10px;position:absolute;right:0}.none-spacing{padding-bottom:0!important}.visibilityHidden{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(0 0 99.9% 99.9%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.aem-AuthorLayer-Edit .form-v3 .new,.aem-AuthorLayer-Edit .product-detail .product-detail__info__actions .newpar.new.section.aem-Grid-newComponent.cq-Editable-dom{width:100%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}@font-face{font-family:iconfont-midea;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Thin_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Thin_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-ThinItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-ThinItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLight_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLight_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLightItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Light_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Light_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-LightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-LightItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Book_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Book_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BookItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BookItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Medium_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Medium_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-MediumItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-MediumItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Bold_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Bold_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BoldItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BoldItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Black_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Black_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BlackItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BlackItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Ultra_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Ultra_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-UltraItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-UltraItalic_Web.woff) format("woff")}:root{--wsc-message-box-z-index:200001}.mdws-gap-top{margin-top:3.125vw}@media screen and (max-width:767.9px){.mdws-gap-top{margin-top:20px}}.mdws-gap-top.cmp_ugc,.mdws-gap-top.gws-carousel-style.s-below-image,.mdws-gap-top.gws-section-title-v1__styles,.mdws-gap-top.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-top:3.125vw}@media screen and (max-width:767.9px){.mdws-gap-top.cmp_ugc,.mdws-gap-top.gws-carousel-style.s-below-image,.mdws-gap-top.gws-section-title-v1__styles,.mdws-gap-top.mdws-preferred-six-cards_style{padding-top:32px}}.mdws-gap-top.cmp-relatedproduct-midea-v1,.mdws-gap-top.mdws-full-specs,.mdws-gap-top.mdws-manual.manuals-box-v2,.mdws-gap-top.mdws-reviews{margin-top:1.5625vw}@media screen and (max-width:767.9px){.mdws-gap-top.cmp-relatedproduct-midea-v1,.mdws-gap-top.mdws-full-specs,.mdws-gap-top.mdws-manual.manuals-box-v2,.mdws-gap-top.mdws-reviews{margin-top:32px}}.mdws-gap-bottom{margin-bottom:3.125vw}@media screen and (max-width:767.9px){.mdws-gap-bottom{margin-bottom:20px}}.mdws-gap-bottom.cmp_ugc,.mdws-gap-bottom.gws-carousel-style.s-below-image,.mdws-gap-bottom.gws-section-title-v1__styles,.mdws-gap-bottom.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-bottom:3.125vw}@media screen and (max-width:767.9px){.mdws-gap-bottom.cmp_ugc,.mdws-gap-bottom.gws-carousel-style.s-below-image,.mdws-gap-bottom.gws-section-title-v1__styles,.mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:32px}}.mdws-gap-bottom.cmp-relatedproduct-midea-v1,.mdws-gap-bottom.mdws-full-specs,.mdws-gap-bottom.mdws-manual.manuals-box-v2,.mdws-gap-bottom.mdws-reviews{margin-bottom:1.5625vw}@media screen and (max-width:767.9px){.mdws-gap-bottom.cmp-relatedproduct-midea-v1,.mdws-gap-bottom.mdws-full-specs,.mdws-gap-bottom.mdws-manual.manuals-box-v2,.mdws-gap-bottom.mdws-reviews{margin-bottom:32px}}.mdws-border-top{border-top:1px solid #d6d6d6;margin-left:4.1666666667vw;margin-right:4.1666666667vw}@media screen and (max-width:767.9px){.mdws-border-top{margin-left:5.3333333333vw;margin-right:5.3333333333vw}}.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-top:60px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{padding-top:32px}}.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-bottom:60px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:32px}}.page-res-v2 .mdws-border-top{border-top:1px solid #d6d6d6;margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-border-top{margin-left:80px;margin-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-border-top{margin-left:5.5555555556vw;margin-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-border-top{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .mdws-border-top>div{padding-left:0;padding-right:0}.page-v2 .c-gap-bottom{margin-bottom:0;margin-top:0;padding-bottom:60px}@media screen and (max-width:1440.9px){.page-v2 .c-gap-bottom{padding-bottom:4.1666666667vw}}@media screen and (max-width:767.9px){.page-v2 .c-gap-bottom{padding-bottom:32px}}.page-v2 .c-gap-top{margin-bottom:0;margin-top:0;padding-top:60px}@media screen and (max-width:1440.9px){.page-v2 .c-gap-top{padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.page-v2 .c-gap-top{padding-top:32px}}body{box-sizing:border-box;color:#333;font:400 .9375vw/1.5 HCo Gotham,sans-serif!important;margin:0;position:relative}.c-gap-top{padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:16vw}}.c-gap-bottom{padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:16vw}}.c-align-header{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:4vw;padding-right:4vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center,.c-text-align-center *{text-align:center}.c-text-align-right,.c-text-align-right *{text-align:right}.wsc-message-box__cover{background:rgba(0,0,0,.45)}.wsc-message-box__container{width:17.96875vw}@media screen and (max-width:767.9px){.wsc-message-box__container{padding:8vw 6.4vw;width:80vw}}.wsc-message-box__message{color:#858585;font-size:.9375vw;margin:.78125vw 0 1.0416666667vw}@media screen and (max-width:767.9px){.wsc-message-box__message{font-size:3.2vw;margin:4vw 0 5.3333333333vw}}.wsc-message-box svg{height:2.0833333333vw;width:2.0833333333vw}@media screen and (max-width:767.9px){.wsc-message-box svg{height:10.6666666667vw;width:10.6666666667vw}}.wsc-message-box__confirm{background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.0416666667vw;color:#fff;display:inline-block;height:auto;line-height:unset;margin:0;padding:.4166666667vw 2.6041666667vw;transition:none}.wsc-message-box__confirm:hover{background:#0083de}.wsc-message-box__confirm:active{background:#077dce}.wsc-message-box__confirm.mdws-btn--disabled,.wsc-message-box__confirm.mdws-btn--disabled:hover,.wsc-message-box__confirm[disabled],.wsc-message-box__confirm[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.wsc-message-box__confirm{border-radius:5.3333333333vw;padding:2.1333333333vw 13.3333333333vw}}.wsc-message-box .wsc-button{font-size:.8333333333vw}@media screen and (max-width:767.9px){.wsc-message-box .wsc-button{font-size:3.7333333333vw}}.jcf-list .jcf-option{white-space:normal}.bg-blue{background-color:#1f94d2}.link{word-wrap:break-word;color:#1f94d2;text-decoration:none}.md-container .gws-teaserV3,.md-container .gws-video{padding-left:0!important;padding-right:0!important}.aem-AuthorLayer-Edit .mdws--footer-legal-information .cq-Editable-dom{min-width:3.125vw}@media screen and (max-width:767.9px){.aem-AuthorLayer-Edit .mdws--footer-legal-information .cq-Editable-dom{min-width:10.6666666667vw}}.aem-AuthorLayer-Edit .news-contariner .s-right-sidebar .cq-Editable-dom{width:26.0416666667vw}.mdws-btn{word-wrap:break-word;border-radius:1.6666666667vw;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.mdws-btn,.mdws-btn--EL{line-height:1.1458333333vw}.mdws-btn,.mdws-btn--EL,.mdws-btn--L{font-size:1.0416666667vw;font-weight:400;min-width:7.7083333333vw;padding:.8854166667vw 1.6666666667vw}.mdws-btn--L{line-height:normal}.mdws-btn--M{font-size:.8333333333vw;font-weight:400;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw}.mdws-btn--S{font-size:.7291666667vw;font-weight:400;line-height:.8333333333vw;min-width:4.1666666667vw;padding:.2604166667vw 1.0416666667vw}.mdws-btn--primary{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff}.mdws-btn--primary:hover{background:#0083de}.mdws-btn--primary:active{background:#077dce}.mdws-btn--primary.mdws-btn--disabled,.mdws-btn--primary.mdws-btn--disabled:hover,.mdws-btn--primary[disabled],.mdws-btn--primary[disabled]:hover{background:#d6d6d6!important}.mdws-btn--default{border:1px solid #1f94d2;color:#1f94d2}.mdws-btn--default:hover{background:#0083de;color:#fff}.mdws-btn--default:active{background:#077dce;color:#fff}.mdws-btn--default.mdws-btn--disabled,.mdws-btn--default[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.mdws-btn--default.mdws-btn--disabled:hover,.mdws-btn--default[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}.mdws-btn--black{background-color:#fff;border:1px solid #c2c2c2;color:#333}.mdws-btn--black:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.mdws-btn--black:active{border-color:#077dce!important;color:#077dce!important}.mdws-btn--black.mdws-btn--disabled,.mdws-btn--black[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.mdws-btn--white{background-color:#fff;border:1px solid #1f94d2}.mdws-btn--white:hover{color:#79bfe4}.mdws-btn--white.mdws-btn--disabled,.mdws-btn--white[disabled]{color:#d6d6d6}.mdws-btn[disabled]{pointer-events:none}.mdws-btn[hidden]{display:none}.page-res-v2 .mdws-btn{border-radius:40px;font-size:20px;font-weight:400;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn{border-radius:2.7777777778vw;font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}.page-res-v2 .mdws-btn--EL{font-size:20px;font-weight:400;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--EL{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}.page-res-v2 .mdws-btn--L{font-size:20px;font-weight:400;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--L{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}.page-res-v2 .mdws-btn--M{font-size:16px;font-weight:400;line-height:18px;min-width:100px;padding:13px 24px!important}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--M{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}.page-res-v2 .mdws-btn--S{border-radius:32px;font-size:14px;font-weight:400;line-height:16px;min-width:80px;padding:5px 20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--S{border-radius:2.2222222222vw;font-size:.9722222222vw;line-height:1.1111111111vw;min-width:5.5555555556vw;padding:.3472222222vw 1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-btn,.mdws-btn--EL,.mdws-btn--L,.page-res-v2 .mdws-btn,.page-res-v2 .mdws-btn--EL,.page-res-v2 .mdws-btn--L{border-radius:32px;font-size:16px;font-weight:400;line-height:18px;min-width:100px;padding:11px 24px}.mdws-btn--M,.page-res-v2 .mdws-btn--M{border-radius:32px;font-size:14px;font-weight:400;line-height:16px;min-width:80px;padding:10px 16px!important}.mdws-btn--S,.page-res-v2 .mdws-btn--S{border-radius:32px;font-size:12px;font-weight:400;line-height:12px;min-width:60px;padding:8px 12px}}.swiper-btn{border-radius:50%;cursor:pointer;height:3.6458333333vw;position:relative;width:3.6458333333vw}.swiper-btn--prev{background:linear-gradient(90deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--prev:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--prev:before{border-bottom:2px solid #fff;border-left:2px solid #fff;height:20px;width:20px}}.swiper-btn--prev.up{background:linear-gradient(180deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--prev.up:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--prev.up:before{border-bottom:2px solid #fff;border-left:2px solid #fff;height:20px;width:20px}}.swiper-btn--next{background:linear-gradient(270deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--next:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--next:before{border-right:2px solid #fff;border-top:2px solid #fff;height:20px;width:20px}}.swiper-btn--next.down{background:linear-gradient(0,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--next.down:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--next.down:before{border-right:2px solid #fff;border-top:2px solid #fff;height:20px;width:20px}}.swiper-btn.small{height:1.875vw;width:1.875vw}.swiper-btn.small:before{height:.3645833333vw;width:.3645833333vw}.ps-widget.mdws-btn{background-color:transparent!important;border:1px solid transparent!important;border-radius:1.6145833333vw!important;cursor:pointer;display:inline-block;font-family:inherit!important;font-size:1.25vw!important;line-height:1.25!important;padding:.8333333333vw 1.6666666667vw!important}@media screen and (max-width:767.9px){.ps-widget.mdws-btn{border-radius:7.4666666667vw!important;font-size:3.7333333333vw!important;line-height:1.6;padding:1.8666666667vw 10.1333333333vw!important}}.ps-widget.mdws-btn.mdws-btn--default{border-color:#1f94d2!important;color:#1f94d2!important}.ps-widget.mdws-btn.mdws-btn--primary{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff!important}.ps-widget.mdws-btn .ps-button-label{display:none}.mdws-back-v1{padding:1.6666666667vw 12.5vw}@media screen and (max-width:767.9px){.mdws-back-v1{display:none;padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-back-v1-box{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;height:1.25vw;width:fit-content}.mdws-back-v1-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNDgpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xNS42NDUgMjcuNTk0Yy4zNTcuMzU3LjM4Mi45Mi4wNzcgMS4zMDdsLS4wNzcuMDg2LTYuOTU4IDYuOTYyIDYuOTU4IDYuOTYzYy4zNTcuMzU3LjM4Mi45Mi4wNzcgMS4zMDdsLS4wNzcuMDg1YS45ODQuOTg0IDAgMCAxLTEuMzA2LjA3N2wtLjA4Ni0uMDc3TDYuNiAzNi42NDZhLjk4NS45ODUgMCAwIDEtLjA3Ni0xLjMwN2wuMDc2LS4wODYgNy42NTQtNy42NTlhLjk4NC45ODQgMCAwIDEgMS4zOTIgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;height:1.25vw;width:1.25vw}.mdws-back-v1-txt{color:#707070;font-size:.9375vw;margin-left:.5208333333vw}.back-to-top.btn{align-items:center;bottom:-100px;cursor:pointer!important;display:flex;flex-direction:column;font-size:0;justify-content:center;position:fixed;right:48px;transition:all 1s;z-index:99}@media screen and (max-width:1440.9px){.back-to-top.btn{bottom:-6.9444444444vw;right:3.3333333333vw}}@media screen and (max-width:767.9px){.back-to-top.btn{bottom:-100px;min-width:unset;right:20px}}.back-to-top.btn.active{bottom:80px}@media screen and (max-width:1440.9px){.back-to-top.btn.active{bottom:5.5555555556vw}}@media screen and (max-width:767.9px){.back-to-top.btn.active{bottom:80px}}.back-to-top.btn .btn__icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjQgMGMxMy4yNDggMCAyNCAxMC43NTIgMjQgMjRTMzcuMjQ4IDQ4IDI0IDQ4IDAgMzcuMjQ4IDAgMjQgMTAuNzUyIDAgMjQgMFptMi40IDI0aDcuMkwyNCAxNC40IDE0LjQgMjRoNy4ydjkuNmg0LjhWMjRaIiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE0LjM5OCAyNGg3LjJ2OS42aDQuOFYyNGg3LjJsLTkuNi05LjYtOS42IDkuNloiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+) no-repeat;background-position:50%;background-size:contain;height:48px;width:48px}@media screen and (max-width:1440.9px){.back-to-top.btn .btn__icon{height:3.3333333333vw;width:3.3333333333vw}}@media screen and (max-width:767.9px){.back-to-top.btn .btn__icon{height:30px;width:30px}}.back-to-top.btn .btn__text{display:none}@media screen and (max-width:767.9px){.back-to-top.btn .btn__text{display:none}.gws-email-subscription-v1{padding-bottom:5.3333333333vw}.gws-email-subscription-v1__form{bottom:0;left:0;opacity:0;position:fixed!important;z-index:-1}.gws-email-subscription-v1__form-operate{background-color:#fff;bottom:0;left:0;padding:3.7333333333vw 4.2666666667vw;position:fixed;right:0;z-index:100}.gws-email-subscription-v1__form-cover{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.gws-email-subscription-v1__input{background-color:#fff!important;border:1px solid #d8d8d8!important;border-radius:2.1333333333vw!important;color:#000!important;height:14.9333333333vw;width:100%}.gws-email-subscription-v1__button{display:none!important}.gws-email-subscription-v1__auto{background-color:#f6f6f6!important;border-radius:4.2666666667vw 4.2666666667vw 0 0;bottom:19.7333333333vw!important;box-shadow:0 0 8px 0 rgba(0,0,0,.1);color:#000;padding-left:4.2666666667vw;padding-right:4.2666666667vw;padding-top:8vw;position:fixed!important;right:0!important;text-align:left;width:100%}.gws-email-subscription-v1__auto-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAAXNSR0IArs4c6QAAAOpJREFUOE+9lDEKwkAQACeIYmXvL/yHhaB/UbSyUvQtYmdh5VvsfYAGBLOSg+XM7cYQcpAiuc3c7O3eZbQ8spZ5dAIcAs+m5rHhCLgCN2DjQHdFTF7EbHVcDBwAZ2AK7A2owNbABZgB7wCt2kMPqmGLAvyyDMNcCmrC5GeryjFU4kOaP2ZWyjoDDZXvsmdJmGcYwAdgWb4cgZVVfa+x9Z4Jx6u+uYcaNi+t3JZKGcYwaWAZXktVGqZgXkt952PDHnAC+oCkGcziOgTTCSDPw2obgclCKZg2HQP3Oiel6WXTzX3Y2K7uSflrgQ+6sTQWxr4XhAAAAABJRU5ErkJggg==) no-repeat 0 0;background-size:100% 100%;cursor:pointer;height:6.4vw;position:absolute;right:4.2666666667vw;top:4.2666666667vw;width:6.4vw}.gws-email-subscription-v1--focus .gws-email-subscription-v1__container{height:0}.gws-email-subscription-v1--focus .gws-email-subscription-v1__form{opacity:1;z-index:100}}.gws-email-subscription-v1__container{border-radius:1.0416666667vw;color:#000;padding-top:0;text-align:center;transition:all .3s ease;width:100%;z-index:100}@media screen and (max-width:767.9px){.gws-email-subscription-v1__container{border-radius:4.2666666667vw 4.2666666667vw 0 0;padding-top:0;width:100%}}.gws-email-subscription-v1__close{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjIuMjUgNS43NWExLjE2NyAxLjE2NyAwIDAgMSAwIDEuNjVsLTYuNiA2LjU5OCA2LjYgNi42MDFhMS4xNjcgMS4xNjcgMCAwIDEtMS42NSAxLjY1bC02LjYtNi42LTYuNiA2LjZhMS4xNjcgMS4xNjcgMCAwIDEtMS42NS0xLjY1bDYuNi02LjZMNS43NSA3LjRBMS4xNjcgMS4xNjcgMCAxIDEgNy40IDUuNzVsNi42IDYuNTk4IDYuNi02LjU5OGExLjE2NyAxLjE2NyAwIDAgMSAxLjY1IDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:50% 50%;cursor:pointer;display:none;height:1.875vw;position:absolute;right:.78125vw;top:.78125vw;width:1.875vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__close{height:12.8vw;right:.5333333333vw;top:.5333333333vw;width:12.8vw}}.gws-email-subscription-v1__title{color:#707070;font-size:.8333333333vw;font-weight:400;line-height:normal;margin-bottom:.8333333333vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__title{font-size:3.2vw;line-height:5.3333333333vw;margin-bottom:2.6666666667vw}}.gws-email-subscription-v1__sub{display:none;font-size:.7291666667vw;line-height:1.0416666667vw;margin-top:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__sub{font-size:3.7333333333vw;line-height:4.5333333333vw;margin-top:1.6vw}}.gws-email-subscription-v1__form-mobile{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v1__form-mobile{display:block}}.gws-email-subscription-v1__form,.gws-email-subscription-v1__form-mobile{position:relative;width:100%}.gws-email-subscription-v1__auto{background-color:#fff;border-radius:.5208333333vw;box-shadow:0 0 8px 0 rgba(0,0,0,.1);display:none;left:0;overflow:hidden;position:absolute;text-align:left;top:4.0625vw;width:100%;z-index:100}@media screen and (max-width:767.9px){.gws-email-subscription-v1__auto{border-radius:2.1333333333vw;box-shadow:none;margin-top:-8vw;position:relative;top:auto}}.gws-email-subscription-v1__auto li{color:#000;cursor:pointer;font-size:.8333333333vw;line-height:.9895833333vw;padding:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__auto li{border-bottom:1px solid #e3e3e3;font-size:4.2666666667vw;line-height:5.0666666667vw;padding-bottom:5.3333333333vw;padding-left:1.0666666667vw;padding-right:1.0666666667vw;padding-top:5.3333333333vw}}.gws-email-subscription-v1__auto li:hover{background-color:#f6f6f6}.gws-email-subscription-v1__auto li [data-disable-email-detection],.gws-email-subscription-v1__auto li a[href^="mailto:"]{color:inherit!important;text-decoration:none!important}.gws-email-subscription-v1__form-operate{font-size:.8333333333vw!important;position:relative}.gws-email-subscription-v1__input,.gws-email-subscription-v1__mobile-input{border:none;border-radius:1.4583333333vw!important;color:#333;font-size:.8333333333vw;font-weight:500;height:2.9166666667vw;overflow:hidden;padding-right:3.75vw!important;text-indent:1.25vw;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:767.9px){.gws-email-subscription-v1__input,.gws-email-subscription-v1__mobile-input{border-radius:7.4666666667vw!important;font-size:4.2666666667vw;height:11.7333333333vw;padding-right:14.4vw!important;text-indent:4.2666666667vw}}.gws-email-subscription-v1__input{padding-right:3.125vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__input{padding-right:2.6666666667vw}}.gws-email-subscription-v1__button,.gws-email-subscription-v1__mobile-button{font-size:0;height:1.25vw;padding:0;position:absolute;right:1.25vw;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button,.gws-email-subscription-v1__mobile-button{font-size:0;height:6.4vw;right:5.3333333333vw;width:6.4vw}}.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{border-right:.1041666667vw solid #c2c2c2;border-top:.1041666667vw solid #c2c2c2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{border-right:2px solid #c2c2c2;border-top:2px solid #c2c2c2;height:10px;width:10px}}.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{left:100%}.gws-email-subscription-v1__button:after,.gws-email-subscription-v1__mobile-button:after{background-color:#c2c2c2;content:"";display:inline-block;height:.1041666667vw;position:absolute;right:-.1041666667vw;transform:translateY(-50%);width:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button:after,.gws-email-subscription-v1__mobile-button:after{height:.5333333333vw;right:-.8vw;width:5.3333333333vw}}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{border-right:.1041666667vw solid #1f94d2;border-top:.1041666667vw solid #1f94d2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{border-right:2px solid #1f94d2;border-top:2px solid #1f94d2;height:10px;width:10px}}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{left:100%}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:after{background-color:#1f94d2}.gws-email-subscription-v1__tips{font-size:.7291666667vw;line-height:1.0416666667vw;margin-top:1.0416666667vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__tips{font-size:3.7333333333vw;line-height:5.3333333333vw;margin-top:2.6666666667vw}}.gws-email-subscription-v1__tips--desc{color:#adadad;display:none}.gws-email-subscription-v1__tips--success{color:#333;display:none}.gws-email-subscription-v1__tips--success:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAANdSURBVFiF1ZlNaFNZFIC/c5vXjFNpx4YUStOhI8IMLoaRCnYhFFzrbsBFQSIqDrNVSxcjzDCFGfzBpRZHKEI3IiIY0J10I1lMRgURrMUJptKxIcWUpjYkeWcWL0nbNCZ99vVVv91795z7Pu5L7j05ET6ClKZ2BAn225hBRQdAdgPdAh0ACllgFvSVIHGDPZknn+iV3vdunyVugtOa/rYIJwXzI2ify0clFft2AP4KS/iFp4JvNNPbgv0LyBDQ5k5sHTnQiRJmtEdCqU0JqqqkmY/a2H+CdG1SrHb2OYMZCdM5LiLqWjCjmfYCXAA97a3YOoUxC4ZDElqoO1rv5ozOhAJ8MQ4c3kq1VcSKLEcjEsnUDqwTdFZOJ/BPrkLMQoZqV9KsvlBVcV6r73IAhwtwQVXXLNoawTTz0a3/zDVCTzsOK1Rty1vJ395/W92icyXM/soWVF3B8j63zXIA0uW4lK/AOSFKSILNb8JekWtB+8MSfmEAinASH+SeZqe5+uou04tvmoW2lZ2QlKZ2WHz53P3Z6o7Yf4/46fFlilqi3WojPniVztb2BhmSLLC01wQJ9vspB7BQyPFycaZJlvYFCfYbGzPopxzAdzu/5oev9jTNtTGDxqnn/JPb09bDrQO/ETStTfMVHTDlYtM3uTsDo3QFd21wFtkdALo3Epot5Lj5+gGdre0cjRwiIC1bLAdAd6BSpjfjeOIPHs0/A+Bh+jHX9p2pK+mhHAIdpnmYw9PsdEMJr+UqmPIPnKac+uZIQ5mtkFPItpz9dfiYQLhZ8MHQ92QLOf55N1W9N7WYYmpxBlttfn5yxVO5Mv/KrKbvCbLh+u/88xtcT95rGOORHIrGjCBxN0m/7z3Bqb4jHxz3Sg5AkLgx2JNuEz8k6aUcgMGeNHnyCZCk2+RaSa/lQJJ58gkBmNX0RUHOfsw099/GSS2lORo5RIflXcWm6KVuCZ/7PApWp1eiE9tttYJOVPo31ZOkhBkFnds+qQo657g4VAV7JJQymJHtkVrBYEZWN5XWnMVhOsdBxny3qiJjjsMKawRFRC0YBmJ+apWJWTBc2+laV82EJLRQZDmKv5KxIsvReh2uuuVWRCIZCxny53XLmIUM1etswefcwFzNJ9sCruWTbaLX4uffEP8DSOuqY2lnaN8AAAAASUVORK5CYII=) no-repeat 0 0;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;margin-right:.4166666667vw;position:relative;top:.2604166667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__tips--success:before{height:5.3333333333vw;margin-right:2.6666666667vw;top:1.0666666667vw;width:5.3333333333vw}}.gws-email-subscription-v1__tips--error,.gws-email-subscription-v1__tips--require,.gws-email-subscription-v1__tips--validate{color:#f13d36;display:none}.gws-email-subscription-v1__tips--error:before,.gws-email-subscription-v1__tips--require:before,.gws-email-subscription-v1__tips--validate:before{color:#f13d36;content:"*"}.gws-email-subscription-v1__agree-treaty{align-items:flex-start;color:#707070;display:flex!important;font-size:.8333333333vw;font-weight:400;letter-spacing:0;line-height:normal;margin-top:.8333333333vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty{font-size:3.7333333333vw;line-height:4.8vw;margin-top:4.2666666667vw}}.gws-email-subscription-v1__agree-treaty input[type=checkbox]{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border:1px solid #d6d6d6;border-radius:.2083333333vw;cursor:pointer;display:flex;flex-shrink:0;height:.9375vw;justify-content:center;margin-right:.5208333333vw;position:relative;width:.9375vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:1.0666666667vw;height:4.2666666667vw;margin-right:2.6666666667vw;margin-top:.2666666667vw;width:4.2666666667vw}}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked{background-color:#1f94d2;border-color:#1f94d2}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked:after{border-color:#fff;color:#fff}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border:2px solid transparent;border-left:0;border-top:0;box-sizing:content-box;color:transparent;content:"";height:.4166666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);transform-origin:center;transition:transform .15s ease-in 50ms;width:.2083333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{height:2.1333333333vw;width:1.0666666667vw}}.gws-email-subscription-v1__agree-treaty a{color:#1f94d2}.gws-email-subscription-v1 .show-agree-warning{color:#ec2411}.gws-email-subscription-v1 .show-agree-warning input[type=checkbox]{border-color:#ec2411}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1{padding-bottom:20px}.mdws-footer .gws-email-subscription-v1--focus .gws-email-subscription-v1__container{height:auto}.mdws-footer .gws-email-subscription-v1__form-operate{padding:14px 16px!important}.mdws-footer .gws-email-subscription-v1__form-mobile-operate{height:42px}}.mdws-footer .gws-email-subscription-v1__title{font-size:14px;margin-bottom:16px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__title{font-size:.9722222222vw;margin-bottom:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__title{font-size:14px!important;line-height:22px!important;margin-bottom:8px!important}}.mdws-footer .gws-email-subscription-v1__container .gws-email-subscription-v1__form-operate{font-size:14px!important;position:relative}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__container .gws-email-subscription-v1__form-operate{font-size:.9722222222vw!important}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__container .gws-email-subscription-v1__form-operate{font-size:14px!important;width:100%}.mdws-footer .gws-email-subscription-v1__auto{background-color:#f6f6f6!important;border-radius:16px 16px 0 0;bottom:68px!important;box-shadow:0 0 8px 0 rgba(0,0,0,.1);color:#000;margin:auto;max-width:500px;padding-left:16px;padding-right:16px;padding-top:30px;position:fixed!important;right:0!important;text-align:left;width:100%}.mdws-footer .gws-email-subscription-v1__auto-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAAXNSR0IArs4c6QAAAOpJREFUOE+9lDEKwkAQACeIYmXvL/yHhaB/UbSyUvQtYmdh5VvsfYAGBLOSg+XM7cYQcpAiuc3c7O3eZbQ8spZ5dAIcAs+m5rHhCLgCN2DjQHdFTF7EbHVcDBwAZ2AK7A2owNbABZgB7wCt2kMPqmGLAvyyDMNcCmrC5GeryjFU4kOaP2ZWyjoDDZXvsmdJmGcYwAdgWb4cgZVVfa+x9Z4Jx6u+uYcaNi+t3JZKGcYwaWAZXktVGqZgXkt952PDHnAC+oCkGcziOgTTCSDPw2obgclCKZg2HQP3Oiel6WXTzX3Y2K7uSflrgQ+6sTQWxr4XhAAAAABJRU5ErkJggg==) no-repeat 0 0;background-size:100% 100%;cursor:pointer;height:24px;position:absolute;right:16px;top:16px;width:24px}.mdws-footer .gws-email-subscription-v1__auto li{border-bottom:1px solid #e3e3e3;font-size:16px;line-height:24px;overflow-x:hidden;padding:20px 4px;text-overflow:ellipsis}}.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border:none;border-radius:8px!important;color:#adadad;font-size:14px!important;font-weight:400;height:44px;overflow:hidden;padding:10px 44px 10px 0!important;text-indent:20px;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border-radius:.5555555556vw!important;font-size:.9722222222vw!important;height:3.0555555556vw;padding:.6944444444vw 3.0555555556vw .6944444444vw 0!important;text-indent:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border:1px solid #d6d6d6;border-radius:42px!important;color:#adadad!important;font-size:14px!important;font-weight:400!important;height:42px!important;line-height:22px!important;max-width:500px;padding:10px 20px!important;text-indent:unset;vertical-align:top}.mdws-footer .gws-email-subscription-v1__input::placeholder,.mdws-footer .gws-email-subscription-v1__mobile-input::placeholder{color:#adadad!important}}.mdws-footer .gws-email-subscription-v1__tips{font-size:12px;line-height:normal;margin-top:10px;text-align:left}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__tips{font-size:.8333333333vw;margin-top:.6944444444vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__tips{font-size:12px;margin-top:10px}}.mdws-footer .gws-email-subscription-v1__tips--desc{color:#adadad;display:none}.mdws-footer .gws-email-subscription-v1__tips--success{display:none}.mdws-footer .gws-email-subscription-v1__tips--success:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAANdSURBVFiF1ZlNaFNZFIC/c5vXjFNpx4YUStOhI8IMLoaRCnYhFFzrbsBFQSIqDrNVSxcjzDCFGfzBpRZHKEI3IiIY0J10I1lMRgURrMUJptKxIcWUpjYkeWcWL0nbNCZ99vVVv91795z7Pu5L7j05ET6ClKZ2BAn225hBRQdAdgPdAh0ACllgFvSVIHGDPZknn+iV3vdunyVugtOa/rYIJwXzI2ify0clFft2AP4KS/iFp4JvNNPbgv0LyBDQ5k5sHTnQiRJmtEdCqU0JqqqkmY/a2H+CdG1SrHb2OYMZCdM5LiLqWjCjmfYCXAA97a3YOoUxC4ZDElqoO1rv5ozOhAJ8MQ4c3kq1VcSKLEcjEsnUDqwTdFZOJ/BPrkLMQoZqV9KsvlBVcV6r73IAhwtwQVXXLNoawTTz0a3/zDVCTzsOK1Rty1vJ395/W92icyXM/soWVF3B8j63zXIA0uW4lK/AOSFKSILNb8JekWtB+8MSfmEAinASH+SeZqe5+uou04tvmoW2lZ2QlKZ2WHz53P3Z6o7Yf4/46fFlilqi3WojPniVztb2BhmSLLC01wQJ9vspB7BQyPFycaZJlvYFCfYbGzPopxzAdzu/5oev9jTNtTGDxqnn/JPb09bDrQO/ETStTfMVHTDlYtM3uTsDo3QFd21wFtkdALo3Epot5Lj5+gGdre0cjRwiIC1bLAdAd6BSpjfjeOIPHs0/A+Bh+jHX9p2pK+mhHAIdpnmYw9PsdEMJr+UqmPIPnKac+uZIQ5mtkFPItpz9dfiYQLhZ8MHQ92QLOf55N1W9N7WYYmpxBlttfn5yxVO5Mv/KrKbvCbLh+u/88xtcT95rGOORHIrGjCBxN0m/7z3Bqb4jHxz3Sg5AkLgx2JNuEz8k6aUcgMGeNHnyCZCk2+RaSa/lQJJ58gkBmNX0RUHOfsw099/GSS2lORo5RIflXcWm6KVuCZ/7PApWp1eiE9tttYJOVPo31ZOkhBkFnds+qQo657g4VAV7JJQymJHtkVrBYEZWN5XWnMVhOsdBxny3qiJjjsMKawRFRC0YBmJ+apWJWTBc2+laV82EJLRQZDmKv5KxIsvReh2uuuVWRCIZCxny53XLmIUM1etswefcwFzNJ9sCruWTbaLX4uffEP8DSOuqY2lnaN8AAAAASUVORK5CYII=) no-repeat 0 0;background-size:100% 100%;content:"";display:inline-block;height:1.1458333333vw;margin-right:.4166666667vw;position:relative;top:.4166666667vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__tips--success:before{height:4.2666666667vw;height:16px;margin-right:2.6666666667vw;margin-right:10px;top:1.0666666667vw;top:4px;width:4.2666666667vw;width:16px}}.mdws-footer .gws-email-subscription-v1__tips--error,.mdws-footer .gws-email-subscription-v1__tips--require,.mdws-footer .gws-email-subscription-v1__tips--validate{color:#f13d36;display:none}.mdws-footer .gws-email-subscription-v1__tips--error:before,.mdws-footer .gws-email-subscription-v1__tips--require:before,.mdws-footer .gws-email-subscription-v1__tips--validate:before{color:#f13d36;content:"*"}.mdws-footer .gws-email-subscription-v1__agree-treaty{align-items:flex-start;color:#707070;display:flex!important;font-size:14px;font-weight:400;line-height:normal;margin-top:16px;text-align:left}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty{font-size:.9722222222vw;margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty{font-size:14px;line-height:22px;margin-top:20px}}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border:1px solid #c2c2c2;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-right:10px;position:relative;width:18px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:.2777777778vw;height:1.25vw;margin-right:.6944444444vw;width:1.25vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:4px;height:16px;margin-right:8px;margin-top:1px;width:16px}}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked{background-color:#1f94d2;border-color:#1f94d2}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked:after{border-color:#fff;color:#fff}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border:2px solid transparent;border-left:0;border-top:0;box-sizing:content-box;color:transparent;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);transform-origin:center;transition:transform .15s ease-in 50ms;width:4px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border-width:.1388888889vw;height:.5555555556vw;width:.2777777778vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border-width:2px;height:8px;width:4px}}.mdws-footer .gws-email-subscription-v1__agree-treaty a{color:#1f94d2}.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{font-size:0;height:24px;padding:0;right:20px;top:50%;transform:translateY(-50%);width:24px}.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:.1041666667vw solid #c2c2c2;border-top:.1041666667vw solid #c2c2c2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:2px solid #c2c2c2;border-top:2px solid #c2c2c2;height:10px;width:10px}}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{height:1.6666666667vw;right:1.3888888889vw;width:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtMTMuMDU3IDguNjY2LTMuNTI4IDMuNTNhLjY2Ny42NjcgMCAxIDAgLjk0Mi45NDJsNC42NjctNC42NjZhLjY2Ny42NjcgMCAwIDAgMC0uOTQzTDEwLjQ3IDIuODYyYS42NjcuNjY3IDAgMSAwLS45NDMuOTQzbDMuNTI4IDMuNTI4SDEuMzM0YS42NjcuNjY3IDAgMSAwIDAgMS4zMzNoMTEuNzIzWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQURBREFEIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;height:20px;right:20px;width:20px}}.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:2px solid #c2c2c2;border-top:2px solid #c2c2c2;height:8px;left:100%;width:8px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right-width:.1388888889vw;border-top-width:.1388888889vw;height:.5555555556vw;width:.5555555556vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{display:none}}.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{background-color:#c2c2c2;content:"";display:inline-block;height:2px;position:absolute;right:-2px;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{height:.1388888889vw;right:-.1388888889vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{display:none}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__container,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__container,.s-right-sidebar .gws-email-subscription-v1__container{background-color:#fff;display:flex;flex-direction:column}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__title,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__title,.s-right-sidebar .gws-email-subscription-v1__title{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;margin:unset}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__title,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__title,.s-right-sidebar .gws-email-subscription-v1__title{font-size:18px;font-weight:500;line-height:26px}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__sub,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__sub,.s-right-sidebar .gws-email-subscription-v1__sub{color:#707070;display:block;font-size:.9375vw;line-height:normal;margin-top:.625vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__sub,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__sub,.s-right-sidebar .gws-email-subscription-v1__sub{font-size:12px;font-weight:400;line-height:16px;margin-top:8px}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__input,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__input,.s-right-sidebar .gws-email-subscription-v1__input{border:1px solid #d6d6d6;font-size:1.0416666667vw;font-weight:400;padding-right:1.25vw!important}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__input::-webkit-input-placeholder,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__input::placeholder,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__input::-webkit-input-placeholder,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__input::placeholder,.s-right-sidebar .gws-email-subscription-v1__input::-webkit-input-placeholder,.s-right-sidebar .gws-email-subscription-v1__input::placeholder{color:#adadad}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__input,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__input,.s-right-sidebar .gws-email-subscription-v1__input{border:1px solid #d6d6d6!important;border-radius:28px!important;color:#adadad;font-size:14px;font-weight:400;height:44px;line-height:22px;padding:11px 20px!important;text-indent:unset}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button,.s-right-sidebar .gws-email-subscription-v1__button{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block!important;display:inline-block;font-family:HCo Gotham,sans-serif!important;font-size:1.0416666667vw;font-weight:400;height:unset;line-height:normal;margin-top:.8333333333vw;min-width:7.7083333333vw;padding:.8854166667vw 1.6666666667vw;position:unset;text-align:center;transform:unset;white-space:normal;width:100%}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button:hover,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button:hover,.s-right-sidebar .gws-email-subscription-v1__button:hover{background:#0083de}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button:active,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button:active,.s-right-sidebar .gws-email-subscription-v1__button:active{background:#077dce}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button.mdws-btn--disabled,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button.mdws-btn--disabled:hover,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button[disabled],.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button[disabled]:hover,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button.mdws-btn--disabled,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button.mdws-btn--disabled:hover,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button[disabled],.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button[disabled]:hover,.s-right-sidebar .gws-email-subscription-v1__button.mdws-btn--disabled,.s-right-sidebar .gws-email-subscription-v1__button.mdws-btn--disabled:hover,.s-right-sidebar .gws-email-subscription-v1__button[disabled],.s-right-sidebar .gws-email-subscription-v1__button[disabled]:hover{background:#d6d6d6!important}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button:after,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button:before,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button:after,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button:before,.s-right-sidebar .gws-email-subscription-v1__button:after,.s-right-sidebar .gws-email-subscription-v1__button:before{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button,.s-right-sidebar .gws-email-subscription-v1__button{border-radius:32px;font-size:16px;font-weight:400;line-height:18px;margin-top:16px;min-width:100px;padding:11px 24px}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__form,.s-right-sidebar .gws-email-subscription-v1__form{display:flex;margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__form,.s-right-sidebar .gws-email-subscription-v1__form{margin-top:16px;opacity:1;position:relative!important;z-index:1}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form-cover,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form-mobile,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__form-cover,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__form-mobile,.s-right-sidebar .gws-email-subscription-v1__form-cover,.s-right-sidebar .gws-email-subscription-v1__form-mobile{display:none}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form-operate,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__form-operate,.s-right-sidebar .gws-email-subscription-v1__form-operate{padding:0;width:100%}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips,.s-right-sidebar .gws-email-subscription-v1__tips{font-size:.9375vw;margin-top:0;order:2;text-align:center}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips li,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips li,.s-right-sidebar .gws-email-subscription-v1__tips li{margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips,.s-right-sidebar .gws-email-subscription-v1__tips{font-size:12px;line-height:16px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips li,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips li,.s-right-sidebar .gws-email-subscription-v1__tips li{margin-top:16px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips--success,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips--success,.s-right-sidebar .gws-email-subscription-v1__tips--success{color:#707070;font-size:14px;font-weight:400;line-height:22px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips--success:before,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips--success:before,.s-right-sidebar .gws-email-subscription-v1__tips--success:before{height:20px;margin-right:8px;top:4px;width:20px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips--error,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips--require,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips--validate,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips--error,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips--require,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips--validate,.s-right-sidebar .gws-email-subscription-v1__tips--error,.s-right-sidebar .gws-email-subscription-v1__tips--require,.s-right-sidebar .gws-email-subscription-v1__tips--validate{color:#ed0d0d;font-size:14px;font-weight:400;line-height:22px;text-align:center}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto,.s-right-sidebar .gws-email-subscription-v1__auto{top:3.75vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto,.s-right-sidebar .gws-email-subscription-v1__auto{background-color:#fff!important;border-radius:8px;bottom:112px!important;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);height:fit-content;margin-top:unset;padding:8px 16px;position:absolute!important;top:unset;z-index:10000}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto-close,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto-close,.s-right-sidebar .gws-email-subscription-v1__auto-close{display:none}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li,.s-right-sidebar .gws-email-subscription-v1__auto li{font-size:1.0416666667vw;margin:0 1.0416666667vw;padding:1.0416666667vw .5208333333vw}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li:first-child,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li:first-child,.s-right-sidebar .gws-email-subscription-v1__auto li:first-child{margin-top:1.0416666667vw}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li:last-child,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li:last-child,.s-right-sidebar .gws-email-subscription-v1__auto li:last-child{margin-bottom:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li,.s-right-sidebar .gws-email-subscription-v1__auto li{border:none;font-size:14px;line-height:22px;margin:unset;overflow:hidden;padding:12px 8px;text-overflow:ellipsis}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li:first-child,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto li:last-child,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li:first-child,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto li:last-child,.s-right-sidebar .gws-email-subscription-v1__auto li:first-child,.s-right-sidebar .gws-email-subscription-v1__auto li:last-child{margin:unset}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty,.s-right-sidebar .gws-email-subscription-v1__agree-treaty{font-size:.9375vw;margin-top:1.3541666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty,.s-right-sidebar .gws-email-subscription-v1__agree-treaty{font-size:12px;line-height:16px;margin-top:16px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty input[type=checkbox],.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox],.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:4px;height:14px;margin-right:8px;margin-top:0;width:14px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after,.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after,.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{height:8px;width:4px}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__container{border-radius:.4166666667vw;bottom:6.25vw;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 2px 6px 0 rgba(0,0,0,.08),0 4px 12px 0 rgba(0,0,0,.08);padding:2.5vw 2.0833333333vw 2.0833333333vw;position:fixed;right:4.1666666667vw;width:26.25vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__container{border-radius:8px 8px 0 0;bottom:0;max-width:unset!important;padding:0 0 16px;right:50%;transform:translateX(50%);width:100%}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__sub,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips,.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__title{margin:16px auto 0;max-width:500px;padding-left:16px;padding-right:16px;width:100%}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__title{margin-top:52px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__sub{margin-top:8px}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips{margin-top:0}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__form-operate{padding:0!important}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto{left:16px;width:calc(100% - 32px)}}.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{background-size:80% 80%;display:block;height:1.4583333333vw;right:1.0416666667vw;top:1.0416666667vw;width:1.4583333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{height:20px;right:calc(50% - 234px);top:16px;width:20px}}@media screen and (max-width:499.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{right:16px}}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__cover{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}}.gws-email-subscription-v1__styles.s-right-sidebar,.s-right-sidebar{margin-left:2.0833333333vw;transition:all .3s ease}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-right-sidebar,.s-right-sidebar{margin-bottom:0;margin-left:unset;margin-top:40px}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1,.s-right-sidebar .gws-email-subscription-v1{padding:0}}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__container,.s-right-sidebar .gws-email-subscription-v1__container{border:1px solid #d6d6d6;border-radius:.2083333333vw;padding:2.0833333333vw;position:unset;width:26.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__container,.s-right-sidebar .gws-email-subscription-v1__container{border-radius:8px;margin:auto;max-width:500px;padding:16px;width:100%}}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__close,.s-right-sidebar .gws-email-subscription-v1__close{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto,.s-right-sidebar .gws-email-subscription-v1__auto{bottom:0!important;top:52px}}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1.fixed,.s-right-sidebar .gws-email-subscription-v1.fixed{width:26.0416666667vw}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1.fixed .gws-email-subscription-v1__container,.s-right-sidebar .gws-email-subscription-v1.fixed .gws-email-subscription-v1__container{position:fixed;right:calc(50% - 33.33333vw);top:3.125vw}.gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1.bottom-position .gws-email-subscription-v1__container,.s-right-sidebar .gws-email-subscription-v1.bottom-position .gws-email-subscription-v1__container{bottom:3.125vw;position:absolute;top:unset}.gws-email-subscription-v1-float-btn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAATdSURBVGiB1ZpNaFRXFMd/574xaaIdMRANxCR+ZOrCRJM0FFw1FJEiCIVWalQKUihEcKJkkeKqm7Z0EUzGorgQXSiCtrbSTdNSCRaElkiisdAYP2omikaaGE0UJ3n3dDGTNF8m8yYzmeS3efDeOff+z/u6553zhCRQEOpYj7iVYpwqUbsBpABYCSyLmQwCvaBhFdOp1m1BndZwsPTOXOeWRB1XH2/P97m+nRatBvu2II4Xf0VdMNcMcm7EGbnQU1P2IBEdngMoPHZjnbhSh9g9IMsTmXQqOoCas+poQ/f+TXe9eMYdQHGoyx8xQwcFcxBY4VljfPQjHFniZjXdDgaexeMQVwBrQzc3W8eeQimfm744EdqMa/bdC5Zcn83UzGZQeLRjrxV7ed7EAyjlVuzlwqMde2cznTGAolB7naAnEXKSpy5OhBxBTxaF2utmNnsNRaH2Ooz5BvD0dkkBLtbW3w+WNUx3cNoACo927I2d+YzUaosTJaLIp90HSs9MPjQlgLWhm5ut2MtpuW1mQukzat6b/GBPeAaKQ11+69hTC048gJBjHXuqONTlH797QgDDzsvaeX3beEUpj5ihg+N3jd1ChcdurBNLK6lbpJJFvxoqR1fssSsgrtSx8MUDrIhpBWJXYPXx9nzHlb/iz22UOeSBSUAHXEc39tSUPTAAPte301tilk7xALI8qhl8ABatTkRShiN8Vp7LgcqVZDreRoi4yom2J3zb2ssrVz3PHU3jaZSCUMd6MbbTaz5fVfgmLd3PASjJzeLI1tUEct6Iy/efgQiHfg3T9vjFlLHiRVFXrdlgELfSq3iA0zvW8OW7+WT5DDefvOSD7+5wou3J7H43/mXH+du0PX5B9hLDV1X5nN6xxuv0COIgbqUR41R59o6xpySH5uoAFauyGRq2fH31Ebsv3eXh8+Epto8Gh/nkp3t88ftDnkdcKvKyad4VYPfGxNdMMU6ViX7DJk6hP4OLH62nfkseRuBqzxDbz3fx/d/9YzaXbj1l+/kurnQPYgQ+35LHxQ/XU+CfW6olajf4Yh/gc6amIpeta/zs//k+Xf2vqPuthyvhQQT48dZTAAI5mRx/v4jiFZnJmBKQAkO0epAUAjmZNFe/RU1FLhA986Piaypyad4VSKJ4AFb6+L/0kRSMQP2WPLat81P7SxiApm0FlK/KTuY0oyzzpWJUgPJV2TRXBwDI8s365ZowPqJFJ/9shomQSuExBg3Qm+pZUkivAQ2nW0XiaNiomM50y0gUFdNp1Lot6RaSKGrdFoM6rdFC6+JCURd1Wk20xG2ueR3gj4dDSRPzZ0JjmWvhYOkdH4BBzin6jhf3j3/wVEROOgY5F90CI87IBdCBtCryhA5ENccC6Kkpe4Cas+kV5QE1Z0cbImNLpTraAPS/1mnh0B/TCowLoHv/pruKbUyPJg8IR8Z3cSYkKxl2aSNC2/yrihOhbYmb1TR+14QAbgcDz4xr9qH0za+yOFD6jGv2TW49TUkX7wVLritSixKZP3WzEC2v107Xcpo23+0+UHoGtYeBhbBCu6g9PF1vAGZoMd0PljVgbX1ar4QSmak7A3HUCGPdmqZ57xkofYrUvu7Mj7Lo26yeGt2xBsghUtjoVmxjhl3amNRG93gW7a8Gk1m0P3tMRzp/t/kPpLL2XOuBbTUAAAAASUVORK5CYII=) no-repeat;background-position:50%;background-size:contain;bottom:calc(20% + 68px);height:48px;opacity:0;position:fixed;right:48px;transition:all 1s;width:48px}.gws-email-subscription-v1-float-btn.active{opacity:1}@media screen and (max-width:1440.9px){.gws-email-subscription-v1-float-btn{bottom:calc(20% + 4.72222vw);height:3.3333333333vw;right:3.3333333333vw;width:3.3333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v1-float-btn{bottom:65.8666666667vw;height:8vw;right:5.3333333333vw;width:8vw}}.gws-feature-showcase{display:flex;justify-content:center;padding:6.25vw 12.5vw}@media screen and (max-width:767.9px){.gws-feature-showcase{flex-wrap:wrap;gap:20px 0;justify-content:flex-start;margin:auto;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:16px;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.gws-feature-showcase{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.gws-feature-showcase{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-feature-showcase{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.gws-feature-showcase_item{align-items:center;display:flex;flex-direction:column;font-size:1.0416666667vw;font-weight:400;margin-right:2.0833333333vw;width:10.7291666667vw}.gws-feature-showcase_item:last-of-type{margin-right:0}@media screen and (max-width:767.9px){.gws-feature-showcase_item{margin-right:0;padding:0 8px;width:33.3333333333%}.gws-feature-showcase_item img{max-height:48px;max-width:48px;object-fit:contain}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-feature-showcase_item img{max-height:12.8vw;max-width:12.8vw}}@media screen and (max-width:767.9px){.gws-feature-showcase_item span{font-family:Gotham;font-size:12px;line-height:16px}.gws-feature-showcase_item{font-size:3.2vw}}.gws-feature-showcase_item-label{color:#333;text-align:center}.gws-feature-showcase_item-icon{height:5.2083333333vw;margin-bottom:1.0416666667vw}@media screen and (max-width:767.9px){.gws-feature-showcase_item-icon{height:12.8vw;margin-bottom:2.6666666667vw;margin-bottom:8px}}.gws-quick-entrance-v1{display:flex;justify-content:space-between}.gws-quick-entrance-v1-left,.gws-quick-entrance-v1-right{width:calc(50% - .78125vw)}@media screen and (max-width:767.9px){.gws-quick-entrance-v1{flex-direction:column;margin:0 auto;max-width:500px}.gws-quick-entrance-v1-left,.gws-quick-entrance-v1-right{width:100%}.gws-quick-entrance-v1-right .gws-text-image_styles:first-of-type{margin-top:8px}}.gws-quick-entrance-v1 .gws-text-image_styles{width:100%}.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:1.5625vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:8px;padding-bottom:0;padding-top:0!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:1.5625vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:8px;padding-top:0!important}.gws-quick-entrance-v1 .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{bottom:0!important;display:flex;left:0!important;padding:2.0833333333vw;right:0!important;top:0!important;transform:unset!important;width:100%}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important;padding:40px;width:100%!important}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{flex-direction:row;flex-wrap:wrap}}.gws-quick-entrance-v1 .gws-bannerV2__content__title{color:#fff;font-size:2.9166666667vw!important;line-height:3.5416666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2__content__title{font-size:18px!important;line-height:26px!important}}.gws-quick-entrance-v1 .gws-bannerV2__content__desc{color:#fff;font-size:1.25vw!important;line-height:1.5625vw!important;margin-top:1.0416666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2__content__desc{font-size:12px!important;line-height:16px!important;margin-top:4px!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__link{font-size:1.0416666667vw!important;line-height:normal!important;margin-top:1.0416666667vw!important;min-width:7.2916666667vw!important;padding:.625vw 1.4583333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__link{border-radius:32px!important;font-size:12px!important;line-height:12px!important;margin:8px 0 0!important;min-width:60px!important;padding:8px 12px!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{max-width:unset;width:auto}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{max-width:unset}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{margin-left:0;margin-right:0!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content{padding:2.9166666667vw!important;width:100%!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important;padding:8vw 5.3333333333vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__title{color:#fff;font-size:1.875vw!important;line-height:2.2916666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__title{font-size:4.8vw!important;line-height:normal!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__desc{color:#fff;font-size:.9375vw!important;line-height:normal!important;margin-top:.8333333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__desc{font-size:3.2vw!important;margin-top:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-top:.8333333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-top:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{text-align:center!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2 .gws-bannerV2__content__wrapper{flex:unset!important;padding:0!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2 .gws-bannerV2__content{align-items:center!important;justify-content:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2 .gws-bannerV2__content{align-items:center!important;justify-content:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2 .gws-bannerV2__content{align-items:center!important;justify-content:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end!important}}body.page-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles.c-gap-between{width:auto}.gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 6.25vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - .52083vw)}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:1.0416666667vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:16px}@media screen and (max-width:767.9px){.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:8px}}.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:16px}@media screen and (max-width:767.9px){.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:8px}.gws-quick-entrance-v1--special .gws-quick-entrance-v1{flex-direction:column}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:100%}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-text-image_styles:first-of-type{margin-top:8px}}.page-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:8px}}.page-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:8px}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:16px}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:8px}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:16px}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:8px}}.page-res-v2 .gws-quick-entrance-v1{margin:0 auto;max-width:1920px}.page-res-v2 .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1-right{width:calc(50% - 8px)}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1-right{width:calc(50% - .55556vw)}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1{max-width:500px}.page-res-v2 .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1-right{width:100%}}.page-res-v2 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:16px;padding-bottom:0}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:8px}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:16px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:8px}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{padding:40px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{padding:2.7777777778vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{padding:40px}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__title{font-size:40px!important;font-weight:500;line-height:48px!important}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__title{font-size:2.7777777778vw!important;line-height:3.3333333333vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__title{font-size:18px!important;line-height:26px!important;max-height:52px!important}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__desc{font-size:20px!important;line-height:28px!important;margin-top:8px!important}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__desc{font-size:1.3888888889vw!important;line-height:1.9444444444vw!important;margin-top:.5555555556vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2__content__desc{font-size:12px!important;line-height:16px!important;margin-top:4px!important}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{border-radius:32px!important;font-size:20px!important;height:56px!important;line-height:22px!important;margin:16px 0 0!important;min-width:148px!important;padding:17px 32px!important}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{border-radius:2.2222222222vw!important;font-size:1.3888888889vw!important;height:3.8888888889vw!important;line-height:1.5277777778vw!important;margin:1.1111111111vw 0 0!important;min-width:10.2777777778vw!important;padding:1.1805555556vw 2.2222222222vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{border-radius:14px!important;font-size:12px!important;height:28px!important;line-height:12px!important;margin:8px 0 0!important;min-width:60px!important;padding:8px 12px!important}}.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content__btn{border-radius:32px!important;font-size:20px!important;height:56px!important;line-height:22px!important;margin:16px 0 0!important;min-width:148px!important;padding:17px 32px!important}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content__btn{border-radius:2.2222222222vw!important;font-size:1.3888888889vw!important;height:3.8888888889vw!important;line-height:1.5277777778vw!important;margin:1.1111111111vw 0 0!important;min-width:10.2777777778vw!important;padding:1.1805555556vw 2.2222222222vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content__btn{border-radius:14px!important;font-size:12px!important;height:28px!important;line-height:12px!important;margin:8px 0 0!important;min-width:60px!important;padding:8px 12px!important}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - 8px)}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:16px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 auto}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - .55556vw)}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{flex-direction:column;padding-left:0;padding-right:0}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{margin-top:8px;width:100%}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-text-image_styles:first-of-type{margin-top:8px}.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1{flex-direction:row;margin:0 auto;max-width:500px;padding-left:0;padding-right:0}.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1-right{margin-top:4px;width:calc(50% - 2px)}.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:4px}.page-res-v2 .gws-quick-entrance-v1--special.c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:4px}.gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 auto;max-width:500px}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1,.page-v2 .c-m-show-two .gws-quick-entrance-v1{flex-direction:row;margin:0 auto;max-width:500px;padding-left:0;padding-right:0}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-left,.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-right,.page-v2 .c-m-show-two .gws-quick-entrance-v1-left,.page-v2 .c-m-show-two .gws-quick-entrance-v1-right{margin-top:0;width:calc(50% - 2px)}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-right .gws-bannerV2_styles,.page-v2 .c-m-show-two .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-v2 .c-m-show-two .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:0}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.page-res-v2 .c-m-show-two .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child,.page-v2 .c-m-show-two .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.page-v2 .c-m-show-two .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0!important}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom,.page-v2 .c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:4px}.page-res-v2 .c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top,.page-v2 .c-m-show-two .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:4px}}.gws-section-title-v1__styles{background-color:#fff;position:relative}.gws-section-title-v1__styles.c-gap-top{padding-top:3.3333333333vw}.gws-section-title-v1__styles.s-top-line:after{background-color:#d6d6d6;content:"";display:block;height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100% - 8.33333vw)}.gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:3.5416666667vw}.gws-section-title-v1__styles.c-bg-grey{background-color:#f7f7f7}.gws-section-title-v1__styles.c-text-align-left .gws-section-title-v1__sub,.gws-section-title-v1__styles.c-text-align-right .gws-section-title-v1__sub{padding:0}@media screen and (max-width:767.9px){.gws-section-title-v1__styles.c-text-align-left .gws-section-title-v1,.gws-section-title-v1__styles.c-text-align-right .gws-section-title-v1{padding:0}}.gws-section-title-v1{padding:0 4.1666666667vw;text-align:center}.gws-section-title-v1 .gws-section-title-v1__achor-text,.gws-section-title-v1 .gws-section-title-v1__main,.gws-section-title-v1 .gws-section-title-v1__sub{will-change:transform,opacity}.gws-section-title-v1 .gws-section-title-v1__achor-text.animate-init-state,.gws-section-title-v1 .gws-section-title-v1__main.animate-init-state,.gws-section-title-v1 .gws-section-title-v1__sub.animate-init-state{opacity:0;transform:translateY(15%)}.gws-section-title-v1 .gws-section-title-v1__achor-text.animate,.gws-section-title-v1 .gws-section-title-v1__main.animate,.gws-section-title-v1 .gws-section-title-v1__sub.animate{animation:fade-in 1s ease-out forwards}.gws-section-title-v1[data-show=N]{display:none}.gws-section-title-v1__main{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;white-space:pre-line}.gws-section-title-v1__sub{word-wrap:break-word;color:#333;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw;padding:0 8.3333333333vw;white-space:pre-wrap}.gws-section-title-v1__sub[data-view=pc]{display:block}.gws-section-title-v1__achor-img,.gws-section-title-v1__achor-text,.gws-section-title-v1__sub[data-view=mobile]{display:none}.gws-section-title-v1:has(.gws-section-title-v1__main.hide):has(.gws-section-title-v1__sub) .gws-section-title-v1__sub{margin-top:0}.page-res-v2 .gws-section-title-v1{margin:auto;padding:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-section-title-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-section-title-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .gws-section-title-v1__main{font-size:40px;line-height:normal}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__main{font-size:2.7777777778vw}}.page-res-v2 .gws-section-title-v1__sub{font-size:20px;line-height:1.4;margin-top:30px;padding:unset}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__sub{font-size:1.3888888889vw;margin-top:2.0833333333vw}}.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:48px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:3.3333333333vw}}@media screen and (max-width:767.9px){.gws-section-title-v1__styles,.page-res-v2 .gws-section-title-v1__styles{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}.gws-section-title-v1__styles.c-gap-top,.page-res-v2 .gws-section-title-v1__styles.c-gap-top{padding-top:30px}.gws-section-title-v1__styles.s-top-line:after,.page-res-v2 .gws-section-title-v1__styles.s-top-line:after{width:calc(100% - 10.66667vw)}.gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main,.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:28px;line-height:36px}.page-res-v2 .gws-section-title-v1{max-width:unset;padding:0}.gws-section-title-v1__main,.page-res-v2 .gws-section-title-v1__main{font-size:24px;line-height:32px}.gws-section-title-v1__sub,.page-res-v2 .gws-section-title-v1__sub{font-size:14px;line-height:22px;margin-top:20px;padding:0}.gws-section-title-v1__sub[data-view=pc]{display:none}.gws-section-title-v1__sub[data-view=mobile]{display:block}}.gws-space{height:3.125vw}@media screen and (max-width:767.9px){.gws-space{height:20px}.space__styles{margin:auto;max-width:500px}}.space__styles.s-bg-gray{background:#f7f7f7}.gws-sticky-menu-v1{width:100%}@media screen and (max-width:767.9px){.gws-sticky-menu-v1:has(.gws-sticky-menu-v1__container){background:#fff;position:relative}.gws-sticky-menu-v1:has(.gws-sticky-menu-v1__container):after{background:#d6d6d6;content:"";display:block;height:1px;position:absolute;width:100%}}.gws-sticky-menu-v1__container{align-items:center;background-color:#fff;border-bottom:1px solid #d6d6d6;display:flex;height:2.0833333333vw;justify-content:flex-start;padding-left:12.5vw;padding-right:12.5vw;position:relative;width:100%}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__container{border-bottom:none;height:unset;margin:auto;max-width:500px;padding-left:5.3333333333vw;padding-left:16px;padding-right:5.3333333333vw;padding-right:16px;width:unset}.gws-sticky-menu-v1__container .swiper-button-next,.gws-sticky-menu-v1__container .swiper-button-prev{align-items:center;background:linear-gradient(270deg,#fff 74%,hsla(0,0%,100%,0));display:flex;height:100%;justify-content:flex-end;left:0;margin-top:0;top:0;width:62px;z-index:2}.gws-sticky-menu-v1__container .swiper-button-next:after,.gws-sticky-menu-v1__container .swiper-button-prev:after{display:none}.gws-sticky-menu-v1__container .swiper-button-next:before,.gws-sticky-menu-v1__container .swiper-button-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU3IDQuNjQgNC42NDItNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODdsLjA1LjA1OGEuNjU2LjY1NiAwIDAgMCAuODcxLjA1MWwuMDU3LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUxLS44N2wtLjA1MS0uMDU4LTUuMTAzLTUuMTA2YS42NTYuNjU2IDAgMCAwLS45MjggMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-size:100% 100%;content:"";height:16px;margin-right:16px;width:16px}.gws-sticky-menu-v1__container .swiper-button-prev{transform:rotate(180deg)}.gws-sticky-menu-v1__container .swiper-button-next{left:unset;right:0}.gws-sticky-menu-v1__container .swiper-button-disabled{display:none}}.gws-sticky-menu-v1__logo{display:none}.gws-sticky-menu-v1__menu{display:flex;font-size:.8333333333vw;height:1.0416666667vw;justify-content:flex-start;line-height:1.0416666667vw;width:100%}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu{font-size:14px;height:unset;justify-content:start;line-height:22px;padding:20px 0}}.gws-sticky-menu-v1__menu-item{color:#adadad;cursor:pointer;flex-shrink:0;height:100%;margin-right:2.0833333333vw;position:relative;width:auto!important}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item{margin-right:20px}}.gws-sticky-menu-v1__menu-item:last-child{margin-right:0!important}.gws-sticky-menu-v1__menu-item:after{background-color:transparent;bottom:0;content:"";display:block;height:.1041666667vw;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item:after{display:none;height:.5333333333vw}}.gws-sticky-menu-v1__menu-item--actived{color:#333;font-weight:500}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item--actived:after{opacity:1}}.gws-sticky-menu-v1__wtb{background-color:#000;border-radius:1.25vw;color:#fff;cursor:pointer;display:inline-block;display:none;flex-shrink:0;font-size:1.0416666667vw;font-weight:500;line-height:1.4583333333vw;line-height:1.1458333333vw;opacity:0;padding:.6770833333vw 1.6145833333vw;text-align:center;transition:all .3s ease}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__wtb{border-radius:5.6vw;font-size:3.7333333333vw;line-height:5.8666666667vw;padding:2.6666666667vw 5.3333333333vw}}.gws-sticky-menu-v1__wtb:hover{background-color:#adadad}.gws-sticky-menu-v1__wtb:active{background-color:#1f94d2}.gws-sticky-menu-v1--fixed .gws-sticky-menu-v1__container{left:0;position:fixed;top:0;z-index:999}body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.1458333333vw!important;width:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:5.8666666667vw!important;width:5.8666666667vw!important}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{max-width:none!important}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;margin-top:1.0416666667vw;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border-radius:5.3333333333vw!important;font-size:4.2666666667vw}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{font-size:4.2666666667vw!important}}body .PVOGu .gFzTjt{transition:background-color .3s ease}body .gXNKhJ svg path{fill:#faad14}body .gXNKhJ .fcrnJX{color:#faad14;font-size:.6770833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .gXNKhJ .fcrnJX{font-size:3.4666666667vw}}body .cTljrq,body .cXFycK,body .ctXAvX,body .iWzxFr{border-color:#d9d9d9}body .cTljrq:focus,body .cXFycK:focus,body .ctXAvX:focus,body .iWzxFr:focus{outline:none}body .cTljrq,body .ctXAvX{border-color:#f5222d}body .cdGsEP,body .jHLwWM{transition:background-color .3s ease}body :focus{outline:none}body .bSELAb,body .cNLDjv,body .dfhJZn{border-color:#00b0f0;color:#00b0f0}body .cNLDjv{border-color:#155724;color:#155724}body .bSELAb{border-color:#faad14;color:#faad14}body .dtbcFW,body .ivnPiD{color:#f5222d}body .gKafYj,body .jZyaYA{border-color:#f5222d}body .hnxeNR{background-color:#fff}body .hgTOIS{border-color:#fff}body .lmnMOP{border-color:#f5222d}body .iUsKot button,body .ldHsQd button{background-color:#1f94d2;transition:background-color .3s ease}body .iUsKot button:hover,body .ldHsQd button:hover{background-color:#00b0f0}body .kxgKIb svg path{fill:#f5222d}body .ljFbKS{color:#f5222d}body .cIHUbi[checked=true]{border-color:#1f94d2}body .cIHUbi[checked=true] svg{fill:#1f94d2;background:#fff}body .dmGCeR{white-space:break-spaces}body .eayAqh{text-indent:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .eayAqh{text-indent:2.6666666667vw}}body .fVALEs{height:100%}body .gsKXqT{background-color:transparent;height:100%}@media screen and (max-width:767.9px){body .gsKXqT{font-size:4.2666666667vw;padding-left:3.2vw}body .eLheDA{align-items:start;flex-direction:column}}body .eLheDA button{width:auto}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#333;font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary]{align-items:center;display:flex}body .my-product-reviews [data-bv-show=rating_summary]{align-items:center;display:flex;padding-left:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .my-product-reviews [data-bv-show=rating_summary]{padding-left:2.1333333333vw}}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1b1b1b;font-size:1.1458333333vw;font-weight:700;line-height:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:4.2666666667vw;line-height:6.4vw}}body .jHLwWM{background-color:#fff;border:1px solid #1f94d2;color:#000}body .product-list [data-bv-show=rating_summary],body .related-product [data-bv-show=rating_summary],body .related-products__container [data-bv-show=rating_summary],body .search-holder [data-bv-show=rating_summary]{position:relative}body .product-list [data-bv-show=rating_summary] :after,body .related-product [data-bv-show=rating_summary] :after,body .related-products__container [data-bv-show=rating_summary] :after,body .search-holder [data-bv-show=rating_summary] :after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}body .product-list [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-product [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-products__container [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .search-holder [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .cxRHxT{font-size:inherit!important;line-height:inherit!important}body .m-us-powerreviewsdisplay{z-index:unset}body.page-v2 div.bv_modal_component_container[data-bv-modal]{border-radius:.4166666667vw}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{border:none!important;border-radius:.4166666667vw;box-shadow:0 .0520833333vw .2083333333vw 0 rgba(0,0,0,.078),0 .2083333333vw .625vw 0 rgba(0,0,0,.078),0 .4166666667vw 1.25vw 0 rgba(0,0,0,.078);max-width:none!important;padding:1.5625vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content:before{display:none!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{background:linear-gradient(90deg,#2b85c3,#37a6f3);background:linear-gradient(90deg,#2b85c3,#37a6f3)!important;border:unset!important;border-radius:1.4583333333vw!important;font-family:inherit!important;font-size:.8333333333vw!important;font-weight:500!important;height:auto!important;line-height:1.0416666667vw!important;margin-top:1.0416666667vw;min-width:6.25vw!important;padding:.4166666667vw 1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{background:#0083de}@media screen and (max-width:767.9px){body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border-radius:5.3333333333vw!important;font-size:4.2666666667vw!important;line-height:5.3333333333vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{font-size:4.2666666667vw!important}}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_container .bv_histogram_row_prefix{align-items:center;display:flex!important;justify-content:space-between}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_container .bv_histogram_row_star{align-items:center;display:flex;justify-content:space-between}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_bar_empty{background:#d6d6d6!important;border-radius:6.875vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_bar_empty .bv_histogram_row_bar_filled{border-radius:6.875vw!important}.mdws-breadcrumb{background:#fbfbfd;padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.mdws-breadcrumb{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-breadcrumb.specialGap{padding:0 4.1666666667vw}.mdws-breadcrumb-list{box-sizing:content-box;font-size:.7291666667vw;height:.9375vw;overflow:hidden;padding:1.25vw 0}.mdws-breadcrumb-list,.mdws-breadcrumb-list li{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.mdws-breadcrumb-list li.lastItem a{overflow:hidden;text-overflow:ellipsis}.mdws-breadcrumb-list li.lastItem:after{display:none}.mdws-breadcrumb-list li a{color:#adadad;font-size:.7291666667vw;font-weight:500;line-height:1.1458333333vw;white-space:nowrap}.mdws-breadcrumb-list li a:hover{color:#707070}.mdws-breadcrumb-list li:after{color:#adadad;content:"/";display:block;font-size:.7291666667vw;margin-left:.2083333333vw;margin-right:.2083333333vw}.mdws-breadcrumb-list li:last-child a{color:#707070;cursor:default}.mdws-breadcrumb-list li:last-child:after{display:none}@media screen and (max-width:767.9px){.mdws-breadcrumb{display:none}}.gws-carousel-style{position:relative}.gws-carousel-style .gws-carousel-line{display:none}@media screen and (max-width:767.9px){.gws-carousel-style.c-gap-bottom{padding-bottom:8vw}.gws-carousel-style.c-gap-top{padding-top:8vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{border:none;cursor:pointer;height:2.9166666667vw;position:absolute;top:50%;transform:translateY(-50%);width:2.9166666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:after,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:after,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{background-color:transparent}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:hover,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:hover{background:rgba(0,0,0,.302)}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{display:none}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:3.125vw;right:unset}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{border-bottom:2px solid #fff;border-left:2px solid #fff;height:16px;width:16px}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:2.6666666667vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{left:unset;right:3.125vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{border-right:2px solid #fff;border-top:2px solid #fff;height:16px;width:16px}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:2.6666666667vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:2.0833333333vw;display:flex;height:.1041666667vw;justify-content:center;line-height:0;padding:0 14.0625vw;text-align:center}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span{position:relative}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:1.0416666667vw;left:0;position:absolute;right:0;top:-1.0416666667vw;z-index:-1}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:8vw;justify-content:center;padding:0 1.3333333333vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{background:hsla(0,0%,100%,.6);border:none;border-radius:unset;font-size:0;height:.1041666667vw;margin:0 1.0416666667vw 0 0!important;opacity:1!important;padding:0;transition:unset;width:13.75vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 2.6666666667vw 0 0!important;width:14.4vw}}.gws-carousel-style.s-within-image .gws-carousel:not([data-swiper-auto-play^=true]) .swiper-pagination-bullet-active{background:#1f94d2!important;opacity:1}@keyframes animation-progress{0%{width:0}to{width:100%}}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active{opacity:1}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active:not(.progress){background:#1f94d2!important}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active.progress{display:flex}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active.progress .progress-inner{animation:animation-progress var(--progress-time) linear forwards;background:#1f94d2!important;cursor:pointer;display:inline-block;height:100%!important;left:0!important;top:0!important;z-index:2!important}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{cursor:pointer;height:.8333333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{height:4.2666666667vw;width:4.2666666667vw}}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{display:inline-block;height:100%;width:100%}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNCA0LjE5MXY3LjYxOGExIDEgMCAwIDAgMS40ODIuODc2bDYuOTI1LTMuODA5YTEgMSAwIDAgMCAwLTEuNzUyTDUuNDgyIDMuMzE1QTEgMSAwIDAgMCA0IDQuMTkxWiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) no-repeat 50%/cover}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cmVjdCB4PSIzIiB5PSIyLjUiIHdpZHRoPSI0IiBoZWlnaHQ9IjExIiByeD0iMSIgZmlsbD0iI0ZGRiIvPjxyZWN0IHg9IjkiIHk9IjIuNSIgd2lkdGg9IjQiIGhlaWdodD0iMTEiIHJ4PSIxIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==) no-repeat 50%/cover}.gws-carousel-style.s-below-image{padding-left:4.1666666667vw;padding-right:4.1666666667vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:2.1875vw}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-prev{display:none}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:0;display:flex;height:.1041666667vw;justify-content:center;line-height:0;padding:0 14.0625vw;text-align:center}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span{position:relative}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:1.0416666667vw;left:0;position:absolute;right:0;top:-1.0416666667vw;z-index:-1}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{justify-content:center}}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{background:#d6d6d6;border:none;border-radius:unset;font-size:0;height:.1041666667vw;margin:0 1.0416666667vw 0 0!important;opacity:1!important;padding:0;transition:unset;width:13.75vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 2.6666666667vw 0 0!important;width:14.4vw}}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet-active{background:#1f94d2!important;opacity:1}.gws-carousel-style.s-bottom-line:after{background-color:#d6d6d6;bottom:0;content:"";display:block;height:1px;position:absolute;width:calc(100% - 8.33333vw)}@media screen and (max-width:767.9px){.gws-carousel-style.s-bottom-line:after{width:calc(100% - 10.66667vw)}}.gws-carousel-style.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-carousel-style.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-carousel-style.c-gap-between .swiper-button-next,.gws-carousel-style.c-gap-between .swiper-button-prev{display:none}.gws-carousel .c-gap-bottom,.gws-carousel .mdws-gap-bottom{margin-bottom:0!important;padding-bottom:0!important}.gws-carousel .c-gap-top,.gws-carousel .mdws-gap-top{margin-top:0!important;padding-top:0!important}.gws-carousel .c-gap-between{padding-left:0!important;padding-right:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{background-color:transparent;border:1px solid #fff;border-radius:50%;bottom:2.0833333333vw;height:2.6041666667vw;margin:0;min-height:2.6041666667vw;min-width:2.6041666667vw;position:absolute;right:5.2083333333vw;top:auto;width:2.6041666667vw;z-index:20}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{display:none}}.gws-carousel .swiper .swiper-button-next:after,.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:after,.gws-carousel .swiper .swiper-button-prev:before{background-color:#fff;bottom:1.3020833333vw;content:"";height:.1041666667vw;left:48%;position:absolute;transform:translateX(-50%) rotate(-45deg);transition:background-color .3s;width:.46875vw}.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:before{top:1.3020833333vw;transform:translateX(-50%) rotate(45deg)}.gws-carousel .swiper .swiper-button-next:hover,.gws-carousel .swiper .swiper-button-prev:hover{background-color:#fff}.gws-carousel .swiper .swiper-button-next:hover:after,.gws-carousel .swiper .swiper-button-next:hover:before,.gws-carousel .swiper .swiper-button-prev:hover:after,.gws-carousel .swiper .swiper-button-prev:hover:before{background-color:#313131}.gws-carousel .swiper .swiper-button-prev{left:auto;right:9.8958333333vw}.gws-carousel .swiper .swiper-button-next{transform:rotate(180deg)}.gws-carousel .swiper .swiper-pagination{align-items:center;bottom:1.3020833333vw;display:flex;height:.5208333333vw;line-height:0;padding:0 5.2083333333vw;text-align:center}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination{bottom:9.6vw;justify-content:center;padding:0 4vw}}.gws-carousel .swiper .swiper-pagination-bullet{background:#1f94d2;border:1px solid transparent;border-radius:50%;font-size:0;height:.2604166667vw;opacity:1!important;padding:0;transition:width .3s,height .3s,border-color .3s,background-color .3s;width:.2604166667vw}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination-bullet{height:1.6vw;opacity:.8;width:1.6vw}}.gws-carousel .swiper .swiper-pagination-bullet-active{background:#313131;border:1px solid #1f94d2;height:.5208333333vw;opacity:1;width:.5208333333vw}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination-bullet-active{height:2.6666666667vw;width:2.6666666667vw}}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:5.2083333333vw;right:auto;transform:rotate(1turn)}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:9.8958333333vw;right:auto;transform:rotate(180deg)}.page-res-v2 .gws-carousel-style.s-below-image{margin:auto;padding-left:unset;padding-right:unset;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-carousel-style.s-below-image{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:40px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:2.7777777778vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-prev{display:none}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:0;display:flex;height:2px;justify-content:center;line-height:0;padding:0 270px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{height:.1388888889vw;padding:0 18.75vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{justify-content:center;padding:0 1.3333333333vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span{position:relative}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:20px;left:0;position:absolute;right:0;top:-20px;z-index:-1}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:1.3888888889vw;top:-1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{background:#d6d6d6;border:none;border-radius:unset;font-size:0;height:2px;margin:0 10px!important;opacity:1!important;padding:0;transition:unset;width:260px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.1388888889vw;margin:0 .6944444444vw!important;width:18.0555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 1.3333333333vw!important;width:11.4666666667vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet-active{background:#1f94d2;opacity:1}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-slide .gws-teaserV3__styles{padding:0}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{align-items:center;display:flex;height:48px;justify-content:center;min-height:unset;min-width:unset;width:48px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:16px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:16px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{flex:1}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{justify-content:space-around;margin:auto;position:relative!important;width:100%}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNjQpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0yMC44NiAzNi43OTJjLjQ3Ni40NzYuNTEgMS4yMjcuMTAyIDEuNzQzbC0uMTAyLjExNC05LjI3OCA5LjI4MyA5LjI3OCA5LjI4NGMuNDc2LjQ3Ni41MSAxLjIyNy4xMDIgMS43NDJsLS4xMDIuMTE1YTEuMzEyIDEuMzEyIDAgMCAxLTEuNzQxLjEwMmwtLjExNS0uMTAyTDguOCA0OC44NmExLjMxNCAxLjMxNCAwIDAgMS0uMTAyLTEuNzQybC4xMDItLjExNSAxMC4yMDYtMTAuMjEyYTEuMzEyIDEuMzEyIDAgMCAxIDEuODU1IDBaIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;border:none;height:32px;left:unset;position:unset;top:unset;transform:unset;width:32px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:after,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:after{display:none}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{transform:rotate(180deg)!important}@media screen and (min-width:1440px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:40px;gap:20px;padding:0 80px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:2px;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:16px;width:16px}}@media screen and (min-width:1600px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:40px;gap:20px;padding:0;width:1440px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:2px;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:16px;width:16px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:2.7777777778vw;gap:1.3888888889vw;padding:0 5.5555555556vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{gap:1.3888888889vw;height:.1388888889vw;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:1.1111111111vw;width:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{height:3.3333333333vw;width:3.3333333333vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{height:2.2222222222vw;width:2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:7.4666666667vw;gap:5.3333333333vw;padding:0 5.3333333333vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0!important;width:14.4vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:4.2666666667vw;width:4.2666666667vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{display:none}}@media screen and (min-width:2592px){.page-res-v2 .gws-carousel__container{margin:0 auto;max-width:2592px}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel,.page-v2 .gws-carousel{margin:0 auto;max-width:500px}.page-res-v2 .gws-carousel-style.c-gap-between,.page-v2 .gws-carousel-style.c-gap-between{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination,.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:20px;gap:10px;max-width:500px;padding:0 20px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet,.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:1.5px;margin:0!important;width:54px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control,.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:16px;width:16px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev,.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{display:none}.page-res-v2 .gws-carousel-style.s-below-image,.page-v2 .gws-carousel-style.s-below-image{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper,.page-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:20px}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet,.page-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:2px;margin:0 10px!important;width:43px}}.mdws-category-anchor-navigation-v1{background:#fff;padding:2.6041666667vw 8.3333333333vw 1.5625vw;position:relative}.mdws-category-anchor-navigation-v1__container{margin:0 -.5208333333vw;overflow:hidden}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__container{margin:0}}.mdws-category-anchor-navigation-v1__menu{display:flex}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu{transition:all .3s}}.mdws-category-anchor-navigation-v1__menu--center{justify-content:center}.mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:8.8541666667vw;margin-right:4.1666666667vw;padding:0;width:8.3333333333vw}.mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#1f94d2}.mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}.mdws-category-anchor-navigation-v1__menu-item__image{display:block;height:6.25vw;margin:0 auto .5208333333vw;object-fit:contain;width:6.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu-item__image{display:none}}.mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.8333333333vw;line-height:1.0416666667vw;overflow:hidden;text-align:center;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu-item__txt{color:#858585;font-size:12px;font-weight:400;line-height:16px;opacity:.75}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item{position:relative}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item:after{background:transparent;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;transform:translateX(-50%);width:26px}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;opacity:1}}.mdws-category-anchor-navigation-v1 .swiper-button{cursor:pointer;height:13.0208333333vw;position:absolute;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button{display:none}}.mdws-category-anchor-navigation-v1 .swiper-button_prev{left:5vw}.mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:24px;width:24px}}.mdws-category-anchor-navigation-v1 .swiper-button_next{right:5vw}.mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:24px;width:24px}}.mdws-category-anchor-navigation-v1--top{height:3.5416666667vw;padding:.7291666667vw 8.3333333333vw}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__image{display:none}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:2.0833333333vw;width:8.3333333333vw}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;flex-direction:column;height:2.0833333333vw;justify-content:center}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;font-weight:500}.mdws-category-anchor-navigation-v1--top .swiper-button{height:3.5416666667vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1--banner{background:transparent}.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt,.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item__txt{color:#fff}.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived:after{background:#fff}}.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{margin:0 auto;max-width:1600px;padding:30px 0}.page-res-v2 .mdws-category-anchor-navigation-v1__container,.page-v2 .mdws-category-anchor-navigation-v1__container{margin:0 auto;width:1180px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:114px;margin-right:24px;padding:0;width:148px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#1f94d2}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child,.page-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__image{height:80px;margin:0 auto 10px;width:80px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:24px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt:hover,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__txt:hover{color:#1f94d2}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button{height:170px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:80px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:20px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:80px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:20px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1--top,.page-v2 .mdws-category-anchor-navigation-v1--top{height:56px;padding:16px 0}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:24px;margin-right:24px}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;height:24px;justify-content:center}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{height:56px}.page-res-v2 .mdws-category-anchor-navigation-v1--top--gap,.page-v2 .mdws-category-anchor-navigation-v1--top--gap{height:64px;padding:24px 0 16px}@media screen and (min-width:1920px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{margin:0 auto;max-width:1920px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:240px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:240px}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{padding:2.0833333333vw 0}.page-res-v2 .mdws-category-anchor-navigation-v1__container,.page-v2 .mdws-category-anchor-navigation-v1__container{margin:0 auto;width:81.9444444444vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:7.9166666667vw;margin-right:1.6666666667vw;padding:0;width:10.2777777778vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child,.page-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__image{height:5.5555555556vw;margin:0 auto .6944444444vw;width:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{font-size:1.1111111111vw;line-height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button{height:7.9166666667vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:1.3888888889vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:1.3888888889vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top,.page-v2 .mdws-category-anchor-navigation-v1--top{height:3.8888888889vw;padding:1.1111111111vw 0}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:1.6666666667vw;margin-right:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;flex-direction:column;height:1.6666666667vw;justify-content:center}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{font-size:1.1111111111vw;line-height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{height:3.8888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top--gap,.page-v2 .mdws-category-anchor-navigation-v1--top--gap{height:4.4444444444vw;padding:1.6666666667vw 0 1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{margin:auto;padding:20px 16px;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1,.page-v2 .mdws-category-anchor-navigation-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1__container,.page-v2 .mdws-category-anchor-navigation-v1__container{width:100%}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1__menu-item{height:auto;margin-right:0;max-height:inherit;min-height:inherit;width:106px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__image{display:block;height:60px;margin:0 auto 4px;width:60px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:auto;margin:0 auto;max-height:32px;min-height:16px;text-align:center;width:90px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:12px;line-height:16px;max-height:inherit;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button{cursor:pointer;display:block;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:46px;z-index:999}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:16px;width:16px}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{left:16px;transform:translateY(-50%) rotate(90deg)}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));right:0}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:16px;width:16px}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,.page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{left:16px;transform:translateY(-50%) rotate(-90deg)}.page-res-v2 .mdws-category-anchor-navigation-v1--top,.page-v2 .mdws-category-anchor-navigation-v1--top{border-bottom:1px solid #d6d6d6;height:46px;padding:0 16px}.page-res-v2 .mdws-category-anchor-navigation-v1--top:after,.page-v2 .mdws-category-anchor-navigation-v1--top:after{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__container,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__container{width:100%}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:46px;margin-right:20px;max-height:unset;min-height:unset;padding:12px 0;width:unset}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:after,.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__image,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:after,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__image{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title,.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070;font-size:14px;height:22px;line-height:22px;margin:unset;max-height:unset;width:unset}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{opacity:.75}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt,.page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;font-weight:500;opacity:1}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button,.page-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item,.page-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item{position:relative}}.page-res-v2 .anchornavigation,.page-v2 .anchornavigation{background:#fff}@media screen and (max-width:767.9px){.page-res-v2 .anchornavigation,.page-v2 .anchornavigation{background:transparent}}.mdws-category-navigation{background-color:#fff;border-bottom:none;margin:0;padding:2.6041666667vw 20.8333333333vw 1.5625vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-navigation{border-bottom:1px solid #d6d6d6;margin:auto;max-width:100%;padding:20px 16px;width:1440px;width:100%}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-category-navigation{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-category-navigation{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-category-navigation__wrap{margin:0 -.5208333333vw;overflow:hidden}@media screen and (max-width:767.9px){.mdws-category-navigation__wrap{margin-right:10px}}.mdws-category-navigation .flex-center{justify-content:center}.mdws-category-navigation__item{display:block;margin-right:4.1666666667vw;max-width:8.3333333333vw;width:8.3333333333vw}.mdws-category-navigation__item:last-child{margin-right:0}@media screen and (max-width:767.9px){.mdws-category-navigation__item{margin-right:0;max-width:106px;width:106px}}.mdws-category-navigation__image{padding:0 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-category-navigation__image{display:flex;justify-content:center;padding:0;width:100%}}.mdws-category-navigation__image img{height:6.25vw;object-fit:contain;width:6.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation__image img{height:60px;width:60px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-category-navigation__image img{height:16vw;width:16vw}}.mdws-category-navigation__title{color:#707070;font-size:.8333333333vw;height:2.0833333333vw;line-height:1.0416666667vw;margin:.5208333333vw auto 0;text-align:center;width:8.3333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;height:auto;line-height:16px;margin:4px auto 0;max-height:32px;min-height:16px;overflow:hidden;text-overflow:ellipsis;width:90px}}.mdws-category-navigation .swiper-button{cursor:pointer;height:8.8541666667vw;position:absolute;top:50%;transform:translateY(-50%);width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button{height:100%;top:0;transform:unset;width:46px;z-index:2}}.mdws-category-navigation .swiper-button_prev{left:17.8125vw}.mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button_prev:before{height:24px;width:24px}.mdws-category-navigation .swiper-button_prev{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0}.mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation .swiper-button_prev:before{height:16px;width:16px}}.mdws-category-navigation .swiper-button_next{right:17.8125vw}.mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button_next:before{height:24px;width:24px}.mdws-category-navigation .swiper-button_next{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));right:0}.mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation .swiper-button_next:before{height:16px;width:16px}}.mdws-category-navigation .gws-sticky-menu-v1{visibility:hidden}@media screen and (max-width:767.9px){.mdws-category-navigation .gws-sticky-menu-v1:after{display:none}}.mdws-category-navigation--top{border-bottom:1px solid #d2d2d2;padding:.5208333333vw 7.5520833333vw;transition:all .5 ease;z-index:2010}@media screen and (max-width:767.9px){.mdws-category-navigation--top{height:62px;margin:0;padding:0 16px;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-category-navigation--top{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-category-navigation--top{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation--top{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-category-navigation--top .swiper-wrapper{justify-content:center}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-wrapper{justify-content:flex-start}}.mdws-category-navigation--top .flex-start{justify-content:flex-start}.mdws-category-navigation--top .mdws-category-navigation__item{margin-right:2.0833333333vw;max-width:unset;width:auto}@media screen and (max-width:767.9px){.mdws-category-navigation--top .mdws-category-navigation__item{margin-right:20px;max-width:unset;padding:20px 0;width:auto}}.mdws-category-navigation--top .mdws-category-navigation__title{height:unset;margin-top:0;width:unset}@media screen and (max-width:767.9px){.mdws-category-navigation--top .mdws-category-navigation__title{font-size:14px;line-height:22px;width:unset}}.mdws-category-navigation--top .swiper-button{height:2.0833333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));height:60px;padding:16px;top:0;width:60px;z-index:2}.mdws-category-navigation--top .swiper-button:before{height:16px;width:16px}}.mdws-category-navigation--top .swiper-button_prev{left:4.1666666667vw}.mdws-category-navigation--top .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_prev:before{height:16px;width:16px}.mdws-category-navigation--top .swiper-button_prev{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0}.mdws-category-navigation--top .swiper-button_prev:before{left:20px}.mdws-category-navigation--top .swiper-button_prev:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_prev:before:before{height:16px;width:16px}}.mdws-category-navigation--top .swiper-button_next{right:4.1666666667vw}.mdws-category-navigation--top .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_next:before{height:16px;width:16px}.mdws-category-navigation--top .swiper-button_next{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));right:0}.mdws-category-navigation--top .swiper-button_next:before{left:60%}.mdws-category-navigation--top .swiper-button_next:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_next:before:before{height:16px;width:16px}}.mdws-category-navigation--top .gws-sticky-menu-v1{visibility:hidden}@media screen and (max-width:767.9px){.mdws-category-navigation--top .gws-sticky-menu-v1:after{display:none}}.mdws-category-tabs{height:46.875vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-tabs{height:144vw;margin:auto;max-height:720px;max-width:500px;padding:0;width:unset}}.mdws-category-tabs_header-wrap{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);left:50%;padding:3.125vw 0;position:absolute;text-align:center;transform:translateX(-50%);transition:color .6s cubic-bezier(.4,0,.2,1);width:100%;z-index:10}@media screen and (max-width:767.9px){.mdws-category-tabs_header-wrap{padding:32px 0}}.mdws-category-tabs_title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;overflow:hidden;padding:0 4.1666666667vw;text-overflow:ellipsis;word-spacing:normal}@media screen and (max-width:767.9px){.mdws-category-tabs_title{font-size:20px;line-height:28px;padding:0 16px}}.mdws-category-tabs_tabList{display:none;margin-top:1.0416666667vw;overflow:hidden;overflow-x:hidden;position:relative;width:100%}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList{margin-top:0;padding:20px 16px}}.mdws-category-tabs_tabList ul{display:flex;font-weight:500;left:0;position:relative;top:0;transform:translateX(0);transition:transform .3s;width:fit-content;z-index:99}.mdws-category-tabs_tabList ul li{cursor:pointer;font-size:1.0416666667vw;margin-right:2.0833333333vw;position:relative}.mdws-category-tabs_tabList ul li>span{white-space:nowrap}.mdws-category-tabs_tabList ul li:last-child{margin-right:0}.mdws-category-tabs_tabList ul li:after{border-radius:.9895833333vw;bottom:-.0520833333vw;content:" ";left:-.9375vw;position:absolute;right:-.9375vw;top:-.15625vw;z-index:-1}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList ul li{font-size:14px;font-weight:400;line-height:22px;margin-right:20px}.mdws-category-tabs_tabList ul li.mdws-category-tabs_active-tab{font-weight:500}}.mdws-category-tabs .mdws-category-tabs_tabList_main{align-items:center;display:flex;justify-content:center}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_container{max-width:75vw;overflow:hidden}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn{align-items:center;cursor:pointer;display:flex;z-index:100}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.hidden{visibility:hidden}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.tabList-btn_prev{margin-right:2.0833333333vw}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.tabList-btn_prev .arrow_btn{transform:rotate(180deg)}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.tabList-btn_next{margin-left:2.0833333333vw}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn .arrow_btn{display:inline-block;height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_container{max-width:unset}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn{padding:0 16px;position:absolute}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.tabList-btn_prev{left:0}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn.tabList-btn_next{right:0}.mdws-category-tabs .mdws-category-tabs_tabList_main .mdws-category-tabs_tabList_btn .arrow_btn{height:14px;width:14px}}.mdws-category-tabs_active-tab .mdws-category-tabs_item-line{transform:scaleX(1)}.mdws-category-tabs_item-line{background-color:transparent;height:2px;transform:scaleX(0);transform-origin:50% 50% 0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mdws-category-tabs_container,.mdws-category-tabs_wrapper{height:100%}.mdws-category-tabs_slide{height:100%;overflow:hidden;text-align:center}.mdws-category-tabs_slide-inner{height:100%;position:relative}.mdws-category-tabs_active-left-slide .mdws-category-tabs_text-wrap-content{transform:translateX(-150%);transition:none}.mdws-category-tabs_active-right-slide .mdws-category-tabs_text-wrap-content{transform:translateX(150%);transition:none}.mdws-category-tabs_text-wrap{background:linear-gradient(0deg,rgba(0,0,0,.3),transparent);bottom:0;left:50%;padding:3.3333333333vw 4.1666666667vw;position:absolute;transform:translateX(-50%);width:100%}@media screen and (max-width:767.9px){.mdws-category-tabs_text-wrap{padding:32px 16px}}.mdws-category-tabs_text-wrap-content{transition:transform .5s cubic-bezier(.6,0,.4,1) .1s,-webkit-transform .5s cubic-bezier(.6,0,.4,1) .1s}.mdws-category-tabs_headline{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;overflow:hidden;text-overflow:ellipsis;transition:color .6s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767.9px){.mdws-category-tabs_headline{font-size:20px;line-height:28px;padding-right:8px}}.mdws-category-tabs_desc{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.25vw;font-weight:400;line-height:1.5625vw;margin-top:.5208333333vw;overflow:hidden;text-overflow:ellipsis;transition:color .6s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767.9px){.mdws-category-tabs_desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:16px;margin-top:8px;overflow:hidden;padding-right:8px;text-overflow:ellipsis}}.mdws-category-tabs_btn{font-size:1.25vw;font-weight:400;margin-top:1.5625vw;padding:.8854166667vw 1.6666666667vw}@media screen and (max-width:767.9px){.mdws-category-tabs_btn{border-radius:32px;font-size:14px;font-weight:400;line-height:16px;margin-top:20px;min-width:80px;padding:10px 16px!important}}.mdws-category-tabs_img-wrap,.mdws-category-tabs_img-wrap picture{height:100%}.mdws-category-tabs_img-wrap img{height:100%;object-fit:cover;width:100%}.mdws-category-tabs_text-white{color:#fff}.mdws-category-tabs_bg-white{background-color:#fff}.mdws-category-tabs_text-black{color:#333}.mdws-category-tabs_bg-black{background-color:#333}.mdws-category-tabs__white .mdws-category-tabs_header-wrap{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);color:#fff}.mdws-category-tabs__white .mdws-category-tabs_tabList_btn .arrow_btn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik02Ljg3OCAyMi45OTZhLjgyMS44MjEgMCAwIDAtLjA2NCAxLjA4OWwuMDY0LjA3MSA1Ljc5OCA1LjgwMi01Ljc5OCA1LjgwM2EuODIxLjgyMSAwIDAgMC0uMDY0IDEuMDg4bC4wNjQuMDcyYS44Mi44MiAwIDAgMCAxLjA4OC4wNjRsLjA3Mi0uMDY0IDYuMzc4LTYuMzgyYS44MjEuODIxIDAgMCAwIC4wNjQtMS4wOWwtLjA2NC0uMDctNi4zNzgtNi4zODNhLjgyLjgyIDAgMCAwLTEuMTYgMFoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+) 100% no-repeat}.mdws-category-tabs__white .mdws-category-tabs_item-line{background-color:#fff}.mdws-category-tabs__white .mdws-category-tabs_desc,.mdws-category-tabs__white .mdws-category-tabs_headline{color:#fff}.mdws-category-tabs__white .mdws-category-tabs_text-wrap{background:linear-gradient(0deg,rgba(0,0,0,.3),transparent)}.mdws-category-tabs__white .mdws-category-tabs_tabList ul li{--ratio:0%}.mdws-category-tabs__white .mdws-category-tabs_tabList ul li.half-left-transparent{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(270deg,#fff 0,transparent var(--ratio));-webkit-background-clip:text;background-clip:text}.mdws-category-tabs__white .mdws-category-tabs_tabList ul li.half-left-transparent .mdws-category-tabs_item-line{background:linear-gradient(270deg,#fff 0,transparent var(--ratio))}.mdws-category-tabs__white .mdws-category-tabs_tabList ul li.half-right-transparent{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#fff 0,transparent var(--ratio));-webkit-background-clip:text;background-clip:text}.mdws-category-tabs__white .mdws-category-tabs_tabList ul li.half-right-transparent .mdws-category-tabs_item-line{background:linear-gradient(90deg,#fff 0,transparent var(--ratio))}.mdws-category-tabs__black .mdws-category-tabs_header-wrap{background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));color:#333}.mdws-category-tabs__black .mdws-category-tabs_tabList_btn .arrow_btn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik02Ljg3OCAyMi45OTZhLjgyMS44MjEgMCAwIDAtLjA2NCAxLjA4OWwuMDY0LjA3MSA1Ljc5OCA1LjgwMi01Ljc5OCA1LjgwM2EuODIxLjgyMSAwIDAgMC0uMDY0IDEuMDg4bC4wNjQuMDcyYS44Mi44MiAwIDAgMCAxLjA4OC4wNjRsLjA3Mi0uMDY0IDYuMzc4LTYuMzgyYS44MjEuODIxIDAgMCAwIC4wNjQtMS4wOWwtLjA2NC0uMDctNi4zNzgtNi4zODNhLjgyLjgyIDAgMCAwLTEuMTYgMFoiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+) 100% no-repeat}.mdws-category-tabs__black .mdws-category-tabs_item-line{background-color:#333}.mdws-category-tabs__black .mdws-category-tabs_headline{color:#333}.mdws-category-tabs__black .mdws-category-tabs_text-wrap{background:linear-gradient(0deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0))}.mdws-category-tabs__black .mdws-category-tabs_desc{color:#333}.mdws-category-tabs__black .mdws-category-tabs_tabList ul li{--ratio:0%}.mdws-category-tabs__black .mdws-category-tabs_tabList ul li.half-left-transparent{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(270deg,#333 0,transparent var(--ratio));-webkit-background-clip:text;background-clip:text}.mdws-category-tabs__black .mdws-category-tabs_tabList ul li.half-left-transparent .mdws-category-tabs_item-line{background:linear-gradient(270deg,#333 0,transparent var(--ratio))}.mdws-category-tabs__black .mdws-category-tabs_tabList ul li.half-right-transparent{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#333 0,transparent var(--ratio));-webkit-background-clip:text;background-clip:text}.mdws-category-tabs__black .mdws-category-tabs_tabList ul li.half-right-transparent .mdws-category-tabs_item-line{background:linear-gradient(90deg,#333 0,transparent var(--ratio))}.mdws-data-v1{flex-wrap:wrap;padding:0 10.9375vw;width:100%}.mdws-data-v1,.mdws-data-v1-item{box-sizing:border-box;display:flex}.mdws-data-v1-item{flex-direction:column;height:7.3958333333vw;margin-bottom:1.5625vw;padding:0 1.5625vw}.mdws-data-v1-item.last-line-item{margin-bottom:0!important}.mdws-data-v1-item:last-child{border-right:none!important}.mdws-data-v1-item-content{color:#333;display:flex;justify-content:center;line-height:3.5416666667vw;margin-bottom:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mdws-data-v1-item-content .value{font-size:2.9166666667vw;text-align:right}.mdws-data-v1-item-content .up-tag,.mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-weight:500;overflow:hidden;text-overflow:ellipsis}.mdws-data-v1-item-content .up-tag{font-size:1.25vw;line-height:1.5625vw;min-width:2.5vw;text-align:left}.mdws-data-v1-item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.25vw;font-weight:500;line-height:1.5625vw;overflow:hidden;overflow-wrap:break-word;text-align:center;text-overflow:ellipsis;width:100%}.mdws-data-v1-col-3 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:33.3333333333%}.mdws-data-v1-col-3 .mdws-data-v1-item:last-child,.mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-right:.0520833333vw solid transparent}.mdws-data-v1-col-4 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:25%}.mdws-data-v1-col-4 .mdws-data-v1-item:last-child,.mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-right:.0520833333vw solid transparent}.mdws-data-v1-col-5 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:20%}.mdws-data-v1-col-5 .mdws-data-v1-item:last-child,.mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-right:.0520833333vw solid transparent}.mdws-data-v1-align-left{justify-content:flex-start}.mdws-data-v1-align-center{justify-content:center}.mdws-data-v1-align-right{justify-content:flex-end}.mdws-data-v1:last-child{border-right:none!important}.page-res-v2 .mdws-data-v1{box-sizing:border-box;display:flex;flex-wrap:wrap;margin:auto;padding:unset;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-data-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-data-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .mdws-data-v1-item{box-sizing:border-box;display:flex;flex-direction:column;height:unset;margin-bottom:30px;padding:0 30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item{margin-bottom:2.0833333333vw;padding:0 2.0833333333vw}}.page-res-v2 .mdws-data-v1-item.last-line-item{margin-bottom:0!important}.page-res-v2 .mdws-data-v1-item:last-child{border-right:none!important}.page-res-v2 .mdws-data-v1-item-content{color:#333;display:flex;justify-content:center;margin-bottom:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content{margin-bottom:.6944444444vw}}.page-res-v2 .mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-size:36px;font-weight:500;line-height:44px;overflow:hidden;text-align:right;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content .value{font-size:2.5vw}}.page-res-v2 .mdws-data-v1-item-content .up-tag{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-size:20px;font-weight:500;line-height:28px;min-width:48px;overflow:hidden;text-align:left;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content .up-tag{font-size:1.3888888889vw;line-height:1.9444444444vw;min-width:3.3333333333vw}}.page-res-v2 .mdws-data-v1-item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;overflow:hidden;overflow-wrap:break-word;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-desc{font-size:1.3888888889vw;line-height:1.9444444444vw}}.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:33.3333333333%}.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:25%}.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:20%}.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-align-left{justify-content:flex-start}.page-res-v2 .mdws-data-v1-align-center{justify-content:center}.page-res-v2 .mdws-data-v1:last-child{border-right:none!important}@media screen and (max-width:767.9px){.page-res-v2 .mdws-data-v1,body .mdws-data-v1{box-sizing:border-box;margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item,body .mdws-data-v1 .mdws-data-v1-item{border-right:none!important;height:unset;margin-bottom:20px;padding:0 8px;position:relative;width:50%!important}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item:nth-child(odd):not(:last-child):after,body .mdws-data-v1 .mdws-data-v1-item:nth-child(odd):not(:last-child):after{background:#d6d6d6;content:"";height:100%;position:absolute;right:0;top:0;transform:scaleX(50%);width:1px}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item-content,body .mdws-data-v1 .mdws-data-v1-item-content{align-items:flex-start;box-sizing:border-box;color:#333;font-weight:500;line-height:normal;margin-bottom:4px}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item-content .value,body .mdws-data-v1 .mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item-content .up-tag,body .mdws-data-v1 .mdws-data-v1-item-content .up-tag{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-data-v1 .mdws-data-v1-item-desc,body .mdws-data-v1 .mdws-data-v1-item-desc{font-size:12px;font-weight:400;line-height:16px;overflow:hidden;overflow-wrap:break-word;text-align:center}.page-res-v2 .mdws-data-v1-align-center,body .mdws-data-v1-align-center{justify-content:flex-start}}.mdws-fixedComponents.mdws-fixedComponents-fixed .mdws-fixedComponents-container{left:0;position:fixed;top:0;width:100%;will-change:transform;z-index:11}@media screen and (max-width:767.9px){.mdws-badges-box{border-top:1px solid #c2c2c2;padding:unset;padding-bottom:20px;width:100%}}.mdws-badges-box .mdws-badges__title{color:#333;font-size:16px;font-weight:500;padding-right:0}@media screen and (max-width:1440.9px){.mdws-badges-box .mdws-badges__title{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-badges-box .mdws-badges__title{align-items:center;color:#333;display:flex;font-size:16px;line-height:24px;padding:16px 44px 16px 0}}.mdws-badges-box ul li{margin-top:16px}@media screen and (max-width:1440.9px){.mdws-badges-box ul li{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-badges-box ul li{margin-top:20px}.mdws-badges-box ul li:first-child{margin-top:0}}.mdws-badges-box ul li img{height:80px;max-width:100%;object-fit:contain}@media screen and (max-width:1440.9px){.mdws-badges-box ul li img{height:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-badges-box ul li img{height:80px}}.mdws-copyright-box{line-height:22px}@media screen and (max-width:1440.9px){.mdws-copyright-box{line-height:1.6}}@media screen and (max-width:767.9px){.mdws--footer-copyright-notice{width:100%}.mdws-copyright-box{font-size:12px;line-height:16px;padding:8px 0}}.mdws-footer__country-slector{color:#333;cursor:pointer;display:inline-block;font-size:14px;line-height:1.5}.mdws-footer__country-slector i{display:none}.mdws-footer__country-slector img{cursor:pointer;width:20px}.mdws-footer__country-slector span{vertical-align:middle}@media screen and (max-width:1440.9px){.mdws-footer__country-slector{font-size:.9722222222vw}.mdws-footer__country-slector img{width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer__country-slector{align-items:center;color:#707070;display:flex;font-size:12px;gap:4px;line-height:16px}.mdws-footer__country-slector img{height:10.88px;width:16px}.mdws-footer__country-slector i{display:none;height:12px;position:relative;width:12px}.mdws-footer__country-slector i:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.7291666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:.7291666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer__country-slector i:before{height:12px;width:12px}}.mdws-footer-country-box{height:24px}@media screen and (max-width:1440.9px){.mdws-footer-country-box{height:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer-country-box{height:auto;width:100%}}.mdws-header-global .nav_lang_wraper{height:100vh}.mdws-footer{background-color:#f7f7f7;padding-top:60px}@media screen and (max-width:1440.9px){.mdws-footer{padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-footer{background-color:unset;padding-top:0}}.mdws-footer .mdws-footer__main{align-items:flex-start;display:flex;margin:auto auto 60px;padding-left:unset;padding-right:unset;width:1200px}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main{padding-left:8.3333333333vw;padding-right:8.3333333333vw;width:unset}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main{margin-bottom:4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main{background-color:#f7f7f7;display:flex;flex-direction:column;margin-bottom:0}}.mdws-footer .mdws-footer__main .mdws-footer__main-list{display:flex;flex:1;flex-wrap:wrap;margin:0 -20px -20px}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list{margin:0 -1.3888888889vw -1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list{display:flex;flex:none;flex-direction:column;margin:0;width:100%}}.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0 20px 20px;width:calc(33.33333% - 40px)}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0 1.3888888889vw 1.3888888889vw;width:calc(33.33333% - 2.77778vw)}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0;width:100%}}.mdws-footer .mdws-footer__main .mdws-footer__main-list .newpar{width:33.3333%}.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:40px;padding-top:unset;width:240px}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div{margin-bottom:24px}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div:last-child{margin-bottom:0}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:2.7777777778vw;width:16.6666666667vw}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:0;width:100%}.mdws-footer__badges{padding-bottom:20px;width:100%}}.mdws-footer__badges>div{margin:24px 0 0 80px;width:160px}.mdws-footer__badges>div:first-child{margin-top:0}@media screen and (max-width:1440.9px){.mdws-footer__badges>div{margin:1.6666666667vw 0 0 5.5555555556vw;width:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer__badges>div{margin:0 0 16px;width:100%}.mdws-footer__badges>div .mdws-badges-box{padding-bottom:0}.mdws-footer__badges>div:last-child{margin-bottom:0}}.mdws-footer__copyRight-otherInfo{border-top:1px solid #c2c2c2}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo{border-top:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub{align-items:center;color:#707070;display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;justify-content:center;letter-spacing:0;margin:0 auto;padding:10px 0;width:1200px}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{padding-left:8.3333333333vw;padding-right:8.3333333333vw;width:unset}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{font-size:.9722222222vw;padding-bottom:.6944444444vw;padding-top:.6944444444vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{background-color:#f7f7f7;font-size:12px;justify-content:flex-start;padding-bottom:unset;padding-top:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box{align-items:center;display:flex}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{cursor:pointer;line-height:normal;margin-right:40px}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin-right:2.7777777778vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:20px 0;width:100%}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box .mdws-legal-information-box{display:flex;flex-wrap:wrap;gap:8px 20px;line-height:16px;margin:0;padding-bottom:8px}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{font-size:12px;font-weight:400;line-height:16px;margin:0;padding:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{display:flex;justify-content:center;margin-bottom:8px;width:100%}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{margin-bottom:.5555555556vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{border-bottom:1px solid #c2c2c2;justify-content:flex-start;margin-bottom:unset}}.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:calc(25% - 40px)}@media screen and (max-width:1440.9px){.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:calc(25% - 2.77778vw)}}@media screen and (max-width:767.9px){.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:100%}}.mdws-legal-information-box{line-height:1.0416666667vw}.mdws-legal-information-box a{cursor:pointer!important;margin-right:1.5625vw}@media screen and (max-width:767.9px){.mdws-legal-information-box a{cursor:pointer;display:inline-block;margin:0 20px 8px 0}}.mdws-footer-links{color:#707070;font-size:14px;font-weight:400}@media screen and (max-width:1440.9px){.mdws-footer-links{font-size:.9722222222vw}}@media screen and (max-width:767.9px){.mdws-footer-links{font-size:14px}}.mdws-footer-links .gws-links .gws-links__title{color:#333;font-size:16px;font-weight:500;padding-right:unset}@media screen and (max-width:1440.9px){.mdws-footer-links .gws-links .gws-links__title{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title{align-items:center;border-bottom:1px solid #d6d6d6;color:#333;display:flex;font-size:16px;line-height:24px;padding:16px 44px 16px 0;position:relative;width:100%;word-break:break-all}.mdws-footer-links .gws-links .gws-links__title:before{border-right:.1041666667vw solid #474747;border-top:.1041666667vw solid #474747;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{border-right:2px solid #474747;border-top:2px solid #474747;height:10px;width:10px}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk0YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wOWwtLjA2NC4wNy01Ljc5OSA1LjgwMyA1LjggNS44MDJhLjgyMS44MjEgMCAwIDEgLjA2MyAxLjA4OWwtLjA2NC4wNzFhLjgyLjgyIDAgMCAxLTEuMDg4LjA2NGwtLjA3Mi0uMDY0LTYuMzc4LTYuMzgyYS44MjEuODIxIDAgMCAxLS4wNjQtMS4wODlsLjA2NC0uMDcxIDYuMzc4LTYuMzgzYS44Mi44MiAwIDAgMSAxLjE2IDBaIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{height:20px;width:20px}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{border:none;left:100%;transform:translate(-100%,-50%) rotate(0deg);transform-origin:center center;transition:transform .3s ease}}.mdws-footer-links .gws-links--active .gws-links__title:before{transform:translate(-100%,-50%) rotate(-180deg)}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links ul{display:none}}.mdws-footer-links .gws-links ul li{word-wrap:break-word;margin-top:12px}.mdws-footer-links .gws-links ul li a{font-weight:400}.mdws-footer-links .gws-links ul li a:hover{text-decoration:underline}.mdws-footer-links .gws-links ul li:first-child{margin-top:16px}@media screen and (max-width:1440.9px){.mdws-footer-links .gws-links ul li{margin-top:.8333333333vw}.mdws-footer-links .gws-links ul li:first-child{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links ul li{word-wrap:break-word;align-items:center;color:#333;display:flex;flex-wrap:wrap;line-height:22px;margin-top:unset;min-height:38px;padding:8px 0}.mdws-footer-links .gws-links ul li a{width:100%}.mdws-footer-links .gws-links ul li:first-child{margin-top:unset}}.mdws-social-media-box{margin-top:0}.mdws-social-media-box .mdws-social-media__title{color:#333;font-size:16px;font-weight:500;margin-bottom:16px}@media screen and (max-width:1440.9px){.mdws-social-media-box .mdws-social-media__title{font-size:1.1111111111vw;margin-bottom:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-social-media-box .mdws-social-media__title{font-size:16px;margin-bottom:unset;padding:16px 0}}.mdws-social-media-box ul{align-items:center;display:flex;flex-wrap:wrap;margin:0 -28px -14px 0}@media screen and (max-width:1440.9px){.mdws-social-media-box ul{margin:0 -1.9444444444vw -.9722222222vw 0}}@media screen and (max-width:767.9px){.mdws-social-media-box ul{gap:8px 32px;margin:0;max-width:100%;padding:8px 0}}.mdws-social-media-box ul li{height:28px;margin:0 28px 14px 0;width:28px}@media screen and (max-width:1440.9px){.mdws-social-media-box ul li{height:1.9444444444vw;margin:0 1.9444444444vw .9722222222vw 0;width:1.9444444444vw}}@media screen and (max-width:767.9px){.mdws-social-media-box ul li{height:32px;margin:0;width:32px}}.mdws-social-media-box ul li img{height:100%;width:100%}footer{background-color:#1f94d2;color:#fff;font-size:1.1458333333vw;font-weight:300}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer{font-size:4.2666666667vw}}footer .footer_content{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;padding:3.90625vw 5.2083333333vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_content{flex-wrap:wrap;padding:0 4vw 12vw}}footer .footer_links_wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;width:66.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_wrap{display:block;width:100%}}footer .footer_links_group{flex:1;padding-left:4%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_group{border-bottom:1px solid hsla(0,0%,100%,.2);padding-left:0;width:100%}}footer .footer_links_group.active .footer_links_tit:after,footer .footer_links_group.active .footer_links_tit:before{transform:translateY(-50%) rotate(45deg)}footer .footer_links_group:first-child{padding-left:0}footer .footer_links_tit{font-size:1.25vw;font-weight:700;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_tit{font-size:4.2666666667vw;font-weight:400;padding:5.3333333333vw 0}footer .footer_links_tit:after,footer .footer_links_tit:before{background-color:#fff;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .15s;width:3.4666666667vw}}footer .footer_links_tit:after{height:3.4666666667vw;right:1.6vw;width:1px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links{display:none;overflow:hidden}}footer .footer_link{color:#fff;display:block;margin-top:.78125vw;opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_link{font-size:3.7333333333vw;margin-left:5.3333333333vw;margin-top:0;padding:3.3333333333vw 0}footer .footer_link:first-child{padding-top:0}}footer .footer_link:last-child{margin-bottom:3.3333333333vw}footer .footer_link:hover{color:inherit;text-decoration:underline}footer .footer_info_wrap{width:33.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_info_wrap{max-width:none;text-align:center;width:100%}}footer .footer_sponsors{text-align:left}footer .footer_sponsors_title{font-size:1.25vw;font-weight:700;margin-bottom:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_title{font-size:4.2666666667vw;font-weight:400;margin:0;padding:5.3333333333vw 0}}footer .footer_sponsors_link[href=""],footer .footer_sponsors_link[href="#"],footer .footer_sponsors_link[href="javascript:;"]{cursor:default}footer .footer_sponsors_img{margin-bottom:2.0833333333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_img{margin:0}}footer .footer_social{display:flex;justify-content:space-between}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social{flex-wrap:wrap;height:auto;margin-top:12vw}}footer .footer_copyright_txt{opacity:.5}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_txt{width:100%}}footer .footer_social_links{display:flex;flex-wrap:wrap;width:65%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_links{margin:4.8vw auto 0;width:72vw}}footer .footer_social_link{display:block;margin-bottom:.5208333333vw;margin-left:12%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_link{margin-bottom:2.6666666667vw;margin-left:0;width:25%}footer .footer_social_link:first-child{margin-left:0}}footer .footer_social_link:hover .footer_social_icon{display:none}footer .footer_social_link:hover .footer_social_icon--hover{display:block}footer .footer_social_icon{fill:#fff;height:1.1458333333vw;min-height:22px;min-width:22px;transition:fill .3s,opacity .3s;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_icon{height:5.8666666667vw;opacity:1;width:5.8666666667vw}}footer .footer_social_icon--hover{display:none}footer .footer_copyright{display:flex;justify-content:space-between;opacity:.8;padding:2.34375vw 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright{flex-wrap:wrap;padding:5.3333333333vw 4vw;text-align:center}}footer .footer_copyright_links{opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_links{margin-top:5.3333333333vw;width:100%}}footer .footer_copyright_link{color:#fff;display:inline-block;margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_link{margin-right:6.6666666667vw}}footer .footer_copyright_link:hover{color:inherit;text-decoration:underline}footer .footer_copyright_link:last-child{margin-right:0}.mdws-form{display:flex;flex-wrap:wrap}.mdws-form-item{display:flex;flex-direction:column;margin-bottom:1.6666666667vw;position:relative;width:100%}.mdws-form-item.mdws-col-12{width:50%}.mdws-form-item__label{color:#333;font-size:1.0416666667vw;line-height:1.4;margin-bottom:.8333333333vw}.mdws-form-item__invalid .mdws-form-item__label{color:#d11f2c}.mdws-form-item__invalid .mdws-input{border-color:#d11f2c}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-form-item{margin-bottom:4.2666666667vw}.mdws-form-item.mdws-col-12{width:100%}.mdws-form-item__label{font-size:3.7333333333vw;margin-bottom:2.1333333333vw}}.mdws-input{border:1px solid #d6d6d6;border-radius:4.0104166667vw!important;font-size:1.0416666667vw!important;line-height:1.4;padding:.8333333333vw 1.25vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-input{border-radius:8vw!important;font-size:3.2vw!important;padding:2.6666666667vw 5.3333333333vw}}.mdws-form-error-tips{bottom:-1.3020833333vw;color:#d11f2c;font-size:.7291666667vw;left:0;padding:0 .7291666667vw;position:absolute}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-form-error-tips{bottom:-4.8vw;font-size:3.2vw;padding:0;scale:.8}}.mdws-fullSpecs-box{color:#333}.mdws-fullSpecs-box .hidden{display:none!important}.mdws-fullSpecs-box .collapse-content{display:flex;padding:3.125vw 12.5vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-fullSpecs-box .collapse-content .spec-list-box{flex:1;position:relative}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-icon{cursor:pointer;display:inline-block;height:.625vw;left:50%;position:absolute;width:.625vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon{top:-1.6666666667vw;transform:translate(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:.625vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:2px solid #858585;border-left:2px solid #858585;height:12px;width:12px}}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon{bottom:-1.6666666667vw;transform:translateX(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.625vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:2px solid #858585;border-top:2px solid #858585;height:12px;width:12px}}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list{max-height:29.2708333333vw;overflow:hidden}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li{border-bottom:1px solid #d6d6d6;display:flex;font-size:.8333333333vw;font-weight:400;justify-content:space-between;padding:.8333333333vw 0}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title a,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title span,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li a,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li span{word-wrap:break-word;display:inline-block;max-width:50%;padding-right:.625vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title .spec-val,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .spec-val{padding-left:.625vw;padding-right:0;text-align:right}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title .tickIcon,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .tickIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgZmlsbD0iIzFGOTREMiIgcj0iMTAiLz48cGF0aCBkPSJNNS4yNzUgOS40OTdhLjkzOC45MzggMCAwIDAgMCAxLjMyNmwyLjY1MSAyLjY1MWEuOTM4LjkzOCAwIDAgMCAxLjMyNiAwbDUuNjI0LTUuNjI0YS45MzcuOTM3IDAgMSAwLTEuMzI2LTEuMzI1bC00Ljk2IDQuOTZMNi42IDkuNDk4YS45MzguOTM4IDAgMCAwLTEuMzI1IDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;height:1.0416666667vw;width:1.0416666667vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title{color:#1f94d2;font-size:1.0416666667vw;font-weight:500;margin-top:1.25vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title:first-child{margin-top:0}.mdws-fullSpecs-box .collapse-content img{border-radius:.2083333333vw;height:auto;margin-left:3.125vw;width:29.2708333333vw}.mdws-fullSpecs-box .collapse-switch{border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;font-size:2.0833333333vw;font-weight:500;height:6.0416666667vw;padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-switch{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-fullSpecs-box .collapse-switch .arrow-icon{display:none}@media screen and (max-width:767.9px){.mdws-fullSpecs-box{margin:auto;max-width:500px;padding:unset;width:unset}.mdws-fullSpecs-box .collapse-switch{height:48px;padding:13px 20px}.mdws-fullSpecs-box .collapse-switch p{font-size:18px;font-weight:500;line-height:normal}.mdws-fullSpecs-box .collapse-switch .arrow-icon{display:inline-block;height:20px;right:20px;transform:translate(-50%,-50%) rotate(90deg);width:20px}.mdws-fullSpecs-box .collapse-switch .arrow-icon:before{top:7px;transform:rotate(-45deg)}.mdws-fullSpecs-box .collapse-switch .arrow-icon:after{top:12px;transform:rotate(45deg)}.mdws-fullSpecs-box .collapse-switch .arrow-icon:after,.mdws-fullSpecs-box .collapse-switch .arrow-icon:before{background-color:#858585;bottom:unset;height:2px;left:6px;width:8px}.mdws-fullSpecs-box .collapse-content{align-items:center;flex-direction:column-reverse;padding:20px 16px}.mdws-fullSpecs-box .collapse-content .spec-list-box{flex:none;margin:0 0 28px;width:100%}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon{display:none;top:-24px;transform:translate(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:2px solid #858585;border-left:2px solid #858585;height:10px;width:10px}}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon{bottom:-28px;transform:translateX(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:2px solid #858585;border-top:2px solid #858585;height:10px;width:10px}}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-icon{box-sizing:content-box;height:16px;padding:6px 0;width:16px}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-icon:before{border-color:#707070;border-width:2px;height:7px;width:7px}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list{margin:0;max-height:480px;overflow:hidden}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li{font-size:12px;line-height:16px;padding:14px 0}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li span{padding-right:12px}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .spec-val{padding-left:12px}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .tickIcon{height:16px;width:16px}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title{border-bottom:none;font-size:16px;line-height:24px;padding:8px 0}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title:not(:first-child){margin-top:16px}.mdws-fullSpecs-box .collapse-content img{aspect-ratio:1;border-radius:4px;margin:0 0 20px;object-fit:contain;width:100%}}.gws-carousel-card-v1{margin:0 auto;max-width:1528px;padding-left:44px;padding-right:44px;position:relative}.gws-carousel-card-v1[data-slide-three="1"] .gws-carousel-card-item-asset{height:284px}@media screen and (max-width:1440.9px){.gws-carousel-card-v1[data-slide-three="1"] .gws-carousel-card-item-asset{height:17.3611111111vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1[data-slide-three="1"] .gws-carousel-card-item-asset{height:238px}}@media screen and (max-width:499.9px){.gws-carousel-card-v1[data-slide-three="1"] .gws-carousel-card-item-asset{height:48vw}}@media screen and (max-width:1600px){.gws-carousel-card-v1{max-width:unset;padding-left:80px;padding-right:80px}}@media screen and (max-width:1440.9px){.gws-carousel-card-v1{max-width:unset;padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:0;width:unset}}.gws-carousel-card-v1 .swiper-button-next,.gws-carousel-card-v1 .swiper-button-prev{color:#707070;height:20px;left:0;margin-top:0;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:1600px){.gws-carousel-card-v1 .swiper-button-next,.gws-carousel-card-v1 .swiper-button-prev{left:36px}}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .swiper-button-next,.gws-carousel-card-v1 .swiper-button-prev{height:1.3888888889vw;left:2.5vw;width:1.3888888889vw}}.gws-carousel-card-v1 .swiper-button-next{left:unset;right:0}@media screen and (max-width:1600px){.gws-carousel-card-v1 .swiper-button-next{right:36px}}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .swiper-button-next{right:2.5vw}}.gws-carousel-card-v1 .swiper-button-next:after,.gws-carousel-card-v1 .swiper-button-prev:after{font-size:18px}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .swiper-button-next:after,.gws-carousel-card-v1 .swiper-button-prev:after{font-size:1.25vw}}.gws-carousel-card-v1 .swiper-button-disabled{display:none}.gws-carousel-card-v1-swiper{overflow:hidden}.gws-carousel-card-v1 .gws-carousel-card-item{cursor:pointer;display:flex;flex-direction:column;height:auto}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item{background:#f7f7f7}}.gws-carousel-card-v1 .gws-carousel-card-item:hover .gws-carousel-card-item-content{color:#1f94d2}.gws-carousel-card-v1 .gws-carousel-card-item[data-url=null]{cursor:default}.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:434px;position:relative;width:100%}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:26.6666666667vw}}.gws-carousel-card-v1 .gws-carousel-card-item-asset-video{height:100%;object-fit:cover;width:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img{height:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img img,.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img picture{height:100%;object-fit:cover}.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{display:none}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:238px}.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{background-color:#fff;border-radius:50%;cursor:pointer;display:block;height:48px!important;height:5.2083333333vw;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px!important;width:5.2083333333vw;z-index:10}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{height:13.3333333333vw;width:13.3333333333vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button:after{border-color:transparent transparent transparent #ccc;border-radius:.2083333333vw;border-style:solid;border-width:1.3541666667vw 1.0416666667vw 1.3541666667vw 2.0833333333vw;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button:after{border-radius:1.0666666667vw;border-width:3.2vw 2.6666666667vw 3.2vw 5.3333333333vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button:after{border-radius:4px;border-width:12px 10px 12px 20px}}@media screen and (max-width:499.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:48vw}}.gws-carousel-card-v1 .gws-carousel-card-item-content{color:#333;padding:20px 16px 40px;text-align:center}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content{padding:1.3888888889vw 1.1111111111vw 2.7777777778vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content{padding:16px 16px 20px}}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:20px;font-weight:500;line-height:28px}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:1.3888888889vw;line-height:1.9444444444vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:16px;line-height:24px;text-align:left}}.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:16px;line-height:24px;margin-top:12px;white-space:break-spaces}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:12px;line-height:16px;margin-top:12px;text-align:left}}.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-desc.animate-init-state,.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-title.animate-init-state{opacity:0;transform:translateY(1.5625vw)}.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-desc.animate,.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-title.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}.mdws-header{background-color:#fff;height:3.3333333333vw;padding:0 4.1666666667vw;position:relative!important;width:100%}.mdws-header_inner-box{align-items:center;display:flex;height:3.3333333333vw;justify-content:space-between;margin:0 auto;width:75vw}@media screen and (max-width:1600px){.mdws-header_inner-box{width:100%}}@media screen and (max-width:767.9px){.mdws-header_inner-box{width:100%}}.mdws-header .isHidden{display:none!important}.mdws-header_logo-box{height:4.1666666667vw;width:7.8125vw}.mdws-header_logo{position:absolute;top:0;z-index:5}.mdws-header_logo img{height:4.1666666667vw;width:7.8125vw}.mdws-header_menu-wrap{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 2.0833333333vw}.mdws-header_seach-box{background-color:#fff;display:none;left:0;padding:1.6666666667vw 4.1666666667vw 0;position:fixed;right:0;top:0;z-index:6}.mdws-header_seach-box .mdws-header_close_pc{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjUuNDI4IDYuNTcyYy41Mi41Mi41MiAxLjM2NSAwIDEuODg1bC03LjU0MiA3LjU0MSA3LjU0MiA3LjU0NGExLjMzMyAxLjMzMyAwIDEgMS0xLjg4NSAxLjg4NkwxNiAxNy44ODRsLTcuNTQyIDcuNTQ0YTEuMzMzIDEuMzMzIDAgMCAxLTEuODg2LTEuODg2bDcuNTQyLTcuNTQ0LTcuNTQyLTcuNTRhMS4zMzMgMS4zMzMgMCAxIDEgMS44ODYtMS44ODZMMTYgMTQuMTEybDcuNTQyLTcuNTRjLjUyMS0uNTIgMS4zNjUtLjUyIDEuODg2IDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:1.6666666667vw;position:absolute;right:4.1666666667vw;top:1.4583333333vw;transform:translateY(50%);width:1.6666666667vw}@media screen and (max-width:767.9px){.mdws-header_seach-box .mdws-header_close_pc{display:none}}.mdws-header_seach-mb{margin:0 auto 1.6666666667vw;position:relative;width:41.6666666667vw}.mdws-header_seach-mb input{background-color:#f7f7f7;border:1px solid #d6d6d6;border-radius:1.4583333333vw;color:#000;font-size:1.0416666667vw;font-weight:400;height:2.9166666667vw;padding-left:3.5416666667vw;padding-right:1.25vw;width:100%}.mdws-header_seach-mb input::placeholder{color:#adadad;font-weight:500}.mdws-header_seach-box-recorder{padding-top:1.5625vw}.mdws-header_seach-box-recorder .mdws-header_seach-mb{margin-bottom:1.0416666667vw}.mdws-header_seachIcon{cursor:pointer;height:1.0416666667vw;left:1.25vw;position:absolute;top:50%;transform:translateY(-50%);width:1.0416666667vw}.mdws-header_history-box{padding-bottom:3.125vw;padding-top:1.0416666667vw}.mdws-header_history-box .history-title-box{color:#000;font-size:1.0416666667vw;font-weight:400;margin:0 auto;width:41.6666666667vw}@media screen and (max-width:767.9px){.mdws-header_history-box .history-title-box{position:relative}}.mdws-header_history-box .history-title-box .history-title{color:#333;font-weight:500}.mdws-header_history-box .history-title-box ul li{color:#333;font-size:.8333333333vw;margin-top:.7291666667vw}.mdws-header_history-box .history-title-box ul li:hover{cursor:pointer}.mdws-header_history-box-clear{color:#707070;cursor:pointer;display:none;font-size:.8333333333vw;font-weight:400;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-header_history-box-clear{font-size:14px;margin-top:0;position:absolute;right:16px;top:20px}}.mdws-header_history-box-clear i{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNS41IDUuOTk5aDEzdjE1aC0xM3YtMTVabS0yIDB2MTZhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xNkgyMmExIDEgMCAxIDAgMC0yaC01LjQwMmwtMS4zMjktMi40NzNhMSAxIDAgMCAwLS44OC0uNTI3SDkuNjQzYTEgMSAwIDAgMC0uODc2LjUybC0xLjM2IDIuNDhIMmExIDEgMCAwIDAgMCAyaDEuNVptNi4xODgtMmg0LjY0bC0uNTM3LTFoLTMuNTU0bC0uNTQ5IDFaTTkgMTB2Ni41YTEgMSAwIDEgMCAyIDBWMTBhMSAxIDAgMSAwLTIgMFptNCAwdjYuNWExIDEgMCAxIDAgMiAwVjEwYTEgMSAwIDEgMC0yIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-header_history-box-clear i{height:16px;margin-right:4px;width:16px}}.mdws-header_history-box-clear-show{align-items:center;display:flex}.mdws-header_history-recommend{display:flex}@media screen and (max-width:767.9px){.mdws-header_history-recommend{display:unset}}.mdws-header_history-recommend .history-title-box{margin:0 1.5625vw 0 0;width:23.4375vw}@media screen and (max-width:767.9px){.mdws-header_history-recommend .history-title-box{position:relative}}.mdws-header_history-recommend-list{color:#333;width:calc(100% - 25vw)}@media screen and (max-width:767.9px){.mdws-header_history-recommend-list{margin-top:24px;width:100%}}.mdws-header_links-box{display:flex;height:100%}.mdws-header_links-box>li{align-items:center;display:flex;height:100%;margin-right:1.5625vw;position:relative}.mdws-header_links-box>li .link-title-arrow a{color:#333!important;display:inline-block;font-size:.8333333333vw;font-weight:400;line-height:1.25vw}.mdws-header_links-box>li .link-title-arrow .two-line-ellipsis{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdws-header_links-box>li .link-arrow{display:none}.mdws-header_links-box>li .menu-container{background-color:#fff;border-radius:0;cursor:default;height:0;left:0;overflow:hidden;position:absolute;top:3.3333333333vw;transform:translateX(-3.125vw);transition:all .2s linear;visibility:hidden;z-index:3}@media screen and (max-width:1600px){.mdws-header_links-box>li .menu-container{border-radius:0;transform:translateX(-4.1666666667vw)}}.mdws-header_links-box>li .menu-container_linkGroup-img-box{max-height:29.1666666667vw;opacity:0;overflow:auto;padding:2.0833333333vw 3.125vw 3.125vw;position:relative;top:-1.0416666667vw;transition:all .1s cubic-bezier(0,0,.2,1)}@media screen and (max-width:1600px){.mdws-header_links-box>li .menu-container_linkGroup-img-box{max-height:21.875vw;padding:2.0833333333vw 4.1666666667vw 3.125vw}}.mdws-header_links-box>li .menu-container_linkGroup-img-box-desc{color:#333;cursor:default;font-size:1.25vw;font-weight:500;line-height:1.6666666667vw;margin-bottom:1.5625vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_linkGroup-img-box-inner{display:flex}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group{color:#333;display:flex;font-size:.9375vw;font-weight:400;line-height:normal;margin-left:-1.5625vw;margin-top:-3.3333333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item{margin-left:1.5625vw;padding-top:3.125vw;width:12.2395833333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item-title{font-weight:500}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li{font-size:.8333333333vw;line-height:1.25vw;margin-top:.5208333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li:first-child{margin-top:.5208333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li:hover{font-weight:500}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item:nth-child(4n){margin-right:0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group-wrap{flex:1;flex-wrap:wrap}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box{flex-shrink:0;margin-left:1.5625vw;width:18.8541666667vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box img{display:none;object-fit:cover;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box img:first-child{display:inline-block}.mdws-header_links-box>li .menu-container_linkGroup-img-box-into{opacity:1;top:0;transition:all .5s ease-in-out}.mdws-header_links-box>li .menu-container-left-position{left:auto;position:fixed;right:0;transform:translateX(3.125vw);z-index:3}@media screen and (max-width:1600px){.mdws-header_links-box>li .menu-container-left-position{transform:translateX(4.1666666667vw)}}.mdws-header_links-box>li .menu-container-show{visibility:visible}.mdws-header_links-box>li .menu-container-over{position:fixed;z-index:3}.mdws-header_links-box>li .menu-container-over .menu-container_linkGroup-img-box{max-width:unset}.mdws-header_links-box>li .menu-container-over .menu-container_linkGroup-img-box .menu-container_group{flex-wrap:wrap}.mdws-header_links-box>li:last-child{margin-right:0}.mdws-header_links-box .activeLi .mdws-header_links-box-item-link{font-weight:500}.mdws-header_links-box-left{max-width:50vw}.mdws-header_links-box-right{margin-left:4.1666666667vw;max-width:17.7083333333vw}.mdws-header_links-box-right>li .menu-container{left:auto;right:0;transform:translateX(3.125vw)}.mdws-header .lan-cover-box,.mdws-header_country-mb,.mdws-header_lang-mb,.mdws-header_lang-selector-box{display:none}.mdws-header_seach-language-etc{align-items:center;display:flex;height:100%}.mdws-header_seach-language-etc .seach-language-icons-box_item{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer;height:1.0416666667vw;margin-left:1.0416666667vw;width:1.0416666667vw}.mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header_seach-language-etc .seach{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zODggMy4zODhRMS4xNjcgNS42MDggMS4xNjcgOC43NXEwIDMuMTQxIDIuMjIgNS4zNjIgMi4yMjIgMi4yMjEgNS4zNjMgMi4yMjEgMy4xNDEgMCA1LjM2Mi0yLjIyIDIuMjIxLTIuMjIyIDIuMjIxLTUuMzYzIDAtMy4xNDEtMi4yMi01LjM2MlExMS44OSAxLjE2NyA4Ljc1IDEuMTY3cS0zLjE0MSAwLTUuMzYyIDIuMjJabS43MDcgMTAuMDE3UTIuMTY3IDExLjQ3NyAyLjE2NyA4Ljc1cTAtMi43MjcgMS45MjgtNC42NTVRNi4wMjMgMi4xNjcgOC43NSAyLjE2N3EyLjcyNyAwIDQuNjU1IDEuOTI4IDEuOTI4IDEuOTI4IDEuOTI4IDQuNjU1IDAgMi43MjctMS45MjggNC42NTUtMS45MjggMS45MjgtNC42NTUgMS45MjgtMi43MjcgMC00LjY1NS0xLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0xMy40ODkgMTQuMTk2cS0uMDctLjA3LS4xMDktLjE2Mi0uMDM4LS4wOTItLjAzOC0uMTkyIDAtLjA0OS4wMS0uMDk3dC4wMjgtLjA5NHEuMDItLjA0NS4wNDctLjA4Ni4wMjctLjA0MS4wNjItLjA3Ni4wMzUtLjAzNS4wNzYtLjA2Mi4wNC0uMDI4LjA4Ni0uMDQ3LjA0Ni0uMDE4LjA5NC0uMDI4LjA0OC0uMDEuMDk3LS4wMS4xIDAgLjE5Mi4wMzh0LjE2Mi4xMDlsMy41MzUgMy41MzVxLjA3LjA3LjEwOS4xNjMuMDM4LjA5MS4wMzguMTkgMCAuMDUtLjAxLjA5OC0uMDEuMDQ5LS4wMjguMDk0LS4wMTkuMDQ2LS4wNDYuMDg3LS4wMjguMDQtLjA2My4wNzUtLjAzNC4wMzUtLjA3NS4wNjMtLjA0MS4wMjctLjA4Ny4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxLS4xIDAtLjE5MS0uMDM4LS4wOTItLjAzOC0uMTYzLS4xMDlsLTMuNTM1LTMuNTM1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==)}.mdws-header_seach-language-etc .love{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAACnklEQVR4nO1Yr2/bQBQ+UFBQMFAwMGkGAZVBZL/vgjZphmMLKBgoKAiotEojBZVGIgUElFRqpcEOFEwqKBgYGAgI6B9QOFg4UBBQEJDqJe+0p+ac2O7VIfmkk5zc+977fL4fn23MGmusEQZJkkRpmn6w1n6y1r5L0/RtUS7HMoe5nINzhRL1CkAPwF8AE0+74/5ms/nGd0PCvcvhcs4e16gkjoj2ANyrhP8ADABcAxjK74m0e45fwh0Kd7CIW1Rc1yUgoj8A3vvirLWZFHXFetLc72uO8XE5p4h1dbqFxAHoCGkM4KAEZ6yE8XWnIPdAcRdzAOy44LLDTkT7ajT2S3L31I3tLBI4fVxEdF6mgAMLKytOcc/dtPAGtFqt1xIw4mtTM1qz+g+swVtfzT3/HdQAAL9y5yKAvnQerUSdmWo4Fg19X+dFlQkeEmqhXcx1AvguAg/NikBEh6LhbNHwnqxEnZlqOBENx3OdaZp+ls6rFQq8Yg2sZa6TiBoyvKMoijbrFhdF0SbXFg0Nb5Ac6KVPkRBQp8kwN0jthQNTM/DfOHSW+T9nk9o1ims767XUH4q7mJrROI63XlpcHMdbytQWck8s8iZ3PwoMIjoTcTeFSUmSJMqjFburClBPa8w1TVWPRkQfqwhYBM5Z1XvOWX/Zn7y2vwo4l9rzus9NdhlSJJQ4AD+em89kWbZBRD/d47bW7lbNZa3dVXP7knObUABwql6K+mWSZ1m2ofwmt9Ngwp6IPFIjMPC9sD8Fx7gjVLgva4jlfXa6sRLRyFr7zWcu+D/uU/PtLuRCWyZyW83LCX/GIKIvfEzJcflVfy6R2G1TN+zsy8KtEvrg3syk3eZ9WagN2WwBtK21v50wuW4HXaUhQESNXLO5xhrGi0dYa3zk0ntsBwAAAABJRU5ErkJggg==);display:none}.mdws-header_seach-language-etc .card,.mdws-header_seach-language-etc .language,.mdws-header_seach-language-etc .user{align-items:center;cursor:default;display:flex;height:100%;position:relative}.mdws-header_seach-language-etc .card>a,.mdws-header_seach-language-etc .language>a,.mdws-header_seach-language-etc .user>a{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer!important;display:inline-block;height:1.0416666667vw;width:1.0416666667vw}.mdws-header_seach-language-etc .language>a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTE3LjU1IDguMTE0LS44MzItLjgzMnEtLjA2My0uMDYzLS4xNDYtLjA5OC0uMDgyLS4wMzQtLjE3Mi0uMDM0LS4wNDQgMC0uMDg4LjAwOS0uMDQzLjAwOC0uMDg0LjAyNS0uMDQxLjAxNy0uMDc4LjA0Mi0uMDM3LjAyNC0uMDY4LjA1Ni0uMDMyLjAzMS0uMDU2LjA2OC0uMDI1LjAzNy0uMDQyLjA3OC0uMDE3LjA0LS4wMjUuMDg0LS4wMDkuMDQ0LS4wMDkuMDg4IDAgLjA5LjAzNC4xNzIuMDM0LjA4My4wOTguMTQ2bDEuNiAxLjZxLjA2My4wNjMuMTQ2LjA5OC4wODIuMDM0LjE3Mi4wMzQuMDkgMCAuMTcyLS4wMzQuMDgzLS4wMzUuMTQ2LS4wOTguMDYzLS4wNjMuMDk4LS4xNDYuMDM0LS4wODIuMDM0LS4xNzJWNHEwLTEuMDE1LS43MTgtMS43MzJRMTcuMDE1IDEuNTUgMTYgMS41NUg0cS0xLjAxNSAwLTEuNzMyLjcxOFExLjU1IDIuOTg1IDEuNTUgNHY1LjJxMCAuMDQ0LjAwOS4wODguMDA4LjA0My4wMjUuMDg0LjAxNy4wNDEuMDQyLjA3OC4wMjQuMDM3LjA1Ni4wNjguMDMxLjAzMi4wNjguMDU2LjAzNy4wMjUuMDc4LjA0Mi4wNC4wMTcuMDg0LjAyNS4wNDQuMDA5LjA4OC4wMDl0LjA4OC0uMDA5cS4wNDMtLjAwOC4wODQtLjAyNS4wNDEtLjAxNy4wNzgtLjA0Mi4wMzctLjAyNC4wNjgtLjA1Ni4wMzItLjAzMS4wNTYtLjA2OC4wMjUtLjAzNy4wNDItLjA3OC4wMTctLjA0LjAyNS0uMDg0LjAwOS0uMDQ0LjAwOS0uMDg4VjRxMC0uNjQyLjQ1NC0xLjA5NlEzLjM1OCAyLjQ1IDQgMi40NWgxMnEuNjQyIDAgMS4wOTYuNDU0LjQ1NC40NTQuNDU0IDEuMDk2djQuMTE0Wm0tMTUuMSA0LjU3Mi44MzIuODMycS4wNjMuMDYzLjE0Ni4wOTguMDgyLjAzNC4xNzIuMDM0LjA0NCAwIC4wODgtLjAwOS4wNDMtLjAwOC4wODQtLjAyNS4wNDEtLjAxNy4wNzgtLjA0Mi4wMzctLjAyNC4wNjgtLjA1Ni4wMzItLjAzMS4wNTYtLjA2OC4wMjUtLjAzNy4wNDItLjA3OC4wMTctLjA0LjAyNS0uMDg0LjAwOS0uMDQ0LjAwOS0uMDg4IDAtLjA5LS4wMzQtLjE3Mi0uMDM1LS4wODMtLjA5OC0uMTQ2bC0xLjYtMS42cS0uMDYzLS4wNjMtLjE0Ni0uMDk4UTIuMDkgMTEuMTUgMiAxMS4xNXEtLjA5IDAtLjE3Mi4wMzQtLjA4My4wMzUtLjE0Ni4wOTgtLjA2My4wNjMtLjA5OC4xNDYtLjAzNC4wODItLjAzNC4xNzJWMTZxMCAxLjAxNS43MTggMS43MzIuNzE3LjcxOCAxLjczMi43MThoMTJxMS4wMTUgMCAxLjczMi0uNzE4LjcxOC0uNzE3LjcxOC0xLjczMnYtNC40cTAtLjA0NC0uMDA5LS4wODgtLjAwOC0uMDQzLS4wMjUtLjA4NC0uMDE3LS4wNDEtLjA0Mi0uMDc4LS4wMjQtLjAzNy0uMDU2LS4wNjgtLjAzMS0uMDMyLS4wNjgtLjA1Ni0uMDM3LS4wMjUtLjA3OC0uMDQyLS4wNC0uMDE3LS4wODQtLjAyNS0uMDQ0LS4wMDktLjA4OC0uMDA5dC0uMDg4LjAwOXEtLjA0My4wMDgtLjA4NC4wMjUtLjA0MS4wMTctLjA3OC4wNDItLjAzNy4wMjQtLjA2OC4wNTYtLjAzMS4wMzEtLjA1Ni4wNjgtLjAyNS4wMzctLjA0Mi4wNzgtLjAxNy4wNC0uMDI1LjA4NC0uMDA5LjA0NC0uMDA5LjA4OFYxNnEwIC42NDItLjQ1NCAxLjA5Ni0uNDU0LjQ1NC0xLjA5Ni40NTRINHEtLjY0MiAwLTEuMDk2LS40NTRRMi40NSAxNi42NDIgMi40NSAxNnYtMy4zMTRaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNOS40NjggNi4wMDMgNi4zMjEgMTRoLjk4NWwuODUyLTIuMjRoMy42NzNsLjg1MSAyLjI0aC45OTdsLTMuMTQ3LTcuOTk3SDkuNDY4Wm0tMS4wMiA0Ljk4NEw5Ljk4NCA2Ljk5aC4wNDVsMS41MTIgMy45OThIOC40NDlaIiBmaWxsPSIjMzMzIi8+PC9zdmc+)}.mdws-header_seach-language-etc .countrySel{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NzEgMy43NzFRMS4xOTggNi4zNDQgMS4xOTggOS45ODJxMCAzLjYzOCAyLjU3MyA2LjIxIDIuNTczIDIuNTczIDYuMjEgMi41NzMgMy42MzkgMCA2LjIxMS0yLjU3MiAyLjU3My0yLjU3MyAyLjU3My02LjIxMSAwLTMuNjM4LTIuNTczLTYuMjEtMi41NzItMi41NzMtNi4yMS0yLjU3M1QzLjc3IDMuNzdabTMuNDYuMTZxLS4zMDEuNzUtLjUxMiAxLjU5Mi0xLjEzNy0uNTE1LTIuMDYtMS4zNTggMS41MjQtMS40MSAzLjQ0Ni0xLjg1OC0uNDc3LjYzLS44NzUgMS42MjVabTIuNTA0LTEuODI5cS4xMjMtLjAwMy4yNDctLjAwM3QuMjQ2LjAwM3EuOTQ2LjIyIDEuNzE2IDIuMTQ1LjI5OC43NDQuNTAyIDEuNTg3LTEuMTg4LjM5MS0yLjQ2NC4zOTF0LTIuNDY0LS4zOXEuMjA0LS44NDQuNTAxLTEuNTg4Ljc3LTEuOTI1IDEuNzE2LTIuMTQ1Wm0yLjEyMy4yMDVxMS45MjMuNDQ4IDMuNDQ3IDEuODU5LS45MjMuODQyLTIuMDYgMS4zNTctLjIxMS0uODQtLjUxMi0xLjU5MS0uMzk4LS45OTUtLjg3NS0xLjYyNVptNC4wNDMgMi40NjZRMTQuODA0IDUuNzgyIDEzLjQzIDYuMzdxLjI3NiAxLjQ3LjMwNiAzLjE4OGg0LjEycS0uMTMtMi43NDQtMS45NTUtNC43ODVabTEuOTU0IDUuNjM1aC00LjExOXEtLjAzIDEuNzE4LS4zMDcgMy4xODggMS4zNzQuNTg4IDIuNDcxIDEuNTk3IDEuODI1LTIuMDQyIDEuOTU1LTQuNzg1Wm0tNS4yMzUgMi44ODdxLjIzOC0xLjMzMi4yNjYtMi44ODdINy4wNzdxLjAyOSAxLjU1NS4yNjYgMi44ODggMS4yNzUtLjQwNCAyLjY0LS40MDQgMS4zNjMgMCAyLjYzNy40MDNabS01LjEwMi44MzdxMS4xODgtLjM5IDIuNDY0LS4zOXQyLjQ2My4zOXEtLjIwNC44NDItLjUgMS41ODUtLjc3MSAxLjkyNS0xLjcxNyAyLjE0NS0uMTIyLjAwMy0uMjQ2LjAwM3QtLjI0Ny0uMDAzcS0uOTQ2LS4yMi0xLjcxNi0yLjE0NS0uMjk3LS43NDMtLjUtMS41ODVabS0uOTg0LS41MzZxLS4yNzctMS40Ny0uMzA3LTMuMTg4SDIuMTA4cS4xMyAyLjc0NCAxLjk1NiA0Ljc4NSAxLjA5Ny0xLjAwOCAyLjQ3LTEuNTk3Wk0yLjEwOCA5LjU1OGg0LjEycS4wMy0xLjcxOS4zMDYtMy4xODhRNS4xNiA1Ljc4IDQuMDYzIDQuNzcyIDIuMjM4IDYuODE0IDIuMTA4IDkuNTU4Wm00LjYxMiA0Ljg4NnEuMjEuODM5LjUxIDEuNTg4LjM5OC45OTUuODc1IDEuNjI1LTEuOTIxLS40NDgtMy40NDUtMS44NTcuOTIzLS44NDIgMi4wNi0xLjM1NlptNS4xMzggMy4yMTNxMS45MjItLjQ0OCAzLjQ0Ni0xLjg1OC0uOTIzLS44NDEtMi4wNi0xLjM1Ni0uMjEuODQtLjUxIDEuNTktLjM5OS45OTQtLjg3NiAxLjYyNFptLTQuNzgtOC4xcS4wMjctMS41NTQuMjY1LTIuODg2IDEuMjc0LjQwNCAyLjY0LjQwNCAxLjM2NCAwIDIuNjM4LS40MDQuMjM3IDEuMzMyLjI2NSAyLjg4N0g3LjA3N1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=)}.mdws-header_seach-language-etc .lang-box,.mdws-header_seach-language-etc .user-box{background-color:#fff;border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);color:#333;display:none;font-size:.9375vw;font-weight:400;padding:1.0416666667vw;position:absolute;right:0;top:3.8541666667vw;z-index:3}.mdws-header_seach-language-etc .lang-box li,.mdws-header_seach-language-etc .user-box li{padding:.5208333333vw}.mdws-header_seach-language-etc .lang-box li:hover,.mdws-header_seach-language-etc .user-box li:hover{color:#1f94d2;cursor:pointer}.mdws-header_seach-language-etc .lang-box li a,.mdws-header_seach-language-etc .user-box li a{display:inline-block;width:100%}.mdws-header_seach-language-etc .lang-box li a:hover,.mdws-header_seach-language-etc .user-box li a:hover{cursor:pointer}.mdws-header_seach-language-etc .lang-box{min-width:8.3333333333vw}.mdws-header_seach-language-etc .lang-box .active-lang{color:#1f94d2}.mdws-header_seach-language-etc .user-box{min-width:14.5833333333vw}.mdws-header_seach-language-etc .user-box .userName{border-bottom:1px solid #d6d6d6;font-size:1.0416666667vw;font-weight:500;padding:.5208333333vw .5208333333vw 1.0416666667vw}.mdws-header_seach-language-etc .user-box ul{margin-top:1.0416666667vw}.mdws-header_seach-language-etc .user>a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy41ODQgM3EtMSAxLjAwMS0xIDIuNDE3IDAgMS40MTUgMSAyLjQxNiAxIDEgMi40MTYgMSAxLjQxNSAwIDIuNDE2LTEgMS0xLjAwMSAxLTIuNDE2IDAtMS40MTYtMS0yLjQxNlExMS40MTYgMiAxMCAyIDguNTg1IDIgNy41ODQgM1ptLjcwNyA0LjEyNnEtLjcwOC0uNzA4LS43MDgtMS43MSAwLTEgLjcwOC0xLjcwOFQxMCAzcTEuMDAxIDAgMS43MDkuNzA4LjcwOC43MDguNzA4IDEuNzA5IDAgMS0uNzA4IDEuNzA5UTExIDcuODMzIDEwIDcuODMzcS0xLjAwMSAwLTEuNzA5LS43MDdaTTQuMDkzIDExLjU4NHEtMS4xMS41NjYtMS42NzUgMS42NzYtLjI5NS41NzgtLjM3IDEuNTFRMiAxNS4zNDYgMiAxN3YuNXEwIC4wNS4wMS4wOTh0LjAyOC4wOTNxLjAxOS4wNDYuMDQ2LjA4Ny4wMjguMDQuMDYyLjA3Ni4wMzUuMDM0LjA3Ni4wNjIuMDQxLjAyNy4wODcuMDQ2LjA0NS4wMTkuMDkzLjAyOC4wNDkuMDEuMDk4LjAxaDE1cS4wNSAwIC4wOTgtLjAxdC4wOTMtLjAyOHEuMDQ2LS4wMTkuMDg3LS4wNDYuMDQtLjAyOC4wNzYtLjA2Mi4wMzQtLjAzNS4wNjItLjA3Ni4wMjctLjA0MS4wNDYtLjA4Ny4wMTktLjA0NS4wMjgtLjA5My4wMS0uMDQ5LjAxLS4wOThWMTdxMC0xLjY1NC0uMDQ3LTIuMjMtLjA3Ni0uOTMyLS4zNy0xLjUxLS41NjYtMS4xMS0xLjY3Ni0xLjY3Ni0uNTc4LS4yOTQtMS41MS0uMzctLjU3Ny0uMDQ3LTIuMjMtLjA0N0g3LjgzM3EtMS42NTQgMC0yLjIzLjA0Ny0uOTMyLjA3Ni0xLjUxLjM3Wm0tMS4wNSAzLjI2N3EuMDYtLjczNS4yNjYtMS4xMzcuNDE4LS44MiAxLjIzOC0xLjIzOS40MDItLjIwNSAxLjEzOC0uMjY1LjUzNS0uMDQzIDIuMTQ4LS4wNDNoNC4zMzRxMS42MTMgMCAyLjE0OC4wNDMuNzM2LjA2IDEuMTM4LjI2NS44Mi40MTggMS4yMzggMS4yMzkuMjA1LjQwMi4yNjUgMS4xMzdRMTcgMTUuMzg3IDE3IDE3SDNxMC0xLjYxMy4wNDQtMi4xNDlaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+)}.mdws-header_seach-language-etc .card{position:relative}.mdws-header_seach-language-etc .card a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtMy45NzQgNS41IDEuODMzIDcuMzMzSDE1Ljg2TDE3LjY5MyA1LjVIMy45NzNabTE0LjM2LTFIMy43MjNsLS41My0yLjEyMXEtLjAyLS4wODEtLjA2Ni0uMTUyLS4wNDYtLjA3LS4xMTItLjEyMS0uMDY2LS4wNTItLjE0NS0uMDc5UTIuNzkyIDIgMi43MDggMkgxLjI1cS0uMDUgMC0uMDk4LjAxdC0uMDkzLjAyOHEtLjA0Ni4wMTktLjA4Ny4wNDYtLjA0LjAyOC0uMDc2LjA2Mi0uMDM0LjAzNS0uMDYyLjA3Ni0uMDI3LjA0MS0uMDQ2LjA4Ny0uMDE5LjA0NS0uMDI4LjA5My0uMDEuMDQ5LS4wMS4wOTggMCAuMDUuMDEuMDk4dC4wMjguMDkzcS4wMTkuMDQ2LjA0Ni4wODcuMDI4LjA0LjA2Mi4wNzYuMDM1LjAzNC4wNzYuMDYyLjA0MS4wMjcuMDg3LjA0Ni4wNDUuMDE5LjA5My4wMjguMDQ5LjAxLjA5OC4wMWgxLjA2OGwuNTMgMi4xMjEgMi4wODQgOC4zMzRxLjAyLjA4LjA2NS4xNS4wNDYuMDcxLjExMi4xMjIuMDY2LjA1Mi4xNDUuMDguMDc5LjAyNi4xNjMuMDI2SDE2LjI1cS4wODQgMCAuMTYzLS4wMjd0LjE0NS0uMDc5cS4wNjYtLjA1MS4xMTEtLjEyMS4wNDYtLjA3LjA2Ni0uMTUxbDIuMDgzLTguMzM0cS4wMTUtLjA2LjAxNS0uMTIxIDAtLjA1LS4wMS0uMDk4LS4wMDktLjA0OC0uMDI4LS4wOTMtLjAxOS0uMDQ2LS4wNDYtLjA4Ny0uMDI3LS4wNC0uMDYyLS4wNzYtLjAzNS0uMDM0LS4wNzYtLjA2Mi0uMDQtLjAyNy0uMDg2LS4wNDYtLjA0Ni0uMDE5LS4wOTQtLjAyOC0uMDQ4LS4wMS0uMDk4LS4wMVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxjaXJjbGUgY3g9IjUuNDE3IiBjeT0iMTYuMjUiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLWxpbmVjYXA9IlJPVU5EIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiByPSIxLjI1Ii8+PGNpcmNsZSBjeD0iMTYuMjUiIGN5PSIxNi4yNSIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0iUk9VTkQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHI9IjEuMjUiLz48L2c+PC9zdmc+)}.mdws-header_seach-language-etc .card .car-numb{align-items:center;background-color:#1f94d2;border:.0520833333vw solid #fff;border-radius:1.0416666667vw;box-sizing:content-box;color:#fff;display:flex;font-size:.4166666667vw;font-weight:500;height:.625vw;justify-content:center;letter-spacing:0;line-height:normal;min-width:.625vw;padding:.15625vw;position:absolute;right:0;transform:translate(60%,-60%)}@media screen and (max-width:1600px){.mdws-header_seach-language-etc .card .car-numb{border-radius:1.0416666667vw;font-size:.4166666667vw;height:.7291666667vw;min-width:.7291666667vw;padding:.15625vw}}.mdws-header_seach-language-etc .header-more{display:none}.mdws-header_cover{background:#333;height:calc(100vh - 3.33333vw);left:0;opacity:0;position:fixed;right:0;top:3.3333333333vw;transition:all .5s linear;visibility:hidden;z-index:2}.mdws-header_cover-show{opacity:.5;visibility:visible}.mdws-header .mdws-header-hide{display:none}@media screen and (max-width:767.9px){.mdws-header{align-items:center;color:#333;display:flex;font-size:14px;font-weight:500;height:48px;justify-content:space-between;margin:0 auto;max-width:500px;padding:0 20px}.mdws-header_logo{margin-right:0;padding-right:0;z-index:5}.mdws-header_logo img{height:58px;width:108px}.mdws-header_menu-wrap{background-color:#fff;bottom:0;color:#000;display:block;left:0;overflow:auto;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s linear;z-index:12}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_menu-wrap{padding:0 calc(50% - 250px)}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-header_menu-wrap{padding:0}}@media screen and (max-width:767.9px){.mdws-header_seach-mb{align-items:center;display:flex;height:68px;margin:0;margin-bottom:0!important;padding:12px 16px;position:relative;width:auto}.mdws-header_seach-mb input{background-color:#f7f7f7;border-radius:28px;flex:1;font-size:14px;height:100%;margin-right:20px;padding-left:44px;padding-right:20px}.mdws-header_seachIcon{height:16px;left:36px;width:16px}.mdws-header_seach-box{display:block;left:0;padding:0;position:static;top:0;width:100%;z-index:6}.mdws-header_history-box{border-top:none;padding:0}.mdws-header_history-box .history-title-box{font-size:14px;font-weight:400;margin:0;padding-bottom:0;padding-left:16px;padding-right:16px;width:100%}.mdws-header_history-box .history-title-box .history-title{display:inline-block;font-size:16px;font-weight:500;padding-top:16px}.mdws-header_history-box .history-title-box ul li{font-size:14px;margin-top:16px}.mdws-header_close{height:20px;position:relative;width:20px}.mdws-header_close:after,.mdws-header_close:before{background-color:#707070;content:"";display:inline-block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:20px}.mdws-header_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mdws-header_menu-wrap-show{transform:translateX(0)}.mdws-header_links-box{display:flex;flex-direction:column;height:auto;margin:0}.mdws-header_links-box>li{align-items:flex-start;background-color:#f7f7f7;flex-direction:column;justify-content:center;margin-right:0}.mdws-header_links-box>li .link-title-arrow{word-wrap:break-word;background-color:#fff;font-size:16px;font-weight:500;padding:16px;position:relative;width:100%}.mdws-header_links-box>li .link-title-arrow .link-arrow{display:block;position:absolute;right:16px;top:50%;transform:translateX(-50%) rotate(0deg);transition:transform .3s ease;width:10px}.mdws-header_links-box>li .link-title-arrow .link-arrow:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_links-box>li .link-title-arrow .link-arrow:before{height:20px;width:20px}}@media screen and (max-width:767.9px){.mdws-header_links-box>li .link-title-arrow a{color:#333!important;font-size:16px;font-weight:500;line-height:24px;width:calc(100% - 44px)}.mdws-header_links-box>li .menu-container{background-color:#f7f7f7;border-radius:0;display:none;height:auto;position:static;transform:none;transition:none;visibility:visible;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box{display:block;max-height:unset;max-width:unset;opacity:1;overflow:unset;padding:0 32px;position:static;transition:all .5s linear}.mdws-header_links-box>li .menu-container_linkGroup-img-box-desc{color:#333;font-size:16px;line-height:24px;margin-bottom:0;padding:20px 0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_linkGroup-img-box-inner{position:static}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group{color:#333;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:normal;margin-left:0;margin-top:0;max-width:unset;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item{font-weight:400;margin-left:0;padding-top:0;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item-title{word-wrap:break-word;display:inline-block;font-size:14px;font-weight:500;margin:0;padding:12px 0;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul{color:#707070}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li{font-size:14px;line-height:22px;margin-top:0!important;padding:12px 0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box{display:none}.mdws-header_links-box>li .menu-container-show{visibility:visible}.mdws-header_links-box .activeLi .link-title-arrow .link-arrow{transform:translateX(-50%) rotate(-180deg)}.mdws-header_links-box .activeLi .menu-container{display:block}.mdws-header_links-box-left{max-width:none}.mdws-header_country-mb{color:#333;display:flex;font-size:16px;font-weight:500;gap:0 16px;justify-content:space-between;line-height:24px;padding:16px;position:relative}.mdws-header_country-mb:before{background-color:#d6d6d6;content:"";display:inline-block;height:1px;margin:0 auto;position:absolute;top:0;width:calc(100% - 32px)}.mdws-header_country-mb-current-country{align-items:center;color:#707070;display:flex;font-size:14px;font-weight:400;justify-content:flex-end;padding-right:28px;position:relative}.mdws-header_country-mb-current-country:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_country-mb-current-country:before{height:20px;width:20px}}@media screen and (max-width:767.9px){.mdws-header_country-mb-current-country:before{left:unset;right:0;transform:translateY(-50%) rotate(-90deg)}.mdws-header_country-mb-current-country img{height:18px;margin-right:8px;width:27px}.mdws-header_country-mb-current-country span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;line-height:22px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.mdws-header_lang-mb{color:#333;display:flex;font-size:16px;font-weight:500;justify-content:space-between;padding:16px;position:relative}.mdws-header_lang-mb-current-lang{align-items:center;color:#707070;display:flex;font-size:14px;font-weight:400;line-height:22px;padding-right:24px;position:relative}.mdws-header_lang-mb-current-lang:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_lang-mb-current-lang:before{height:20px;width:20px}}@media screen and (max-width:767.9px){.mdws-header_lang-mb-current-lang:before{left:unset;right:0;transform:translateY(-50%) rotate(-90deg)}.mdws-header .lan-cover-box{background-color:rgba(0,0,0,.5);display:block;opacity:0;position:fixed;top:0;visibility:hidden}.mdws-header .lan-cover-box,.mdws-header_lang-selector-box{bottom:0;left:0;right:0;transition:all .3s linear;z-index:13}.mdws-header_lang-selector-box{background-color:#fff;display:flex;display:block;flex-direction:column;height:230px;padding:0 calc(50% - 250px);position:absolute;transform:translateY(100%)}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-header_lang-selector-box{padding:0}}@media screen and (max-width:767.9px){.mdws-header_lang-selector-box-btns{align-items:center;color:#161c24;display:flex;font-size:16px;font-weight:400;justify-content:space-between;padding:20px 16px}.mdws-header_lang-selector-box-btns span:first-child{color:#adadad;font-size:14px;line-height:22px}.mdws-header_lang-selector-box-btns span:last-child{color:#1f94d2;font-size:14px;line-height:22px}.mdws-header_lang-selector-box-swiper{height:calc(100% - 64px);text-align:center}.mdws-header_lang-selector-box-swiper .swiper-wrapper .swiper-slide{align-items:center;border-top:1px solid #d6d6d6;color:#adadad;display:flex;font-size:16px;font-weight:400;justify-content:center;padding:16px}.mdws-header_lang-selector-box-swiper .swiper-wrapper .swiper-slide:last-child{border-bottom:1px solid #d6d6d6}.mdws-header_lang-selector-box-swiper .swiper-wrapper .swiper-slide-active{color:#333;font-weight:500}.mdws-header .show-selector{opacity:1;visibility:visible}.mdws-header .show-selector .mdws-header_lang-selector-box{transform:translateY(0)}.mdws-header_seach-language-etc{align-items:center;display:flex;padding-left:0}.mdws-header_seach-language-etc .seach-language-icons-box_item{height:20px;margin-left:20px;width:20px}.mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header_seach-language-etc .card a,.mdws-header_seach-language-etc .language a,.mdws-header_seach-language-etc .user a{height:20px;width:20px}.mdws-header_seach-language-etc .countrySel,.mdws-header_seach-language-etc .language{display:none}.mdws-header_seach-language-etc .card .car-numb{border:1px solid #fff;border-radius:16px;font-size:8px;height:14px;line-height:0;min-width:14px;padding:2px;position:absolute}.mdws-header_seach-language-etc .header-more{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zMTIgNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaTTMuMzEyIDkuNDc5aDEzLjMzNHEuMDQ5IDAgLjA5Ny4wMS4wNDkuMDEuMDk0LjAyOC4wNDYuMDE5LjA4Ni4wNDYuMDQxLjAyOC4wNzYuMDYyLjAzNS4wMzUuMDYyLjA3Ni4wMjguMDQxLjA0Ny4wODcuMDE4LjA0NS4wMjguMDkzLjAxLjA0OS4wMS4wOTggMCAuMDUtLjAxLjA5OHQtLjAyOC4wOTNxLS4wMi4wNDYtLjA0Ny4wODctLjAyNy4wNC0uMDYyLjA3Ni0uMDM1LjAzNC0uMDc2LjA2Mi0uMDQuMDI3LS4wODYuMDQ2LS4wNDUuMDE5LS4wOTQuMDI4LS4wNDguMDEtLjA5Ny4wMUgzLjMxMnEtLjA0OSAwLS4wOTctLjAxdC0uMDk0LS4wMjhxLS4wNDUtLjAxOS0uMDg2LS4wNDYtLjA0MS0uMDI4LS4wNzYtLjA2Mi0uMDM1LS4wMzUtLjA2Mi0uMDc2LS4wMjgtLjA0MS0uMDQ3LS4wODctLjAxOC0uMDQ1LS4wMjgtLjA5My0uMDEtLjA0OS0uMDEtLjA5OCAwLS4wNS4wMS0uMDk4dC4wMjgtLjA5M3EuMDItLjA0Ni4wNDctLjA4Ny4wMjctLjA0LjA2Mi0uMDc2LjAzNS0uMDM0LjA3Ni0uMDYyLjA0LS4wMjcuMDg2LS4wNDYuMDQ2LS4wMTkuMDk0LS4wMjguMDQ4LS4wMS4wOTctLjAxWk0zLjMxMiAxNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:block;height:20px;margin-left:20px;width:20px}.mdws-header_cover-show{top:0}}.md-message-box__wrapper{z-index:9999999999!important}.mdws-header-global{background-color:#fff;color:#333;height:64px;position:relative!important;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global{height:4.4444444444vw}}.mdws-header-global_inner-big-box{background-color:#fff;color:#333;height:64px;padding:0 80px;position:relative!important;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global_inner-big-box{height:4.4444444444vw;padding:0 5.5555555556vw}}.mdws-header-global_inner-box{align-items:center;background-color:#fff;display:flex;font-size:16px;font-weight:500;height:64px;justify-content:space-between;margin:0 auto;width:1440px}@media screen and (max-width:1600px){.mdws-header-global_inner-box{width:auto}}@media screen and (max-width:1440.9px){.mdws-header-global_inner-box{font-size:1.1111111111vw;height:4.4444444444vw}}.mdws-header-global_logo-box{width:150px}@media screen and (max-width:1440.9px){.mdws-header-global_logo-box{width:10.4166666667vw}}.mdws-header-global_logo{position:absolute;top:0;z-index:9900}.mdws-header-global_logo img{height:80px;width:150px}@media screen and (max-width:1440.9px){.mdws-header-global_logo img{height:5.5555555556vw;width:10.4166666667vw}}.mdws-header-global_menu-wrap{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 40px}@media screen and (max-width:1440.9px){.mdws-header-global_menu-wrap{padding:0 2.7777777778vw}}.mdws-header-global_seach-box{background-color:#fff;display:none;left:0;padding-top:40px;position:absolute;top:64px;width:100%;z-index:2;z-index:9000}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box{padding-top:2.7777777778vw;top:4.4444444444vw}}.mdws-header-global_seach-mb{margin:0 auto 30px;position:relative;width:800px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb{margin-bottom:2.0833333333vw;width:55.5555555556vw}}.mdws-header-global_seach-mb input{background-color:#f7f7f7;border:1px solid #d6d6d6;border-radius:28px;color:#000;font-size:16px;font-weight:400;height:56px;padding-left:64px;padding-right:24px;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb input{border-radius:1.9444444444vw;font-size:1.1111111111vw;height:3.8888888889vw;padding-left:4.7222222222vw;padding-right:1.6666666667vw}}.mdws-header-global_seach-mb input::placeholder{color:#adadad;font-size:16px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb input::placeholder{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-header-global_seach-mb input::placeholder{font-size:14px}}.mdws-header-global_seach-box-recorder{padding-top:30px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box-recorder{padding-top:2.0833333333vw}}.mdws-header-global_seach-box-recorder .mdws-header-global_seach-mb{margin-bottom:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box-recorder .mdws-header-global_seach-mb{margin-bottom:1.3888888889vw}}.mdws-header-global_seachIcon{cursor:pointer;height:20px;left:24px;position:absolute;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seachIcon{height:1.3888888889vw;left:1.6666666667vw;width:1.3888888889vw}}.mdws-header-global_history-box{padding-bottom:60px;padding-top:12px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box{padding-bottom:4.1666666667vw;padding-top:.8333333333vw}}.mdws-header-global_history-box .history-title-box{color:#000;color:#333;font-size:16px;font-weight:400;margin:0 auto;width:800px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box{font-size:1.1111111111vw;width:55.5555555556vw}}.mdws-header-global_history-box .history-title-box .history-title{font-size:20px;font-weight:500;padding:4px 0}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box .history-title{font-size:1.3888888889vw;padding:.2777777778vw 0}}.mdws-header-global_history-box .history-title-box ul li{margin-top:8px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box ul li{margin-top:.5555555556vw}}.mdws-header-global_history-box .history-title-box ul li:hover{cursor:pointer}.mdws-header-global_history-box-clear{color:#707070;cursor:pointer;display:none;font-weight:400;line-height:normal;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box-clear{margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-header-global_history-box-clear{font-size:14px;line-height:18px;margin-top:0;position:absolute;right:0;top:0}}.mdws-header-global_history-box-clear i{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNS41IDUuOTk5aDEzdjE1aC0xM3YtMTVabS0yIDB2MTZhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xNkgyMmExIDEgMCAxIDAgMC0yaC01LjQwMmwtMS4zMjktMi40NzNhMSAxIDAgMCAwLS44OC0uNTI3SDkuNjQzYTEgMSAwIDAgMC0uODc2LjUybC0xLjM2IDIuNDhIMmExIDEgMCAwIDAgMCAyaDEuNVptNi4xODgtMmg0LjY0bC0uNTM3LTFoLTMuNTU0bC0uNTQ5IDFaTTkgMTB2Ni41YTEgMSAwIDEgMCAyIDBWMTBhMSAxIDAgMSAwLTIgMFptNCAwdjYuNWExIDEgMCAxIDAgMiAwVjEwYTEgMSAwIDEgMC0yIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:20px;margin-right:4px;width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box-clear i{height:1.3888888889vw;margin-right:.2777777778vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-header-global_history-box-clear i{height:16px;margin-right:4px;width:16px}}.mdws-header-global_history-box-clear-show{align-items:center;display:flex}.mdws-header-global_links-box{cursor:default;display:flex;height:100%}.mdws-header-global_links-box>li{align-items:center;display:flex;font-size:16px;height:100%;margin-right:40px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li{font-size:1.1111111111vw;margin-right:2.7777777778vw}}.mdws-header-global_links-box>li .link-title-arrow{font-weight:400}.mdws-header-global_links-box>li .link-title-arrow a{display:inline-block}.mdws-header-global_links-box>li .link-title-arrow a:hover{font-weight:500}.mdws-header-global_links-box>li .link-title-arrow .two-line-ellipsis{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdws-header-global_links-box>li .link-arrow{display:none}.mdws-header-global_links-box>li .menu-container{background-color:#fff;box-sizing:content-box;color:#333;height:0;left:0;overflow:hidden;padding:0 80px;position:absolute;right:0;top:64px;transition:all .2s linear;visibility:hidden;z-index:1;z-index:9000}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container{padding:0 5.5555555556vw;top:4.4444444444vw}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{margin:0 auto;max-height:560px;opacity:0;overflow:auto;padding:40px 0 60px;position:relative;top:-20px;transition:all .1s cubic-bezier(0,0,.2,1);width:1440px}@media screen and (max-width:1600px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{width:auto}}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{margin-top:0;max-height:38.8888888889vw;padding:2.7777777778vw 0 4.1666666667vw;top:-1.3888888889vw}}.mdws-header-global_links-box>li .menu-container_linkGroup-desc{font-size:24px;font-weight:500;letter-spacing:0;line-height:32px;margin-bottom:14px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-desc{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-bottom:.9722222222vw}}@media screen and (max-width:767.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-desc{color:#333;font-size:16px;line-height:24px;margin-bottom:0;padding:20px 0}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{color:#333;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{font-size:1.1111111111vw;line-height:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{line-height:18px}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a{display:inline-block;flex-shrink:0;margin-right:120px;margin-top:16px;width:calc(20% - 96px)}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a{margin-right:8.3333333333vw;margin-top:1.1111111111vw;width:calc(20% - 6.66667vw)}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a:hover{font-weight:500}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a:nth-child(5n){margin-right:0}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box .menu-container_group-wrap{flex-wrap:wrap}.mdws-header-global_links-box>li .menu-container_linkGroup-img-box-into{opacity:1;top:0;transition:all .3s ease-in-out}.mdws-header-global_links-box>li .menu-container-show{visibility:visible;z-index:9000!important}.mdws-header-global_links-box>li .menu-container-over{position:fixed;right:auto!important;z-index:9000}.mdws-header-global_links-box>li:last-child{margin-right:0}.mdws-header-global_links-box .activeLi .mdws-header-global_links-box-item-link{font-weight:500}.mdws-header-global .lan-cover-box,.mdws-header-global_lang-mb,.mdws-header-global_lang-selector-box{display:none}.mdws-header-global_seach-language-etc{align-items:center;display:flex;height:100%}.mdws-header-global_seach-language-etc .seach-language-icons-box_item{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer;height:20px;margin-left:20px;width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-language-etc .seach-language-icons-box_item{height:1.3888888889vw;margin-left:1.3888888889vw;width:1.3888888889vw}}.mdws-header-global_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header-global_seach-language-etc .seach{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zODggMy4zODhRMS4xNjcgNS42MDggMS4xNjcgOC43NXEwIDMuMTQxIDIuMjIgNS4zNjIgMi4yMjIgMi4yMjEgNS4zNjMgMi4yMjEgMy4xNDEgMCA1LjM2Mi0yLjIyIDIuMjIxLTIuMjIyIDIuMjIxLTUuMzYzIDAtMy4xNDEtMi4yMi01LjM2MlExMS44OSAxLjE2NyA4Ljc1IDEuMTY3cS0zLjE0MSAwLTUuMzYyIDIuMjJabS43MDcgMTAuMDE3UTIuMTY3IDExLjQ3NyAyLjE2NyA4Ljc1cTAtMi43MjcgMS45MjgtNC42NTVRNi4wMjMgMi4xNjcgOC43NSAyLjE2N3EyLjcyNyAwIDQuNjU1IDEuOTI4IDEuOTI4IDEuOTI4IDEuOTI4IDQuNjU1IDAgMi43MjctMS45MjggNC42NTUtMS45MjggMS45MjgtNC42NTUgMS45MjgtMi43MjcgMC00LjY1NS0xLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0xMy40ODkgMTQuMTk2cS0uMDctLjA3LS4xMDktLjE2Mi0uMDM4LS4wOTItLjAzOC0uMTkyIDAtLjA0OS4wMS0uMDk3dC4wMjgtLjA5NHEuMDItLjA0NS4wNDctLjA4Ni4wMjctLjA0MS4wNjItLjA3Ni4wMzUtLjAzNS4wNzYtLjA2Mi4wNC0uMDI4LjA4Ni0uMDQ3LjA0Ni0uMDE4LjA5NC0uMDI4LjA0OC0uMDEuMDk3LS4wMS4xIDAgLjE5Mi4wMzh0LjE2Mi4xMDlsMy41MzUgMy41MzVxLjA3LjA3LjEwOS4xNjMuMDM4LjA5MS4wMzguMTkgMCAuMDUtLjAxLjA5OC0uMDEuMDQ5LS4wMjguMDk0LS4wMTkuMDQ2LS4wNDYuMDg3LS4wMjguMDQtLjA2My4wNzUtLjAzNC4wMzUtLjA3NS4wNjMtLjA0MS4wMjctLjA4Ny4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxLS4xIDAtLjE5MS0uMDM4LS4wOTItLjAzOC0uMTYzLS4xMDlsLTMuNTM1LTMuNTM1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==)}.mdws-header-global_seach-language-etc .countrySel{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NzEgMy43NzFRMS4xOTggNi4zNDQgMS4xOTggOS45ODJxMCAzLjYzOCAyLjU3MyA2LjIxIDIuNTczIDIuNTczIDYuMjEgMi41NzMgMy42MzkgMCA2LjIxMS0yLjU3MiAyLjU3My0yLjU3MyAyLjU3My02LjIxMSAwLTMuNjM4LTIuNTczLTYuMjEtMi41NzItMi41NzMtNi4yMS0yLjU3M1QzLjc3IDMuNzdabTMuNDYuMTZxLS4zMDEuNzUtLjUxMiAxLjU5Mi0xLjEzNy0uNTE1LTIuMDYtMS4zNTggMS41MjQtMS40MSAzLjQ0Ni0xLjg1OC0uNDc3LjYzLS44NzUgMS42MjVabTIuNTA0LTEuODI5cS4xMjMtLjAwMy4yNDctLjAwM3QuMjQ2LjAwM3EuOTQ2LjIyIDEuNzE2IDIuMTQ1LjI5OC43NDQuNTAyIDEuNTg3LTEuMTg4LjM5MS0yLjQ2NC4zOTF0LTIuNDY0LS4zOXEuMjA0LS44NDQuNTAxLTEuNTg4Ljc3LTEuOTI1IDEuNzE2LTIuMTQ1Wm0yLjEyMy4yMDVxMS45MjMuNDQ4IDMuNDQ3IDEuODU5LS45MjMuODQyLTIuMDYgMS4zNTctLjIxMS0uODQtLjUxMi0xLjU5MS0uMzk4LS45OTUtLjg3NS0xLjYyNVptNC4wNDMgMi40NjZRMTQuODA0IDUuNzgyIDEzLjQzIDYuMzdxLjI3NiAxLjQ3LjMwNiAzLjE4OGg0LjEycS0uMTMtMi43NDQtMS45NTUtNC43ODVabTEuOTU0IDUuNjM1aC00LjExOXEtLjAzIDEuNzE4LS4zMDcgMy4xODggMS4zNzQuNTg4IDIuNDcxIDEuNTk3IDEuODI1LTIuMDQyIDEuOTU1LTQuNzg1Wm0tNS4yMzUgMi44ODdxLjIzOC0xLjMzMi4yNjYtMi44ODdINy4wNzdxLjAyOSAxLjU1NS4yNjYgMi44ODggMS4yNzUtLjQwNCAyLjY0LS40MDQgMS4zNjMgMCAyLjYzNy40MDNabS01LjEwMi44MzdxMS4xODgtLjM5IDIuNDY0LS4zOXQyLjQ2My4zOXEtLjIwNC44NDItLjUgMS41ODUtLjc3MSAxLjkyNS0xLjcxNyAyLjE0NS0uMTIyLjAwMy0uMjQ2LjAwM3QtLjI0Ny0uMDAzcS0uOTQ2LS4yMi0xLjcxNi0yLjE0NS0uMjk3LS43NDMtLjUtMS41ODVabS0uOTg0LS41MzZxLS4yNzctMS40Ny0uMzA3LTMuMTg4SDIuMTA4cS4xMyAyLjc0NCAxLjk1NiA0Ljc4NSAxLjA5Ny0xLjAwOCAyLjQ3LTEuNTk3Wk0yLjEwOCA5LjU1OGg0LjEycS4wMy0xLjcxOS4zMDYtMy4xODhRNS4xNiA1Ljc4IDQuMDYzIDQuNzcyIDIuMjM4IDYuODE0IDIuMTA4IDkuNTU4Wm00LjYxMiA0Ljg4NnEuMjEuODM5LjUxIDEuNTg4LjM5OC45OTUuODc1IDEuNjI1LTEuOTIxLS40NDgtMy40NDUtMS44NTcuOTIzLS44NDIgMi4wNi0xLjM1NlptNS4xMzggMy4yMTNxMS45MjItLjQ0OCAzLjQ0Ni0xLjg1OC0uOTIzLS44NDEtMi4wNi0xLjM1Ni0uMjEuODQtLjUxIDEuNTktLjM5OS45OTQtLjg3NiAxLjYyNFptLTQuNzgtOC4xcS4wMjctMS41NTQuMjY1LTIuODg2IDEuMjc0LjQwNCAyLjY0LjQwNCAxLjM2NCAwIDIuNjM4LS40MDQuMjM3IDEuMzMyLjI2NSAyLjg4N0g3LjA3N1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=)}.mdws-header-global_seach-language-etc .header-more{display:none}.mdws-header-global_cover{background:#000;height:calc(100vh - 64px);left:0;opacity:0;position:fixed;right:0;top:65px;transition:opacity .4s linear,visibility .4s linear;visibility:hidden;z-index:8888}@media screen and (max-width:1440.9px){.mdws-header-global_cover{height:calc(100vh - 4.44444vw);top:4.5138888889vw}}.mdws-header-global_cover-show{opacity:.5;visibility:visible}@media screen and (max-width:767.9px){.mdws-header-global{height:48px;margin:auto;max-width:500px}.mdws-header-global_inner-big-box{height:48px;padding:0 20px}.mdws-header-global .mdws-header-global_inner-box{align-items:center;color:#333;display:flex;font-size:14px;font-weight:500;height:48px;justify-content:space-between}.mdws-header-global .mdws-header-global_logo{margin-right:0;padding-right:0;z-index:9999}.mdws-header-global .mdws-header-global_logo img{height:58px;width:108px}.mdws-header-global .mdws-header-global_menu-wrap{background-color:#fff;bottom:0;color:#000;display:block;left:0;overflow:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s linear;z-index:99999}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header-global .mdws-header-global_menu-wrap{padding:0 calc(50% - 250px)}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-header-global .mdws-header-global_menu-wrap{padding:0}}@media screen and (max-width:767.9px){.mdws-header-global .mdws-header-global_seach-mb{align-items:center;display:flex;height:68px;justify-content:flex-end;margin:0;padding:12px 16px;position:relative;width:auto}.mdws-header-global .mdws-header-global_seach-mb input{background-color:#f7f7f7;border-radius:28px;flex:1;font-size:14px;height:100%;margin-right:20px;padding-left:44px;padding-right:20px}.mdws-header-global .mdws-header-global_seachIcon{height:14px;left:36px;width:14px}.mdws-header-global .mdws-header-global_seach-box{display:block;left:0;padding-top:0;position:static;top:0;width:100%;z-index:9999}.mdws-header-global .mdws-header-global_history-box{border-top:none;padding:16px}.mdws-header-global .mdws-header-global_history-box .history-title-box{color:#333;font-size:14px;font-weight:400;margin:0;position:relative;width:100%}.mdws-header-global .mdws-header-global_history-box .history-title-box .history-title{font-size:16px;font-weight:500;line-height:24px}.mdws-header-global .mdws-header-global_history-box .history-title-box ul li{font-size:14px;line-height:22px;margin-top:16px}.mdws-header-global .mdws-header-global_close{height:14px;position:relative;width:14px}.mdws-header-global .mdws-header-global_close:after,.mdws-header-global .mdws-header-global_close:before{background-color:#707070;content:"";display:inline-block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:14px}.mdws-header-global .mdws-header-global_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mdws-header-global .mdws-header-global_menu-wrap{z-index:99999}.mdws-header-global .mdws-header-global_menu-wrap-show{transform:translateX(0)}.mdws-header-global .mdws-header-global_links-box{display:flex;flex-direction:column;height:auto;margin:0}.mdws-header-global .mdws-header-global_links-box>li{align-items:flex-start;background-color:#f7f7f7;flex-direction:column;justify-content:center;margin-right:0}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow{word-wrap:break-word;background-color:#fff;font-size:16px;font-weight:500;line-height:24px;padding:16px;position:relative;width:100%}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow{display:block;position:absolute;right:0;top:50%;transform:translateX(-16px) rotate(0deg);transition:transform .3s ease;width:20px}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow:before{height:20px;width:20px}}@media screen and (max-width:767.9px){.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow:before{transform:translate(-8px,-50%) rotate(0deg)}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow a{color:#333;width:calc(100% - 44px)}.mdws-header-global .mdws-header-global_links-box>li .menu-container{background-color:#f7f7f7;border-radius:0;display:none;height:auto;padding:0;position:static;transform:none;transition:none;visibility:visible;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container_linkGroup-img-box{color:#333;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:22px;margin-top:0;max-height:unset;max-width:unset;opacity:1;overflow:unset;padding:0 40px;position:static;transition:all .5s linear;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container_linkGroup-img-box a{color:#707070;display:inline-block;flex-shrink:0;font-size:14px;font-weight:400;line-height:22px;margin-right:0;margin-top:0;padding:12px 0;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container-show{visibility:visible}.mdws-header-global .mdws-header-global_links-box .activeLi .link-title-arrow .link-arrow{transform:translateX(-50%) rotate(-180deg)}.mdws-header-global .mdws-header-global_links-box .activeLi .menu-container{display:block}.mdws-header-global .mdws-header-global_links-box-left{max-width:none}.mdws-header-global .lan-cover-box{background-color:rgba(0,0,0,.5);bottom:0;display:block;left:0;opacity:1;position:fixed;right:0;top:0;transition:all .3s linear;visibility:hidden;z-index:99998}.mdws-header-global .mdws-header-global_seach-language-etc{align-items:center;display:flex;padding-left:0}.mdws-header-global .mdws-header-global_seach-language-etc .seach-language-icons-box_item{height:20px;margin-left:20px;width:20px}.mdws-header-global .mdws-header-global_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header-global .mdws-header-global_seach-language-etc .language a{height:20px;width:20px}.mdws-header-global .mdws-header-global_seach-language-etc .language{display:none}.mdws-header-global .mdws-header-global_seach-language-etc .header-more{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zMTIgNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaTTMuMzEyIDkuNDc5aDEzLjMzNHEuMDQ5IDAgLjA5Ny4wMS4wNDkuMDEuMDk0LjAyOC4wNDYuMDE5LjA4Ni4wNDYuMDQxLjAyOC4wNzYuMDYyLjAzNS4wMzUuMDYyLjA3Ni4wMjguMDQxLjA0Ny4wODcuMDE4LjA0NS4wMjguMDkzLjAxLjA0OS4wMS4wOTggMCAuMDUtLjAxLjA5OHQtLjAyOC4wOTNxLS4wMi4wNDYtLjA0Ny4wODctLjAyNy4wNC0uMDYyLjA3Ni0uMDM1LjAzNC0uMDc2LjA2Mi0uMDQuMDI3LS4wODYuMDQ2LS4wNDUuMDE5LS4wOTQuMDI4LS4wNDguMDEtLjA5Ny4wMUgzLjMxMnEtLjA0OSAwLS4wOTctLjAxdC0uMDk0LS4wMjhxLS4wNDUtLjAxOS0uMDg2LS4wNDYtLjA0MS0uMDI4LS4wNzYtLjA2Mi0uMDM1LS4wMzUtLjA2Mi0uMDc2LS4wMjgtLjA0MS0uMDQ3LS4wODctLjAxOC0uMDQ1LS4wMjgtLjA5My0uMDEtLjA0OS0uMDEtLjA5OCAwLS4wNS4wMS0uMDk4dC4wMjgtLjA5M3EuMDItLjA0Ni4wNDctLjA4Ny4wMjctLjA0LjA2Mi0uMDc2LjAzNS0uMDM0LjA3Ni0uMDYyLjA0LS4wMjcuMDg2LS4wNDYuMDQ2LS4wMTkuMDk0LS4wMjguMDQ4LS4wMS4wOTctLjAxWk0zLjMxMiAxNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:block;height:20px;margin-left:20px;width:20px}.mdws-header-global .mdws-header-global_cover-show{top:0}}.mdws-header-global-fixed{left:0;position:fixed!important;right:0;top:0;transform:translateY(0);transition:transform .3s ease;z-index:9999}.mdws-header-global-fixed-hide{transform:translateY(-80px)}@media screen and (max-width:1440.9px){.mdws-header-global-fixed-hide{transform:translateY(-5.5555555556vw)}}.mdws-headline-menu{align-items:center;background-color:#f7f7f7;display:flex;justify-content:space-between;padding:1.0416666667vw 12.5vw;width:100%}@media screen and (max-width:767.9px){.mdws-headline-menu{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-headline-menu.active-fixed{left:0;position:fixed;z-index:9999}.mdws-headline-menu-describe{max-width:35.8333333333vw}.mdws-headline-menu-describe .product-name{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw}.mdws-headline-menu-describe .product-bazzzvioce{align-items:center;display:flex;gap:.4166666667vw;margin-top:.5208333333vw}.mdws-headline-menu-describe .product-bazzzvioce-model{color:#adadad;font-size:1.0416666667vw;font-weight:400;line-height:normal}.mdws-headline-menu-describe .product-bazzzvioce .bv-rating{cursor:pointer;position:relative}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.8333333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{padding-right:0!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.8333333333vw!important;padding-left:.2083333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container_row_flex .bv_main_container_row_flex .bv_button_component_container{align-items:center!important;display:none!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg,.mdws-headline-menu-describe .product-bazzzvioce body .bv_histogram_row_star svg{height:1.0416666667vw!important;width:1.0416666667vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}.mdws-headline-menu-pay{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.mdws-headline-menu-pay .csr-cp-price{flex:1;margin-bottom:0;margin-left:3.125vw;margin-right:1.0416666667vw;text-align:right}.mdws-headline-menu-pay .csr-cp-price-sale{font-size:1.4583333333vw;margin-bottom:0}.mdws-headline-menu-pay .csr-cp-price-original{font-size:.8333333333vw}.mdws-headline-menu-pay .csr-cp-price-original-cost{color:#adadad}.mdws-headline-menu-pay .csr-wish-btn{align-items:center;border:1px solid #adadad;border-radius:50%;display:flex;height:2.9166666667vw;justify-content:center;margin-left:1.0416666667vw;position:relative;right:unset;top:unset;width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-headline-menu{display:none}}.mdws-headline-menu .md-button-v2.md-button{font-size:1.0416666667vw}.mdws-headline-menu .ps-widget.md-button{font-size:1.0416666667vw!important}.gws-hotspot{margin-left:5.2083333333vw;margin-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot.noMobileImg{display:none}.gws-hotspot{margin-left:4vw;margin-right:4vw}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABdCAYAAAAlrXG6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAWqADAAQAAAABAAAAXQAAAAD7XFenAAAK80lEQVR4Ae2dX2wcxR3Hf7N7e3c2jrlzHJPQmJAEGogJLSU0JEBi+kBiAYnjVmnagFTRSn2qStWoL6hqWomXKlWp+tSHokqBNo3A+QOVCQ/FScm/NhTakEBakuA4zV/HZ2zjO995d/r7rX2+9Xl3b/d25s5/biTrdndmfr/vfG48u/PbvVmASioJAVYSL8U44ZzB3oE6UKEeDL0KmBIBw4gCYxHTHOfDoCgp4AZ+qknQoQc2z+nFfF6MO9l1pgboHVyBL/XdAcC+CAzwExoQ2DyEqPkCwJQMcH4D61wHDhcB+H/gX7GLsIMZvuxIKFw+0Huu10BIexBUdi8Y/C4EHJXQPmQNKVDYJ6Dzj2Ak8x5saRiU4qeA0dKC/t1JDeYvvQ977iqEuxzhKgX0ic3mYCD0M0j/BFw99yF8f2VGrANna6UBvYdXgZZoBlCagfFbnOWUMIezzwGMTsjEO2ELS8r2LBc0DQ8R7WvYj9ZKGxqCEjKHFjgMw5m/yhxW5IAePbmtRQZPTVnA+V8QAQd4E0+eh2WcPMWD3tO3GMLwTRwHF+a3ZXrss0uQhj/DltgFkXrFgd7DVdA+awWFN+OZXpxdka31aothCwDegeHYfhy/da/V3MqJAdJ+aS6oNc/hNewiN2fTLo+xLtAHX4a2hTeDag8Oev/g/cDTz+IlW1VQMVOzPk8CC++CTTX/DqIvGOgDiXX4T/aNaT9UFCJIQwmD12Bj/FChok75xYPe1/s09uL1ToZn5nF+EFrr3iimbUWAxmDPgf6tGOB5pBiH076OohyBjbW7sZP5Cl75nwLv6/36rIVMvYQ6GDHwmfyB3tv3hDmN9ulk5hVXmsFk4b1l3kG331yN/y0bvZue4SWJBTHxmLyB/ktiEQbZt3q0OXuKERNi4yEVBk2Rt4zyHNpSPdibbUVUkw0xKpAKg9YSOBkx5hawM4uzkY3JyB2BO+j23kfxltL97iYquSYjYuWSnK+j99+YA1z7KUbhql3qS8+6PcoiD8e1WFOtcmtdmEVqVBYmp4M6T/em+fDpfuOz44lM3+UU3qwta2JDkE7/wimmHXLUZoRa8SqjLJDXzwvVf6sxvLi5Xlu8qApv0npIXUl+o7Mnc+FP3ekLB2+M9HioIrgIstK0zWh0l51h+x69t28phjufL2UMY0FUDe9sij7wRIO6rD6szLET6/VYT9oYePu6fnb76dT7V1J62mu9wOUoJmKwl2Bz7Fy+LXvQ+/q245BxZ35hGfvVKlN/2RS97zt3hFfeojKhd8I/13nqDxfTJ39yOvXhkM51Gfon22SfQmtsZ/7xyaD39y8Drv8gv6CM/eeXhJe8sCz6aNAeXEgb9fAXz6befel8+nyhskLymfpb2FR71mpr8lWHoW+wFpCxreDXu+sr1at+vaK6RTZk0k8+yBf5JN/Skw3DiaDf7FuCcde7ZQrBKwft6GNzWp5pDK+U6cfONvkk36TBLl/YMWJILC1pIugRvs6SJ3xzUZUa/aC5tm1VXJ0gQrgjF4PkmzSQFpdiwbPyWOZAv8OjeM6UNjmpUpnSsbq6pbGK1QdvRTALpIG0kKZgllxqE0tiOpZyjhK9D+CwIe1fqv2h6rX3zlFvzzou9ydpIU3SdBBLYjqWcqDV0FezB0V//qqpasWG27Qm0XaD2iNNpC2oHcf6FqajoOnRLTDucqwQIGNNPBT74dKIaxwggPnAVUkbaQxsyNYAMjXZ4u0SMz+i3S1rFrhzRdXDqqCnRocNgN93pc0/2haRSBtpFGFrkg26d05sMY2C5vgAuITUtiB82+q4ulSU6W3vDcH3Pkiaf8/gtqhEGkmrKHsT7IyxlQr6xeXRNROcBtx542ruceYDlu2AZs3qorWOaxoHTeFQZgj/NqmH3FOjCL3KSFuGC+v2eKMCbJBWKb2a2CJjBTJ8fgB9jlW3fCG0xDFzimZI04yMFdCiDTLavRZjyTLsyrQpTTMyVkDXhQ8bj9SFYgsiLC4TigzbpJm0C7eNjBX8VZTwHr0N744IF1sig9sWancKd4WM6aqjVrThphql7PGMYtu0vFaVob1WwYfHxwMfxYrLr9dYrYj/98t3Imm/MaqIH/KQMd6cpZ/8+nowsmAT4xrDKb33RLO8V7rT0J20XL95qL7jY/p9j31ijMHCKAOMQUNkdLZgXzDvKMaqfWnPq+6wyyIhs0cLvuuA4UdfUUCa8b1+OTcZcVA76fDPzxZ+wqDj+gi89pD3m/l+tU8SZXcAe7QiIzSqMXB+jMFGyEGEISv5te1XuyfdGDJF0Ez47fgMB1/k1jf4+l48tS1baINP2361Z/24fiJjHDqA/v+EnhCTOs9EFO/Dx6sPVkNLQxoupTiOZM7ni/yh4mfLRleUsGukdYy2y3c6Rtqd8oo+joyxK4l/lAof1RqMaczzwEgnq+8uMp/0cm1LPugd9wjtH6Zv0u4qoqhMPkxDh/OpuyijAN0pI1Fk1bJXk6IdGdOFT7/o1p3p13tE2yyVPUna+zHWwa+LbsSrlzKfirZZKntStCNjjHWo10Q34kjvSN+VYT7thg/STNpF8yDGGI9OCe/RJPQwPkIrXLBkg9I0I2OMR7OrMvTv+d/IeRl2ZdqUphkZK7Bp3gBwRfjw0X4lfe3jQeOySDBhS8zCui3CB2klzSJsTbBBbJHxqHSGy5ZJSC+cSR0VaXbj/FwI5WnLtggforWOaxpjOzr3pR0Oj41nCtqgHnIsETkn6pGDV3AGuQFnkJQoKicqHUvo56T0ZhI4Bnq0Rw9n/ovBJee5b4AWbT+VPK7TMmgCUnYGSbNIP6FPN9ekjTS6lSk6j5gSW0yjoM1F95RPijboUvFoYqTvN+eG33UpUtYs0kYa5YhApmMLGuZOL/rI3+U4A/jx6eSpt65lTsuyX6xd0kTaiq1fsJ6FaQ50vO597OjiI1djatr+MXT4owFd6FVIwYa6FCAtpMmlSLAsYklMx1IO9OMYXGIQaN2grFG7Tww/Gk8eH+roTvKyx0FIQ8uxoQ7SZKdVyDFiSUzHUg40HQixQ9kMGZ8XhvTUlzv7208k9LJNZsg3aehK6uMQZLQ1n+VE0E/FzuPwYZ4lpThHoxjvzaz520AH3ow9KcuHk13ySb5Jg1MZIceJIbG0pImgKUNR37LkS9k08ELy2X8OnfjRqaEO+g2gFCcWo+SDfJFP8i092TC0v/9d+eVsgO+CefzlLLmo/Ba8ONC+fwtuwsYFURisKs5jsFq0usG3GyOL19WHfK1ucKhn5MIfu4fLtLoBtpnDCdgc97G6AXGqrNfhs7e4r9dhP0ZnXdCqKgrbmt2tfLoQMPhuaKtzDDVMvuqw2qKKnEubxFhdTettYuQCmdrmDppKZGjMUW7SZiXZEUA2JiO7vNyxwqDpRQOa8TJWKdHCIjlx02BLN9l4eBlDYdDU2ifjXbgm5+5p0PDSSiQmxMZD8gaaDLXNPQacHfBgc3YUIRbExGPyDpoMbo69bb67xKPxmVvM6Bxl4b2F/kCT3da613Gd0iPeXcywktR2YuAzuV9HuxmrrIjuRmdSXvGgyVRljf9JQJ0OBANNVitvrXBiO+F4cNBkrvIelglQ7XbEgCbLM+3NQgbDN8Pdum9qvVnI+hVW3pVlpTG+La5Hj5vEjcrb36w0zG05oLNuKu8zzJLAeyilSJU3dJYIdPbLrLxzNkuihJ80rFTeolxC4OSK43vB91XeC15i6mPuZtib7ssDcRZ6/T8ODDecL6TUbAAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.5208333333vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.5208333333vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .625vw 1.9270833333vw .5729166667vw rgba(0,0,0,.051),0 .4166666667vw 1.09375vw 0 rgba(0,0,0,.078),0 .2083333333vw .3645833333vw -.2604166667vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.15625vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.09375vw;font-weight:700;line-height:1.6666666667vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:.9895833333vw;font-weight:400;line-height:1.5104166667vw;margin-top:.5729166667vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{color:#00b0f0;display:block;font-size:.9895833333vw;font-weight:500;margin-top:.5729166667vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABdCAYAAAAlrXG6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAWqADAAQAAAABAAAAXQAAAAD7XFenAAAK80lEQVR4Ae2dX2wcxR3Hf7N7e3c2jrlzHJPQmJAEGogJLSU0JEBi+kBiAYnjVmnagFTRSn2qStWoL6hqWomXKlWp+tSHokqBNo3A+QOVCQ/FScm/NhTakEBakuA4zV/HZ2zjO995d/r7rX2+9Xl3b/d25s5/biTrdndmfr/vfG48u/PbvVmASioJAVYSL8U44ZzB3oE6UKEeDL0KmBIBw4gCYxHTHOfDoCgp4AZ+qknQoQc2z+nFfF6MO9l1pgboHVyBL/XdAcC+CAzwExoQ2DyEqPkCwJQMcH4D61wHDhcB+H/gX7GLsIMZvuxIKFw+0Huu10BIexBUdi8Y/C4EHJXQPmQNKVDYJ6Dzj2Ak8x5saRiU4qeA0dKC/t1JDeYvvQ977iqEuxzhKgX0ic3mYCD0M0j/BFw99yF8f2VGrANna6UBvYdXgZZoBlCagfFbnOWUMIezzwGMTsjEO2ELS8r2LBc0DQ8R7WvYj9ZKGxqCEjKHFjgMw5m/yhxW5IAePbmtRQZPTVnA+V8QAQd4E0+eh2WcPMWD3tO3GMLwTRwHF+a3ZXrss0uQhj/DltgFkXrFgd7DVdA+awWFN+OZXpxdka31aothCwDegeHYfhy/da/V3MqJAdJ+aS6oNc/hNewiN2fTLo+xLtAHX4a2hTeDag8Oev/g/cDTz+IlW1VQMVOzPk8CC++CTTX/DqIvGOgDiXX4T/aNaT9UFCJIQwmD12Bj/FChok75xYPe1/s09uL1ToZn5nF+EFrr3iimbUWAxmDPgf6tGOB5pBiH076OohyBjbW7sZP5Cl75nwLv6/36rIVMvYQ6GDHwmfyB3tv3hDmN9ulk5hVXmsFk4b1l3kG331yN/y0bvZue4SWJBTHxmLyB/ktiEQbZt3q0OXuKERNi4yEVBk2Rt4zyHNpSPdibbUVUkw0xKpAKg9YSOBkx5hawM4uzkY3JyB2BO+j23kfxltL97iYquSYjYuWSnK+j99+YA1z7KUbhql3qS8+6PcoiD8e1WFOtcmtdmEVqVBYmp4M6T/em+fDpfuOz44lM3+UU3qwta2JDkE7/wimmHXLUZoRa8SqjLJDXzwvVf6sxvLi5Xlu8qApv0npIXUl+o7Mnc+FP3ekLB2+M9HioIrgIstK0zWh0l51h+x69t28phjufL2UMY0FUDe9sij7wRIO6rD6szLET6/VYT9oYePu6fnb76dT7V1J62mu9wOUoJmKwl2Bz7Fy+LXvQ+/q245BxZ35hGfvVKlN/2RS97zt3hFfeojKhd8I/13nqDxfTJ39yOvXhkM51Gfon22SfQmtsZ/7xyaD39y8Drv8gv6CM/eeXhJe8sCz6aNAeXEgb9fAXz6befel8+nyhskLymfpb2FR71mpr8lWHoW+wFpCxreDXu+sr1at+vaK6RTZk0k8+yBf5JN/Skw3DiaDf7FuCcde7ZQrBKwft6GNzWp5pDK+U6cfONvkk36TBLl/YMWJILC1pIugRvs6SJ3xzUZUa/aC5tm1VXJ0gQrgjF4PkmzSQFpdiwbPyWOZAv8OjeM6UNjmpUpnSsbq6pbGK1QdvRTALpIG0kKZgllxqE0tiOpZyjhK9D+CwIe1fqv2h6rX3zlFvzzou9ydpIU3SdBBLYjqWcqDV0FezB0V//qqpasWG27Qm0XaD2iNNpC2oHcf6FqajoOnRLTDucqwQIGNNPBT74dKIaxwggPnAVUkbaQxsyNYAMjXZ4u0SMz+i3S1rFrhzRdXDqqCnRocNgN93pc0/2haRSBtpFGFrkg26d05sMY2C5vgAuITUtiB82+q4ulSU6W3vDcH3Pkiaf8/gtqhEGkmrKHsT7IyxlQr6xeXRNROcBtx542ruceYDlu2AZs3qorWOaxoHTeFQZgj/NqmH3FOjCL3KSFuGC+v2eKMCbJBWKb2a2CJjBTJ8fgB9jlW3fCG0xDFzimZI04yMFdCiDTLavRZjyTLsyrQpTTMyVkDXhQ8bj9SFYgsiLC4TigzbpJm0C7eNjBX8VZTwHr0N744IF1sig9sWancKd4WM6aqjVrThphql7PGMYtu0vFaVob1WwYfHxwMfxYrLr9dYrYj/98t3Imm/MaqIH/KQMd6cpZ/8+nowsmAT4xrDKb33RLO8V7rT0J20XL95qL7jY/p9j31ijMHCKAOMQUNkdLZgXzDvKMaqfWnPq+6wyyIhs0cLvuuA4UdfUUCa8b1+OTcZcVA76fDPzxZ+wqDj+gi89pD3m/l+tU8SZXcAe7QiIzSqMXB+jMFGyEGEISv5te1XuyfdGDJF0Ez47fgMB1/k1jf4+l48tS1baINP2361Z/24fiJjHDqA/v+EnhCTOs9EFO/Dx6sPVkNLQxoupTiOZM7ni/yh4mfLRleUsGukdYy2y3c6Rtqd8oo+joyxK4l/lAof1RqMaczzwEgnq+8uMp/0cm1LPugd9wjtH6Zv0u4qoqhMPkxDh/OpuyijAN0pI1Fk1bJXk6IdGdOFT7/o1p3p13tE2yyVPUna+zHWwa+LbsSrlzKfirZZKntStCNjjHWo10Q34kjvSN+VYT7thg/STNpF8yDGGI9OCe/RJPQwPkIrXLBkg9I0I2OMR7OrMvTv+d/IeRl2ZdqUphkZK7Bp3gBwRfjw0X4lfe3jQeOySDBhS8zCui3CB2klzSJsTbBBbJHxqHSGy5ZJSC+cSR0VaXbj/FwI5WnLtggforWOaxpjOzr3pR0Oj41nCtqgHnIsETkn6pGDV3AGuQFnkJQoKicqHUvo56T0ZhI4Bnq0Rw9n/ovBJee5b4AWbT+VPK7TMmgCUnYGSbNIP6FPN9ekjTS6lSk6j5gSW0yjoM1F95RPijboUvFoYqTvN+eG33UpUtYs0kYa5YhApmMLGuZOL/rI3+U4A/jx6eSpt65lTsuyX6xd0kTaiq1fsJ6FaQ50vO597OjiI1djatr+MXT4owFd6FVIwYa6FCAtpMmlSLAsYklMx1IO9OMYXGIQaN2grFG7Tww/Gk8eH+roTvKyx0FIQ8uxoQ7SZKdVyDFiSUzHUg40HQixQ9kMGZ8XhvTUlzv7208k9LJNZsg3aehK6uMQZLQ1n+VE0E/FzuPwYZ4lpThHoxjvzaz520AH3ow9KcuHk13ySb5Jg1MZIceJIbG0pImgKUNR37LkS9k08ELy2X8OnfjRqaEO+g2gFCcWo+SDfJFP8i092TC0v/9d+eVsgO+CefzlLLmo/Ba8ONC+fwtuwsYFURisKs5jsFq0usG3GyOL19WHfK1ucKhn5MIfu4fLtLoBtpnDCdgc97G6AXGqrNfhs7e4r9dhP0ZnXdCqKgrbmt2tfLoQMPhuaKtzDDVMvuqw2qKKnEubxFhdTettYuQCmdrmDppKZGjMUW7SZiXZEUA2JiO7vNyxwqDpRQOa8TJWKdHCIjlx02BLN9l4eBlDYdDU2ifjXbgm5+5p0PDSSiQmxMZD8gaaDLXNPQacHfBgc3YUIRbExGPyDpoMbo69bb67xKPxmVvM6Bxl4b2F/kCT3da613Gd0iPeXcywktR2YuAzuV9HuxmrrIjuRmdSXvGgyVRljf9JQJ0OBANNVitvrXBiO+F4cNBkrvIelglQ7XbEgCbLM+3NQgbDN8Pdum9qvVnI+hVW3pVlpTG+La5Hj5vEjcrb36w0zG05oLNuKu8zzJLAeyilSJU3dJYIdPbLrLxzNkuihJ80rFTeolxC4OSK43vB91XeC15i6mPuZtib7ssDcRZ6/T8ODDecL6TUbAAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;display:block;height:8vw;position:absolute;width:8vw}.gws-hotspot_mb-spots-item a{display:block;height:100%;width:100%}}.md-container .gws-hotspot{margin:0}.mdws-image-card-v1{margin:auto;width:1440px}@media screen and (max-width:1600px){.mdws-image-card-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.mdws-image-card-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-image-card-v1 ul{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto -60px;width:680px}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul{margin-bottom:-4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul{margin-bottom:-18.67px;width:239.99px}}@media screen and (max-width:499.9px){.mdws-image-card-v1 ul{margin-bottom:-5.3333333333vw;width:calc(32vw + 80px)}}.mdws-image-card-v1 ul li{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:60px;margin-right:160px;width:120px}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul li{margin-bottom:4.1666666667vw;margin-right:11.1111111111vw;width:8.3333333333vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul li{margin-bottom:18.67px;margin-right:40px;width:53.33px}}@media screen and (max-width:499.9px){.mdws-image-card-v1 ul li{margin-bottom:20px;width:10.6666666667vw}}.mdws-image-card-v1 ul li:last-child,.mdws-image-card-v1 ul li:nth-child(3n){margin-right:0}.mdws-image-card-v1 ul li picture{align-items:center;display:flex;justify-content:center}.mdws-image-card-v1 ul li picture img{max-height:120px;max-width:100%}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul li picture img{max-height:8.3333333333vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul li picture img{max-height:53.33px}}@media screen and (max-width:499.9px){.mdws-image-card-v1 ul li picture img{max-height:10.6666666667vw}}.mdws-image-card-style-left ul{justify-content:flex-start}.mdws-image-card-style-right ul{justify-content:flex-end}.mdws-image-card-col-4 ul{width:960px}@media screen and (max-width:1440.9px){.mdws-image-card-col-4 ul{width:66.6666666667vw}}@media screen and (max-width:767.9px){.mdws-image-card-col-4 ul{width:333.32px}}@media screen and (max-width:499.9px){.mdws-image-card-col-4 ul{width:calc(42.66667vw + 120px)}}.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:160px}@media screen and (max-width:1440.9px){.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:40px}}.mdws-image-card-col-4 ul li:last-child,.mdws-image-card-col-4 ul li:nth-child(4n){margin-right:0}.gws-imageClickArea_styles.c-not-full-screen{margin-left:5.2083333333vw;margin-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_styles.c-not-full-screen{margin-left:4vw;margin-right:4vw}}.gws-imageClickArea{overflow:hidden;position:relative}.gws-imageClickArea-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_pc-spots{display:none}}.gws-imageClickArea_pc-spots-item{cursor:pointer;min-height:2.0833333333vw;min-width:2.0833333333vw;position:absolute;transform:translate(-50%,-50%)}.gws-imageClickArea_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_mb-spots{display:block}.gws-imageClickArea_mb-spots-item{display:block;min-height:8vw;min-width:8vw;position:absolute}.gws-imageClickArea_mb-spots-item a{display:block;height:100%;width:100%}}.aem-AuthorLayer-Edit .gws-imageClickArea_mb-spots-item,.aem-AuthorLayer-Edit .gws-imageClickArea_pc-spots-item{background:#1f94d2;opacity:.1}.md-container .gws-imageClickArea{margin:0}.mdws-i-a-banner__styles{margin:auto;max-width:2600px}@media screen and (max-width:767.9px){.mdws-i-a-banner__styles{margin:auto;max-width:500px;padding-left:0;padding-right:0;width:unset}}.mdws-i-a-banner{position:relative;transition:width .3s ease;width:100%}@media screen and (max-width:767.9px){.mdws-i-a-banner{padding:0;width:100%}}.mdws-i-a-banner-sacle-box{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:767.9px){.mdws-i-a-banner-sacle-box{display:none}}.mdws-i-a-banner .gws-img{visibility:hidden}@media screen and (max-width:767.9px){.mdws-i-a-banner .gws-img{visibility:visible}}.mdws-i-a-banner__content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:767.9px){.mdws-i-a-banner__content{opacity:1;width:calc(100% - 32px)}}.mdws-i-a-banner__content.mdws-i-a-banner__content__active{opacity:1}.mdws-i-a-banner__content__container{width:768px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container{width:40vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container{width:100%}}.mdws-i-a-banner__content__container__title{color:#fff;font-size:40px;font-weight:500;line-height:48px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container__title{font-size:2.7777777778vw;line-height:3.3333333333vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container__title{font-size:20px;line-height:normal}}.mdws-i-a-banner__content__container__desc{color:#fff;font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container__desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.0416666667vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container__desc{font-size:14px;line-height:22px;margin-top:8px}}body.page-v2 .popup_container .popup_cover{background:rgba(51,51,51,.6);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:10000}body.page-v2 .popup_container .popup_content{background:#fff;border-top:1px solid #d6d6d6;bottom:0;color:#333;display:none;font-size:16px;font-weight:400;height:84px;left:0;line-height:normal;max-width:100%;padding-left:140px;padding-right:70px;position:fixed;top:unset;transform:none;width:100%;z-index:10000000000000}body.page-v2 .popup_container .popup_content_inBox{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}body.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:auto;margin-right:334px;overflow:hidden;text-overflow:ellipsis}body.page-v2 .popup_container .popup_content_inBox_flex{display:flex}body.page-v2 .popup_container .popup_content_inBox_selectBox{align-items:center;border:1px solid #adadad;border-radius:32px;cursor:pointer;display:flex;flex:1;font-size:16px;justify-content:space-between;padding:10px 32px;position:relative;width:354px}body.page-v2 .popup_container .popup_content_inBox_selectBox .popup_content_inBox-mask{display:none}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box{align-items:center;cursor:pointer;display:flex;position:relative}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .option-radio{box-sizing:border-box;caret-color:#333;cursor:pointer;height:100%;left:0;opacity:0;overflow:visible;padding:0;position:absolute;top:0;width:100%;z-index:5}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .fake-radio-outer{display:none}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1;overflow:hidden;text-overflow:ellipsis}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{background:#fff;border-radius:4px;bottom:100%;box-shadow:0 2px 20px 0 rgba(0,0,0,.149);display:none;flex-direction:column;left:-1px;margin-bottom:1px;padding:20px;position:absolute;width:calc(100% + 2px)}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{padding:.5208333333vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li.active{background-color:#f7f7f7}body.page-v2 .popup_container .popup_content_inBox_selectBox>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;line-height:1.2;overflow:hidden;text-overflow:ellipsis;width:90%}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzggMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjMgMS4wOWwtLjA2My4wNy01LjggNS44MDMgNS44IDUuODAyYS44MjEuODIxIDAgMCAxIC4wNjMgMS4wODlsLS4wNjMuMDcxYS44Mi44MiAwIDAgMS0xLjA4OS4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDg5bC4wNjQtLjA3MSA2LjM3OS02LjM4M2EuODIuODIgMCAwIDEgMS4xNiAwWiIgZmlsbD0iIzcwNzA3MCIvPjwvZz48L3N2Zz4=);background-size:100% 100%;display:inline-block;flex:unset;height:20px;width:20px}body.page-v2 .popup_container .popup_content_inBox_confirm{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;line-height:24px;margin-left:10px;padding:10px 32px;text-align:center;white-space:normal}body.page-v2 .popup_container .popup_content_inBox_confirm:hover{background:#0083de}body.page-v2 .popup_container .popup_content_inBox_confirm:active{background:#077dce}body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled,body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled:hover,body.page-v2 .popup_container .popup_content_inBox_confirm[disabled],body.page-v2 .popup_container .popup_content_inBox_confirm[disabled]:hover{background:#d6d6d6!important}body.page-v2 .popup_container .popup_content_close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==);background-size:100% 100%;cursor:pointer;display:none;height:20px;position:absolute;right:30px;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){body.page-v2 .popup_container .popup_content{font-size:1.1111111111vw;height:5.8333333333vw;padding-left:9.7222222222vw;padding-right:4.8611111111vw}body.page-v2 .popup_container .popup_content_inBox_title{margin-right:0;width:36.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_selectBox{border-radius:2.2222222222vw;font-size:1.1111111111vw;padding:.6944444444vw 2.2222222222vw;width:24.5833333333vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{border-radius:.2777777778vw;box-shadow:0 .1388888889vw 1.3888888889vw 0 rgba(0,0,0,.149);margin-bottom:.0694444444vw;padding:1.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{padding:.6944444444vw}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{height:1.3888888889vw;width:1.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_confirm{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-left:.6944444444vw;padding:.6944444444vw 2.2222222222vw}body.page-v2 .popup_container .popup_content_close{height:1.3888888889vw;right:2.0833333333vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-v2 .popup_container .popup_content{height:auto;padding:0}body.page-v2 .popup_container .popup_content_inBox{align-items:flex-start;flex-direction:column;justify-content:flex-start;margin:auto;max-width:500px;padding:20px 16px;width:100%;width:unset}body.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:22px;margin-bottom:20px;margin-right:0;overflow:hidden;padding-right:28px;text-align:left;text-overflow:ellipsis;width:unset}body.page-v2 .popup_container .popup_content_inBox_flex{align-items:center;flex-direction:column;justify-content:center;width:100%}body.page-v2 .popup_container .popup_content_inBox_selectBox{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:transparent;border:1px solid #adadad;border-radius:28px;cursor:pointer;flex:unset;height:44px;min-width:auto;padding:11px 20px;width:100%}body.page-v2 .popup_container .popup_content_inBox_selectBox span{font-size:14px;line-height:22px}body.page-v2 .popup_container .popup_content_inBox_selectBox .popup_content_inBox-mask{background:#000;bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option-container{background:#fff;bottom:0;left:0;position:fixed;width:100%;z-index:1}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box.active .fake-radio-inner{background-color:#1f94d2;height:1.6vw;width:1.6vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{box-shadow:none;display:none;margin:auto;max-width:500px;padding:0 16px;position:static;width:unset}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{font-size:14px;font-weight:400;line-height:22px;padding:16px 0;text-align:center}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li:not(:last-child){border-bottom:.5px solid #d6d6d6}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li.active{background:none;color:#1f94d2}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{height:20px;width:20px}body.page-v2 .popup_container .popup_content_inBox_confirm{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;border-radius:32px!important;color:#fff;cursor:pointer;display:inline-block;font-size:16px!important;font-weight:400;line-height:18px!important;margin-left:0!important;margin-top:8px;min-width:100px!important;padding:11px 24px!important;padding-bottom:11px;padding-top:11px;text-align:center;white-space:normal;width:100%}body.page-v2 .popup_container .popup_content_inBox_confirm:hover{background:#0083de}body.page-v2 .popup_container .popup_content_inBox_confirm:active{background:#077dce}body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled,body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled:hover,body.page-v2 .popup_container .popup_content_inBox_confirm[disabled],body.page-v2 .popup_container .popup_content_inBox_confirm[disabled]:hover{background:#d6d6d6!important}body.page-v2 .popup_container .popup_content_close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;transform:translateY(0);width:5.3333333333vw}}.mancity-match .md-container{display:block!important;margin:0 auto;padding:0 5.2083333333vw;width:100%}.mancity-match .arrow_next,.mancity-match .arrow_prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);cursor:pointer;height:3.125vw;position:absolute;transition:background-color .3s ease;width:3.125vw;z-index:1}.mancity-match .arrow_next:before,.mancity-match .arrow_prev:before{border-bottom:.2083333333vw solid #1f94d2;border-right:.2083333333vw solid #1f94d2;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:.625vw}@media screen and (min-width:1200px){.mancity-match .arrow_next:hover,.mancity-match .arrow_prev:hover{background-color:#1f94d2!important}.mancity-match .arrow_next:hover:before,.mancity-match .arrow_prev:hover:before{border-color:#fff}}.mancity-match .arrow_prev:before{transform:translate(-50%,-50%) rotate(135deg)}.mancity-match__container{background-color:rgba(162,195,229,.15);min-height:36.4583333333vw;padding-bottom:4.6875vw!important;padding-top:4.6875vw!important}.mancity-match__container-tab{color:#a2c3e5;display:flex;font-weight:700;justify-content:center}.mancity-match__container-tab p{cursor:pointer;font-size:1.875vw;line-height:1;padding:0 .78125vw;transition:color .3s ease}.mancity-match__container-tab p.actived{color:#152c5b;cursor:auto}.mancity-match__container-tab p:first-child{border-right:3px solid #a2c3e5}.mancity-match__container-info{display:flex;margin-top:4.6875vw;transition:transform .3s ease}.mancity-match__container-info .arrow{display:none}.mancity-match__container-info .mancity-match__container-latest{display:block;transition:transform .3s ease}.mancity-match__container-info .mancity-match__container-latest .arrow:not(.hide){display:block}.mancity-match__container-info .mancity-match__container-next{display:none;transition:transform .3s ease}.mancity-match__container-info .mancity-match__container-next .arrow,.mancity-match__container-info.next-match .mancity-match__container-latest,.mancity-match__container-info.next-match .mancity-match__container-latest .arrow{display:none}.mancity-match__container-info.next-match .mancity-match__container-next,.mancity-match__container-info.next-match .mancity-match__container-next .arrow:not(.hide){display:block}.mancity-match__container-latest,.mancity-match__container-next{position:relative;width:100%}.mancity-match__container-latest .match-latest,.mancity-match__container-latest .match-next,.mancity-match__container-next .match-latest,.mancity-match__container-next .match-next{overflow-x:hidden}.mancity-match__container-latest .arrow,.mancity-match__container-next .arrow{cursor:pointer;display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.mancity-match__container-latest .arrow[role=button],.mancity-match__container-next .arrow[role=button]{display:block}.mancity-match__container-latest .arrow[aria-disabled=true],.mancity-match__container-next .arrow[aria-disabled=true]{cursor:auto;opacity:.5}.mancity-match__container-latest .arrow:before,.mancity-match__container-next .arrow:before{border-color:#152c5b}.mancity-match__container-latest .arrow.arrow_prev,.mancity-match__container-next .arrow.arrow_prev{left:0}.mancity-match__container-latest .arrow.arrow_next,.mancity-match__container-next .arrow.arrow_next{right:0}.page-res-v2 .mancity-match{background-color:#f1f6fb;width:100%}.page-res-v2 .mancity-match .md-container{background-color:inherit;display:flex!important;flex-direction:column;margin:0 auto;overflow-x:hidden;padding:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mancity-match .md-container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .md-container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .md-container{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{background-color:inherit!important;border-radius:50%;box-shadow:none!important;cursor:pointer;height:56px;position:absolute;transition:background-color .3s ease;width:56px;z-index:1}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{height:3.8888888889vw;width:3.8888888889vw}}.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-bottom:4px solid #1f94d2;border-right:4px solid #1f94d2;content:"";display:inline-block;height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:12px}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-bottom:.2777777778vw solid #1f94d2;border-right:.2777777778vw solid #1f94d2;height:.8333333333vw;width:.8333333333vw}}.page-res-v2 .mancity-match .arrow_next:hover,.page-res-v2 .mancity-match .arrow_prev:hover{background-color:#fff!important}.page-res-v2 .mancity-match .arrow_next:hover:before,.page-res-v2 .mancity-match .arrow_prev:hover:before{border-color:#152c5b}.page-res-v2 .mancity-match .arrow_next[aria-disabled=true]:hover,.page-res-v2 .mancity-match .arrow_prev[aria-disabled=true]:hover{background-color:inherit!important}.page-res-v2 .mancity-match .arrow_prev:before{transform:translate(calc(-50% + 2px),-50%) rotate(135deg)}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_prev:before{transform:translate(calc(-50% + .13889vw),-50%) rotate(135deg)}}.page-res-v2 .mancity-match__container{min-height:633px;padding-bottom:135px!important;padding-top:30px!important}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container{min-height:43.9583333333vw;padding-bottom:9.375vw!important;padding-top:2.0833333333vw!important}}.page-res-v2 .mancity-match__container-tab{color:#a2c3e5;display:flex;font-weight:700;justify-content:center;margin-bottom:0}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-tab{margin-bottom:0}}.page-res-v2 .mancity-match__container-tab p{cursor:pointer;font-size:36px;line-height:1;padding:0 15px;transition:color .3s ease}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-tab p{font-size:2.5vw;padding:0 1.0416666667vw}}.page-res-v2 .mancity-match__container-tab p.actived{color:#152c5b;cursor:auto}.page-res-v2 .mancity-match__container-tab p:first-child{border-right:3px solid #a2c3e5}.page-res-v2 .mancity-match__container-info{display:flex;margin-bottom:0;margin-top:0;transition:transform .3s ease}.page-res-v2 .mancity-match__container-info .arrow{display:none}.page-res-v2 .mancity-match__container-info .mancity-match__container-latest{display:block;transition:transform .3s ease}.page-res-v2 .mancity-match__container-info .mancity-match__container-latest .arrow:not(.hide){display:block}.page-res-v2 .mancity-match__container-info .mancity-match__container-next{display:none;transition:transform .3s ease}.page-res-v2 .mancity-match__container-info .mancity-match__container-next .arrow,.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-latest,.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-latest .arrow{display:none}.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-next,.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-next .arrow:not(.hide){display:block}.page-res-v2 .mancity-match__container-latest,.page-res-v2 .mancity-match__container-next{position:relative;width:100%}.page-res-v2 .mancity-match__container-latest .match-latest,.page-res-v2 .mancity-match__container-latest .match-next,.page-res-v2 .mancity-match__container-next .match-latest,.page-res-v2 .mancity-match__container-next .match-next{overflow:hidden}.page-res-v2 .mancity-match__container-latest .arrow,.page-res-v2 .mancity-match__container-next .arrow{cursor:pointer;display:none;position:absolute;top:50%;transform:translateY(calc(-50% - 32px));z-index:1}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-latest .arrow,.page-res-v2 .mancity-match__container-next .arrow{transform:translateY(calc(-50% - 2.22222vw))}}.page-res-v2 .mancity-match__container-latest .arrow[role=button],.page-res-v2 .mancity-match__container-next .arrow[role=button]{display:block}.page-res-v2 .mancity-match__container-latest .arrow[aria-disabled=true],.page-res-v2 .mancity-match__container-next .arrow[aria-disabled=true]{cursor:auto;opacity:.5}.page-res-v2 .mancity-match__container-latest .arrow:before,.page-res-v2 .mancity-match__container-next .arrow:before{border-color:#152c5b}.page-res-v2 .mancity-match__container-latest .arrow.arrow_prev,.page-res-v2 .mancity-match__container-next .arrow.arrow_prev{left:0}.page-res-v2 .mancity-match__container-latest .arrow.arrow_next,.page-res-v2 .mancity-match__container-next .arrow.arrow_next{right:0}@media screen and (max-width:767.9px){.mancity-match,.page-res-v2 .mancity-match{background-color:unset}.mancity-match .md-container,.page-res-v2 .mancity-match .md-container{background-color:#f1f6fb;margin:auto;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mancity-match .md-container,.page-res-v2 .mancity-match .md-container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mancity-match .md-container,.page-res-v2 .mancity-match .md-container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mancity-match .md-container,.page-res-v2 .mancity-match .md-container{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.mancity-match .arrow_next,.mancity-match .arrow_prev,.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 18px 10px rgba(0,0,0,.04)!important;cursor:pointer;height:40px;position:absolute;transition:background-color .3s ease;width:40px;z-index:1}.mancity-match .arrow_next:before,.mancity-match .arrow_prev:before,.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-bottom:2px solid #1f94d2;border-right:2px solid #1f94d2;content:"";display:inline-block;height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:6px}.mancity-match .arrow_next:hover,.mancity-match .arrow_prev:hover,.page-res-v2 .mancity-match .arrow_next:hover,.page-res-v2 .mancity-match .arrow_prev:hover{background-color:inherit!important}.mancity-match .arrow_next:hover:before,.mancity-match .arrow_prev:hover:before,.page-res-v2 .mancity-match .arrow_next:hover:before,.page-res-v2 .mancity-match .arrow_prev:hover:before{border-color:inherit!important}.mancity-match__container,.page-res-v2 .mancity-match__container{justify-content:space-between!important;min-height:510px;padding-bottom:60px!important;padding-top:60px!important}.mancity-match__container-tab,.page-res-v2 .mancity-match__container-tab{margin-bottom:40px}.mancity-match__container p,.page-res-v2 .mancity-match__container p{font-size:16px;padding:0 10px}.mancity-match__container-info,.page-res-v2 .mancity-match__container-info{margin-bottom:0;margin-top:0;overflow-x:hidden}.mancity-match__container-latest .arrow.arrow_prev,.mancity-match__container-next .arrow.arrow_prev,.page-res-v2 .mancity-match__container-latest .arrow.arrow_prev,.page-res-v2 .mancity-match__container-next .arrow.arrow_prev{left:0!important;transform:translateY(-50%) rotate(180deg)!important}.mancity-match__container-latest .arrow.arrow_next,.mancity-match__container-next .arrow.arrow_next,.page-res-v2 .mancity-match__container-latest .arrow.arrow_next,.page-res-v2 .mancity-match__container-next .arrow.arrow_next{right:0!important;transform:translateY(-50%)!important}}.match-item{display:flex;justify-content:center;padding-bottom:2.1875vw;position:relative;text-align:center}.match-item__score{display:flex;margin:1.171875vw 6.25vw;order:2}.match-item__score-item{background-color:#fff;border-radius:1.171875vw;font-size:3.75vw;font-weight:700;height:7.8125vw;line-height:7.8125vw;width:7.8125vw}.match-item__score-item:first-child{margin-right:5.859375vw;position:relative}.match-item__score-item:first-child:after{content:":";position:absolute;right:-3.3854166667vw}.match-item__home{order:1}.match-item__away{order:3}.match-item__away,.match-item__home{padding-bottom:5.9375vw;position:relative}@media screen and (max-width:767.9px){.match-item__away,.match-item__home{padding-bottom:0;width:50%}}.match-item__away-img,.match-item__home-img{font-size:0;height:11.71875vw;width:11.71875vw}.match-item__away-img img,.match-item__home-img img{height:100%;width:100%}.match-item__away-name,.match-item__home-name{bottom:0;font-size:1.875vw;left:50%;position:absolute;transform:translateX(-50%);width:max-content}.match-item__info{bottom:0;font-size:1.5625vw;line-height:1.5;position:absolute}.match-item__info-date{font-weight:700}.page-res-v2 .match-item{display:flex;gap:20px;justify-content:center;padding-bottom:42px;padding-top:60px;position:relative;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .match-item{gap:1.3888888889vw;padding-bottom:2.9166666667vw;padding-top:4.1666666667vw}}.page-res-v2 .match-item__score{align-items:center;box-sizing:border-box;color:#152c5b;display:flex;height:240px;margin:0;order:2;position:relative}.page-res-v2 .match-item__score:after{content:":";font-size:56px;font-weight:800;left:50%;order:2;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score:after{font-size:3.8888888889vw}.page-res-v2 .match-item__score{height:16.6666666667vw}}.page-res-v2 .match-item__score-item{align-self:center;background-color:#fff;font-size:56px;font-weight:700;height:150px;line-height:150px;width:150px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score-item{font-size:3.8888888889vw;height:10.4166666667vw;line-height:10.4166666667vw;width:10.4166666667vw}}.page-res-v2 .match-item__score-item:first-child{margin-right:112px;position:relative}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score-item:first-child{margin-right:7.7777777778vw}}.page-res-v2 .match-item__score-item:first-child:after{content:":";display:none;position:absolute}.page-res-v2 .match-item__home{order:1}.page-res-v2 .match-item__away{order:3}.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{align-items:center;display:flex;flex-direction:column;padding-bottom:0;position:relative;width:360px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{width:25vw}}.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{font-size:0;height:240px;width:240px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{height:16.6666666667vw;width:16.6666666667vw}}.page-res-v2 .match-item__away-img img,.page-res-v2 .match-item__home-img img{height:100%;width:100%}.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{bottom:0;font-size:24px;left:0;line-height:30px;margin-top:60px;position:relative;transform:inherit;width:max-content}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{font-size:1.6666666667vw;line-height:2.0833333333vw;margin-top:4.1666666667vw}}.page-res-v2 .match-item__info{bottom:inherit;font-size:inherit;left:50%;position:absolute;top:360px;transform:translateX(-50%)}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info{top:25vw}}.page-res-v2 .match-item__info-date{font-size:24px;font-weight:400;line-height:32px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info-date{font-size:1.6666666667vw;line-height:2.2222222222vw}}.page-res-v2 .match-item__info-name{font-size:24px;line-height:30px;margin-top:10px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info-name{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-top:.6944444444vw}}@media screen and (max-width:767.9px){.match-item,.page-res-v2 .match-item{flex-wrap:wrap;gap:inherit;padding-bottom:0;padding-top:0}.match-item__score,.page-res-v2 .match-item__score{height:auto;justify-content:center;margin:0 0 40px;order:1;width:100%}.match-item__score:after,.page-res-v2 .match-item__score:after{display:none}.match-item__score-item,.page-res-v2 .match-item__score-item{border-radius:15px;font-size:48px;height:100px;line-height:100px;width:100px}.match-item__score-item:first-child,.page-res-v2 .match-item__score-item:first-child{margin-right:75px}.match-item__score-item:first-child:after,.page-res-v2 .match-item__score-item:first-child:after{display:block;right:-45px;top:50%;transform:translateY(-50%)}.match-item__away,.match-item__home,.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{padding:0;width:50%}.match-item__away-img,.match-item__home-img,.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{display:inline-block;height:106px;width:106px}.match-item__away-name,.match-item__home-name,.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{font-size:16px;left:auto;line-height:normal;margin-top:20px;position:relative;transform:none;width:auto}.match-item__info,.page-res-v2 .match-item__info{bottom:0;font-size:18px;left:0;margin-top:20px;order:4;position:relative;top:0;transform:none}.match-item__info-date,.page-res-v2 .match-item__info-date{font-size:inherit;font-weight:700;line-height:inherit}.match-item__info-name,.page-res-v2 .match-item__info-name{font-size:inherit;line-height:inherit;margin-top:0}}@media screen and (max-width:499.9px){.match-item__away-img,.match-item__home-img,.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{height:21.3333333333vw;width:21.3333333333vw}}.collapse-switch{align-items:center;color:#333;cursor:default;display:flex;font-size:2.0833333333vw;font-weight:500;padding:1.5625vw 12.5vw;position:relative}@media screen and (max-width:767.9px){.collapse-switch{font-size:24px;font-weight:500;height:96px;line-height:32px;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:32px 16px}}.collapse-switch .arrow-icon{display:none;height:.7291666667vw;position:absolute;right:2.0833333333vw;top:50%;transform:translate(-50%,-50%) rotate(91deg);transform-origin:center;transition:transform .3s;width:.7291666667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon{height:3.7333333333vw;right:5.3333333333vw;width:3.7333333333vw}}.collapse-switch .arrow-icon:after{background-color:#858585;bottom:.46875vw;content:"";height:.1041666667vw;left:48%;position:absolute;transform:translateX(-50%) rotate(-45deg);transition:background-color .3s;width:.4947916667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon:after{bottom:2.4vw;height:.5333333333vw;width:2.1333333333vw}}.collapse-switch .arrow-icon:before{background-color:#858585;content:"";height:.1041666667vw;left:48%;position:absolute;top:.4166666667vw;transform:translateX(-50%) rotate(45deg);transition:background-color .3s;width:.4947916667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon:before{height:.5333333333vw;top:2.1333333333vw;width:2.1333333333vw}}.collapse-content{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}.collapse-switch p{text-align:center;width:100%}.collapse-switch .arrow-icon{display:none;height:3.7333333333vw;position:absolute;right:5.3333333333vw;width:3.7333333333vw}}.is-close .arrow-icon{transform:translate(-50%,-50%) rotate(-90deg)!important}.is-close:not(.mdws-gap-bottom)+.mdws-collapse:not(.mdws-gap-top) .collapse-switch{border-top:none!important}.mdws-manual:not(.manuals-box-v2)+.mdws-collapse:not(.mdws-gap-top) .collapse-switch{border-top:1px solid #d6d6d6!important}.mdws-manuals-box .collapse-switch{border:none;cursor:pointer;font-size:1.1458333333vw;font-weight:bolder;height:auto;padding:1.0416666667vw 2.0833333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .collapse-switch{display:flex;font-size:4.2666666667vw;line-height:6.4vw;padding:5.3333333333vw 10.6666666667vw}}.mdws-manuals-box .arrow-icon{display:inline-block;right:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .arrow-icon{right:10.6666666667vw}}.mdws-manuals-box .arrow-icon:after,.mdws-manuals-box .arrow-icon:before{background-color:#1f94d2}.mdws-manuals-box .collapse-content{padding-left:0;padding-right:0}.mdws-manuals-box .collapse-content .mdws-manuals-box__arrow{display:none}.mdws-manuals-box .mdws-product-manuals{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.08);box-sizing:border-box;cursor:pointer;margin:0 auto 1.0416666667vw;position:relative;width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .mdws-product-manuals{margin-bottom:6.6666666667vw;margin-top:5.3333333333vw;overflow:visible}}.mdws-manuals-box .mdws-product-manuals .collapse-content{cursor:default;margin-top:.5208333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .mdws-product-manuals .collapse-content{margin-top:2.6666666667vw}}.mdws-manuals-box .mdws-product-manuals .hidden{display:none!important}.mdws-manuals-box .manual-download-list{display:flex;flex-wrap:wrap;padding-bottom:5.2083333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list{display:block;padding:10.6666666667vw 5.3333333333vw}}.mdws-manuals-box .manual-download-list li{display:flex;flex-basis:calc(50% - 190px);margin:4.6875vw 4.9479166667vw 0;max-width:15.8854166667vw;text-align:left;width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li{display:block;margin:5.3333333333vw 5.3333333333vw 0;max-width:100%;padding:0;text-align:center;width:100%;width:auto}}.mdws-manuals-box .manual-download-list li>div{display:flex;text-align:left}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li>div{display:block;text-align:center}}.mdws-manuals-box .manual-download-list li .icon{text-align:center}.mdws-manuals-box .manual-download-list li .icon img{display:none}.mdws-manuals-box .manual-download-list li .file-description{font-size:1.1458333333vw;margin-left:1.8229166667vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description{margin-left:0;margin-top:5.8666666667vw}}.mdws-manuals-box .manual-download-list li .file-description .file-description-title{color:#333;font-weight:700;line-height:1.4;max-width:19.0104166667vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description .file-description-title{font-size:4.2666666667vw;line-height:1.5;max-width:97.3333333333vw}}.mdws-manuals-box .manual-download-list li .file-description span{display:block;font-size:1.4583333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description span{font-size:4.2666666667vw;line-height:6.4vw}}.mdws-manuals-box .manual-download-list li .file-description a{align-items:center;color:#1f94d2;display:flex;font-size:1.1458333333vw;margin-top:1.3020833333vw;position:relative}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description a{font-size:4.2666666667vw;justify-content:center;margin-top:4vw}}.mdws-manuals-box .manual-download-list li .file-description a .download-icon{height:1.0416666667vw;margin-right:.5208333333vw;min-height:1.09375vw;min-width:1.09375vw;width:1.0416666667vw}.mdws-manuals-box .manual-download-list li .file-description a .download-icon img{width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description a .download-icon{height:5.3333333333vw;margin-right:2.6666666667vw;width:5.3333333333vw}}.mdws-manuals-box .manual-download-list li .file-description a:hover{text-decoration:underline}.mdws-manuals-box .manual-download-list li .file-description .mdws-btn{display:none}.mdws-manuals-box .manual-download-list li:first-child{margin-top:4.6875vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li:first-child{margin-top:0}.manuals-box-v2{margin:auto;padding-left:0!important;padding-right:0!important;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.manuals-box-v2{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.manuals-box-v2{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.manuals-box-v2{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.manuals-box-v2 .mdws-manuals-box{padding:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals{box-shadow:none;margin-bottom:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch{border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;cursor:default;font-size:2.0833333333vw;font-weight:500;padding:1.5625vw 12.5vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch{align-self:stretch;border-bottom:none;border-top:none;display:flex;flex-direction:column;height:96px;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:32px 16px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch p{font-size:24px;height:32px;line-height:32px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch .arrow-icon{display:none}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon:after,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon:before{background-color:#858585}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{color:#333;margin-top:0;padding:6.6666666667vw 12.5vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll{position:relative}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll-inner-box{overflow:hidden}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__arrow{cursor:pointer;display:block;height:1.25vw;position:absolute;top:50%;transform:translate(-100%,-50%);width:1.25vw;z-index:99}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__arrow{display:none}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow{display:none;left:-1.5625vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow:before{border-bottom:.1041666667vw solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:.9375vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow:before{border-bottom:2px solid #707070;border-left:2px solid #707070;height:18px;width:18px}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow{right:-1.5625vw;transform:translate(100%,-50%)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.9375vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow:before{border-right:2px solid #707070;border-top:2px solid #707070;height:18px;width:18px}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;padding:0;position:relative}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li{display:block;flex-basis:unset;flex-shrink:0;margin:0;max-width:unset;padding:0;text-align:center;width:25%}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li>div{border-right:1px solid #d6d6d6;display:block;height:100%;padding:0 1.5625vw;text-align:center}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .manual-download-list__border-none,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:last-child>div{border-right:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI2NC43OTMiIGhlaWdodD0iNjEuODUzIj48cGF0aCBkPSJtMjEuMDY0IDUwLjUyIDIuMzctMi4zNyA3LjI4NyA3LjI4NlYyOC4zNTdoMy4zNTJ2MjcuMDc5bDcuMjg3LTcuMjg3IDIuMzcgMi4zNy0xMS4zMzMgMTEuMzM0LTExLjMzMy0xMS4zMzRabTIxLjQ3Mi00LjYzMXYtMy4zNTNoNy41ODRjNi4yNDMgMCAxMS4zMjEtNS4wNzggMTEuMzIxLTExLjMyIDAtNS45MzQtNC42NC0xMC44ODgtMTAuNTYzLTExLjI3OWwtMy4zMzQtLjIyMy0uNDA3LTMuMzJjLS45MS03LjQzNS03LjI0Ni0xMy4wNDEtMTQuNzQtMTMuMDQxcy0xMy44MzEgNS42MDYtMTQuNzQgMTMuMDQybC0uNDA3IDMuMzItMy4zMzUuMjIyYy01LjkyMy4zOS0xMC41NjIgNS4zNDUtMTAuNTYyIDExLjI3OCAwIDYuMjQzIDUuMDc4IDExLjMyMSAxMS4zMiAxMS4zMjFoNy41ODR2My4zNTNoLTcuNTg0QzYuNTgzIDQ1Ljg4OSAwIDM5LjMwNiAwIDMxLjIxNWMwLTMuNzQ2IDEuNDEzLTcuMzEgMy45OC0xMC4wMzZhMTQuNjMgMTQuNjMgMCAwIDEgOS43MTItNC41ODhsLjU2Ny0uMDM3LjA3LS41NjVDMTUuNDQyIDYuODc0IDIzLjIxIDAgMzIuMzk2IDBjOS4xODYgMCAxNi45NTQgNi44NzQgMTguMDY4IDE1Ljk5bC4wNy41NjQuNTY3LjAzN2ExNC42MyAxNC42MyAwIDAgMSA5LjcxMiA0LjU4OCAxNC41ODggMTQuNTg4IDAgMCAxIDMuOTggMTAuMDM2YzAgOC4wOTEtNi41ODMgMTQuNjc0LTE0LjY3NCAxNC42NzRoLTcuNTg0WiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==) no-repeat;background-size:contain;height:3.5416666667vw;margin:0 auto 1.71875vw;width:3.5416666667vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon svg{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description{align-items:center;display:flex;flex-direction:column;font-size:1.4583333333vw;height:calc(100% - 5.52083vw);justify-content:space-between;line-height:1.875vw;margin-left:0;word-break:break-all}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description>div .file-description-title{font-size:14px;line-height:22px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description>div span{color:#707070;font-size:12px;line-height:16px}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .a_one{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;color:#333;cursor:pointer;display:inline-block;font-size:.8333333333vw;font-weight:400;line-height:.9375vw;margin-top:1.4583333333vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn.mdws-btn--disabled,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{text-decoration:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .file-description-title{font-weight:400;word-break:normal}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list-center{justify-content:center}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals{margin-top:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon{transform:translate(-50%,-50%) rotate(91deg)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{color:#333;margin-top:0;padding:0 16px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li{margin:0;text-align:center;width:calc(50% - 5px)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li>div{background-color:#fff;border:1px solid #d6d6d6;border-radius:4px;padding:20px 16px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li>div:last-child{border:1px solid #d6d6d6}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon{height:28.29px;margin-bottom:8px;width:29.63px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon svg{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description{font-size:14px;height:calc(100% - 40px);line-height:22px;margin-top:8px;word-break:break-all}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .a_one{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;border-radius:32px;color:#333;font-size:14px;font-size:12px;font-weight:400;height:32px;line-height:16px;margin-top:20px;min-width:80px;padding:8px 12px!important;width:87px}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn.mdws-btn--disabled,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:nth-child(2n){margin-right:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:last-child,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:nth-last-child(2){padding-bottom:0}}.media_item{overflow:hidden;position:relative}.media_item,.media_item iframe,.media_item img{height:100%;width:100%}.media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.media_item a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.media_item iframe{border:none;overflow:hidden;width:100%}.media_item .video-play{background-color:#fff;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHN0ZERldmlhdGlvbj0iOS4zNzUiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjxnIGZpbHRlcj0idXJsKCNhKSI+PGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMTUiIHI9IjMwIi8+PC9nPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0yNy44MTMgMzcuMDM2cS0uMDU0LjAzMS0uMTA5LjA1OC0uMDU1LjAyNy0uMTExLjA1LS4wNTcuMDI0LS4xMTUuMDQ0LS4wNTguMDItLjExOC4wMzYtLjA1OS4wMTYtLjEyLjAyOC0uMDYuMDEyLS4xMi4wMi0uMDYxLjAwOC0uMTIyLjAxMi0uMDYyLjAwNC0uMTIzLjAwNHQtLjEyMy0uMDA0cS0uMDYtLjAwNC0uMTIyLS4wMTItLjA2LS4wMDgtLjEyLS4wMi0uMDYxLS4wMTItLjEyLS4wMjgtLjA2LS4wMTYtLjExOC0uMDM2LS4wNTgtLjAyLS4xMTQtLjA0My0uMDU3LS4wMjQtLjExMi0uMDUtLjA1NS0uMDI4LS4xMDgtLjA1OS0uMDU0LS4wMy0uMTA1LS4wNjQtLjA1LS4wMzQtLjEtLjA3Mi0uMDQ4LS4wMzctLjA5NC0uMDc4LS4wNDYtLjA0LS4wOS0uMDg0LS4wNDMtLjA0My0uMDg0LS4wOS0uMDQtLjA0NS0uMDc3LS4wOTQtLjAzOC0uMDQ5LS4wNzItLjEtLjAzNC0uMDUtLjA2NS0uMTA0LS4wMy0uMDUzLS4wNTgtLjEwOC0uMDI3LS4wNTUtLjA1LS4xMTItLjAyNC0uMDU3LS4wNDQtLjExNS0uMDItLjA1OC0uMDM1LS4xMTctLjAxNi0uMDYtLjAyOC0uMTJ0LS4wMi0uMTJxLS4wMDgtLjA2Mi0uMDEyLS4xMjNUMjUgMzUuNDEzVjI0LjU4N3EwLS4wNjEuMDA0LS4xMjIuMDA0LS4wNjIuMDEyLS4xMjIuMDA4LS4wNjEuMDItLjEyMi4wMTItLjA2LjAyOC0uMTE5LjAxNi0uMDYuMDM1LS4xMTcuMDItLjA1OS4wNDQtLjExNS4wMjMtLjA1Ny4wNS0uMTEyLjAyNy0uMDU1LjA1OC0uMTA4LjAzLS4wNTMuMDY1LS4xMDQuMDM0LS4wNTEuMDcyLS4xLjAzNy0uMDQ5LjA3Ny0uMDk1dC4wODQtLjA5cS4wNDQtLjA0My4wOS0uMDgzLjA0Ni0uMDQuMDk1LS4wNzguMDQ4LS4wMzguMS0uMDcyLjA1LS4wMzQuMTA0LS4wNjUuMDUzLS4wMy4xMDgtLjA1Ny4wNTUtLjAyOC4xMTEtLjA1MS4wNTctLjAyNC4xMTUtLjA0My4wNTgtLjAyLjExOC0uMDM2LjA1OS0uMDE2LjEyLS4wMjguMDYtLjAxMi4xMi0uMDIuMDYxLS4wMDguMTIyLS4wMTIuMDYyLS4wMDQuMTIzLS4wMDR0LjEyMy4wMDRxLjA2LjAwNC4xMjIuMDEyLjA2LjAwOC4xMi4wMi4wNjEuMDEyLjEyLjAyOC4wNi4wMTYuMTE4LjAzNi4wNTguMDIuMTE0LjA0My4wNTcuMDIzLjExMi4wNS4wNTUuMDI4LjEwOC4wNThsOS4zNzUgNS40MTNxLjA1NC4wMy4xMDUuMDY1LjA1LjAzNC4xLjA3MS4wNDguMDM4LjA5NC4wNzh0LjA5LjA4NHEuMDQzLjA0My4wODQuMDkuMDQuMDQ2LjA3OC4wOTQuMDM3LjA1LjA3MS4xLjAzNC4wNTEuMDY1LjEwNC4wMy4wNTQuMDU4LjEwOS4wMjcuMDU1LjA1LjExMS4wMjQuMDU3LjA0My4xMTUuMDIuMDU4LjAzNi4xMTguMDE2LjA1OS4wMjguMTIuMDEyLjA2LjAyLjEyLjAwOC4wNjEuMDEyLjEyMi4wMDQuMDYyLjAwNC4xMjN0LS4wMDQuMTIzcS0uMDA0LjA2LS4wMTIuMTIyLS4wMDguMDYtLjAyLjEydC0uMDI4LjEycS0uMDE2LjA2LS4wMzYuMTE4LS4wMi4wNTgtLjA0My4xMTQtLjAyMy4wNTctLjA1LjExMi0uMDI4LjA1NS0uMDU4LjEwOC0uMDMuMDU0LS4wNjUuMTA1LS4wMzQuMDUtLjA3MS4xLS4wMzguMDQ4LS4wNzguMDk0dC0uMDg0LjA5cS0uMDQ0LjA0My0uMDkuMDg0LS4wNDYuMDQtLjA5NS4wNzctLjA0OC4wMzgtLjEuMDcyLS4wNS4wMzQtLjEwMy4wNjVsLTkuMzc2IDUuNDEyWiIvPjxwYXRoIGQ9Ik0yOS4yMTkgMzkuNDcycS0yLjM0NCAxLjM1My00LjY4OCAwLTIuMzQzLTEuMzUzLTIuMzQzLTQuMDZWMjQuNTg4cTAtMi43MDYgMi4zNDMtNC4wNiAyLjM0NC0xLjM1MiA0LjY4OCAwbDkuMzc1IDUuNDEzcTIuMzQzIDEuMzU0IDIuMzQzIDQuMDYgMCAyLjcwNi0yLjM0MyA0LjA2bC05LjM3NSA1LjQxMlptLTIuODEzLTQuODcxIDkuMzc1LTUuNDEzcS0uNDY4LjI3LS40NjguODEyIDAgLjU0MS40NjguODEybC05LjM3NS01LjQxM3EuNDY5LjI3LjkzOCAwIC40NjgtLjI3LjQ2OC0uODEydjEwLjgyNnEwLS41NDItLjQ2OC0uODEyLS40NjktLjI3MS0uOTM4IDBaIi8+PC9nPjwvc3ZnPg==) 50% no-repeat;border-radius:50%;cursor:pointer;height:5.2083333333vw;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:10}@media screen and (max-width:767.9px){.media_item .video-play{height:13.3333333333vw;width:13.3333333333vw}}.media_item .video-play:after{border-color:transparent transparent transparent #ccc;border-radius:.2083333333vw;border-style:solid;border-width:1.3541666667vw 1.0416666667vw 1.3541666667vw 2.0833333333vw;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:767.9px){.media_item .video-play:after{border-radius:1.0666666667vw;border-width:3.2vw 2.6666666667vw 3.2vw 5.3333333333vw}.media_item .video-play{height:30px;width:30px}}.media_item .video-play:after{display:none}.gws-media_panel-container .gws-media-panel{background-color:#a2c3e5;padding-bottom:6.25vw;padding-top:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel{padding-bottom:16vw;padding-top:16vw}}.gws-media_panel-container .gws-media-panel_title{word-wrap:break-word;color:#152c5b;font-size:2.5vw;font-weight:700;line-height:2.65625vw;margin-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.gws-media_panel-container .gws-media-panel_container{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_container{flex-direction:column}}.gws-media_panel-container .gws-media-panel_column{width:25%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_column{width:100%}}.gws-media_panel-container .gws-media-panel_row{margin-bottom:1.5625vw}.gws-media_panel-container .gws-media-panel_row_square{height:20.8333333333vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:43.2291666667vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{margin:0!important;max-width:none!important}@media screen and (min-width:1200px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(43.22917vw + 74px)!important;min-width:36.4583333333vw!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(152vw + 56px)!important;min-width:133.3333333333vw!important;transform:translate(-20.8vw,-56px)!important}.gws-media_panel-container .gws-media-panel_row{margin-bottom:0}.gws-media_panel-container .gws-media-panel_row_rectangle,.gws-media_panel-container .gws-media-panel_row_square{margin-bottom:8vw}.gws-media_panel-container .gws-media-panel_row_square{height:92vw;width:92vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:152vw;width:92vw}}.mdws-multiple-combinations-v1__styles{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles{margin:auto;max-width:500px;padding:0;width:unset}}.mdws-multiple-combinations-v1__styles.c-bg-white{background-color:#fff}.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-products .products-item,.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-v1__tent,.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-v1__wrap{background-color:#f7f7f7}.mdws-multiple-combinations-v1__styles .btn-contariner{margin:80px auto;max-width:1760px;text-align:center}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles .btn-contariner{margin:5.5555555556vw auto}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles .btn-contariner{margin:36px 0}}.mdws-multiple-combinations-v1__styles .btn-contariner .wsc-dialog__wrapper{height:100vh;left:0;overflow:auto;padding:0;top:0;transform:none;width:100%}.mdws-multiple-combinations-v1__styles .btn-contariner .wsc-dialog__wrapper .wsc-dialog__header{display:none}.mdws-multiple-combinations-v1__styles .btn-contariner .nav_lang_wraper{display:block!important;text-align:left}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:400;line-height:22px;min-width:148px;padding:17px 32px;text-align:center;white-space:normal}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action:hover{background:#0083de}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action:active{background:#077dce}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action.mdws-btn--disabled,.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action.mdws-btn--disabled:hover,.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action[disabled],.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{border-radius:32px;font-size:14px;font-weight:400;line-height:16px;min-width:80px;padding:10px 16px!important}}.mdws-multiple-combinations-v1__styles.mdws-gap-top{margin-top:0;padding-top:80px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-top{padding-top:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-top{padding-top:40px}}.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{margin-bottom:0;padding-bottom:80px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{padding-bottom:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{padding-bottom:40px}}.mdws-multiple-combinations-v1__styles.s-title-bottom .mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg{align-items:flex-end}.mdws-multiple-combinations-v1{margin:0 auto;max-width:1760px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1{max-width:unset;padding:0 80px;width:100%}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1{max-width:unset;padding:0 5.5555555556vw;width:100%}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1{padding-left:0;padding-right:0;width:100%}}.mdws-multiple-combinations-v1__wrap{background-color:#fff;display:flex;gap:12px;justify-content:center;padding:20px 20px 0;position:relative;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__wrap{gap:.8333333333vw;padding:1.3888888889vw 1.3888888889vw 0}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__wrap{gap:4px;padding-left:0;padding-right:0;padding-top:410px;position:relative;width:100%}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__wrap{gap:1.0666666667vw;padding-top:82.1333333333vw}}.mdws-multiple-combinations-v1__tent{align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:0 auto;padding:20px;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent{padding:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent{flex-direction:column;justify-content:center;padding:32px 16px;width:100%}}.mdws-multiple-combinations-v1__tent-text{color:#333;font-size:28px;font-weight:500;line-height:normal}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent-text{font-size:1.9444444444vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent-text{font-size:20px;line-height:28px;text-align:center}}.mdws-multiple-combinations-v1__tent .mdws-btn{border:1px solid #1f94d2;box-sizing:border-box;color:#1f94d2;font-size:16px;font-weight:400;line-height:18px;min-width:100px;padding:13px 24px!important}.mdws-multiple-combinations-v1__tent .mdws-btn:hover{background:#0083de;color:#fff}.mdws-multiple-combinations-v1__tent .mdws-btn:active{background:#077dce;color:#fff}.mdws-multiple-combinations-v1__tent .mdws-btn.mdws-btn--disabled,.mdws-multiple-combinations-v1__tent .mdws-btn[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.mdws-multiple-combinations-v1__tent .mdws-btn.mdws-btn--disabled:hover,.mdws-multiple-combinations-v1__tent .mdws-btn[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent .mdws-btn{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent .mdws-btn{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;margin-top:16px;min-width:80px!important;padding:10px 16px!important}}.mdws-multiple-combinations-v1__single-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.mdws-multiple-combinations-v1__single-link[href="#"],.mdws-multiple-combinations-v1__single-link[href="javascript:;"]{cursor:default}.mdws-multiple-combinations-v1__box{display:block;height:586px;position:relative}.mdws-multiple-combinations-v1__box[href="#"],.mdws-multiple-combinations-v1__box[href="javascript:;"]{cursor:default}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box{height:30.5208333333vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box{height:29.4444444444vw}}.mdws-multiple-combinations-v1__box img{height:100%;object-fit:cover;width:100%}.mdws-multiple-combinations-v1__box__a{width:720px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__a{width:37.5vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__a{width:36.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__a{height:406px;order:unset;position:absolute;top:0;width:100%}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__box__a{height:81.0666666667vw}}.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg{align-items:flex-start;display:flex;padding:40px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg{padding:2.7777777778vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg{padding:32px 16px}}.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg .mdws-multiple-combinations-v1__box__title{background-color:unset;color:#fff;font-size:28px;font-weight:500;line-height:36px;padding:0}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg .mdws-multiple-combinations-v1__box__title{font-size:1.9444444444vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__a .mdws-multiple-combinations-v1__box__msg .mdws-multiple-combinations-v1__box__title{font-size:16px;line-height:24px}}.mdws-multiple-combinations-v1__box__b{width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__b{width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__b{width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__b{height:300px;width:calc(50% - 2px)}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__box__b{height:59.7333333333vw;width:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__c{width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__c{width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__c{width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__c{height:300px;width:calc(50% - 2px)}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__box__c{height:59.7333333333vw;width:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__c1{height:287px;margin-bottom:12px;width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__c1{height:14.9479166667vw;margin-bottom:.625vw;width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__c1{height:14.3055555556vw;margin-bottom:.8333333333vw;width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__c1{height:calc(50% - 2px);margin-bottom:4px;width:100%}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__box__c1{height:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__d1{height:287px;width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__d1{height:14.9479166667vw;width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__d1{height:14.3055555556vw;width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__d1{height:calc(50% - 2px);width:100%}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-v1__box__d1{height:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__msg{align-items:flex-start;display:flex;height:100%;justify-content:flex-start;left:0;opacity:1;padding:8px;position:absolute;top:0;width:100%}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__msg{padding:4px}}.mdws-multiple-combinations-v1__box__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:rgba(51,51,51,.6);border-radius:4px;color:#fff;display:inline-block;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;padding:4px 10px;text-align:left;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__title{border-radius:.2083333333vw;font-size:.8333333333vw;line-height:1.3888888889vw;padding:.2083333333vw .4861111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__title{border-radius:2px;font-size:9px;line-height:13px;padding:4px}}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__a{order:1}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__b{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__c{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__a{order:1}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__b{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__c{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__a{order:2}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__b{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__c{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__a{order:3}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__b{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__c{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__a{order:2}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__b{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__c{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__a{order:3}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__b{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__c{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-products_swiper{display:flex;justify-content:center;margin:16px auto 0;max-width:1760px;overflow:hidden;width:100%}@media screen and (max-width:1920px){.mdws-multiple-combinations-products_swiper{max-width:unset;padding:0 80px;width:100%}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products_swiper{margin-top:1.1111111111vw;max-width:unset;padding:0 5.5555555556vw;width:100%}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products_swiper{margin-top:16px;padding:0 16px}}.mdws-multiple-combinations-products{display:flex;gap:16px;justify-content:space-between;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products{gap:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products{gap:unset;justify-content:unset}}.mdws-multiple-combinations-products .products-item{align-items:center;background-color:#fff;display:flex;flex:1;justify-content:center;padding:20px 0}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item{padding:1.3888888889vw 0}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item{border-radius:8px;flex:none;flex-direction:column;height:auto;justify-content:flex-start;padding:16px}}.mdws-multiple-combinations-products .products-item-img{height:160px;object-fit:contain;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-img{height:11.1111111111vw;width:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-img{height:256px;width:256px}}@media screen and (max-width:499.9px){.mdws-multiple-combinations-products .products-item-img{height:51.2vw;width:51.2vw}}.mdws-multiple-combinations-products .products-item-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin-left:120px;text-align:left;width:480px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content{margin-left:8.3333333333vw;width:33.3333333333vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content{flex:1;justify-content:flex-start;margin-left:0;margin-top:16px;width:100%}}.mdws-multiple-combinations-products .products-item-content-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:20px;font-weight:500;line-height:28px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-title{font-size:1.3888888889vw;line-height:1.9444444444vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-title{font-size:16px;line-height:24px;margin-top:16px}}.mdws-multiple-combinations-products .products-item-content-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:16px;line-height:24px;margin-top:12px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-desc{font-size:12px;line-height:16px;margin-top:12px}}.mdws-multiple-combinations-products .products-item-content-btn{align-items:center;border:none;color:#1f94d2;display:flex;font-size:16px;font-weight:400;line-height:24px;margin-top:20px;padding:0;position:relative;text-align:center}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-btn{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}}.mdws-multiple-combinations-products .products-item-content-btn:hover{text-decoration:underline}.mdws-multiple-combinations-products .products-item-content-btn:active{color:#077dce}.mdws-multiple-combinations-products .products-item-content-btn:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.mdws-multiple-combinations-products .products-item-content-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;background-size:100% 100%;content:"";display:inline-block;height:16px;margin-left:4px;vertical-align:middle;width:16px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-btn:after{height:1.1111111111vw;margin-left:.2777777778vw;width:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-btn{font-size:14px;line-height:22px;margin-top:20px}.mdws-multiple-combinations-products .products-item-content-btn:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMjQpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjEyNyAxMy43OTdhLjQ5My40OTMgMCAwIDAtLjAzOS42NTNsLjAzOS4wNDMgMy40NzkgMy40ODItMy40OCAzLjQ4MWEuNDkzLjQ5MyAwIDAgMC0uMDM4LjY1M2wuMDM5LjA0M2MuMTc4LjE3OS40Ni4xOTIuNjUzLjAzOGwuMDQzLS4wMzggMy44MjctMy44M2EuNDkzLjQ5MyAwIDAgMCAuMDM4LS42NTNsLS4wMzgtLjA0Mi0zLjgyNy0zLjgzYS40OTIuNDkyIDAgMCAwLS42OTYgMFoiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+);height:14px;margin-left:4px;width:14px}}.mdws-multiple-combinations-products.column-2 .products-item .products-item-img{height:160px;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-img{height:11.1111111111vw;width:11.1111111111vw}}.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:20px;width:452px}@media screen and (max-width:1920px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:1.0416666667vw;width:23.5416666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:1.3888888889vw;width:25.8333333333vw}}.mdws-multiple-combinations-products.column-3 .products-item .products-item-img{height:160px;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-img{height:8.3333333333vw;margin:1.3888888889vw 0;width:8.3333333333vw}}.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:20px;width:268px}@media screen and (max-width:1920px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:1.0416666667vw;width:13.9583333333vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:.5555555556vw;width:14.4444444444vw}}.page-v2 .news-contariner{margin:0 auto;padding-top:3.125vw;position:relative;width:66.6666666667vw}.page-v2 .news-contariner .news-contariner-basic{padding:0}.page-v2 .news-contariner .gws-news-detail{display:flex;flex-direction:column;font-size:1.25vw;line-height:1.5625vw}.page-v2 .news-contariner .gws-news-basic-title{color:#333;font-size:2.0833333333vw;font-weight:500;line-height:normal;margin-bottom:1.5625vw;order:1}.page-v2 .news-contariner .gws-news-basic-date{color:#333;margin-bottom:1.5625vw;order:2}.page-v2 .news-contariner .gws-news-basic-desc{color:#333;font-size:1.25vw;font-weight:700;line-height:1.5625vw;margin-bottom:1.5625vw;order:3}.page-v2:not(.page-res-v2) .news-contariner{display:flex}.page-v2:not(.page-res-v2) .news-contariner .news-container-content{flex:1}.page-v2:not(.page-res-v2) .news-contariner .rich-text-container{width:unset}.page-v2:not(.page-res-v2) .news-contariner.has-table .news-container-content{width:calc(100% - 28.125vw)}@media screen and (max-width:767.9px){.page-v2:not(.page-res-v2) .news-contariner.has-table .news-container-content{width:100%}.page-v2:not(.page-res-v2) .news-contariner{flex-direction:column}}.page-res-v2 .news-contariner{margin:auto;padding-top:60px;position:relative;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .news-contariner{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .news-contariner{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (min-width:1440px){.page-res-v2 .news-contariner .news-contariner-basic{margin:auto;width:1280px}}.page-res-v2 .news-contariner .gws-news-detail{display:flex;flex-direction:column;margin-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-detail{margin-bottom:2.0833333333vw}}.page-res-v2 .news-contariner .gws-news-basic-title{color:#333;font-size:36px;font-weight:500;letter-spacing:0;line-height:44px;margin-bottom:0;order:1}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-title{font-size:2.5vw;line-height:3.0555555556vw;margin-bottom:0}}.page-res-v2 .news-contariner .gws-news-basic-date{color:#333;font-size:20px;font-weight:300;letter-spacing:0;line-height:28px;margin-bottom:0;margin-top:30px;order:2}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-date{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:2.0833333333vw}}.page-res-v2 .news-contariner .gws-news-basic-desc{color:#333;font-size:24px;font-weight:500;letter-spacing:0;line-height:32px;margin-bottom:0;margin-top:30px;order:3}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-desc{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-top:2.0833333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .news-contariner,.page-v2 .news-contariner{margin:auto;max-width:500px;padding:36px 16px;width:unset}.page-res-v2 .news-contariner .news-contariner-basic,.page-v2 .news-contariner .news-contariner-basic{padding:0}.page-res-v2 .news-contariner .gws-news-detail,.page-v2 .news-contariner .gws-news-detail{font-size:unset;line-height:unset;margin:0 0 20px}.page-res-v2 .news-contariner .gws-news-basic-title,.page-v2 .news-contariner .gws-news-basic-title{font-size:20px;line-height:28px;margin:0 0 20px}.page-res-v2 .news-contariner .gws-news-basic-date,.page-v2 .news-contariner .gws-news-basic-date{font-size:16px;font-weight:400;line-height:24px;margin:0 0 20px}.page-res-v2 .news-contariner .gws-news-basic-desc,.page-v2 .news-contariner .gws-news-basic-desc{font-size:16px;line-height:24px;margin:0}}.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-desc,.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-title{direction:rtl}.gws-news-list{margin:0 auto;padding:3.125vw 0;width:91.6666666667vw}.gws-news-list-sectionTitle{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;margin-bottom:3.125vw;text-align:center}.gws-news-list-contariner{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1.25vw}.gws-news-list-contariner-item{display:flex;flex-direction:column;margin-right:calc(50% - 44.76563vw);margin-top:3.125vw;max-height:34.375vw;padding-bottom:1.0416666667vw;width:29.84375vw}.gws-news-list-contariner-item:first-of-type,.gws-news-list-contariner-item:nth-of-type(2),.gws-news-list-contariner-item:nth-of-type(3){margin-top:0}.gws-news-list-contariner-item:nth-child(3n){margin-right:0}.gws-news-list-contariner-item-imgBox{height:17.1875vw;order:1;overflow:hidden;width:100%}.gws-news-list-contariner-item-img{height:100%;object-fit:contain;width:100%}.gws-news-list-contariner-item-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-weight:500;max-height:4.6875vw;order:3;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:29.84375vw}.gws-news-list-contariner-item-date,.gws-news-list-contariner-item-title{color:#333;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}.gws-news-list-contariner-item-date{order:2}.gws-news-list-contariner-item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;margin-top:1.0416666667vw;order:4;overflow:hidden;text-overflow:ellipsis;width:29.84375vw}.gws-news-list-more{margin-bottom:0;margin-top:1.5625vw;text-align:center}.gws-news-list-more-btn{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-family:HCo Gotham,sans-serif!important;font-size:1.25vw;line-height:1.5625vw;padding:.8854166667vw 1.6666666667vw;text-align:center;white-space:normal}.gws-news-list-more-btn:hover{background:#0083de}.gws-news-list-more-btn:active{background:#077dce}.gws-news-list-more-btn.mdws-btn--disabled,.gws-news-list-more-btn.mdws-btn--disabled:hover,.gws-news-list-more-btn[disabled],.gws-news-list-more-btn[disabled]:hover{background:#d6d6d6!important}.page-res-v2 .gws-news-list{margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-news-list{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-news-list{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .gws-news-list-sectionTitle{color:#333;font-size:40px;font-weight:500;line-height:48px;margin-bottom:0;padding:60px 80px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-sectionTitle{font-size:2.7777777778vw;line-height:3.3333333333vw;padding:4.1666666667vw 5.5555555556vw}}.page-res-v2 .gws-news-list-contariner{display:flex;flex-wrap:wrap;gap:0 20px;justify-content:unset;margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner{gap:0 1.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item{display:flex;flex-direction:column;margin-right:0;margin-top:80px;max-height:660px;padding-bottom:0;width:calc(33.33333% - 13.33333px)}.page-res-v2 .gws-news-list-contariner-item:first-of-type,.page-res-v2 .gws-news-list-contariner-item:nth-of-type(2),.page-res-v2 .gws-news-list-contariner-item:nth-of-type(3){margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item{margin-top:5.5555555556vw;max-height:45.8333333333vw;width:calc(33.33333% - .92593vw)}}.page-res-v2 .gws-news-list-contariner-item-imgBox{height:268px;order:1;overflow:hidden;width:100%}@media screen and (max-width:1600px){.page-res-v2 .gws-news-list-contariner-item-imgBox{height:236px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-imgBox{height:16.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item-img{height:100%;object-fit:contain;width:100%}.page-res-v2 .gws-news-list-contariner-item-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:20px;font-weight:500;line-height:28px;margin-top:20px;max-height:90px;order:3;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-title{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw;min-height:6.25vw}}.page-res-v2 .gws-news-list-contariner-item-date{color:#333;font-size:20px;line-height:28px;margin-top:20px;order:2}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-date{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:16px;line-height:24px;margin-top:20px;order:4;overflow:hidden;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}}.page-res-v2 .gws-news-list-more{margin-bottom:0;margin-top:60px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-more{margin-top:4.1666666667vw}}.page-res-v2 .gws-news-list-more-btn{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:40px;color:#fff;font-family:HCo Gotham,sans-serif!important;font-size:20px;height:56px;line-height:22px;min-width:148px;padding:17px 32px}.page-res-v2 .gws-news-list-more-btn:hover{background:#0083de}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-more-btn{border-radius:2.7777777778vw;font-size:1.3888888889vw;height:3.8888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-news-list,body .gws-news-list{margin:auto;max-width:500px;padding:0 16px;width:unset;width:100%}.page-res-v2 .gws-news-list-sectionTitle,body .gws-news-list-sectionTitle{font-size:24px;line-height:32px;margin-bottom:0;padding:32px 0}.page-res-v2 .gws-news-list-contariner,body .gws-news-list-contariner{margin-top:0}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item,body .gws-news-list-contariner .gws-news-list-contariner-item{border-bottom:1px solid #d6d6d6;box-sizing:content-box;height:auto;margin-right:0;margin-top:20px;min-height:108px;padding-bottom:20px;padding-left:186px;position:relative;width:100%}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item:first-child,body .gws-news-list-contariner .gws-news-list-contariner-item:first-child{margin-top:0}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox,body .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox{height:108px;left:0;order:3;position:absolute;top:0;width:186px}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title,body .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;height:auto;line-height:22px;margin-top:6px;max-height:unset;min-height:unset;order:2;overflow:hidden;padding:0 8px;text-overflow:ellipsis;width:100%;word-break:break-all}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date,body .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date{font-size:12px;line-height:normal;margin-top:0;padding:8px}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc,body .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc{display:none}.page-res-v2 .gws-news-list-contariner .hide-border,body .gws-news-list-contariner .hide-border{border-bottom:none}.page-res-v2 .gws-news-list-more,body .gws-news-list-more{margin:16px auto 36px}.page-res-v2 .gws-news-list-more .gws-news-list-more-btn,body .gws-news-list-more .gws-news-list-more-btn{border-radius:32px;font-size:14px;font-weight:400;height:unset;line-height:16px;min-width:80px;padding:10px 16px!important}}@media screen and (max-width:499.9px){.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item,body .gws-news-list-contariner .gws-news-list-contariner-item{min-height:21.3333333333vw;padding-left:37.3333333333vw}.page-res-v2 .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox,body .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox{height:21.3333333333vw;width:37.3333333333vw}}.mdws-notification-bar{align-items:center;background-color:#f7f7f7;display:flex;padding:.625vw 12.5vw;position:relative;z-index:1}@media screen and (max-width:767.9px){.mdws-notification-bar{display:block;margin:auto;padding:12px 16px;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-notification-bar{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-notification-bar{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-notification-bar{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-notification-bar__hidden{display:none!important}.mdws-notification-bar__txt-clone{margin-left:1.0416666667vw}.mdws-notification-bar__wrap{margin:0}@media screen and (max-width:767.9px){.mdws-notification-bar__wrap{margin:0;width:calc(100% - 26px)!important}}.mdws-notification-bar__item{width:100%!important}@media screen and (max-width:767.9px){.mdws-notification-bar__item{overflow:hidden}}.mdws-notification-bar__item-content{display:flex;font-size:.7291666667vw;font-weight:400;line-height:1.1458333333vw;white-space:nowrap;width:100%}@media screen and (max-width:767.9px){.mdws-notification-bar__item-content{color:#333;display:block;font-size:12px;line-height:16px;white-space:normal}.mdws-notification-bar__item-content .mdws-notification-bar__outer-btn{display:none}}.mdws-notification-bar__item-notification-box{overflow:hidden}.mdws-notification-bar__item-notification{color:#333;display:flex;flex:1;flex-wrap:nowrap}.mdws-notification-bar__item-notification p{line-height:1.1458333333vw;width:fit-content}@media screen and (max-width:767.9px){.mdws-notification-bar__item-notification p{color:#333;font-size:12px;line-height:16px;padding:0;width:100%}}.mdws-notification-bar__item-notification p .mdws-notification-bar__item-btn-mobile{display:none}@media screen and (max-width:767.9px){.mdws-notification-bar__item-notification p .mdws-notification-bar__item-btn-mobile{color:#1f94d2;display:inline-block;font-size:12px;line-height:16px}}.mdws-notification-bar__item-notification .mdws-notification-bar__txt-clone .mdws-notification-bar__item-btn-mobile{display:none}.mdws-notification-bar__item-center{justify-content:center}.mdws-notification-bar__item-btn{color:#1f94d2;display:inline-block;margin-left:.4166666667vw;margin-right:.5208333333vw}@media screen and (max-width:767.9px){.mdws-notification-bar__item-btn{margin-left:0}}.mdws-notification-bar .notification-btn{display:flex;justify-content:space-between;position:absolute;right:12.8125vw;transform:translateX(100%);width:6.1458333333vw;z-index:9999999}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn{line-height:16px;margin:8px auto 0;position:static;transform:unset;width:52px}}.mdws-notification-bar .notification-btn .notification-swiper-btnGroups{align-items:center;display:flex;justify-content:space-between;padding-left:.2083333333vw;position:relative;width:4.0625vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn .notification-swiper-btnGroups{width:auto}}.mdws-notification-bar .notification-btn__prev{transform:translateY(0)!important}.mdws-notification-bar .notification-btn__page{color:#333;display:flex;flex:1;font-size:.8333333333vw;justify-content:center;line-height:1.1458333333vw;padding:0;position:static;transform:translateY(0)!important}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn__page{color:#707070;font-size:12px;height:16px;line-height:normal;margin:0 4px;width:19px}}.mdws-notification-bar .notification-btn__next{transform:translateY(0)!important}.mdws-notification-bar .notification-btn__next:before{right:0!important}.mdws-notification-bar .notification-close-btn{cursor:pointer;height:.9375vw;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.9375vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn{height:3.7333333333vw;width:3.7333333333vw}}.mdws-notification-bar .notification-close-btn:after,.mdws-notification-bar .notification-close-btn:before{background-color:#707070;content:"";display:inline-block;height:.1041666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn:after,.mdws-notification-bar .notification-close-btn:before{height:.5333333333vw;width:3.7333333333vw}}.mdws-notification-bar .notification-close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn{height:16px;right:16px;top:20px;width:16px}.mdws-notification-bar .notification-close-btn:after,.mdws-notification-bar .notification-close-btn:before{height:2px;width:16px}}.mdws-notification-bar .notification-swiper-btn{cursor:pointer;height:.625vw;top:50%;transform:translateY(-50%);width:.625vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-swiper-btn{height:12px;width:12px}}.mdws-notification-bar .swiper-button_prev{left:0}.mdws-notification-bar .swiper-button_prev:before{border-bottom:.1041666667vw solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:.46875vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.46875vw}@media screen and (max-width:767.9px){.mdws-notification-bar .swiper-button_prev:before{border-bottom:2px solid #707070;border-bottom:.1041666667vw solid #707070;border-left:2px solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:9px;height:.3125vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:9px;width:.3125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-notification-bar .swiper-button_prev:before{border-bottom:2px solid #707070;border-left:2px solid #707070;height:6px;width:6px}}.mdws-notification-bar .swiper-button_next{left:0}.mdws-notification-bar .swiper-button_next:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.46875vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.46875vw}@media screen and (max-width:767.9px){.mdws-notification-bar .swiper-button_next:before{border-right:2px solid #707070;border-right:.1041666667vw solid #707070;border-top:2px solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:9px;height:.3125vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:9px;width:.3125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-notification-bar .swiper-button_next:before{border-right:2px solid #707070;border-top:2px solid #707070;height:6px;width:6px}}.mdws-office-card-v1__card-box{display:flex;flex-wrap:wrap;margin-top:-1.0416666667vw;padding-left:4.1666666667vw;padding-right:4.1666666667vw}.mdws-office-card-v1__card-item{background-color:#f9f9f9;color:#333;margin-right:1.0416666667vw;margin-top:1.0416666667vw;padding:1.5625vw;position:relative;width:calc(33.33333% - .69444vw)}.mdws-office-card-v1__card-item:nth-child(3n){margin-right:0}.mdws-office-card-v1__card-item-states{display:flex;min-height:2.0833333333vw}.mdws-office-card-v1__card-item-states picture{align-items:center;display:flex;height:2.0833333333vw;margin-right:.5208333333vw;width:2.0833333333vw}.mdws-office-card-v1__card-item-states picture img{margin-right:.5208333333vw;max-height:2.0833333333vw;max-width:2.0833333333vw}.mdws-office-card-v1__card-item-title{font-size:1.5625vw;font-weight:500;line-height:normal;margin-top:.5208333333vw;padding:.5208333333vw 0}.mdws-office-card-v1__card-item-desc{color:#707070;cursor:pointer;font-size:1.0416666667vw;font-weight:400;letter-spacing:0;line-height:normal;margin-bottom:1.0416666667vw;position:relative}.mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdws-office-card-v1__card-item-desc-tip{background-color:#333;border-radius:.4166666667vw;color:#fff;left:0;opacity:0;padding:.5208333333vw;position:absolute;top:-.5208333333vw;transform:translateY(-100%);transition:all .5s;visibility:hidden;width:100%}.mdws-office-card-v1__card-item-desc-tip:after{border-left:.2083333333vw solid transparent;border-right:.2083333333vw solid transparent;border-top:.2083333333vw solid #000;bottom:-.2083333333vw;content:"";display:inline-block;height:0;left:.5208333333vw;position:absolute;width:0}.mdws-office-card-v1__card-item-desc:hover .mdws-office-card-v1__card-item-desc-tip{opacity:1;visibility:visible}.mdws-office-card-v1__card-item-content{margin-bottom:4.0625vw}.mdws-office-card-v1__card-item-icon{height:1.5625vw;margin-right:.5208333333vw;width:1.5625vw}.mdws-office-card-v1__card-item-name{flex:1;font-size:.9375vw;font-weight:400;line-height:1.5625vw}.mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTE1IDI4QzcuODIgMjggMiAyMi4xOCAyIDE1UzcuODIgMiAxNSAyczEzIDUuODIgMTMgMTMtNS44MiAxMy0xMyAxM1ptMS4zLTEzVjguNWgtMi42djkuMWg3LjhWMTVoLTUuMloiIGZpbGw9IiMxRjk0RDIiLz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NSAxMi4yODVDMy43NSA2LjE5MSA4LjcxIDEuMjUgMTQuODI3IDEuMjVjNi4xMTggMCAxMS4wNzggNC45NCAxMS4wNzggMTEuMDM1IDAgMy43NTItMi45MjEgOC40NC04LjY5NSAxNC4yNDVsLS45MzYuOTI1LS40ODUuNDdhMS4zODkgMS4zODkgMCAwIDEtMS45MjMgMCA5NC40MzggOTQuNDM4IDAgMCAxLS40ODYtLjQ3bC0uOTM1LS45MjVDNi42NzEgMjAuNzI1IDMuNzUgMTYuMDM3IDMuNzUgMTIuMjg1Wm0xNiAuMDM2YTQuOTIyIDQuOTIyIDAgMCAxLTQuOTIzIDQuOTIgNC45MjIgNC45MjIgMCAwIDEtNC45MjMtNC45MiA0LjkyMiA0LjkyMiAwIDAgMSA0LjkyMy00LjkyIDQuOTIyIDQuOTIyIDAgMCAxIDQuOTIzIDQuOTJabS0yLjgxMyAwYTIuMTEgMi4xMSAwIDEgMS00LjIxOS0uMDAxIDIuMTEgMi4xMSAwIDAgMSA0LjIyIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjEuODY1IDE3LjM2MmMuNzY0LS4wODYgMS4xMDMuMDg3IDMuMzA2IDEuNDcgMi4xMjEgMS4zOCAyLjQ2IDEuOTg0IDIuMjkxIDIuODQ5LS4wODUgMS4xMjMtMS4wMTYgMi45MzUtMi4xMTggMy44LTIuNzEyIDEuOS0xMC4yNTguNDMyLTE2LjEwNi02LjEzMUMzLjM4OSAxMi43ODcgMy42NDQgOC4wNCAzLjgxNCA2LjY1NmMuMTY3LTEuMTIuNTA2LTIuMDcxIDEuNjk0LTIuODQ5IDEuMTg3LS45NSAyLjM3Mi0xLjM4MyAzLjA1MS0xLjI5Ni43NjEgMCAuOTMuMDg2IDIuMDM0IDEuNzI2IDEuNjExIDIuMjQ0IDEuNjk2IDMuMjgxIDEuNjk2IDMuOC0uMTcgMS4wMzQtLjg0OCAxLjM4LTEuNTI3IDEuOTg1bC0uMDQuMDU2Yy0uNjgzLjk1Mi0xLjc1IDIuNDQyIDIuMDc0IDYuNTA2IDUuMDc3IDQuOTI2IDYuNjMgMy4wNiA2LjkxNiAyLjcxN2wuMDM1LS4wNGMxLjEtMS42NCAxLjM1NS0xLjgxMiAyLjExOC0xLjg5OVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-name{cursor:pointer}.mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjEuOTQ0IDEuMjVjLjk3NCAwIDEuNzY0Ljc5IDEuNzY0IDEuNzY1djkuOTg3aDIuNzc0YzEuMDIgMCAxLjg0Ni44MjcgMS44NDYgMS44NDd2Ni44N2MwIDEuMDItLjgyNiAxLjg0Ni0xLjg0NiAxLjg0NkgyMi4xOHYyLjljMCAxLjAyLS44MjYgMS44NDctMS44NDUgMS44NDdIOS4yNTlhMS44NDYgMS44NDYgMCAwIDEtMS44NDUtMS44NDd2LTIuOUgzLjA5NmExLjg0NiAxLjg0NiAwIDAgMS0xLjg0Ni0xLjg0N1YxNC44NWMwLTEuMDIuODI2LTEuODQ3IDEuODQ2LTEuODQ3aDIuNzlWMy4wMTVjMC0uOTc1Ljc4OS0xLjc2NSAxLjc2My0xLjc2NWgxNC4yOTVabS0uMjMyIDIuNTE1SDcuODU4djkuMjM3aDEzLjg1NFYzLjc2NVptLTEuMjc0IDIuMzY4YS44MDguODA4IDAgMCAwLS44MDgtLjgwOEg5Ljk0YS44MDguODA4IDAgMCAwIDAgMS42MTZoOS42OWEuODA4LjgwOCAwIDAgMCAuODA4LS44MDhabTAgNC4xMjhhLjgwOC44MDggMCAwIDAtLjgwOC0uODA4SDkuOTRhLjgwOC44MDggMCAwIDAgMCAxLjYxNmg5LjY5YS44MDguODA4IDAgMCAwIC44MDgtLjgwOFpNNy4zNCAxNi43NTNxMCAuMDkxLS4wMTguMTgtLjAxOC4wOS0uMDUyLjE3NC0uMDM1LjA4NC0uMDg2LjE2LS4wNS4wNzUtLjExNC4xNC0uMDY1LjA2NC0uMTQuMTE0LS4wNzYuMDUtLjE2LjA4NXQtLjE3My4wNTNxLS4wOS4wMTgtLjE4LjAxOHQtLjE4LS4wMThxLS4wOS0uMDE4LS4xNzMtLjA1My0uMDg0LS4wMzUtLjE2LS4wODUtLjA3NS0uMDUtLjE0LS4xMTUtLjA2NC0uMDY0LS4xMTQtLjE0LS4wNS0uMDc1LS4wODYtLjE2LS4wMzQtLjA4NC0uMDUyLS4xNzMtLjAxOC0uMDg5LS4wMTgtLjE4IDAtLjA5LjAxOC0uMTh0LjA1Mi0uMTczcS4wMzUtLjA4NC4wODYtLjE2LjA1LS4wNzYuMTE0LS4xNC4wNjUtLjA2NC4xNC0uMTE1LjA3Ni0uMDUuMTYtLjA4NXQuMTczLS4wNTNxLjA5LS4wMTcuMTgtLjAxN3QuMTguMDE3cS4wOS4wMTguMTczLjA1My4wODQuMDM1LjE2LjA4NS4wNzUuMDUuMTQuMTE1LjA2NC4wNjQuMTE0LjE0LjA1LjA3Ni4wODYuMTYuMDM0LjA4NC4wNTIuMTczLjAxOC4wOS4wMTguMThabTIuNTEgNC4yaDkuODc4djQuOTJIOS44NXYtNC45MloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNC45NDIgMy43NWgxOS42OTVhMy42OTEgMy42OTEgMCAwIDEgMy42OTIgMy42OXYxNC43NjNhMy42OTEgMy42OTEgMCAwIDEtMy42OTIgMy42OUg0Ljk0MmEzLjY5MSAzLjY5MSAwIDAgMS0zLjY5Mi0zLjY5VjcuNDRhMy42OTEgMy42OTEgMCAwIDEgMy42OTItMy42OVptNS42NjYgNy40OThhMS4yMzEgMS4yMzEgMCAwIDAtMS4wNiAyLjIyIDEyLjE3IDEyLjE3IDAgMCAwIDEwLjQ4NCAwIDEuMjMgMS4yMyAwIDEgMC0xLjA2LTIuMjIgOS43MDggOS43MDggMCAwIDEtOC4zNjQgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-name{cursor:pointer}.mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:1.5625vw;margin-right:.5208333333vw;object-fit:contain;width:1.5625vw}.mdws-office-card-v1__states-name{font-size:1.0416666667vw;font-weight:400;letter-spacing:0;line-height:2.0833333333vw}.mdws-office-card-v1__card-info-item{display:flex;margin-top:.5208333333vw;padding:.2604166667vw}.mdws-office-card-v1__card-info-item-btn{bottom:1.5625vw;font-size:.8333333333vw;font-weight:400;left:1.5625vw;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw;position:absolute}.mdws-office-card-col-1 .mdws-office-card-v1__card-item{margin-right:0;width:100%}.mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - .52083vw)}.mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:1.0416666667vw}.page-res-v2 .mdws-office-card-v1__card-box{display:flex;flex-wrap:wrap;margin:auto;padding-left:0;padding-right:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-office-card-v1__card-box{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-box{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-box{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.page-res-v2 .mdws-office-card-v1__card-item{align-items:flex-start;background-color:#f9f9f9;color:#333;display:flex;flex-direction:column;margin-right:20px;margin-top:20px;padding:30px;position:relative;width:calc(33.33333% - 13.33333px)}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(-n+3){margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item{margin-right:1.3888888889vw;margin-top:1.3888888889vw;padding:2.0833333333vw;width:calc(33.33333% - .92593vw)}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(-n+3){margin-top:0}}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(3n){margin-right:0}.page-res-v2 .mdws-office-card-v1__card-item-states{display:flex;min-height:30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-states{min-height:2.0833333333vw}}.page-res-v2 .mdws-office-card-v1__card-item-states picture{align-items:center;display:flex;height:30px;margin-right:16px;width:30px}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:16px;max-height:30px;max-width:30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-states picture{height:2.0833333333vw;margin-right:1.1111111111vw;width:2.0833333333vw}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:1.1111111111vw;max-height:2.0833333333vw;max-width:2.0833333333vw}}.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:24px;font-weight:500;line-height:32px;margin:12px 0;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:1.6666666667vw;line-height:2.2222222222vw;margin:.8333333333vw 0}}.page-res-v2 .mdws-office-card-v1__card-item-desc{color:#707070;cursor:pointer;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:12px;position:relative}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-bottom:.8333333333vw}}.page-res-v2 .mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-office-card-v1__card-item-desc-tip{background-color:#333;border-radius:.4166666667vw;color:#fff;left:0;opacity:0;padding:.5208333333vw;position:absolute;top:-.5208333333vw;transform:translateY(-100%);transition:all .5s;visibility:hidden;width:100%}.page-res-v2 .mdws-office-card-v1__card-item-desc-tip:after{border-left:.2083333333vw solid transparent;border-right:.2083333333vw solid transparent;border-top:.2083333333vw solid #000;bottom:-.2083333333vw;content:"";display:inline-block;height:0;left:.5208333333vw;position:absolute;width:0}.page-res-v2 .mdws-office-card-v1__card-item-desc:hover .mdws-office-card-v1__card-item-desc-tip{opacity:1;visibility:visible}.page-res-v2 .mdws-office-card-v1__card-item-content{margin-bottom:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-content{margin-bottom:1.3888888889vw}}.page-res-v2 .mdws-office-card-v1__card-item-icon{height:24px;margin-right:16px;position:relative;width:16px}.page-res-v2 .mdws-office-card-v1__card-item-icon:before{content:"";display:block;height:16px;position:absolute;right:0;top:4px;width:16px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-icon:before{height:1.1111111111vw;top:.2777777778vw;width:1.1111111111vw}.page-res-v2 .mdws-office-card-v1__card-item-icon{height:1.6666666667vw;margin-right:1.1111111111vw;width:1.1111111111vw}}.page-res-v2 .mdws-office-card-v1__card-item-name{flex:1;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-name{font-size:1.1111111111vw;line-height:1.6666666667vw}}.page-res-v2 .mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggMTZBOCA4IDAgMSAxIDggMGE4IDggMCAwIDEgMCAxNlptLjgtOFY0SDcuMnY1LjZIMTJWOEg4LjhaIiBmaWxsPSIjNDc0NzQ3Ii8+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMS4zMzQgNi41MjRDMS4zMzQgMi45MjEgNC4zMTkgMCA4LjAwMSAwczYuNjY2IDIuOTIxIDYuNjY2IDYuNTI0YzAgMi4yMTgtMS43NTggNC45OS01LjIzMyA4LjQyMmwtLjU2My41NDgtLjI5Mi4yNzdhLjg0Ni44NDYgMCAwIDEtMS4xNTcgMCA1OS42NDggNTkuNjQ4IDAgMCAxLS4yOTItLjI3N2wtLjU2My0uNTQ4Yy0zLjQ3NS0zLjQzMi01LjIzMy02LjIwNC01LjIzMy04LjQyMlptOS42My4wMjFjMCAxLjYwNy0xLjMyNyAyLjkxLTIuOTYzIDIuOTEtMS42MzcgMC0yLjk2My0xLjMwMy0yLjk2My0yLjkxQzUuMDM4IDQuOTQgNi4zNjQgMy42MzYgOCAzLjYzNmMxLjYzNiAwIDIuOTYyIDEuMzAzIDIuOTYyIDIuOTFabS0xLjY5NCAwYzAgLjY4OS0uNTY4IDEuMjQ3LTEuMjcgMS4yNDctLjcgMC0xLjI3LS41NTgtMS4yNy0xLjI0N0M2LjczIDUuODU3IDcuMyA1LjMgOCA1LjNjLjcwMiAwIDEuMjcuNTU4IDEuMjcgMS4yNDZaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjA0IDEwLjAxMmMuNTE0LS4wNTguNzQzLjA1OSAyLjIyNy45OSAxLjQzLjkzIDEuNjU4IDEuMzM3IDEuNTQ0IDEuOTItLjA1OC43NTctLjY4NSAxLjk3Ny0xLjQyOCAyLjU2LTEuODI3IDEuMjgtNi45MS4yOS0xMC44NS00LjEzQy0uMjQzIDYuOTMtLjA3IDMuNzMxLjA0MyAyLjguMTU1IDIuMDQ1LjM4NCAxLjQwNSAxLjE4NC44OGMuOC0uNjQgMS41OTktLjkzIDIuMDU2LS44NzMuNTEzIDAgLjYyNy4wNTkgMS4zNyAxLjE2MyAxLjA4NiAxLjUxMiAxLjE0MyAyLjIxIDEuMTQzIDIuNTYtLjExNC42OTctLjU3Mi45My0xLjAyOSAxLjMzN2wtLjAyNy4wMzhjLS40Ni42NDItMS4xNzkgMS42NDUgMS4zOTcgNC4zODMgMy40MiAzLjMxOSA0LjQ2NyAyLjA2MiA0LjY2IDEuODNhLjUxNS41MTUgMCAwIDEgLjAyMy0uMDI3Yy43NDEtMS4xMDQuOTEzLTEuMjIgMS40MjctMS4yNzlaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-name{cursor:pointer}.page-res-v2 .mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjI4IDBjLjU3NSAwIDEuMDQyLjQ2NyAxLjA0MiAxLjA0NHY1LjkwNGgxLjY0Yy42MDIgMCAxLjA5LjQ5IDEuMDkgMS4wOTJ2NC4wNjJjMCAuNjAzLS40ODggMS4wOTEtMS4wOSAxLjA5MWgtMi41NDN2MS43MTVjMCAuNjAzLS40ODkgMS4wOTItMS4wOSAxLjA5Mkg0LjczMmMtLjYwMyAwLTEuMDktLjQ4OS0xLjA5LTEuMDkydi0xLjcxNEgxLjA5Qy40ODggMTMuMTk0IDAgMTIuNzA0IDAgMTIuMXYtNC4wNmMwLS42MDQuNDg4LTEuMDkzIDEuMDktMS4wOTNIMi43NFYxLjA0NEMyLjczOS40NjcgMy4yMDYgMCAzLjc4MSAwaDguNDQ3Wm0tLjEzOCAxLjQ4NkgzLjkwNHY1LjQ2MWg4LjE4NnYtNS40NlptLS43NTIgMS40MDFhLjQ3OC40NzggMCAwIDAtLjQ3Ny0uNDc4SDUuMTM1YS40NzcuNDc3IDAgMCAwIDAgLjk1Nmg1LjcyNmEuNDc4LjQ3OCAwIDAgMCAuNDc3LS40NzhabTAgMi40NGEuNDc4LjQ3OCAwIDAgMC0uNDc3LS40NzdINS4xMzVhLjQ3Ny40NzcgMCAwIDAgMCAuOTU1aDUuNzI2YS40NzguNDc4IDAgMCAwIC40NzctLjQ3OFptLTcuNzQgMy44MzhxMCAuMDU0LS4wMS4xMDctLjAxLjA1Mi0uMDMxLjEwMi0uMDIuMDUtLjA1LjA5NS0uMDMuMDQ0LS4wNjguMDgyLS4wMzguMDM4LS4wODMuMDY4LS4wNDUuMDMtLjA5NC4wNS0uMDUuMDIxLS4xMDMuMDMyLS4wNTIuMDEtLjEwNi4wMXQtLjEwNi0uMDFxLS4wNTMtLjAxLS4xMDMtLjAzMS0uMDUtLjAyMS0uMDk0LS4wNS0uMDQ1LS4wMy0uMDgyLS4wNjktLjAzOC0uMDM4LS4wNjgtLjA4Mi0uMDMtLjA0NS0uMDUtLjA5NS0uMDIxLS4wNS0uMDMyLS4xMDItLjAxLS4wNTMtLjAxLS4xMDd0LjAxLS4xMDZxLjAxLS4wNTMuMDMxLS4xMDMuMDItLjA1LjA1LS4wOTQuMDMtLjA0NS4wNjktLjA4My4wMzctLjAzOC4wODItLjA2OC4wNDUtLjAzLjA5NC0uMDUuMDUtLjAyLjEwMy0uMDMxLjA1Mi0uMDEuMTA2LS4wMXQuMTA2LjAxcS4wNTMuMDEuMTAzLjAzLjA1LjAyMS4wOTQuMDUxLjA0NS4wMy4wODMuMDY4LjAzOC4wMzguMDY3LjA4My4wMy4wNDUuMDUuMDk0LjAyMS4wNS4wMzIuMTAzLjAxLjA1Mi4wMS4xMDZabTEuNDg0IDIuNDg0aDUuODM3djIuOTFINS4wODJ2LTIuOTFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi4xODIgMmgxMS42MzZDMTUuMDIzIDIgMTYgMi45NzYgMTYgNC4xOHY4LjcyNGMwIDEuMjA0LS45NzcgMi4xOC0yLjE4MiAyLjE4SDIuMTgyQTIuMTgxIDIuMTgxIDAgMCAxIDAgMTIuOTA0VjQuMThDMCAyLjk3Ni45NzcgMiAyLjE4MiAyWm0zLjM0NyA0LjQzYS43MjcuNzI3IDAgMCAwLS42MjcgMS4zMTIgNy4xOTEgNy4xOTEgMCAwIDAgNi4xOTYgMCAuNzI3LjcyNyAwIDEgMC0uNjI3LTEuMzExIDUuNzM2IDUuNzM2IDAgMCAxLTQuOTQyIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-name{cursor:pointer}.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:16px;margin-right:16px;margin-top:4px;position:relative;width:16px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:1.1111111111vw;margin-right:1.1111111111vw;margin-top:.2777777778vw;width:1.1111111111vw}}.page-res-v2 .mdws-office-card-v1__states-name{font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-top:3px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__states-name{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:.2083333333vw}}.page-res-v2 .mdws-office-card-v1__card-info-item{display:flex;margin-top:12px;padding:unset}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-info-item{margin-top:.8333333333vw}}.page-res-v2 .mdws-office-card-v1__card-info-item-btn{bottom:unset;font-size:16px;font-weight:400;left:unset;line-height:18px;margin-top:auto;min-width:100px;padding:13px 24px!important;position:unset}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-info-item-btn{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item{margin-right:0;width:100%}.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:nth-child(-n+1)){margin-top:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:nth-child(-n+1)){margin-top:1.3888888889vw}}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - 10px)}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:20px}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:nth-child(-n+2)){margin-top:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - .69444vw)}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:1.3888888889vw}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:nth-child(-n+2)){margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-box{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}.mdws-office-card-v1 .mdws-office-card-v1__card-box .mdws-office-card-v1__card-item{margin-right:0;margin-top:0;padding:16px;width:100%}.mdws-office-card-v1 .mdws-office-card-v1__card-box .mdws-office-card-v1__card-item:not(:first-child){margin-top:10px}.mdws-office-card-v1__card-item-states{min-height:20px}.mdws-office-card-v1__card-item-states picture{height:20px;margin-right:8px;margin-top:1px;width:20px}.mdws-office-card-v1__card-item-states picture img{margin-right:8px;max-height:20px;max-width:20px}.mdws-office-card-v1__states-name{font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px}.mdws-office-card-v1__card-item-title{font-size:16px;font-weight:500;letter-spacing:normal;line-height:24px;margin:8px 0;padding:0}.mdws-office-card-v1__card-item-desc{font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px;margin:0}.mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:none;display:block;overflow:visible;text-overflow:clip}.mdws-office-card-v1__card-item-desc-tip{display:none}.mdws-office-card-v1__card-box .mdws-office-card-v1__card-item-content{margin-bottom:16px}.mdws-office-card-v1__card-box .mdws-office-card-v1__card-info-item{margin-top:8px;padding:0}.mdws-office-card-v1__card-item-icon,.mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:16px;margin-bottom:3px;margin-right:8px;margin-top:3px;width:16px}.mdws-office-card-v1__card-item-icon:before,.mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon:before{height:100%;top:0;width:100%}.mdws-office-card-v1__card-box .mdws-office-card-v1__card-item-name{font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px}.mdws-office-card-v1__card-info-item-btn{border-radius:32px!important;font-size:12px!important;font-weight:400;line-height:12px!important;min-width:60px!important;padding:8px 12px!important;position:static}.mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:first-child){margin-top:10px}.mdws-office-card-col-2 .mdws-office-card-v1__card-item{margin-right:0!important;width:100%}.mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:first-child){margin-top:10px}.page-res-v2 .mdws-office-card-v1 .mdws-office-card-v1__card-box .mdws-office-card-v1__card-item:not(:first-child){margin-top:16px}.page-res-v2 .mdws-office-card-v1__card-item-states{min-height:30px}.page-res-v2 .mdws-office-card-v1__card-item-states picture{height:30px;margin-right:12px;margin-top:0;width:30px}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:12px;margin-top:0;max-height:30px;max-width:30px}.page-res-v2 .mdws-office-card-v1__states-name{font-size:14px;font-weight:400;letter-spacing:normal;line-height:24px;margin-top:3px}.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:20px;font-weight:500;letter-spacing:normal;line-height:28px;margin:8px 0;padding:0}.page-res-v2 .mdws-office-card-v1__card-item-desc{font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px;margin:0}.page-res-v2 .mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:none;display:block;overflow:visible;text-overflow:clip}.page-res-v2 .mdws-office-card-v1__card-item-icon,.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:16px;margin-bottom:3px;margin-right:12px;margin-top:3px;width:16px}.page-res-v2 .mdws-office-card-v1__card-item-icon:before,.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon:before{height:100%;top:0;width:100%}.page-res-v2 .mdws-office-card-v1__card-info-item-btn{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important;position:static}.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:first-child){margin-top:16px}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{margin-right:0!important;width:100%}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:first-child){margin-top:16px}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #ot-pc-content{bottom:110px!important;top:60px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #ot-pc-content{bottom:7.6388888889vw!important;top:4.1666666667vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk .ot-pc-header{height:39px!important;padding:10px 0 10px 30px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-header{height:2.7083333333vw!important;padding:.6944444444vw 0 .6944444444vw 2.0833333333vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:40px!important;width:120px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:2.7777777778vw!important;width:8.3333333333vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{height:44px!important;width:44px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{height:3.0555555556vw!important;width:3.0555555556vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #ot-pc-title{font-size:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #ot-pc-title{font-size:1.3888888889vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{font-size:14px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{font-size:.9722222222vw}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active{font-size:16px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active{font-size:1.1111111111vw!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter{max-width:unset;min-width:unset}}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:140px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:9.7222222222vw!important}}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:auto}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{margin-left:20px;margin-right:20px;width:100px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{margin-left:1.3888888889vw;margin-right:1.0416666667vw;width:6.9444444444vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk button{font-size:16px!important;line-height:18px!important;padding:10px 32px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk button{font-size:1.1111111111vw!important;line-height:1.25vw!important;padding:.6944444444vw 2.2222222222vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{color:#333!important;line-height:normal!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:16px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:1.1111111111vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{align-items:center;display:flex;justify-content:center;transform:translateY(-50%)}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:20px!important;right:30px!important;width:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:1.3888888889vw!important;right:2.0833333333vw!important;width:1.3888888889vw!important}}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==)!important;background-size:100% 100%;left:unset;padding:0!important;right:unset!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:20px!important;width:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:1.3888888889vw!important;width:1.3888888889vw!important}}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;color:#fff;font-weight:400;opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler:hover{background:#0083de}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler:active{background:#077dce}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler[disabled],body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler[disabled]:hover{background:#d6d6d6!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{border-radius:2.7777777778vw}}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border:1px solid #1f94d2;color:#1f94d2;font-weight:400;opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border-radius:2.7777777778vw}}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border:1px solid #1f94d2;color:#1f94d2;font-weight:400;opacity:1!important}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler.mdws-btn--disabled,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border-radius:2.7777777778vw}}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:hover{background:#0083de!important;color:#fff!important}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:active{background:#077dce!important;color:#fff!important}@media screen and (min-width:1440px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:84px!important}}@media screen and (max-width:1440.9px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:5.8333333333vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-policy{margin:0}body.page-v2 #onetrust-banner-sdk p,body.page-v2 #onetrust-pc-sdk p,body.page-v2 #ot-sdk-cookie-policy p{margin:20px 0}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk p,body.page-v2 #onetrust-pc-sdk p,body.page-v2 #ot-sdk-cookie-policy p{margin:1.3888888889vw 0}}body.page-v2 #onetrust-banner-sdk #onetrust-policy #onetrust-banner-sdk{box-shadow:none}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-bottom:34px!important;margin-top:34px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-bottom:2.3611111111vw!important;margin-top:2.3611111111vw!important}}body.page-v2 #onetrust-banner-sdk .ot-sdk-column,body.page-v2 #onetrust-banner-sdk .ot-sdk-columns,body.page-v2 #onetrust-pc-sdk .ot-sdk-column,body.page-v2 #onetrust-pc-sdk .ot-sdk-columns,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-column,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-columns{align-items:center;display:flex!important;float:none!important;justify-content:flex-start}body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{display:flex!important;justify-content:space-between}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{padding-right:70px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{padding-right:4.8611111111vw}}body.page-v2 #onetrust-pc-sdk .ot-cat-grp{flex-direction:column!important;justify-content:flex-start;padding-right:0}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{flex:1;width:auto}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:20px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:1.3888888889vw}}body.page-v2 #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{justify-content:flex-end;min-width:auto;padding-left:0!important;padding-right:0!important;position:static!important;transform:none!important;width:auto!important}@media only screen and (min-width:426px)and (max-width:896px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{top:50%;transform:translateY(-50%)}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{top:0}}@media only screen and (min-width:769px){body.page-v2 #onetrust-banner-sdk #onetrust-button-group{margin-right:0}}body.page-v2 #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{justify-content:flex-end}body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-right:.5208333333vw!important;min-width:11.4583333333vw!important;width:auto}body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler:last-of-type,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler:last-of-type,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:last-of-type{margin-right:0!important}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin-right:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn){background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff;font-weight:400}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover{background:#0083de}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active{background:#077dce}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn)[disabled],body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn)[disabled]:hover{background:#d6d6d6!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover{opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler{background:#fff;border:1px solid #1f94d2;color:#1f94d2;height:unset}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:hover{background:#0083de!important;color:#fff!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:active{background:#077dce!important;color:#fff!important}@media screen and (max-width:767.9px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:var(--onetrustBottom,218px)!important}body.page-v2 #onetrust-banner-sdk>div{box-sizing:border-box;margin:auto;max-width:500px;padding-left:16px;padding-right:16px;position:relative;width:unset}body.page-v2 #onetrust-banner-sdk .ot-sdk-container{padding:0;width:100%}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{align-items:flex-start;flex-direction:column;margin-right:0;width:100%!important}body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:20px!important;right:16px!important;top:21px!important;transform:unset;width:20px!important}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:100%!important;width:100%!important}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container .ot-bnr-logo{height:auto!important;margin-bottom:0;margin-left:-16px;margin-top:0;position:relative;top:unset;transform:unset;width:112px!important}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container #onetrust-policy{display:flex;justify-content:center;margin-left:0!important;width:100%}body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:14px!important;line-height:22px!important;margin:0 0 20px}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{justify-content:center;padding:0 0 20px!important}body.page-v2 #onetrust-banner-sdk #onetrust-button-group-parent{margin-left:0!important;position:relative!important;width:100%!important}body.page-v2 #onetrust-banner-sdk #onetrust-button-group{flex-direction:column!important;text-align:center!important;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-button-group button{border-radius:32px!important;font-size:16px!important;font-weight:400;letter-spacing:normal;line-height:18px!important;margin:0!important;min-width:100px!important;padding:11px 24px!important}body.page-v2 #onetrust-consent-sdk #onetrust-button-group button:not(:last-child){margin-bottom:8px!important}body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{flex-direction:column;padding-right:0}body.page-v2 #onetrust-pc-sdk{height:100vh!important;top:0;width:100%!important}body.page-v2 #onetrust-pc-sdk .ot-pc-header{border-bottom:none;height:62px!important;margin:auto;max-width:500px;padding:0!important;padding-left:16px;padding-right:16px;position:relative;width:unset}body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:unset!important;padding:15px 16px;width:80px!important}body.page-v2 #onetrust-pc-sdk .ot-pc-logo img{margin-right:-10px;margin-top:-18px}body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{background-size:100%;background:none!important;height:20px!important;max-width:none;padding:0!important;right:16px;top:21px;width:20px!important}body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:after,body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:before{background:#707070;border-radius:4px;bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center;width:12px}body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:before{transform:rotate(45deg)}body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:after{transform:rotate(-45deg)}body.page-v2 #onetrust-pc-sdk #ot-pc-content{-ms-overflow-style:none;bottom:128px!important;box-sizing:border-box;left:0;margin:auto;max-width:500px;padding-left:16px;padding-right:16px;right:0;scrollbar-width:none;top:62px!important;width:unset}body.page-v2 #onetrust-pc-sdk #ot-pc-content::-webkit-scrollbar{width:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title{color:#333;float:none;font-size:16px!important;font-weight:500;line-height:24px;margin:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc{color:#333;font-size:14px!important;font-weight:400;line-height:22px;margin:8px 0 20px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{display:block;margin-top:8px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler{border-radius:32px!important;font-size:16px!important;font-weight:400;letter-spacing:normal;line-height:18px!important;margin:0 0 20px;max-width:none;min-width:100px!important;padding:11px 24px!important;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp{margin:0;padding-bottom:16px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{color:#333;float:none;font-size:14px!important;font-weight:500;line-height:22px;padding-bottom:16px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{box-sizing:border-box;padding:16px 12px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-plus-minus{margin-left:0;margin-right:12px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{color:#333;font-size:14px!important;font-weight:400;line-height:22px;margin:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active{color:#1f94d2;font-size:14px!important;font-weight:500;line-height:22px;margin:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl{margin:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl .ot-switch{height:20px;width:34px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl .ot-switch .ot-switch-nob{background:#adadad;border:none;border-radius:100px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl .ot-switch .ot-switch-nob:before{background:#fff;bottom:2px;height:16px;left:2px;width:16px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl input:checked+.ot-switch .ot-switch-nob{background:#1f94d2}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(14px)}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt{background:#f7f7f7;border-radius:0 0 2px 2px;padding:16px}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{font-size:12px!important;font-weight:400;line-height:16px;margin:0 0 8px;padding:0;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{margin:0;padding:0;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr button{font-size:12px!important;font-weight:500;line-height:16px!important;padding:0!important}body.page-v2 #onetrust-pc-sdk #ot-host-lst{width:100%}body.page-v2 #ot-fltr-cnt #clear-filters-handler,body.page-v2 #ot-fltr-cnt #filter-apply-handler,body.page-v2 #ot-fltr-cnt #filter-cancel-handler{border-radius:32px!important;font-size:12px!important;font-weight:400;line-height:12px!important;min-width:60px!important;padding:8px 12px!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer{box-sizing:border-box;height:128px;left:0;margin:auto;max-width:500px;padding:20px 16px;right:0;width:unset}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container{flex-direction:column!important;margin:0;padding:0;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button{border-radius:32px!important;font-size:16px!important;font-weight:400;letter-spacing:normal;line-height:18px!important;margin:0;max-width:none;min-width:100px!important;padding:11px 24px!important;width:100%}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:first-of-type{margin-bottom:8px}}.mdws-pop-up{align-items:center;display:flex}.mdws-pop-up.wsc-dialog--actived{z-index:2000}.mdws-pop-up .wsc-dialog__wrapper{border-radius:.4166666667vw;height:auto;left:unset;margin:auto;padding:0;position:relative;top:unset;transform:none;width:41.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header{padding:0 0 1.5625vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.875vw;font-weight:500;line-height:2.2916666667vw;overflow:hidden;text-overflow:ellipsis}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-overflow:ellipsis}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==);background-size:100% 100%;cursor:pointer;height:1.6666666667vw;position:absolute;right:1.5625vw;top:1.0416666667vw;width:1.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__contariner{max-height:calc(100vh - 9.375vw);overflow-y:auto;padding:3.75vw 4.1666666667vw 3.125vw;width:100%}@media screen and (max-width:767.9px){.mdws-pop-up .wsc-dialog__wrapper{border-radius:2.1333333333vw;margin:0 auto;width:89.3333333333vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__contariner{max-height:calc(100vh - 53.33333vw);overflow-y:auto;padding:16vw 5.3333333333vw 5.3333333333vw;width:100%}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header{padding:0 0 5.3333333333vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-title{font-size:5.3333333333vw;line-height:normal}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-desc{font-size:3.7333333333vw;line-height:3.7333333333vw;margin-top:2.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.v-modal{z-index:99!important}.mdws-preferred-six-cards_style.c-gap-top{padding-top:3.3333333333vw}.mdws-preferred-six-cards_style.c-gap-bottom{padding-bottom:3.3333333333vw}@media screen and (max-width:767.9px){.mdws-preferred-six-cards_style.c-gap-top{padding-top:8vw}.mdws-preferred-six-cards_style.c-gap-bottom{padding-bottom:8vw}}.mdws-preferred-six-cards{padding-left:3.125vw;padding-right:3.125vw}@media screen and (max-width:767.9px){.mdws-preferred-six-cards{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-preferred-six-cards-list{display:flex;flex-wrap:wrap;width:100%}.mdws-preferred-six-cards-list-item{align-items:center;background-color:#f7f7f7;border-radius:.2083333333vw;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin-right:1.0416666667vw;margin-top:1.0416666667vw;padding-bottom:1.5625vw;padding-top:1.0416666667vw;width:calc(33.33333% - .69618vw)}.mdws-preferred-six-cards-list-item:nth-child(3n){margin-right:0}.mdws-preferred-six-cards-list-item:first-child,.mdws-preferred-six-cards-list-item:nth-child(2),.mdws-preferred-six-cards-list-item:nth-child(3){margin-top:0}.mdws-preferred-six-cards-list-item-top{align-items:center;display:flex;flex-direction:column}.mdws-preferred-six-cards-list-item-top .gws-img{align-items:center;display:flex;height:9.375vw;justify-content:center;width:9.375vw}.mdws-preferred-six-cards-list-item-top p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.0416666667vw;font-weight:500;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis;width:27.7604166667vw}.mdws-preferred-six-cards-list-item .mdws-btn{background:linear-gradient(90deg,#2b85c3,#37a6f3)!important;border:none!important;border-radius:1.4583333333vw;color:#fff!important;font-size:.8333333333vw;font-weight:400;margin-top:1.0416666667vw;padding:.4166666667vw 1.0416666667vw;transition:none}.mdws-preferred-six-cards-list-item .mdws-btn:hover{background:#0083de!important}.mdws-preferred-six-cards-list-item .mdws-btn:active{background:#077dce!important}.mdws-preferred-six-cards-list-item .mdws-btn.mdws-btn--disabled,.mdws-preferred-six-cards-list-item .mdws-btn.mdws-btn--disabled:hover,.mdws-preferred-six-cards-list-item .mdws-btn[disabled],.mdws-preferred-six-cards-list-item .mdws-btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.mdws-preferred-six-cards-list{width:100%}.mdws-preferred-six-cards-list-item{border-radius:4px;margin-right:8px;margin-top:8px;padding:20px 0;width:calc(50% - 4.05px)}.mdws-preferred-six-cards-list-item:nth-child(3n){margin-right:8px}.mdws-preferred-six-cards-list-item:nth-child(2n){margin-right:0}.mdws-preferred-six-cards-list-item:nth-child(3){margin-top:8px}.mdws-preferred-six-cards-list-item-top .gws-img{height:26.6666666667vw;max-height:133px;max-width:133px;width:26.6666666667vw}.mdws-preferred-six-cards-list-item-top p{font-size:14px;line-height:22px;margin-top:4px;padding:0 16px;width:fit-content}.mdws-preferred-six-cards-list-item .mdws-btn{border-radius:32px;font-size:12px;font-weight:400;line-height:12px;margin-top:12px;min-width:60px;padding:8px 12px}}.product-anchor-point .ps-widget{background-color:unset!important;border:unset!important;border-bottom:.1041666667vw solid #1f94d2!important;font-family:inherit!important;font-size:1.25vw!important;line-height:1.4583333333vw!important;margin-right:2.3958333333vw!important;padding:unset!important}@media screen and (max-width:767.9px){.product-anchor-point .ps-widget{border-bottom:.5333333333vw solid #1f94d2;font-size:4.8vw;line-height:7.4666666667vw;margin-right:6.9333333333vw}}.product-anchor-point a:last-child{margin-right:0!important}.ps-container.ps-lightbox.ps-open{z-index:9000!important}.mdws-esb-dialog{border-radius:.4166666667vw;padding:2.7083333333vw 4.1666666667vw 3.3333333333vw;width:41.6666666667vw}@media screen and (max-width:767.9px){.mdws-esb-dialog{border-radius:2.1333333333vw;padding:8.5333333333vw 6.4vw;width:calc(100% - 20.26667vw)}}.mdws-esb-dialog__title{font-size:2.5vw;font-weight:500;margin:1.6666666667vw 0 2.5vw;text-align:center}@media screen and (max-width:767.9px){.mdws-esb-dialog__title{font-size:5.3333333333vw;margin-bottom:6.4vw;text-align:left}}.mdws-esb-dialog .mdws-form-actions{margin-top:.8333333333vw;width:100%}.mdws-esb-dialog .mdws-form-actions .mdws-btn{width:100%}@media screen and (max-width:767.9px){.mdws-esb-dialog .mdws-form-actions{margin-top:4.2666666667vw}}.mdws-feature-icon{border-top:1px solid #d6d6d6;color:#707070;display:flex;flex-wrap:wrap;padding:1.3020833333vw 1.5625vw}.mdws-feature-icon-item{align-items:center;display:flex;margin-bottom:.2604166667vw;margin-right:1.0416666667vw;margin-top:.2604166667vw}@media screen and (max-width:767.9px){.mdws-feature-icon-item{margin-bottom:1.3333333333vw;margin-right:2.6666666667vw;margin-top:1.3333333333vw}}.mdws-feature-icon-item img{height:1.0416666667vw;margin-right:.4166666667vw;width:auto}@media screen and (max-width:767.9px){.mdws-feature-icon-item img{height:4.2666666667vw;margin-right:2.1333333333vw}}.mdws-feature-icon-item p{font-size:.8333333333vw;line-height:normal}@media screen and (max-width:767.9px){.mdws-feature-icon-item p{font-size:3.2vw}.mdws-feature-icon{align-items:center;border-radius:4px 4px 0 0;border-top:0;gap:8px;padding:16px}.mdws-feature-icon-item{margin:0}.mdws-feature-icon-item img{height:16px;margin-right:8px;width:auto}.mdws-feature-icon-item p{font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px}}.mdws-image-label{border-top:1px solid #d6d6d6;color:#707070;padding:1.5625vw}.mdws-image-label-item{align-items:center;display:flex;margin-bottom:1.6666666667vw}@media screen and (max-width:767.9px){.mdws-image-label-item{margin-bottom:3.2vw}}.mdws-image-label-item:last-of-type{margin-bottom:0}.mdws-image-label-item-downLoad{cursor:pointer}.mdws-image-label-item-downLoad img{height:4.2708333333vw;margin-right:.5208333333vw;max-width:100%}@media screen and (max-width:767.9px){.mdws-image-label-item-downLoad img{height:9.6vw;margin-right:2.6666666667vw}}.mdws-image-label-item-downLoad p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.8333333333vw;line-height:1.0416666667vw;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-image-label-item-downLoad p{font-size:3.7333333333vw;line-height:4.8vw}}.mdws-image-label-item-downLoad p:hover{border-bottom:1px solid;color:#1f94d2;text-decoration:none}.mdws-image-label-item-downLoad.emptyFile{cursor:default}.mdws-image-label-item-downLoad.emptyFile p:hover{border-bottom:none;color:#707070}.mdws-image-label a:first-of-type{margin-right:.5208333333vw}@media screen and (max-width:767.9px){.mdws-image-label a:first-of-type{margin-right:2.6666666667vw}}.mdws-image-label a:nth-of-type(2){flex:1}.mdws-image-label a img{height:4.2708333333vw;max-width:100%}@media screen and (max-width:767.9px){.mdws-image-label a img{height:9.6vw}}.mdws-image-label a p{font-size:.8333333333vw;line-height:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-image-label a p{font-size:3.7333333333vw;line-height:4.8vw}.mdws-image-label{align-items:center;align-items:flex-start;border-radius:0;border-top:none;display:flex;flex-direction:column;gap:12px;padding:16px;position:relative}.mdws-image-label-item{align-items:center;display:flex;gap:12px;margin:0}.mdws-image-label-item-downLoad{cursor:pointer}.mdws-image-label-item-downLoad img{height:36px;margin-right:0;max-width:100%;object-fit:contain}.mdws-image-label-item-downLoad p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;font-weight:325;letter-spacing:normal;line-height:22px;overflow:hidden;text-overflow:ellipsis}.mdws-image-label-item-downLoad.emptyFile{cursor:default}.mdws-image-label-item-downLoad.emptyFile p:hover{border-bottom:none;color:#707070}.mdws-image-label:after{border-top:1px solid #d6d6d6;content:"";display:block;height:1px;left:0;margin-left:16px;position:absolute;top:0;width:calc(100% - 32px);z-index:1}.mdws-image-label a:first-of-type{margin-right:8px}.mdws-image-label a:nth-of-type(2){flex:1}.mdws-image-label a img{height:16px;max-width:100%}.mdws-image-label a p{font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px}}.mdws-product-basic-v2{display:flex;justify-content:space-between;line-height:normal;padding:2.0833333333vw 12.5vw}@media screen and (max-width:767.9px){.mdws-product-basic-v2{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-product-basic-v2__sku{flex-shrink:0;position:relative;width:41.6666666667vw}.mdws-product-basic-v2__info{width:30.2083333333vw}.mdws-product-basic-v2__info::-webkit-scrollbar{display:none}.mdws-product-basic-v2__info .product-name{color:#333;font-size:1.6666666667vw;font-weight:500;line-height:normal;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-bazzzvioce{align-items:center;display:flex;gap:1.0416666667vw;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-bazzzvioce-model{color:#707070;font-size:.8333333333vw;font-weight:400}.mdws-product-basic-v2__info .product-bazzzvioce .bv-rating{cursor:pointer;position:relative}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.8333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:.8333333333vw!important;padding-right:.2083333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce .bv_histogram_row_star svg,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:.8333333333vw!important;width:.8333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.8333333333vw!important;font-weight:500!important;padding-left:.5208333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container_row_flex .bv_main_container_row_flex .bv_button_component_container{align-items:center!important;display:none!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_component_container{color:#333}.mdws-product-basic-v2__info .csr-product-sales{margin-left:0;margin-right:0;max-width:100%}.mdws-product-basic-v2__info .product-views{align-items:center;background:#fff7e8;color:#f70;display:flex;font-size:.9375vw;line-height:normal;margin-bottom:1.0416666667vw;max-width:100%;min-height:1.5625vw;padding:.2083333333vw .5208333333vw .2083333333vw .2083333333vw;width:max-content}.mdws-product-basic-v2__info .product-views-icon{height:1.1458333333vw;margin-right:.5208333333vw;object-fit:contain;width:1.1458333333vw}.mdws-product-basic-v2__info .product-parameter{color:#707070;font-size:.9375vw;font-weight:400;list-style:none;margin-bottom:2.9166666667vw;text-align:left}.mdws-product-basic-v2__info .product-parameter li{margin-bottom:.8333333333vw;padding-left:1.0416666667vw;position:relative;word-break:break-word}.mdws-product-basic-v2__info .product-parameter li .product-parameter-title{line-height:1.4583333333vw}.mdws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:.8333333333vw;font-weight:400;line-height:1.25vw}.mdws-product-basic-v2__info .product-parameter li:before{background:#707070;border-radius:50%;content:"";height:.5208333333vw;left:0;position:absolute;top:.4166666667vw;width:.5208333333vw}.mdws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:1.5625vw}.mdws-product-basic-v2__info .product-parameter li .product-parameter-title{font-size:1.0416666667vw;font-weight:500;line-height:normal}.mdws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:.9375vw;line-height:normal;margin-top:.2083333333vw}.mdws-product-basic-v2__info .product-shipping{display:flex;flex-direction:column;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-shipping-text{color:#333;font-size:1.25vw;font-weight:500;margin-bottom:.5208333333vw}.mdws-product-basic-v2__info .product-shipping-btn{align-items:center;background-color:#f7f7f7;border-radius:.4166666667vw;color:#333;cursor:unset;display:flex;font-family:inherit;font-size:1.0416666667vw;font-weight:400;height:3.3333333333vw;justify-content:center;width:100%}.mdws-product-basic-v2__info .product-shipping-btn-icon{height:1.6666666667vw;margin-right:.5208333333vw;width:1.6666666667vw}.mdws-product-basic-v2__info .product-payCard{background:#f7f7f7;border-radius:.2083333333vw;font-weight:400}.mdws-product-basic-v2__info .product-payCard .csr-cp-price{margin-bottom:0;padding:1.5625vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-sale{font-size:2.9166666667vw;font-weight:400}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-original{font-size:.9375vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-original-cost{color:#adadad}.mdws-product-basic-v2__info .product-payCard .csr-wish-btn{display:none}.mdws-product-basic-v2__info .product-payCard .csr-cp-price__styles:not(.csr-cp-price__empty)+div .csr-product-btns,.mdws-product-basic-v2__info .product-payCard .csr-cp-price__styles:not(.csr-cp-price__empty)+div .mdws-product-basic-v2__buttons,.mdws-product-basic-v2__info .product-payCard .product-payCard-shop__wrap:not(.product-payCard-price__empty)+div .csr-product-btns,.mdws-product-basic-v2__info .product-payCard .product-payCard-shop__wrap:not(.product-payCard-price__empty)+div .mdws-product-basic-v2__buttons{padding-top:0}@media screen and (max-width:767.9px){.mdws-product-basic-v2{flex-direction:column;margin:auto;padding-bottom:20px;padding-top:0;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-product-basic-v2{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-product-basic-v2{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-product-basic-v2{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.mdws-product-basic-v2__info{height:auto;padding:0;width:100%}.mdws-product-basic-v2__info .product-name{font-size:20px;font-weight:500;line-height:28px;margin-bottom:8px}.mdws-product-basic-v2__info .product-bazzzvioce{flex-wrap:wrap;gap:8px;margin-bottom:20px}.mdws-product-basic-v2__info .product-bazzzvioce-model{font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px;word-break:break-all}.mdws-product-basic-v2__info .product-bazzzvioce .bv-rating{display:inline-block}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:14px!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:4px!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:14px!important;padding-right:0!important}.mdws-product-basic-v2__info .product-bazzzvioce .bv_histogram_row_star svg,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:16px!important;width:16px!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:2px!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-size:14px!important;font-weight:400!important;padding-left:4px!important}.mdws-product-basic-v2__info .product-views{background:#fff7e8;color:#f70;font-size:14px;font-weight:400;line-height:22px;margin-bottom:20px;min-height:26px;padding:4px 10px 4px 4px}.mdws-product-basic-v2__info .product-views-icon{height:20px;margin-right:8px;width:20px}.mdws-product-basic-v2__info .product-parameter{color:#707070;font-size:14px;font-weight:400;line-height:22px}.mdws-product-basic-v2__info .product-parameter li{margin-bottom:8px;padding-left:14px}.mdws-product-basic-v2__info .product-parameter li .product-parameter-title{font-size:14px!important;font-weight:500!important;line-height:22px!important;margin:0!important}.mdws-product-basic-v2__info .product-parameter li .product-parameter-desc{color:#707070!important;font-size:14px!important;font-weight:400!important;line-height:22px!important;margin:0!important}.mdws-product-basic-v2__info .product-parameter li:before{height:6px;top:8px;width:6px}.mdws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:20px}.mdws-product-basic-v2__info .product-parameter li .product-parameter-title{font-size:3.7333333333vw;line-height:4.8vw}.mdws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:3.2vw;margin-top:1.0666666667vw}.mdws-product-basic-v2__info .product-shipping{margin-bottom:8px}.mdws-product-basic-v2__info .product-shipping-text{color:#333;font-size:14px;font-weight:500;line-height:22px;margin-bottom:8px}.mdws-product-basic-v2__info .product-shipping-btn{border-radius:4px;font-size:14px;font-weight:500;height:38px;line-height:22px;padding:8px 16px;width:100%}.mdws-product-basic-v2__info .product-shipping-btn-icon{height:20px;margin-right:8px;width:auto}.mdws-product-basic-v2__info .product-payCard{background:transparent;display:flex;flex-direction:column;width:100%!important}.mdws-product-basic-v2__info .product-payCard-shop{background:#fff;bottom:0;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 -2px 6px 0 rgba(0,0,0,.08),0 -4px 12px 0 rgba(0,0,0,.08);left:0;padding:0;position:fixed;width:100vw;z-index:11}.mdws-product-basic-v2__info .product-payCard-shop__wrap{align-items:center;display:flex;justify-content:flex-end;margin:auto;min-height:54px;padding-left:0;position:relative;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-product-basic-v2__info .product-payCard-shop__wrap{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-product-basic-v2__info .product-payCard-shop__wrap{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-product-basic-v2__info .product-payCard-shop__wrap{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles{width:100%}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles .csr-cp-price{align-items:flex-end;display:flex;flex-direction:column;order:3;padding:12px 0 0}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles .csr-cp-price-sale{font-size:22px;font-weight:500;line-height:30px;margin-bottom:0}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles .csr-cp-price-original{font-size:12px;font-weight:400;line-height:16px;padding-bottom:12px}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles .csr-cp-price-original-ratio{margin-left:8px}.mdws-product-basic-v2__info .product-payCard-shop .csr-wish-btn{align-items:center;border:1px solid #adadad;border-radius:50%;display:block;display:flex;height:36px;justify-content:center;left:16px;position:absolute;right:unset;top:50%;transform:translateY(-50%);width:36px}.mdws-product-basic-v2__info .product-payCard-shop .csr-wish-btn__icon{height:20px;width:20px}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles:not(.csr-cp-price__empty)+div .csr-product-btns,.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles:not(.csr-cp-price__empty)+div .mdws-product-basic-v2__buttons,.mdws-product-basic-v2__info .product-payCard-shop .product-payCard-shop__wrap:not(.product-payCard-price__empty)+div .csr-product-btns,.mdws-product-basic-v2__info .product-payCard-shop .product-payCard-shop__wrap:not(.product-payCard-price__empty)+div .mdws-product-basic-v2__buttons{padding-top:14px}.mdws-product-basic-v2__info .product-payCard .csr-product-btns{border-top:1px solid #d6d6d6}.mdws-product-basic-v2__info .mdws-feature-icon{background:#f7f7f7;order:1}.mdws-product-basic-v2__info .mdws-image-label{background:#f7f7f7;order:2}.mdws-product-basic-v2__sku{height:auto;width:100%}}.mdws-sku-list{height:33.3333333333vw;left:0;position:sticky;top:0}.mdws-sku-list .mdws-sku-item{display:flex;height:100%;justify-content:space-between;overflow:hidden;position:relative}.mdws-sku-list .mdws-sku-item__main{height:100%;margin:0;position:relative;width:33.3333333333vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide{align-items:center;display:flex;justify-content:center;visibility:hidden}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video__play{height:4.1666666667vw;width:4.1666666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img{align-items:center;display:flex;justify-content:center}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img img{max-height:27.0833333333vw;max-width:27.0833333333vw;object-fit:contain}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:1.5625vw;top:3.125vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:.5208333333vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges img{left:inherit;max-height:3.3333333333vw;max-width:3.3333333333vw;object-fit:contain;position:relative;top:inherit;transform:inherit;z-index:2}.mdws-sku-list .mdws-sku-item__main .swiper-slide:first-child .badges{display:flex}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none}.mdws-sku-list .mdws-sku-item__main .swiper-slide-active{visibility:visible}.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{left:1.0416666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-button-next{right:1.0416666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-pagination{display:none}.mdws-sku-list .mdws-sku-item__main__operation-magnify{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiPjxkZWZzPjxwYXR0ZXJuIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImEiPjxpbWFnZSB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBTWdBQUFESUNBWUFBQUN0V0s2ZUFBQUFBWE5TUjBJQXJzNGM2UUFBQUFSelFrbFVDQWdJQ0h3SVpJZ0FBQS92U1VSQlZIaWM3WjE1ckZiRkdZY2ZwSUFvaFN0VkFtNkJwQ0N5S0NncVlsRVJZaTFXS2VoMVFTazJ3YXFsTFUxZElqYkt0VkxqUXRTQ1lxdXRDOFNsWW9VbVVxaGFRU3ZVRFFvcXNscEFSRkJFb1FYRWd0eitNUkEvcnQvSHZmUE9uSm16dkU4eXVmZVBjNzc1emZJN2M1YVpkMEJSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZ4cFZGc0FUbW1DbWkxTzFXVitic2QyQVJzTHZsYit2LzI4SktWdXFoQjNLZ0NPcGVrbzByK2QrVVRZRWxKV3JyNzd3b1B2NjAwRURWSXcya0NuQVNjQWZURG1LQnRCQjA3TVVaNUE1Z0Z2QUtzaktDakVLaEJLdE1DWTRpVGdMNFlZelNOcXFneVM0RVhnZGQycHlWeDVTaDVwVFV3QXBpT2VRNm96V2g2QnhnSG5PSzNlcFNpY2lad1AvQVI4VHUzN3pRYkdBVWM0YXV5bEdKd05IQUQ1bDQrZGljT2tiWUFrNERCUGlwUHlTOERNQjBsZG9lTm1SWUFWd09IT05hbGtpT0dBak9JM3puVGxENEViZ082T3RTcmttRmFZKzYvNXhHL002WTU3UUFlQWs0WDFiS1NTYTRHM2lkKzU4dGFtZ3FjSUtodkpTUDBBNTRuZmtmTGN2b2N1QkZvYkZuM1NvcHBpYm1manQyNThwVG1BR2ZiTkVMZXlNdVg5QXN3cjJ5UGpheGpHYkN3SkczRVhJMzNwRzBsL3pjQm1sZEluWUFlbVBJY2l6Ri9UTzRGYmdYV1JkYWhXSElvNXVFeXh0VjFJZkFnY0NYUUc5T3hrNklEOEFPZ0J2Z3J4bmloeTdzY0dKWmdHUlhQREFMZUpVem4rQUNZQnZ3Szg5WDlvQURscTQ5dXdJK0FpY0RyaERQS2VPREFBT1ZUSExpRk1KM2hLYUE2VUpsYzZZb1pZUmFSZkwzTUJVNExVaXJGaXA3QVRKSnQvSGVBTVVDWFFHVktnbXFNdVpPc3B4M0FOYUVLcE5UUDVaaEZSRWsxK0ZTeU0xbzBsRDJqeWtxU3E3Y25NYzlJU2tUdUpKbkczWWw1eU0vNzdVSXJ6SXlDK1NSVGowc3dhMmFVQ0NReHNYQURacjFFOTREbFNBdkRnQmZ3WDZlZkFlY0hMSWNDL0EzL0RYa0hjSGpJUXFTVVFaaUhiZC8xT3p4a0lZck1RdncyM0xQb2JVQmRHZ09qTVpGVWZOYjF5SkNGS0NMcjhkZFkvOFo4ekZNcTB4MllqRitUWEJlMEJBWENaeU9OUjIrbmJMZ1F2eU8zbXNRenkvSFRNQnVBSHdiV25oZmFBWS9oenlSRHdzclBMNzQrQU00Q2pnK3NQWStNeHA5SitnZlduanZ1eFU5RFRBQ2FCZGFlWjg3QnpGRDIwVFlhZ2tpSXI0K0FWNFFXWGhBNkFNL2czajdiZ1Y2QnRXY2VYNU1POHpaRkpJMU13YjJkbG1KbUlTc040SExVSEZuRGgwbGVSbStENjZVbmZpWWVuaHhhdU9MRkpIY0ZWNTB4Zkx5eDB1OGI4WmlJZS9zTkRhNDZJL2g0N2xEaVU0TmJHNjRHT29ZV25YWUc0VzZPYndWWHJWU2lCcmUyZkRxNDRoUnpLTzVyeVBXS2t6NXFjR3ZUNjRNclRpbXUwVWQ2aDVlc05KQjdjR3Zid3MreXZnQzNDaHdZWHJKaWljdHM0QmtSOUthR2xwaHcrOUxLMHkvazJhQUZacjlFYVR1UENpODVIYmlFQTUwUVFhOGlwemZ5eFZjZllYWUpMaFQ5a0p0akZ2ckZOWXVNUU43bWowYlFHeFZwbFBVTndIRVI5Q3ArY0hsb3Z6aUMzaWhjamJ5U2RMRlR0bW1NUEhMSzI2UWp0R3VpdEVhK2VjMzRDSG9WL3h3SGJFWFdCMFpIMEJ1VVVjZ3FaaVhGbUdNMUdQT0JiUlptVzRHaDVQT3FlUk95ZnJBWWFCcEJiekNrZXdMbVBmcElSK0JOeXBkOUxYQkpQR21KMEF4NTVQa1JFZlFHWVNpeUNuazJodGlBSEU3RDZ1R3NXQUlUNGp4ay9lR2xHR0pESU4xcStkUVlZZ1BSRkx1SDFwNXhaQ2JHdzhqNnhMa3h4Q2JKQUdRVmNVY01zUUc1REx2NkdCZEZaWEoweHJ5NnQrMFh1WnZ0S3drMHZZSDhQNWlQeDY1T25vZ2pNMUhHSXJ0NDVtYlY2TkhJS2lCdlY4dHl6TWF1VGw2TW9qSlpPZ0pic084ZlVhY2I3ZWZ4dHdZTHp2bVNBazR2S0NqTGtiWDFZQ0x1OGh2YklKTXdYMDZWWWlBeHlHSEkrcFlYZkJua1RHUkJ3WFQwS0Jhdlk3WnNzeVh6QnBFVVlCbzVmdGV0VkVSeVVSeUUyVzh4T0Q0TTBocFpCTy9IUGVTdFpJK1p5QzZNVWFMRSt6RElFS0NONVRtTE1BSElsR0lpYWZzb3QxaytEQ0lScnVZb05sTXczNzlzNklsNTFnMktxMEZhSW90SW9RWXBOaDhqNndOOWZBdXBEMWVEOUFXK2FYbk9GRXg4TEtYWVNBd1NmSThSVjROSUhLMmpod0ptZG9IdHczb2ZvTGwvS1pVSmJaQjFxRUdVcjdCZDRuQUFnV2Q5dXhpa0tmWkQzcjhjOGxQeXgzekJPVUdqTUxvWTVGU2dpZVU1a2dwUjhzdXJtSzNaYk1qTUNDSVIrb1pEZmtyKzJJYjlYVVVmb0ZFQ1dzcmlZaERKVURmSElUOGxuOHl6UEw0eEFVY1JGNE4wdGp4K01iRFJJVDhsbjBndW1yWjlUNHpVSUZWQVc4dHovaW5NUzhrM3VUU0lSS0ErZnlqbFdBT3N0endubHdaWklNeEx5VDhMTFkvUHBVRnNLMEVwRHJaOW96Mndmd0k2dm9iVUlMYjdPQ3dEUGhmbXBlUWZ5Y1V6eUNnU2FnVFIwVVBaRjJvUVlUNUtNVmdFN0xROEo3VUdxUktjb3daUjZzTzJqN1JLUkVVZEpBYVJDTk1QaEVwOTJQYVJJQWI1aHVBY2liQTBQcUFIbTg4akpFbDl0UW4rdGhUYlBpSzVrN0ZHWWhDSnNMUVlaQUFteUVSUHpJNnNhYVVmc0N2QjMxK0xtZG13Q0xPUlR4cXc3U05CUmhBSjUyQWZYL1hJS0VyMzVoZklZZ2ZuUGIzbVVxa2VlUWc3M2JhVEhFV0Vla2pmSmpqSEozMkF1eU5yU0NzbllrYVMyS1J5QkFuMWtCN3pGcXNGOEdERS9MTkFGK0NxeUJwUytRd1NhZ1NKYVpBTE1SMUEyVGMvalp5LzdWMUdha2NRMnlXU1lMODAxeWNuUnN3N1MzUUIya1hNMzdhUFNQcWhOUktEYkJLY0V6UlVTeDFzMTYwVW1aaDFaZHRISlAzUUdvbEJOZ3ZPaVdtUXRMeWxTVHRmQU85RXpEODNCc25hQ0tKUkhCdkdtOENPaVBubnhpQlpHMEdtRWVpZGVjYVpGRGwvTlVoRUxvcWNmOXFaQVR3UVdjTUJsc2VuMWlCWnU4VUNXSUg1SG5KL1pCMXBZd1ZtKzRxQnNZV1EwaEZFTWhkTE1vSjBBdjRoT004blc0R2ZZTGFkUGdZNE5tRGVqWUF4RnNmUEl0bnQ2ZFlEYjJHbW1NZWU1YkNIVHBiSEJ6R0lsQTFrYUsvckZGQ0Q3cE8rTHc3R2ZnN1pGU0dFU1ZjVUxyRThQdVRWV3NrZWt2NngycnVLTXFoQmxEUWc2UityZklzb1J5aUR0QVE2Q1BOUzhrL3VETEpVY0k2T0lrb2xiUHZHZWxJOEZ3dnNSeENBSHNLOGxQeGphNUJWU1lnb2g5UWdLN0FQMDZLemFwVnluQ1E0WjVWdkVaVncyZjdBZGhTUlZJU1NmM0pyRU50bzdhMkJiZzc1S2ZsRWNtY1I3S096aTBGbUNjNDV3U0UvSlo5SVJwRFp2a1ZVd3NVZ3J3ak9VWU1vcFh4N2Q3TGg3d1NjSHVOaWtKWFl2Kzd0NVpDZmtqOGtGOHdYdkt2WUJ5NEdBZnM1UXljQVhSM3pWUEpENmplQ2RUV0laRGxydFdPZVNqNW9nMzFmK0FpWW00Q1dpcWhCbEZoVVkyYngydkF5OEdVQ1dpcmlhcEFsMkVmbDY0S2FSSkgxZ1plOXE2Z0hWNE1BekJTY293WXBOdjJBMHl6UDJRRk1UMERMUHZGaGtLbUNjNnJSaC9VaUk3bEFUc2U4T1EyS0Q0UE1RYlk4VkVlUll0SU91VUdDNDhNZ0lCdEZocFBpUFI2VXhCaU8vY1A1RmpKdWtHY3dRUkZzYUE5YzVpbC9KUnMwd3hqRWx1bkFPczlhR29Rdmc2ekJtTVFXU1dVcDJXVTRzdDFwbzR3ZTRNOGdJTHZONmdrTTg2aEJTVGVTQytJNmNtUVF5WGJQUlJoRi9wUHc4Vm1nR3JQVGx5MlBBSi82bGRKd2ZCb0VZTExnblA3QUlNODYwc1o2eStQWEpxSWlMcElMNFRhTVFYTERJY0NIMkFjQm13czBqcUEzRlAyeHE0K2I0c2hNakJISU5oaTlMNGJZcExrTldXV01qaUUySUwrallmWHdhaXlCQ2RFV0U4TkEwaWR5dVR5aUsyWmFnRzFsYkFLNlI5QWJraW5zdXc1aWJtQ1RGSGNqTTRma2RqMHoyTzU1WFloSzJjMlptRnZLMG5LL0JWd1pVMVJDMk41YWxxYitFZlFHNDNUa0ZYTmhlTGxSYUlHWnNIZFFiQ0VKOGh5eVBpRDVaSkE1cGlLcm5JWEUzVzFWOGNOMXlOci9meFFrUk5RSm1QM1JKWlgwV0FTOWlqOEdJcitEK0hVRXZkRzRFWGxGNWYydFZsNDVFck54cXFUTjUyRy9GVnVtYVl5WkRpODF5VG5oSlN1T1BJVzh2UXU1Qk9KczVCVzJETjAySVV1TVFkN1dqNFNYbXg0bUlLODR5U3hoSlR3WElHL2pEY2htK2VhR2RzQnk1QlU0SmJ4a3hRSVhjOVFDSThOTFRoL0RjS3RFTlVrNitSNXU3VG9wdk9UME1oNDFTWjdvaGx0N0xnVU9ENjQ2eFJ6STE2ZFoyS2FKd1ZVcjVhakNyUjFyZ2ZPQ3E4NEFweUdiekZpYWFrS0xWdmJpUU56TmNVZHcxUm5pR3R3cnVDYTBhQVdBSTNCdnU1ZUFKcUdGWjQwblVaTmtqUjY0dDluN21GZ0VTajEwd01UMmRhM3dlMElMTHlobjRONVdYd0RmRFMwOHkvUUZQc085NGlkanBvOHJ5VkNOZXh2Vm9oRnNSSnlQbjhwL0JlZ2RXSHNSR0lPZjlyazJ0UEE4TVJ3L2piQUpFeUJBY2VkSTNDWWVscVp4Z2JYbmtwSDRhWXhhekhOSm5xT2tKTTFBNUZQV3k5MytLcDZRcmtJcmwxNEFqZ3NyUHhmNGJJTmFZQmZtTmxyeHhMWDRhNXl0bUJoVHpZS1dJSnYwUjc2R3ZMNjBFeGdTcmlqNVp3aCtHK2gxZEZwREpkb2lEODFqazNZQWd3T1ZxUkM0aEl5cGxCNm00T3NPNmpBQ2VWQTNTZnFDL0llWkRjb3B3SGI4TnRJR1lDelFNV0E1MGtZMThDemhqRkdhdGdQbkpsL0U0dEFMTXkzYWQwTnR3Y1IrUFRGY1VhTFNEUGd4YmpFQ2ZLVnR3UGVUTFc2eDZJYlpBamlwQm5zQ09DdFlhY0xTRHJnZVdFeDhZNVNtclpoNEJZb25tZ0Yza1d5anpjWjhqMmtUcGtpSjBnK3pkbVlEOGMxUUtmMFhzeUpSOGNoUVlEWEpOdHpIbU51djA4TVV5UnR0TUFhZlRmS2Rlenp3SncrL3N4bWR3T2lkanNEVGhMbkt6Y2FzWHptRGRBWTE2d3hjUXJqUllpVjdUK2Z4c1d4aEV5YW90K0taNndsamtqM3BjOHlTNFFuQVJaakZRNkU1QmZPMSs4K1l6aHF5L0g4QmppbWo2WEVQdi8wcE1NQ3hicFF5OUFWbUVMYWpsS1oxd0V6Z2RzenRYMWRQNVRvWTh5M29sOENqd0lLSVphd0ZicWhINzJNZTh0aEl5clk5YUJSYmdFZEdZUm94RFEvWU96RlI2amRpUnAyNmFSdG15V2x6ekcxYjh6cXBFM0JZY05YbG1ZcVpqVHUzQWNkT0JpNTF6TzhUVEp5dFdZNi9vNVRoS016Vk51YVZOaTlwSWJJRlRwTTg1UDB4Mlh0Qmtpa3VCdDRtZmlmTFl0b0szSXpiQ3MxSFBPaFlENXpxb0VHcGg0TXdXeWlrN1FOWld0Tm16S3ZiSHBMS0xzUERIalN0QTc3alNZOVNnYWFZMTVJdkViOFRwakd0eEVTSFNTS0svaDg5NkZ1TGVYT25CT0Jjd24wL1NYdWFqM214VWVWVW8vWHpCdzlhMXdBbko2eFRLZUZrekxlTUQ0amZVVU9ucVlUZktQVUJEN3JmUjROeUJLY2xKbURFTk9KMzNDVFRHdUJPek16b1dQeStqQzdidElyaXpMNU9IVjB4ZXlyT0ozNkg5cEYyQWRNeCs2OG5mUnZWVU83SHZWd3JpV3QwQlRNdnFBWjRIdlBhTTNabnR6WEZTTks3cmNCOXVKZnpQZUQ0ME1LVjhqVEh6RFlkaTFtVHNwUDRSdGlUdG1BV1FFM0V6QTFybmxBZCtPWmUzTXUrZ2dBeGZ2TTAxU1FValRBZnNEclhTZTBUenZjOVRLeXFoU1ZwZWNKNUpzbDQ0R2VPdjdFY015MWxnYnVjOHFoQi9MRS9leHVtMWU1VVZlSHZsM3cxTDZ2dVBLM1ZtTURlUzB2U3puQkZDY1p2Z1o4Ny9zWXl6QnI3dDl6bEtFcjY4QkZ5YURIUVBiUndSUW1GajZYVTcrSnZxWUdpcEk1eHVKdGtEbVo3T0VYSkpYZmliaExkNUZYSk5iZmpicExXd1ZVclNrQnV3ODBnM2NKTFZwU3czSXJjSURxcFVTa0VZNUVacEgwRXJZb1NoVnV3TThjdTBobS9URkVTNDJZYWJwRGZSTktvS0ZHcG9YNXpQQmRMbktLa2dVc3hnUnpLbWVPcUpETFV5WXBLMWpnR0UzMnhGN0FmWmxielBNemFIVVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGQ1dGL0IrS3ZTdzA1ZWI5cUFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgcng9IjAiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=) no-repeat;background-size:100% 100%;bottom:.5208333333vw;cursor:pointer;display:block;height:1.25vw;left:14.5833333333vw;position:absolute;width:1.25vw;z-index:3}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image{bottom:.4166666667vw;left:16.875vw;position:absolute;z-index:3}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:1.25vw;width:1.9270833333vw}.mdws-sku-list .mdws-sku-item__main__operation-sale{color:#1f94d2;font-size:.9375vw;font-weight:500;left:1.5625vw;line-height:normal;max-width:calc(100% - 6.25vw);position:absolute;top:1.5625vw;z-index:3}.mdws-sku-list .mdws-sku-item__main__discount{left:1.5625vw;position:absolute;top:3.2291666667vw;visibility:hidden;z-index:10}.mdws-sku-list .mdws-sku-item__thumbnail{height:100%;margin:0;padding:1.7708333333vw 0;position:relative;width:7.2916666667vw}.mdws-sku-list .mdws-sku-item__thumbnail_swiper{height:100%;overflow:hidden;width:100%}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide{align-items:center;border:1px solid transparent;border-radius:.2083333333vw;cursor:pointer;display:flex;justify-content:center;position:relative;transition:border-color .3s ease;width:100%}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide{border-radius:2.5333333333vw}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide-thumb-active{border-color:#1f94d2}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide img{left:50%;max-height:5.2083333333vw;max-width:5.2083333333vw;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide img{max-height:80%;max-width:80%}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide .play-btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;height:2.0833333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;width:2.0833333333vw;z-index:10}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide .play-btn{height:8.5333333333vw;width:8.5333333333vw}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next,.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev{color:#333;height:1.25vw;left:50%;margin-top:0;transform:translate(-50%) rotate(90deg);width:1.25vw}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev{top:0}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next{bottom:0;top:unset}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next:after,.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev:after{font-size:.9375vw}.mdws-sku-list .mdws-sku-dialog-content{display:none}.mdws-sku-dialog-content{background-color:#fff;border-radius:.4166666667vw;padding:3.125vw}.mdws-sku-dialog-content,.mdws-sku-dialog-content-main{align-items:center;display:flex;justify-content:center;position:relative}.mdws-sku-dialog-content-main{flex-direction:column}.mdws-sku-dialog-content-main-item{display:none;height:30.2083333333vw;padding:2.0833333333vw;width:30.2083333333vw}.mdws-sku-dialog-content-main-item.active{display:block;overflow:hidden}.mdws-sku-dialog-content-main-item .gws-img,.mdws-sku-dialog-content-main-item .gws-video{align-items:center;display:flex;height:26.0416666667vw;justify-content:center;width:26.0416666667vw}.mdws-sku-dialog-content-main-item .gws-img{position:relative}.mdws-sku-dialog-content-main-item picture{align-items:center;display:flex;justify-content:center;max-height:100%;max-width:100%}.mdws-sku-dialog-content-main-item img{object-fit:contain;position:absolute;transition:transform .3s ease;z-index:5}.mdws-sku-dialog-content-main-item img.move{cursor:move}@media screen and (max-width:767.9px){.mdws-sku-dialog-content-main-item img{position:relative}}.mdws-sku-dialog-content-main-scale{bottom:-2.1875vw;display:flex;height:1.25vw;justify-content:space-between;left:50%;position:absolute;transform:translateX(-50%);width:3.75vw}.mdws-sku-dialog-content-main-scale-magnify,.mdws-sku-dialog-content-main-scale-reduce{cursor:pointer;display:inline-block;height:1.25vw;width:1.25vw}.mdws-sku-dialog-content-main-scale-magnify.disabled,.mdws-sku-dialog-content-main-scale-reduce.disabled{cursor:not-allowed}.mdws-sku-dialog-content-main-scale-magnify{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiByPSI5Ii8+PHBhdGggZD0iTTE2Ljg3OSAxNy42MjlhLjc1Ljc1IDAgMCAwIDAgMS4wNmwzLjUzIDMuNTNhLjc1Ljc1IDAgMCAwIDEuMDYtMS4wNmwtMy41My0zLjUzYS43NS43NSAwIDAgMC0xLjA2IDBaIiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTExIDYuNWEuNzUuNzUgMCAwIDAtLjc1Ljc1djNoLTNhLjc1Ljc1IDAgMCAwIDAgMS41aDN2M2EuNzUuNzUgMCAwIDAgMS41IDB2LTNoM2EuNzUuNzUgMCAwIDAgMC0xLjVoLTN2LTNBLjc1Ljc1IDAgMCAwIDExIDYuNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-magnify.disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAASRSURBVGiB7VndceJIEP6mJT2bjcBsBr4IgAjWlIyr/LQmgsMR2ERwdgT2PlEFpRKOYHEE5wysjWDxs1D3PTCSB6G/wXDeB39VFNJoNN3fdE/PdAv4xMdC7Wug6XR6opRqOY5znCTJV9d1f4vIkplf4zh+vri4iPYly8S7CARBcAngG4ATAO2a7ksAcwBPvu8/vEeuCWsCYRi2mbkL4Br1Spdhycx3ruve9vv95Y5jALAkoGe8TPGlUupZRCJm/kVERwBa+tfV/1vvABj7vn9ro4eJRgT0rF8DuMw9iojoNo7jp/Pz8+eqMfQaOSWiv7FNZk5Ew12sUUtAK/8Tm7MeYT1zD7YCgVJLRkTU6/f7kc1YlQRKlL8lovF7fTcMw5a26shotiZRSkAL+Bebyg/3GUGAzBr3RpMVCSp7wMz3OLDyAKDHHBpN6XprhEICQRCMAJwaTQdRPkUBiUttmVpsuZB2nRe8RYpb3/ev3qtkEwRB8A/e1kQjV3LzDavVakREqfIREY1tlAjDsCUiP7HeF4Y2C5KIxsx8irXrphvmQ+U7eeE6TgMARORqh2jzXURORKSL9TGjMbQsc8Jq18IGAc0+nf3l2dnZ3EYBAFitVl+KrptCr4dI37br1kJ+EXfSC2a+sxW+LxCRebSotGKeQBZ5RMR69veFOI6fjNuTqr4Zgclk0obhPnVnm0NCy07XXns6nZaSyAh4nmd2WhxGteZQSj0b10UnWQBGGCWiIxFJbysjTxiGbQDfihap4ziddBzHcTqz2exmS6jr/gbwoyrCiUhkjHlcS0Ap1WpKQETuRaRLtL2RG2NA9+nm+zAzlFKXAP4qk6FzCgBAkiRfy/plGpizycyvVQRQnJzYonKSdEIEILNYITILOI7zks4eEZWaDACUUj2l1PcKF+rqfoskSZ7yfbRCj1UyYEySiJSSzQgkSZKZTCnVrhpZ+27hPjGbzW5St0mS5GkwGNzUKFqGjECVR2QuZLIUkcrY+z+hm17EcVwa0jMCOvZG+rZVFXsPDS0725Oqakr5MJIx9Tyvgw+CUsrMRSpPBHkC2cJi5hE+COaJGMBWENjoa97YngSLYIa8qvBXBi0zcx8isrIAkDuPh2FoG/MflVILfRT4YfOilpXlAMx8V5ePbGVkRLRg5ghvWdE1gMYppc7Aek37m9Cy2vp26bpubcVuywJaAdMKo11cyRZahrnuGtWeSutCQRDcY7OUeLDKREFtaO77fr/Ju6V1IZ3MR0bT/SEsUVLYGpZ038KfVloEM/cGg8Gi6Tg7F3dF5GqXpB+oLdNblRabltdbutR4mnu0ZOY7EZk3Ka97ntfRG2Re8Qeszz5pe2MSth84RljPXNnHioX+XzLzKxEdK6Xa+nBY9E4EXaYvsHQjErt8Ymrp6l3Rh4qmiACMiWhhKrgLiZ0/8mm3OsW6lmQWxKqUfgbwWBWObUns7TPrZDJpe553QkRHSqnWarX64jjOS5Ikv0TEqkxjQ2JvBPaNpiRKN7KPRr/fj4ioB+N0LCJbOcofSwB4I6GUWgCYK6XqCgGf+IQt/gOSLmGEtEocGgAAAABJRU5ErkJggg==) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-reduce{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiByPSI5Ii8+PHBhdGggZD0iTTE2Ljg3OSAxNy42MjlhLjc1Ljc1IDAgMCAwIDAgMS4wNmwzLjUzIDMuNTNhLjc1Ljc1IDAgMCAwIDEuMDYtMS4wNmwtMy41My0zLjUzYS43NS43NSAwIDAgMC0xLjA2IDBaIiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTE0Ljc1IDEwLjI1YS43NS43NSAwIDAgMSAwIDEuNWgtNy41YS43NS43NSAwIDAgMSAwLTEuNWg3LjVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-reduce.disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAQ8SURBVGiB7VlbUuM6ED1q2/ySWQGZHXBXAKxg4jJQxR+s4IYVzLCCG1YAf6lKlcthBTes4GYHmBVgvm1334/IjvKQH3lM5oNTlYpky9I56lZbagNfOCzUrjoajUanSqmO4zgneZ5/d133Q0QSZv5M03R6c3MT72osE1sJCMPwFsAPAKcAujXNEwBjAK9BEDxvM66J1gKiKOoy8zmAn6gnbUPCzI+u6w5830827ANASwF6xm3EE6XUVERiZn4nomMAHf071/8rzwB4CIJg0IaHiUYC9Kz/BHC7dCsmokGapq/X19fTqj70GukR0d9YFTMmortNrFErQJP/F4uzHmM2c89tBwSsloyJ6ML3/bhNX5UCLOQHRPSwre9GUdTRVu0bl1uLsArQA/yHRfJ3u4wgQGmNJ+NSKxFku8HMT9gzeQDQfd4Zl4r11ghrBYRh2AfQMy7thXyBNSJutWVqseJC2nXeMI8UgyAI7rcl2QRhGP6D+Zpo5EorFsiyrI85+ZiIHnbKsorMbKxYV4sXZvUzZiWKoo6O0wAAEbnfNtq0gR7LnLDatbAggJl7mM9+cnl5Od4dvWbQ6yHW1W7dWlh2obOiwMyPuyTWBkRkbi1+VLZdqpeRR0R+++wXSNP01aieVrUto9BwOOweHR296WoSBMG3fZBrijAMP6DdOc/zv2x7rdICnueZSid7ZdcASqmpUV63kwUAuEWBiI5FpKhWRp4oirpZlt1uSs513Q8AL1UxXkTKe47jnFj7KgpKqU5TASISEVGlb1aBmYHZC+t7RZt3opmD5HlubVe6UJZlpc8z82cVARGxmrQplFKVk6QPRABKi61FaQHHcd4KCxCR1WT6/sU2LqRJPdc0KSdJRKxiSwF5npcmU0p1q3rWvvurjuSWKAVUeUTpQqZKEdnYv3eI86KQpqn1uFoK0HE21tXOaDQ6mAg9drmlqcopLb+JS6We553hQFBKmWeRyh3BsoCXosDMfRwI5o4YwKu1IZYEtN0J7gN6zNJ9iKiVBYCl/XgURVvH/KbQY5VnAGZ+rDuPrAggogkWT0WND9jbQo/V1dXEdd3ajN2KAB3jTSv0f4cr6THMddco92TNC4Vh+ITFVOLeMhNrckPjIAj8Js9a80JLB2wAeNqHJSyJrTtL8xX8aalFMPPF1dXVpGk/Gyd3ReR+00N/TZq+VWqxaXq9o1ONvaVbCTM/isi4SXrd87wz/YJcJv6M2d6nuN5YRNsPHH3MZs72sWKi/xNm/iSiE6VUV28O1z0TQ6fp11i6kYhNPjF1sizrWz5UNEUM4IGIJibBTURs/JFPu1UPs1ySmRCrIj0F8FIVjtuK2Nln1uFw2PU875SIjpVSnSzLvjmO85bn+buIJHVrxEQbETsTsGs0FWF9kR0avu/HRHQBY18mIitnlD9WADAXoZSaABgrpV7qnvnCF1rif0lRIvxkEmjMAAAAAElFTkSuQmCC) no-repeat 50%/cover}.mdws-sku-dialog-content-thumbnail{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;max-height:30.2083333333vw;overflow-y:auto;position:absolute;right:3.125vw;top:3.125vw;width:8.8541666667vw}.mdws-sku-dialog-content-thumbnail-item{align-items:center;border:1px solid transparent;box-sizing:border-box;cursor:pointer;display:flex;flex:0 0 calc(50% - 0.26042vw);height:3.5416666667vw;justify-content:center;margin-bottom:.5208333333vw;position:relative}.mdws-sku-dialog-content-thumbnail-item.active{border-color:#1f94d2;border-radius:.2083333333vw}.mdws-sku-dialog-content-thumbnail-item .play-btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;width:1.0416666667vw;z-index:10}@media screen and (max-width:767.9px){.mdws-sku-dialog-content-thumbnail-item .play-btn{height:8.5333333333vw;width:8.5333333333vw}}.mdws-sku-dialog-content-thumbnail-item .gws-img{align-items:center;display:flex;height:3.125vw;justify-content:center;width:3.125vw}.mdws-sku-dialog-content-thumbnail-item picture{align-items:center;display:flex;height:100%;justify-content:center}.mdws-sku-dialog-content-thumbnail-item img{max-height:100%;max-width:100%;object-fit:cover}@media screen and (max-width:767.9px){.mdws-sku-list{height:inherit;position:relative}.mdws-sku-list .mdws-sku-item{box-sizing:border-box;display:flex;height:auto;margin:auto;overflow:hidden;position:static}.mdws-sku-list .mdws-sku-item__main{height:100%;overflow:hidden;position:relative;width:100%}.mdws-sku-list .mdws-sku-item__main .swiper-wrapper{height:inherit;padding-bottom:108px;padding-top:64px}.mdws-sku-list .mdws-sku-item__main .swiper-slide{align-items:center;box-sizing:content-box;display:flex;height:374px;justify-content:center;visibility:visible}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video__play{height:40px;width:40px}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img img,.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video{max-height:374px;max-width:374px;object-fit:contain}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:0;top:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:8px}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges img{left:inherit;max-height:30px;max-width:30px;object-fit:contain;position:relative;top:inherit;transform:inherit;z-index:2}.mdws-sku-list .mdws-sku-item__main .swiper-slide:first-child .badges{display:flex}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none;position:absolute;top:50%;transform:translateY(-50%)}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none}.mdws-sku-list .mdws-sku-item__main .swiper-pagination{bottom:20px;display:block;height:6px;position:absolute}.mdws-sku-list .mdws-sku-item__main .swiper-pagination span{background-color:#d6d6d6;border-radius:50%;height:6px;margin:0 5px;opacity:1;width:6px}.mdws-sku-list .mdws-sku-item__main .swiper-pagination span.swiper-pagination-bullet-active{background-color:#1f94d2}.mdws-sku-list .mdws-sku-item__main__operation-magnify{display:none}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image{bottom:46px;left:50%;transform:translateX(-50%)}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:20px;width:30px}.mdws-sku-list .mdws-sku-item__main__operation-sale{font-size:14px;font-weight:500;left:0;line-height:22px;max-width:calc(100% - 90px);top:32px}.mdws-sku-list .mdws-sku-item__main__discount{left:0;top:64px}.mdws-sku-list .mdws-sku-item__operation,.mdws-sku-list .mdws-sku-item__thumbnail{display:none}}@media screen and (max-width:499.9px){.mdws-sku-list .mdws-sku-item{box-sizing:border-box;display:flex;height:auto;margin:auto;overflow:hidden;position:static}.mdws-sku-list .mdws-sku-item__main{height:100%;overflow:hidden;position:relative;width:100%}.mdws-sku-list .mdws-sku-item__main .swiper-wrapper{height:inherit;padding-bottom:25.0666666667vw;padding-top:12.8vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide{align-items:center;box-sizing:content-box;display:flex;height:74.6666666667vw;justify-content:center;visibility:visible}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video__play{height:40px;width:40px}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img img,.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video{max-height:74.6666666667vw;max-width:74.6666666667vw;object-fit:contain}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:0;top:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:8px}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges img{left:inherit;max-height:30px;max-width:30px;object-fit:contain;position:relative;top:inherit;transform:inherit;z-index:2}.mdws-sku-list .mdws-sku-item__main .swiper-slide:first-child .badges{display:flex}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none;position:absolute;top:50%;transform:translateY(-50%)}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none}.mdws-sku-list .mdws-sku-item__main .swiper-pagination{bottom:20px;display:block;height:6px;position:absolute}.mdws-sku-list .mdws-sku-item__main .swiper-pagination span{background-color:#d6d6d6;border-radius:50%;height:6px;opacity:1;width:6px}.mdws-sku-list .mdws-sku-item__main .swiper-pagination span.swiper-pagination-bullet-active{background-color:#1f94d2}.mdws-sku-list .mdws-sku-item__main__operation-magnify{display:none}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image{bottom:46px;left:50%;transform:translateX(-50%)}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:20px;width:30px}.mdws-sku-list .mdws-sku-item__main__operation-sale{font-size:14px;font-weight:500;left:0;line-height:22px;max-width:calc(100% - 90px);top:16px}.mdws-sku-list .mdws-sku-item__main__discount{top:48px}.mdws-sku-list .mdws-sku-item__operation,.mdws-sku-list .mdws-sku-item__thumbnail{display:none}}.page-v2 .mdws-wtb-dialog{background-color:#fff;border-radius:.4166666667vw;box-shadow:0 2px 18px rgba(0,0,0,.2);left:50%;max-height:95vh;max-width:62.5vw;padding:3.125vw 4.1666666667vw;pointer-events:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog{border-radius:0;bottom:0;left:0;margin:0!important;max-height:90vh;max-width:100vw;padding:0;top:unset;transform:unset}}.page-v2 .mdws-wtb-dialog__name{display:none}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__name{align-items:center;border-bottom:1px solid #d6d6d6;color:#333;display:flex;font-size:4.8vw;font-weight:700;height:16.5333333333vw;justify-content:center}}.page-v2 .mdws-wtb-dialog__close{cursor:pointer;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__close{right:5.3333333333vw;top:5.3333333333vw}.page-v2 .mdws-wtb-dialog__close svg{height:5.3333333333vw;width:5.3333333333vw}}.page-v2 .mdws-wtb-dialog__product{align-items:center;display:flex;margin-bottom:2.0833333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product{padding:2.6666666667vw 5.3333333333vw 8vw}}.page-v2 .mdws-wtb-dialog__product__left{margin-right:2.0833333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__left{height:26.6666666667vw;margin-right:2.6666666667vw!important;width:26.6666666667vw}}.page-v2 .mdws-wtb-dialog__product__img{object-fit:contain;width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__img{height:26.6666666667vw;width:26.6666666667vw}}.page-v2 .mdws-wtb-dialog__product__name{color:#333;font-size:1.4583333333vw;font-weight:700;margin-bottom:.5208333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__name{font-size:4.8vw}}.page-v2 .mdws-wtb-dialog__product__msg{color:#707070;font-size:.9375vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__msg{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;overflow:hidden;text-overflow:ellipsis}}.page-v2 .mdws-wtb-dialog__table{border:1px solid #d6d6d6;border-radius:.2083333333vw;width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__table{border-radius:1.0666666667vw;margin:0 5.3333333333vw 5.3333333333vw!important;width:unset}}.page-v2 .mdws-wtb-dialog__table__title{background:#f7f7f7;border-top-left-radius:.2083333333vw;border-top-right-radius:.2083333333vw;color:#333;font-size:1.0416666667vw;font-weight:700;height:3.3333333333vw;line-height:3.3333333333vw;padding-left:1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__table__title{border-top-left-radius:1.0666666667vw;border-top-right-radius:1.0666666667vw;font-size:4.2666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;padding-left:5.3333333333vw}}.page-v2 .mdws-wtb-dialog__title{color:#333;display:block;font-size:1.1458333333vw;line-height:1.5625vw;margin:auto;max-width:none;padding-top:0;text-align:center}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__title{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .mdws-wtb-dialog__retailers{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;max-height:15.625vw;overflow-y:scroll;padding:0 1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailers{margin:10.6666666667vw auto 0;max-height:50vh;padding:0 5.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer{align-items:center;display:flex;height:6.25vw;justify-content:space-between;position:relative;width:45%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer{border-bottom:1px solid #d6d6d6;height:unset;padding:5.3333333333vw 0;width:100%}}.page-v2 .mdws-wtb-dialog__retailer:last-child{border-bottom:none}.page-v2 .mdws-wtb-dialog__retailer__logo{max-height:3.125vw;max-width:8.3333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer__logo{max-height:8vw;max-width:21.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer__img{height:3.125vw;object-fit:contain;width:8.3333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer__img{height:8vw;width:21.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer .mdws-btn{font-size:.8333333333vw;height:1.875vw;padding:.4166666667vw .8333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer .mdws-btn{font-size:3.2vw;height:6.4vw;max-width:20vw;padding:1.3333333333vw 2.6666666667vw!important}}.page-v2 .mdws-wtb-dialog__retailer:nth-child(odd):after{background:#d6d6d6;content:"";display:block;height:4.1666666667vw;position:absolute;right:-2.6041666667vw;width:.0520833333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer:nth-child(odd):after{display:none}}.page-v2 .cs-t4 .cs_content-buylocally-title-search-input{touch-action:manipulation}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox{border-top-left-radius:.4166666667vw!important;border-top-right-radius:.4166666667vw!important;max-width:66.6666666667vw!important;width:66.6666666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox{bottom:0!important;height:90vh!important;max-height:90vh!important;max-width:100vw!important;top:unset!important;width:100vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox.ps-open{max-height:37.5vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox.ps-open{max-height:90vh!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{background-color:#fff;border-radius:.4166666667vw!important;height:42.7083333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{height:auto!important;justify-content:flex-end;padding:0!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{border-radius:8px 8px 0 0!important;bottom:0;justify-content:flex-start;left:0;max-height:90vh!important;overflow:hidden;overflow-y:auto!important;position:fixed;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb>.ps-wtb-content{background-color:#fff;max-height:calc(100% - 15.625vw)!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb>.ps-wtb-content{height:auto!important;max-height:unset!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb>.ps-wtb-content{margin:auto!important;max-width:500px!important;padding-left:16px!important;padding-right:16px!important;width:unset!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header{border-top-left-radius:.4166666667vw!important;border-top-right-radius:.4166666667vw!important;margin:2.0833333333vw 4.1666666667vw 1.5625vw 2.0833333333vw!important;padding:0!important;width:inherit}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header{border-bottom:1px solid #d6d6d6;display:flex;height:unset!important;margin:0 5.3333333333vw!important;padding:16vw 0 5.3333333333vw!important;width:unset!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header{border-bottom:none!important;margin:auto!important;max-width:500px!important;padding:80px 16px 16px!important;position:relative;width:unset!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header:after{background-color:#d6d6d6;bottom:0;content:"";display:block;height:1px;left:16px;position:absolute;width:calc(100% - 32px)}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-client-logo{display:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:6.25vw!important;width:6.25vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:26.6666666667vw!important;margin:0!important;width:26.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:134px!important;margin:0!important;width:134px!important}}@media screen and (max-width:499.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:21.3333333333vw!important;margin:0!important;width:21.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image>div>img{max-height:5.7291666667vw!important;max-width:5.7291666667vw!important;width:6.25vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image>div>img{max-height:18.6666666667vw!important;max-width:26.6666666667vw!important;object-fit:contain;width:26.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image>div>img{max-height:100%!important;max-width:100%!important;width:auto!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin-left:1.0416666667vw!important;padding:0 0 0 2.0833333333vw!important;vertical-align:text-top!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin:0!important;padding-left:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{color:#333;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.25vw!important;font-weight:500!important;line-height:normal!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{font-size:3.7333333333vw!important;line-height:6.4vw!important;text-align:left}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{font-size:14px!important;font-weight:500!important;line-height:22px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content{margin:0 3.125vw!important;width:calc(100% - 6.25vw)!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content{margin-top:0!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content{margin:0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon{background:#1f94d2!important;border:1px solid #d6d6d6;border-bottom:none;border-top-left-radius:.2083333333vw!important;border-top-right-radius:.2083333333vw!important;height:3.3333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon{background:transparent!important;border:none!important;height:18.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon{height:unset!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-heading,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-heading{color:#fff!important;font-size:1.0416666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-sellers{margin-top:1.0416666667vw!important;padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-sellers{margin-top:0!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-sellers{display:flex;flex-direction:column;gap:8px;margin-top:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller{border:1px solid #d6d6d6;margin-bottom:1.0416666667vw!important;padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller{margin-bottom:2.6666666667vw!important;padding:5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller .ps-last-online-seller-details-wrapper{padding:0!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller{border-radius:4px;margin-bottom:0!important;overflow:hidden;padding:16px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller .ps-last-online-seller-details-wrapper{padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button{height:1.875vw!important;transition:none;width:5.46875vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button{height:6.4vw!important;width:20vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button{border-radius:32px!important;font-size:12px!important;font-weight:400;height:unset!important;line-height:12px!important;min-width:60px!important;padding:8px 12px!important;width:unset!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.8333333333vw!important;line-height:1.875vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button span{font-size:3.2vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button span{display:block!important;font-size:12px!important;line-height:12px!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button small{font-size:3.2vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button small{display:none!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available{background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available:hover{background:#0083de}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available:active{background:#077dce}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.unavailable:hover{background:#0083de;color:#fff}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.unavailable:active{background:#077dce;color:#fff}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller-details{align-items:flex-start!important;padding-left:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-price{color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.9375vw!important;font-weight:500!important;line-height:.7291666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-price{font-size:3.7333333333vw!important;line-height:3.7333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-price{font-size:14px!important;font-weight:500!important;line-height:22px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status{align-items:center;color:#adadad!important;display:flex;font-size:.9375vw!important;margin-top:.2083333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status{font-size:2.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status{font-size:12px!important;font-weight:400!important;line-height:16px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABfUlEQVR4nM2XMY6DMBBFfYZt9gwpcoC9B9fKHSIKCuRvXHEJupTQUKAI6CJRRvJqWO8KkFkbDIKRpkmGeR+N+bYZc4woij4BBABCABmAFsBbZ6t/o/8CqmVbhZTyyjm/c85fAJRLUi09Q8+uBsdx/CGEuAHoXMGG7KgH9VoEF0JchBAPD/AoqRf1dIV/AXhuBR/kk3pb3xz7wIciLv/N/LEj/G8cxjUhfhbcrvCBiNsILqW8eq72pdmNPlHO+d1BtUrT1NqcaqjWVkfMHk6uZTMZatg0jaIoimK2pizLvqauaxcBr94xtb1a32oYUxEEr6pqVJMkicsoAqb921pMUJMIEzzPc9e1EDK9iai1IqbwuRHNZMb0TqbWivCAU7ZMb6fKV8QKOOV7sQDTzH0FtL5w3xFka+EEnPs6lizC0KX412RMIA8R4SZGZBLhYtu9EW1lxUMRVOtsxYdvRqfYjg8/kJziSHb4ofQUx/JTXExOcTVjgzjscjqNva7n35j9OFyaN3vLAAAAAElFTkSuQmCC);background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;margin-right:.1041666667vw;width:.8333333333vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{height:2.6666666667vw;margin-right:1.0666666667vw;width:2.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{height:10px;margin-right:4px;width:10px}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available{align-items:center;color:#00b53c!important;display:flex;font-family:HCo Gotham,sans-serif!important;font-size:.8333333333vw!important;margin-top:.2083333333vw;position:relative}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available{font-size:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABmElEQVR4nM1XsUrEQBCdwtLKxm+wOLTTyIar/IP7gCssLP0MQVL4B5I/OMjm0kdESGXEylIQDKiECxZ6sDKbvRCX20s22Vzy4DXL7LzZ3dmZXYC6mB3vg29PgBIXKImAkgQoWQomYszlNmhrDNQagWffAiUpUMJqMs3nWKPmwoG1B5Q4QEmmISwT5zrclxa8kwOgJG4hLDPmPmthfmqBT94MiudEn+i7cuV+B+LlIJQ7EfAzN7nt6uNYmxOUJxzbEh1J3Bq1zHZdZv+vqMfvOdsqUZMDq5ZekankxdM1W/x+s3nywHb8scouzStmXl6NiV8+37AyjsKp2t63JyBqeyfid5/xph1AuiCaSCfiu8FZ1bwIRCdTGuEKDsPpxpU0FEcmINqp0ggTCRF+PK512kIcuawMALN5BTmIluJFAEnVlSpjFYQB8eIIIt0Ee8leTYgXSeg2yXID4khXqxAZ2napEM30SvF5fMW+fhbMe79vJ16U4t6b0SDace8PkkE8yXp/lA7iWT6Ij8kgvmZQQm+fUxkdfc//AKG6x3IgIbxhAAAAAElFTkSuQmCC);background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;margin-right:.1041666667vw;width:.8333333333vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available:before{height:2.6666666667vw;width:2.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available:before{height:10px;margin-right:4px;width:10px}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div>img{max-height:2.6041666667vw!important;max-width:7.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div>img{max-height:6.6666666667vw!important;max-width:20vw!important;width:20vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div>img{max-height:30px!important;max-width:80px!important;width:80px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:first-of-type,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:last-of-type{padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div{padding:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div{padding:5.3333333333vw 0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div{box-shadow:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-online-tab-label{width:26.5625vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content>.ps-online-tab{background-color:#fff!important;border-bottom-left-radius:.2083333333vw!important;border-bottom-right-radius:.2083333333vw!important;border-top:none;margin-right:1.0416666667vw!important;margin-top:3.3333333333vw!important;width:26.5625vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content>.ps-online-tab{border-bottom-left-radius:1.0666666667vw!important;border-bottom-right-radius:1.0666666667vw!important;margin:0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab-label{left:27.6041666667vw!important;width:32.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab-label{height:18.6666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon-header{padding:2.6666666667vw 5.3333333333vw 5.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon-header{align-items:center;margin:auto!important;max-width:500px!important;padding:20px 16px!important;width:unset!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label{font-family:HCo Gotham,sans-serif!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label{font-size:3.7333333333vw!important;height:10.9333333333vw!important;line-height:4.8vw!important;padding-top:2.6666666667vw!important;width:50%!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label{height:unset!important;line-height:22px!important;padding-top:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label .online-tab-input-label{color:#adadad!important;font-size:14px!important;font-weight:400!important;height:unset!important;line-height:22px!important;padding-top:0!important;width:100%!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected:after,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected:after{background:#0092d8;border-radius:1.0666666667vw;bottom:0;content:"";display:block;height:.8vw;left:50%;margin:2.6666666667vw auto 0;position:absolute;transform:translateX(-50%);width:10.6666666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .online-tab-input-label{color:#333!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .online-tab-input-label{color:#333!important;font-weight:500!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected:after,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected:after{display:none}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab{background-color:#fff!important;border-bottom-left-radius:.2083333333vw!important;border-bottom-right-radius:.2083333333vw!important;border-top:none;margin-top:3.3333333333vw!important;width:32.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab{border-bottom-left-radius:1.0666666667vw!important;border-bottom-right-radius:1.0666666667vw!important;margin-top:0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location{top:.4166666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{height:2.5vw!important;width:15.625vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{float:left!important;height:11.2vw!important;width:100%!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{height:unset!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input{border:none;border-radius:.2083333333vw!important;color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.9375vw!important;height:2.5vw!important;line-height:normal!important;padding:0 2.5vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input::placeholder{color:#adadad!important;font-family:inherit!important;font-style:inherit!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input::placeholder{font-size:3.2vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input::placeholder{font-size:12px!important;line-height:normal!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input{border:1px solid #d6d6d6;border-radius:5.8666666667vw!important;font-size:3.2vw!important;height:11.2vw!important;padding:2.4vw 13.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input{border:1px solid #d6d6d6;border-radius:22px!important;font-size:12px!important;height:44px!important;padding:10px 50px!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{height:1.4583333333vw!important;left:1.0416666667vw!important;top:50%;transform:translateY(-50%);width:1.4583333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{left:2.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{height:20px!important;left:20px!important;width:20px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:.5208333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:5.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:20px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:13.5416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:85.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:unset!important;right:20px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:11.9791666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:77.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:unset!important;right:48px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span>svg{height:1.0416666667vw!important;width:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span>svg{height:5.3333333333vw!important;width:5.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span>svg{height:20px!important;width:20px!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:16.5333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{margin:auto!important;max-width:500px!important;padding-left:16px!important;padding-right:16px!important;width:unset!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3 .ps-static-label{height:3.125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3 .ps-static-label{height:16.5333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3 .ps-static-label{height:60px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer{border-bottom-left-radius:.4166666667vw!important;border-bottom-right-radius:.4166666667vw!important;height:2.8125vw!important;line-height:2.8125vw!important;padding:0 3.125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer{height:33.0666666667vw!important;padding:6.4vw 0!important;text-align:center!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer{height:unset!important;margin:auto!important;max-width:500px!important;padding:20px 16px!important;width:100%;width:unset!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local{background-color:#fff!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-location>div>span.ps-map-geolocation-button,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-location>div>span.ps-map-location-button{background-color:transparent}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label>h2,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label>h2{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:500!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;padding:0 1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label>h2,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label>h2{padding:0 5.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container{position:relative!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:first-of-type{margin-bottom:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div{display:flex}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance{padding-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance .ps-distance-stock{display:flex;flex-direction:column;height:100%!important;justify-content:space-between}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-seller>div span{padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-seller>div{max-width:25.0666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address{left:2.6041666667vw!important;max-width:21.3541666667vw!important;position:relative!important;width:60%!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address{max-width:unset!important;padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>div{color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:700!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>div{font-size:3.7333333333vw!important;line-height:4.8vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>span>a{color:#707070!important;font-size:.9375vw!important;font-weight:700!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>span>a{font-size:3.2vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>span>a{font-size:14px!important;font-weight:500!important;line-height:22px!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock{left:34.1333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>span{color:#707070;font-family:HCo Gotham,Prompt,sans-serif!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong{align-items:center;color:#707070;color:#333;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:400;font-weight:500}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong{font-size:3.2vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong .ps-distance-stock>span{font-family:HCo Gotham,Prompt,sans-serif!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div{justify-content:space-between!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>span{color:#707070!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500;height:1.25vw;line-height:normal;text-align:right}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>span{font-weight:400}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button{display:none!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-link{height:6.4vw!important;width:28.5333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-link span{background-color:transparent!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a{color:#1f94d2!important;display:flex!important;justify-content:space-around}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a span{color:#1f94d2!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500!important;line-height:normal}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type{align-items:center;display:flex!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi4yMiAxMS41NTFxLS4wNTkuMTAyLS4wOS4yMTctLjAzLjExNC0uMDMuMjMyIDAgLjExOC4wMy4yMzIuMDMxLjExNS4wOS4yMTdRNi41MSAxOS45IDEyIDE5LjlxNS40OSAwIDkuNzgtNy40NTEuMDU5LS4xMDIuMDktLjIxNy4wMy0uMTE0LjAzLS4yMzIgMC0uMTE4LS4wMy0uMjMyLS4wMzEtLjExNS0uMDktLjIxN1ExNy40OSA0LjEgMTIgNC4xcS01LjQ5IDAtOS43OCA3LjQ1MVpNNC4wNDQgMTJRNy43MDUgMTguMSAxMiAxOC4xdDcuOTU2LTYuMVExNi4yOTUgNS45IDEyIDUuOVQ0LjA0NCAxMloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjxwYXRoIGQ9Ik05LjI0MiA5LjI0MlE4LjEgMTAuMzg1IDguMSAxMnQxLjE0MiAyLjc1OFExMC4zODUgMTUuOSAxMiAxNS45dDIuNzU4LTEuMTQyUTE1LjkgMTMuNjE1IDE1LjkgMTJ0LTEuMTQyLTIuNzU4UTEzLjYxNSA4LjEgMTIgOC4xVDkuMjQyIDkuMjQyWm0xLjI3MyA0LjI0M1E5LjkgMTIuODcgOS45IDEycTAtLjg3LjYxNS0xLjQ4NVExMS4xMyA5LjkgMTIgOS45cS44NyAwIDEuNDg1LjYxNS42MTUuNjE1LjYxNSAxLjQ4NSAwIC44Ny0uNjE1IDEuNDg1LS42MTUuNjE1LTEuNDg1LjYxNS0uODcgMC0xLjQ4NS0uNjE1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type:before{height:3.2vw;width:3.2vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type{align-items:center;display:flex!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi45OTggMTcuMDY1cS42NDguNjQ3IDEuNTY0LjY0N2guMDEycS4xMzMuODA1Ljc0IDEuNDEyLjc3Ni43NzYgMS44NzQuNzc2IDEuMDk3IDAgMS44NzMtLjc3Ni42MDgtLjYwNy43NC0xLjQxMmg0LjM5OHEuMTMyLjgwNS43NCAxLjQxMi43NzYuNzc2IDEuODc1Ljc3NiAxLjA5OCAwIDEuODc0LS43NzYuNjA3LS42MDcuNzQtMS40MTJoLjAxcS45MTYgMCAxLjU2NC0uNjQ3LjY0OC0uNjQ5LjY0OC0xLjU2NXYtMy4xOXEwLTIuMTQ1LTEuODktMy4xMjNsLS44NS0zLjA0cS0uMjA4LS44OTEtLjkyNC0xLjQ2NS0uNzI3LS41ODItMS42NTctLjU4Mkg3LjcxNXEtLjkyNCAwLTEuNjQ3LjU3NC0uNzEzLjU2Ni0uOTI3IDEuNDQ4bC0uODk1IDMuMDYycS0xLjg5Ni45NzctMS44OTYgMy4xMjZ2My4xOXEwIC45MTYuNjQ4IDEuNTY1Wm0yLjQ0LTEuMTUzaC0uODc1cS0uMTcxIDAtLjI5Mi0uMTItLjEyMS0uMTIxLS4xMjEtLjI5MnYtMy4xOXEwLTEuMDY2Ljk1NC0xLjU0M2wuMjk4LS4xNDlxLjE2OS0uMDg0LjI4OS0uMjI4LjEyLS4xNDQuMTczLS4zMjVsMS4wMS0zLjQ2cS4wMDgtLjAyNC4wMTMtLjA0OC4xNTQtLjY1Ny44MjgtLjY1N2g4LjYxNHEuNjggMCAuODMuNjY1bC4wMTEuMDQ2Ljk2NSAzLjQ0NXEuMDUxLjE4My4xNzIuMzMuMTIyLjE0Ny4yOTIuMjMybC4yOTcuMTQ5cS45NTQuNDc3Ljk1NCAxLjU0M3YzLjE5cTAgLjE3LS4xMi4yOTItLjEyMi4xMi0uMjkzLjEyaC0uODczcS0uMDg5IDAtLjE3Ni4wMTgtLjA4Ny4wMTctLjE2OS4wNTEtLjA4Mi4wMzQtLjE1NS4wODMtLjA3NC4wNS0uMTM2LjExMi0uMDYzLjA2My0uMTEzLjEzNy0uMDQ5LjA3My0uMDgzLjE1NXQtLjA1LjE2OXEtLjAxOC4wODctLjAxOC4xNzV2LjQzOHEwIC44NS0uODUuODUtLjM1MyAwLS42MDItLjI1LS4yNS0uMjQ4LS4yNS0uNnYtLjQzOHEwLS4wODgtLjAxNy0uMTc1dC0uMDUxLS4xNjlxLS4wMzQtLjA4Mi0uMDgzLS4xNTUtLjA1LS4wNzQtLjExMi0uMTM3LS4wNjMtLjA2My0uMTM2LS4xMTItLjA3NC0uMDUtLjE1Ni0uMDgzLS4wODItLjAzNC0uMTY5LS4wNTEtLjA4Ny0uMDE4LS4xNzUtLjAxOEg4LjkzNnEtLjA4OCAwLS4xNzUuMDE4LS4wODcuMDE3LS4xNjkuMDUxLS4wODIuMDM0LS4xNTYuMDgzLS4wNzMuMDUtLjEzNi4xMTItLjA2My4wNjMtLjExMi4xMzctLjA1LjA3My0uMDgzLjE1NS0uMDM0LjA4Mi0uMDUxLjE2OS0uMDE4LjA4Ny0uMDE4LjE3NXYuNDM4cTAgLjg1LS44NS44NXQtLjg1LS44NXYtLjQzOHEwLS4wODgtLjAxNy0uMTc1dC0uMDUtLjE2OXEtLjAzNS0uMDgyLS4wODQtLjE1NS0uMDUtLjA3NC0uMTEyLS4xMzctLjA2My0uMDYzLS4xMzYtLjExMi0uMDc0LS4wNS0uMTU2LS4wODMtLjA4Mi0uMDM0LS4xNjktLjA1MS0uMDg3LS4wMTgtLjE3NS0uMDE4WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PHBhdGggZD0iTTguNjUyIDEzLjc1cTAgLjA4OS0uMDE4LjE3Ni0uMDE3LjA4Ny0uMDUuMTY4LS4wMzUuMDgyLS4wODQuMTU2LS4wNS4wNzQtLjExMi4xMzYtLjA2My4wNjMtLjEzNi4xMTItLjA3NC4wNS0uMTU2LjA4NC0uMDgyLjAzMy0uMTY5LjA1LS4wODcuMDE4LS4xNzUuMDE4LS4wOSAwLS4xNzYtLjAxNy0uMDg3LS4wMTgtLjE2OS0uMDUxLS4wODItLjAzNC0uMTU1LS4wODQtLjA3NC0uMDQ5LS4xMzctLjExMi0uMDYzLS4wNjItLjExMi0uMTM2LS4wNDktLjA3NC0uMDgzLS4xNTYtLjAzNC0uMDgxLS4wNTEtLjE2OC0uMDE3LS4wODctLjAxNy0uMTc2dC4wMTctLjE3NnEuMDE3LS4wODYuMDUxLS4xNjguMDM0LS4wODIuMDgzLS4xNTYuMDUtLjA3NC4xMTItLjEzNi4wNjMtLjA2My4xMzctLjExMi4wNzMtLjA1LjE1NS0uMDgzLjA4Mi0uMDM0LjE2OS0uMDUyLjA4Ny0uMDE3LjE3Ni0uMDE3LjA4OCAwIC4xNzUuMDE3LjA4Ny4wMTguMTY5LjA1Mi4wODIuMDMzLjE1Ni4wODMuMDczLjA0OS4xMzYuMTEyLjA2My4wNjIuMTEyLjEzNi4wNS4wNzQuMDgzLjE1Ni4wMzQuMDgyLjA1MS4xNjguMDE4LjA4Ny4wMTguMTc2Wk0xNy4xNTIgMTMuNzVxMCAuMDg5LS4wMTguMTc2LS4wMTcuMDg3LS4wNS4xNjgtLjAzNS4wODItLjA4NC4xNTYtLjA1LjA3NC0uMTEyLjEzNi0uMDYzLjA2My0uMTM2LjExMi0uMDc0LjA1LS4xNTYuMDg0LS4wODIuMDMzLS4xNjkuMDUtLjA4Ny4wMTgtLjE3NS4wMTgtLjA5IDAtLjE3Ni0uMDE3LS4wODctLjAxOC0uMTY5LS4wNTEtLjA4Mi0uMDM0LS4xNTUtLjA4NC0uMDc0LS4wNDktLjEzNy0uMTEyLS4wNjMtLjA2Mi0uMTEyLS4xMzYtLjA0OS0uMDc0LS4wODMtLjE1Ni0uMDM0LS4wODEtLjA1MS0uMTY4LS4wMTctLjA4Ny0uMDE3LS4xNzZ0LjAxNy0uMTc2cS4wMTctLjA4Ni4wNTEtLjE2OC4wMzQtLjA4Mi4wODMtLjE1Ni4wNS0uMDc0LjExMi0uMTM2LjA2My0uMDYzLjEzNy0uMTEyLjA3My0uMDUuMTU1LS4wODMuMDgyLS4wMzQuMTY5LS4wNTIuMDg3LS4wMTcuMTc2LS4wMTcuMDg4IDAgLjE3NS4wMTcuMDg3LjAxOC4xNjkuMDUyLjA4Mi4wMzMuMTU2LjA4My4wNzMuMDQ5LjEzNi4xMTIuMDYzLjA2Mi4xMTIuMTM2LjA1LjA3NC4wODMuMTU2LjAzNC4wODIuMDUxLjE2OC4wMTguMDg3LjAxOC4xNzZaIiBmaWxsPSIjMUY5NEQyIi8+PHBhdGggZD0iTTguNSA5LjFoN3EuMDg5IDAgLjE3Ni4wMTcuMDg3LjAxOC4xNjguMDUyLjA4Mi4wMzMuMTU2LjA4My4wNzQuMDQ5LjEzNi4xMTIuMDYzLjA2Mi4xMTIuMTM2LjA1LjA3NC4wODMuMTU2LjAzNC4wODEuMDUyLjE2OC4wMTcuMDg3LjAxNy4xNzZ0LS4wMTcuMTc2cS0uMDE4LjA4Ny0uMDUyLjE2OC0uMDMzLjA4Mi0uMDgzLjE1Ni0uMDQ5LjA3NC0uMTEyLjEzNi0uMDYyLjA2My0uMTM2LjExMi0uMDc0LjA1LS4xNTYuMDgzLS4wODEuMDM0LS4xNjguMDUyLS4wODcuMDE3LS4xNzYuMDE3aC03cS0uMDg5IDAtLjE3Ni0uMDE3LS4wODctLjAxOC0uMTY4LS4wNTItLjA4Mi0uMDMzLS4xNTYtLjA4My0uMDc0LS4wNDktLjEzNi0uMTEyLS4wNjMtLjA2Mi0uMTEyLS4xMzYtLjA1LS4wNzQtLjA4My0uMTU2LS4wMzQtLjA4MS0uMDUyLS4xNjhRNy42IDEwLjA4OSA3LjYgMTB0LjAxNy0uMTc2cS4wMTgtLjA4Ny4wNTItLjE2OC4wMzMtLjA4Mi4wODMtLjE1Ni4wNDktLjA3NC4xMTItLjEzNi4wNjItLjA2My4xMzYtLjExMi4wNzQtLjA1LjE1Ni0uMDgzLjA4MS0uMDM0LjE2OC0uMDUyLjA4Ny0uMDE3LjE3Ni0uMDE3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type:before{height:3.2vw;width:3.2vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:first-of-type{align-items:stretch!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:last-of-type{align-items:flex-end!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-address>div>span>a{margin-top:.5208333333vw!important}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-address>div>span>a{margin-top:8px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select{box-shadow:none;margin:0!important;padding:1.8229166667vw 1.0416666667vw 1.5625vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select:hover{box-shadow:none}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select{padding:5.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container{margin-top:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-circular-loader-container,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper{margin-top:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container{margin-top:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers{width:100%!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers{display:flex!important;flex-direction:column!important;gap:12px}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li{border:1px solid #d6d6d6;border-radius:.2083333333vw!important;margin-bottom:1.0416666667vw!important;padding:1.5625vw 1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address{left:auto!important;padding-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address>div>div{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:500!important;line-height:normal!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address>div>span>a{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:400!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li{border-radius:1.0666666667vw!important;margin-bottom:2.6666666667vw!important;padding:0 5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container{display:flex;justify-content:center!important;padding:5.3333333333vw 0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type{align-items:center!important;display:flex;flex:1!important;flex-direction:column;justify-content:flex-start!important;margin-bottom:0!important;margin-right:2.6666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align>div:first-of-type{margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock{display:flex;flex-direction:column;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock strong{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:3.7333333333vw!important;font-weight:500!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:3.2vw!important;font-weight:400!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-badge-left{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address{font-family:HCo Gotham,Prompt,sans-serif!important;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address>div:first-of-type{margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours{font-family:HCo Gotham,Prompt,sans-serif!important;height:auto!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big{margin-bottom:1.0666666667vw!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>span{font-size:3.2vw!important;height:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type{align-items:center!important;display:flex;flex-direction:column;justify-content:inherit!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link{height:auto!important;margin-bottom:2.6666666667vw!important;padding:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link:last-of-type{margin-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-get-directions-button.ps-accessibility{height:auto!important;margin-top:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span{background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOS4xNyAyLjkxN2EuODMzLjgzMyAwIDAgMSAxLjY2NiAwdjEuNzA1cTEuMzk3LjEyOSAyLjY3LjY5NGwuNjYtLjkyMmEuODMzLjgzMyAwIDEgMSAxLjM1NS45N2wtLjU1NC43NzNxLjQ0OC4zMDguODc4LjY3NiAyLjQ4OCAyLjEzMiAyLjQ4OCA0LjQzNyAwIDIuMzA2LTIuNDg4IDQuNDM3LTIuNjAzIDIuMjMtNS44NDYgMi4yMy0zLjI0MSAwLTUuODQ1LTIuMjMxLTIuNDg4LTIuMTMyLTIuNDg4LTQuNDM2dDIuNDg4LTQuNDM2cS41OTQtLjUwOCAxLjIyLS45MDFMNC44NSA1LjE4YS44MzMuODMzIDAgMSAxIDEuMzU1LS45NzFsLjY3OC45NDZRNy45OCA0LjczIDkuMTY5IDQuNjJWMi45MTdaTTYuNjY1IDExLjI1cTAtMS4zOC45NzYtMi4zNTcuOTc3LS45NzYgMi4zNTctLjk3NiAxLjM4MSAwIDIuMzU3Ljk3Ni45NzcuOTc2Ljk3NyAyLjM1NyAwIDEuMzgtLjk3NyAyLjM1Ny0uOTc2Ljk3Ni0yLjM1Ny45NzYtMS4zOCAwLTIuMzU3LS45NzYtLjk3Ni0uOTc2LS45NzYtMi4zNTdaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span:first-of-type,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span.ps-mobile{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile{align-items:center!important;background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;justify-content:center!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy41MzQgMS41ODNxLS4zNDUuMzA4LS40MzcuNzcybC0uMjggMS4zOTVINS45MnEtMS45NzIgMC0yLjQzIDEuOTA5bC0uODU0IDIuOTI2cS0xLjgwMi45MjMtMS44MDIgMi45NnYzLjAzOHEwIDIuMDg0IDIuMDgzIDIuMDg0aC4wMzJxLjEyLjc3LjcgMS4zNS43MzMuNzMzIDEuNzY4LjczMyAxLjAzNiAwIDEuNzY4LS43MzIuNTgtLjU4LjctMS4zNTFoNC4yM3EuMTIxLjc3LjcwMiAxLjM1LjczMi43MzMgMS43NjguNzMzdDEuNzY4LS43MzJxLjU4LS41OC43LTEuMzUxaC4wMzFxMi4wODMgMCAyLjA4My0yLjA4NHYtMy4wMzhxMC0yLjAzNC0xLjc5NS0yLjk1OGwtLjgxNC0yLjkwNXEtLjQ0My0xLjkzMi0yLjQzNS0xLjkzMmgtLjk0bC0uMjc4LTEuMzk1cS0uMDkzLS40NjQtLjQzOC0uNzcyLS4zNzQtLjMzMy0uODY3LS4zMzNIOC40MDJxLS40OTMgMC0uODY4LjMzM1ptMy45NSAyLjE2Ny0uMTY3LS44MzNIOC42ODRsLS4xNjcuODMzaDIuOTY3Wk01LjAwMSA3LjV2LjgzM0M1IDkuMjUzIDUuNzQ3IDEwIDYuNjY3IDEwaDYuNjY3Yy45MiAwIDEuNjY3LS43NDYgMS42NjctMS42NjdWNy41YzAtLjkyLS43NDctMS42NjctMS42NjctMS42NjdINi42NjdjLS45MiAwLTEuNjY2Ljc0Ny0xLjY2NiAxLjY2N1ptMS42NjYgNS4yMDhhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWm04Ljc1IDBhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type{align-items:center!important;background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;justify-content:center!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTEuNDIgMy4yNDNxLS4wODYuMDE4LS4xNzIuMDE4LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzgtLjA2OC0uMDQ1LS4xMjYtLjEwMy0uMDU5LS4wNTktLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNC0uMTU0LjAxNS0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDEtLjA2Ni4wOTQtLjEyMy4wNTMtLjA1Ny4xMTYtLjEwNC4wNjMtLjA0Ni4xMzMtLjA4LjA3LS4wMzUuMTQ1LS4wNTUuMDc1LS4wMi4xNTMtLjAyNyAxLjIxLS4xNyAyLjM5NS4xMjggMS42Ny40MTggMi44OTQgMS42NDIgMS4yMjQgMS4yMjQgMS42NDMgMi44OTQuMjk3IDEuMTg1LjEyNyAyLjM5NS0uMDA2LjA3OC0uMDI2LjE1My0uMDIuMDc1LS4wNTUuMTQ2LS4wMzQuMDctLjA4LjEzMi0uMDQ3LjA2My0uMTA1LjExNi0uMDU3LjA1My0uMTIzLjA5NC0uMDY2LjA0Mi0uMTM5LjA3LS4wNzMuMDI4LS4xNS4wNDMtLjA3Ni4wMTQtLjE1NC4wMTQtLjA4MiAwLS4xNjMtLjAxNi0uMDgtLjAxNi0uMTU2LS4wNDctLjA3Ni0uMDMyLS4xNDUtLjA3Ny0uMDY4LS4wNDYtLjEyNi0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMyLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODYuMDE4LS4xNy4xMjMtLjg4Ni0uMDk1LTEuNzUzLS4zMDctMS4yMjMtMS4yMDQtMi4xMi0uODk4LS44OTgtMi4xMjEtMS4yMDUtLjg2Ny0uMjE3LTEuNzUyLS4wOTVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTEuNTcgNi4yMjZxLS4wODMuMDE3LS4xNjguMDE3LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzctLjA2OC0uMDQ2LS4xMjYtLjEwNC0uMDU4LS4wNTgtLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNS0uMTU1LjAxNC0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDItLjA2Ni4wOTUtLjEyMy4wNTMtLjA1OC4xMTYtLjEwNC4wNjMtLjA0Ny4xMzQtLjA4LjA3LS4wMzUuMTQ2LS4wNTUuMDc1LS4wMi4xNTMtLjAyNi43NC0uMDk4IDEuNDUyLjEzLjc2Ny4yNDYgMS4zMzkuODE4dC44MTggMS4zMzlxLjIyNy43MTIuMTMgMS40NTItLjAwNi4wNzgtLjAyNi4xNTMtLjAyLjA3Ni0uMDU0LjE0Ni0uMDM0LjA3LS4wODEuMTM0LS4wNDYuMDYzLS4xMDQuMTE2LS4wNTcuMDUzLS4xMjQuMDk1LS4wNjYuMDQxLS4xMzkuMDctLjA3My4wMjgtLjE1LjA0My0uMDc2LjAxNC0uMTU1LjAxNC0uMDgyIDAtLjE2Mi0uMDE2LS4wODEtLjAxNi0uMTU3LS4wNDctLjA3Ni0uMDMyLS4xNDQtLjA3Ny0uMDY5LS4wNDYtLjEyNy0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMxLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODQuMDE3LS4xNjcuMTAyLS44MDQtLjQ3Ni0xLjM4Mi0uNTc4LS41NzgtMS4zODItLjQ3NloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik01Ljk5IDMuNjY0Yy4zMDIgMCAuNTguMTY0LjcyOC40MjlsMS4wMiAxLjgzNmMuMTMzLjI0LjEzOS41MzEuMDE2Ljc3N0w2Ljc3MiA4LjY3cS4yODQgMS40NjMgMS40NzUgMi42NTQgMS4xOTEgMS4xOTEgMi42NSAxLjQ3MWwxLjk2My0uOTgyYS44MzMuODMzIDAgMCAxIC43NzguMDE3bDEuODQxIDEuMDI0YS44MzMuODMzIDAgMCAxIC40MjkuNzI4djIuMTE0YzAgMS4wNzctMSAxLjg1NC0yLjAyIDEuNTEtMi4wOTUtLjcwNy01LjM0Ny0yLjA1My03LjQwOC00LjExNC0yLjA2Mi0yLjA2MS0zLjQwNy01LjMxMy00LjExNC03LjQwOC0uMzQ1LTEuMDIuNDMzLTIuMDIgMS41MS0yLjAyaDIuMTEzWiIvPjxwYXRoIGQ9Ik01Ljk5IDIuODNIMy44NzVxLTEuMjI3IDAtMS45NTIuOTU4LS43NDYuOTg0LS4zNDggMi4xNjIgMS43NCA1LjE1NyA0LjMxNCA3LjczMSAyLjU3NSAyLjU3NSA3LjczMSA0LjMxNSAxLjE3OS4zOTcgMi4xNjItLjM0OC45NTgtLjcyNS45NTgtMS45NTJ2LTIuMTE0cTAtLjk4LS44NTctMS40NTZsLTEuODQxLTEuMDI0cS0uNzY5LS40MjctMS41NTUtLjAzNGwtMS42OTcuODQ4cS0xLjA1NS0uMjgyLTEuOTU0LTEuMTgtLjktLjktMS4xODYtMS45NmwuODQ4LTEuNjk3cS4zOTMtLjc4Ni0uMDMzLTEuNTU0bC0xLjAyLTEuODM3cS0uNDc2LS44NTctMS40NTctLjg1N1pNMy4yNTEgNC43OTZxLjIyNS0uMjk4LjYyNC0uMjk4aDIuMTEzbDEuMDIgMS44MzctLjk4MyAxLjk2NHEtLjA2MS4xMjMtLjA4LjI2LS4wMTguMTM2LjAwOC4yNzEuMzMzIDEuNzE0IDEuNzA0IDMuMDg1IDEuMzcyIDEuMzcyIDMuMDgyIDEuNy4xMzUuMDI1LjI3LjAwNy4xMzctLjAyLjI2LS4wOGwxLjk2My0uOTgyIDEuODQxIDEuMDIzdjIuMTE0cTAgLjM5OC0uMjk3LjYyNC0uMjguMjEyLS42MjMuMDk3UTkuMzY3IDE0LjggNy4wNyAxMi41MDMgNC43NyAxMC4yMDQgMy4xNTUgNS40MThxLS4xMTUtLjM0My4wOTctLjYyM1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li{border-radius:4px!important;margin-bottom:0!important;padding:0 16px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container{display:flex!important;gap:10px!important;padding:16px 0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type{align-items:center!important;display:flex;flex:auto!important;flex-direction:column;justify-content:flex-start!important;margin-bottom:0!important;margin-right:0!important;width:calc(100% - 70px)!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:8px!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align>div:first-of-type{margin-bottom:8px!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align>div:first-of-type span{display:inline-block!important;height:40px!important;line-height:40px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock{display:flex;flex-direction:column;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock strong{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:22px!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-badge-left{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address{font-family:HCo Gotham,Prompt,sans-serif!important;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address>div:first-of-type{margin-bottom:8px!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address>div:first-of-type>div{font-size:14px!important;font-weight:500!important;line-height:22px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours{font-family:HCo Gotham,Prompt,sans-serif!important;height:auto!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big{margin-bottom:4px!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>span{font-size:12px!important;font-weight:400!important;height:auto!important;line-height:16px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type{align-items:center!important;display:flex;flex:1!important;flex-direction:column;justify-content:inherit!important;width:unset!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link{height:auto!important;margin-bottom:10px!important;min-width:auto;padding:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link>span{margin-bottom:0!important;width:60px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link:last-of-type{margin-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-get-directions-button.ps-accessibility{height:auto!important;margin-top:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span{background:#1f94d2!important;border-radius:4px!important;color:#fff!important;display:flex;flex-direction:column;font-size:10px!important;font-weight:500!important;gap:4px!important;height:60px!important;line-height:14px!important;padding:6px 5px!important;text-align:center!important;width:60px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOS4xNyAyLjkxN2EuODMzLjgzMyAwIDAgMSAxLjY2NiAwdjEuNzA1cTEuMzk3LjEyOSAyLjY3LjY5NGwuNjYtLjkyMmEuODMzLjgzMyAwIDEgMSAxLjM1NS45N2wtLjU1NC43NzNxLjQ0OC4zMDguODc4LjY3NiAyLjQ4OCAyLjEzMiAyLjQ4OCA0LjQzNyAwIDIuMzA2LTIuNDg4IDQuNDM3LTIuNjAzIDIuMjMtNS44NDYgMi4yMy0zLjI0MSAwLTUuODQ1LTIuMjMxLTIuNDg4LTIuMTMyLTIuNDg4LTQuNDM2dDIuNDg4LTQuNDM2cS41OTQtLjUwOCAxLjIyLS45MDFMNC44NSA1LjE4YS44MzMuODMzIDAgMSAxIDEuMzU1LS45NzFsLjY3OC45NDZRNy45OCA0LjczIDkuMTY5IDQuNjJWMi45MTdaTTYuNjY1IDExLjI1cTAtMS4zOC45NzYtMi4zNTcuOTc3LS45NzYgMi4zNTctLjk3NiAxLjM4MSAwIDIuMzU3Ljk3Ni45NzcuOTc2Ljk3NyAyLjM1NyAwIDEuMzgtLjk3NyAyLjM1Ny0uOTc2Ljk3Ni0yLjM1Ny45NzYtMS4zOCAwLTIuMzU3LS45NzYtLjk3Ni0uOTc2LS45NzYtMi4zNTdaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:20px;margin-right:0;width:20px}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span:first-of-type,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span.ps-mobile{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile{align-items:center!important;background:#1f94d2!important;border-radius:4px!important;box-sizing:border-box!important;color:#fff!important;display:flex;flex-direction:column;font-size:10px!important;font-weight:500!important;gap:4px!important;height:60px!important;justify-content:center!important;line-height:14px!important;padding:6px 5px!important;width:60px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy41MzQgMS41ODNxLS4zNDUuMzA4LS40MzcuNzcybC0uMjggMS4zOTVINS45MnEtMS45NzIgMC0yLjQzIDEuOTA5bC0uODU0IDIuOTI2cS0xLjgwMi45MjMtMS44MDIgMi45NnYzLjAzOHEwIDIuMDg0IDIuMDgzIDIuMDg0aC4wMzJxLjEyLjc3LjcgMS4zNS43MzMuNzMzIDEuNzY4LjczMyAxLjAzNiAwIDEuNzY4LS43MzIuNTgtLjU4LjctMS4zNTFoNC4yM3EuMTIxLjc3LjcwMiAxLjM1LjczMi43MzMgMS43NjguNzMzdDEuNzY4LS43MzJxLjU4LS41OC43LTEuMzUxaC4wMzFxMi4wODMgMCAyLjA4My0yLjA4NHYtMy4wMzhxMC0yLjAzNC0xLjc5NS0yLjk1OGwtLjgxNC0yLjkwNXEtLjQ0My0xLjkzMi0yLjQzNS0xLjkzMmgtLjk0bC0uMjc4LTEuMzk1cS0uMDkzLS40NjQtLjQzOC0uNzcyLS4zNzQtLjMzMy0uODY3LS4zMzNIOC40MDJxLS40OTMgMC0uODY4LjMzM1ptMy45NSAyLjE2Ny0uMTY3LS44MzNIOC42ODRsLS4xNjcuODMzaDIuOTY3Wk01LjAwMSA3LjV2LjgzM0M1IDkuMjUzIDUuNzQ3IDEwIDYuNjY3IDEwaDYuNjY3Yy45MiAwIDEuNjY3LS43NDYgMS42NjctMS42NjdWNy41YzAtLjkyLS43NDctMS42NjctMS42NjctMS42NjdINi42NjdjLS45MiAwLTEuNjY2Ljc0Ny0xLjY2NiAxLjY2N1ptMS42NjYgNS4yMDhhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWm04Ljc1IDBhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:20px;margin-right:0;width:20px}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type{align-items:center!important;background:#1f94d2!important;border-radius:4px!important;color:#fff!important;display:flex;flex-direction:column;font-size:10px!important;font-weight:500!important;gap:4px!important;height:60px!important;justify-content:center!important;line-height:14px!important;padding:6px 5px!important;width:60px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTEuNDIgMy4yNDNxLS4wODYuMDE4LS4xNzIuMDE4LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzgtLjA2OC0uMDQ1LS4xMjYtLjEwMy0uMDU5LS4wNTktLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNC0uMTU0LjAxNS0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDEtLjA2Ni4wOTQtLjEyMy4wNTMtLjA1Ny4xMTYtLjEwNC4wNjMtLjA0Ni4xMzMtLjA4LjA3LS4wMzUuMTQ1LS4wNTUuMDc1LS4wMi4xNTMtLjAyNyAxLjIxLS4xNyAyLjM5NS4xMjggMS42Ny40MTggMi44OTQgMS42NDIgMS4yMjQgMS4yMjQgMS42NDMgMi44OTQuMjk3IDEuMTg1LjEyNyAyLjM5NS0uMDA2LjA3OC0uMDI2LjE1My0uMDIuMDc1LS4wNTUuMTQ2LS4wMzQuMDctLjA4LjEzMi0uMDQ3LjA2My0uMTA1LjExNi0uMDU3LjA1My0uMTIzLjA5NC0uMDY2LjA0Mi0uMTM5LjA3LS4wNzMuMDI4LS4xNS4wNDMtLjA3Ni4wMTQtLjE1NC4wMTQtLjA4MiAwLS4xNjMtLjAxNi0uMDgtLjAxNi0uMTU2LS4wNDctLjA3Ni0uMDMyLS4xNDUtLjA3Ny0uMDY4LS4wNDYtLjEyNi0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMyLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODYuMDE4LS4xNy4xMjMtLjg4Ni0uMDk1LTEuNzUzLS4zMDctMS4yMjMtMS4yMDQtMi4xMi0uODk4LS44OTgtMi4xMjEtMS4yMDUtLjg2Ny0uMjE3LTEuNzUyLS4wOTVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTEuNTcgNi4yMjZxLS4wODMuMDE3LS4xNjguMDE3LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzctLjA2OC0uMDQ2LS4xMjYtLjEwNC0uMDU4LS4wNTgtLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNS0uMTU1LjAxNC0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDItLjA2Ni4wOTUtLjEyMy4wNTMtLjA1OC4xMTYtLjEwNC4wNjMtLjA0Ny4xMzQtLjA4LjA3LS4wMzUuMTQ2LS4wNTUuMDc1LS4wMi4xNTMtLjAyNi43NC0uMDk4IDEuNDUyLjEzLjc2Ny4yNDYgMS4zMzkuODE4dC44MTggMS4zMzlxLjIyNy43MTIuMTMgMS40NTItLjAwNi4wNzgtLjAyNi4xNTMtLjAyLjA3Ni0uMDU0LjE0Ni0uMDM0LjA3LS4wODEuMTM0LS4wNDYuMDYzLS4xMDQuMTE2LS4wNTcuMDUzLS4xMjQuMDk1LS4wNjYuMDQxLS4xMzkuMDctLjA3My4wMjgtLjE1LjA0My0uMDc2LjAxNC0uMTU1LjAxNC0uMDgyIDAtLjE2Mi0uMDE2LS4wODEtLjAxNi0uMTU3LS4wNDctLjA3Ni0uMDMyLS4xNDQtLjA3Ny0uMDY5LS4wNDYtLjEyNy0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMxLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODQuMDE3LS4xNjcuMTAyLS44MDQtLjQ3Ni0xLjM4Mi0uNTc4LS41NzgtMS4zODItLjQ3NloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik01Ljk5IDMuNjY0Yy4zMDIgMCAuNTguMTY0LjcyOC40MjlsMS4wMiAxLjgzNmMuMTMzLjI0LjEzOS41MzEuMDE2Ljc3N0w2Ljc3MiA4LjY3cS4yODQgMS40NjMgMS40NzUgMi42NTQgMS4xOTEgMS4xOTEgMi42NSAxLjQ3MWwxLjk2My0uOTgyYS44MzMuODMzIDAgMCAxIC43NzguMDE3bDEuODQxIDEuMDI0YS44MzMuODMzIDAgMCAxIC40MjkuNzI4djIuMTE0YzAgMS4wNzctMSAxLjg1NC0yLjAyIDEuNTEtMi4wOTUtLjcwNy01LjM0Ny0yLjA1My03LjQwOC00LjExNC0yLjA2Mi0yLjA2MS0zLjQwNy01LjMxMy00LjExNC03LjQwOC0uMzQ1LTEuMDIuNDMzLTIuMDIgMS41MS0yLjAyaDIuMTEzWiIvPjxwYXRoIGQ9Ik01Ljk5IDIuODNIMy44NzVxLTEuMjI3IDAtMS45NTIuOTU4LS43NDYuOTg0LS4zNDggMi4xNjIgMS43NCA1LjE1NyA0LjMxNCA3LjczMSAyLjU3NSAyLjU3NSA3LjczMSA0LjMxNSAxLjE3OS4zOTcgMi4xNjItLjM0OC45NTgtLjcyNS45NTgtMS45NTJ2LTIuMTE0cTAtLjk4LS44NTctMS40NTZsLTEuODQxLTEuMDI0cS0uNzY5LS40MjctMS41NTUtLjAzNGwtMS42OTcuODQ4cS0xLjA1NS0uMjgyLTEuOTU0LTEuMTgtLjktLjktMS4xODYtMS45NmwuODQ4LTEuNjk3cS4zOTMtLjc4Ni0uMDMzLTEuNTU0bC0xLjAyLTEuODM3cS0uNDc2LS44NTctMS40NTctLjg1N1pNMy4yNTEgNC43OTZxLjIyNS0uMjk4LjYyNC0uMjk4aDIuMTEzbDEuMDIgMS44MzctLjk4MyAxLjk2NHEtLjA2MS4xMjMtLjA4LjI2LS4wMTguMTM2LjAwOC4yNzEuMzMzIDEuNzE0IDEuNzA0IDMuMDg1IDEuMzcyIDEuMzcyIDMuMDgyIDEuNy4xMzUuMDI1LjI3LjAwNy4xMzctLjAyLjI2LS4wOGwxLjk2My0uOTgyIDEuODQxIDEuMDIzdjIuMTE0cTAgLjM5OC0uMjk3LjYyNC0uMjguMjEyLS42MjMuMDk3UTkuMzY3IDE0LjggNy4wNyAxMi41MDMgNC43NyAxMC4yMDQgMy4xNTUgNS40MThxLS4xMTUtLjM0My4wOTctLjYyM1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:20px;margin-right:0;width:20px}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-logo{height:2.6041666667vw!important;object-fit:contain;width:7.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-logo{height:8.5333333333vw!important;width:25.0666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-logo{height:40px!important;width:100px!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label{background:transparent!important;color:#707070!important;font-size:3.7333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content.ps-dual-column>.ps-location{background:#fff!important;border-bottom:none;border-top-left-radius:1.0666666667vw;border-top-right-radius:1.0666666667vw;float:unset!important;margin:0 auto;position:relative!important;right:0!important;top:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div{width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-right:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-right:0!important;width:30%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .local-tab-input-label{color:#333}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .local-tab-input-label{color:#707070!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a>span.ps-mobile{display:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.7291666667vw!important;line-height:.9375vw!important;padding:.5208333333vw 1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{font-size:3.7333333333vw!important;line-height:4.8vw!important;padding:2.6666666667vw 5.3333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{font-size:14px!important;line-height:22px!important;padding:10px 0!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div{display:inline-block!important;float:none!important;padding:5.3333333333vw 0 0!important;width:50.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div{box-sizing:border-box;margin:20px auto!important;max-width:500px!important;padding:0!important;width:unset!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>span{width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>span>a>svg{height:5.6vw!important;width:32vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>span>a>svg{height:22px!important;width:125px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span{align-items:center;display:flex;flex-direction:column}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a{font-size:.7291666667vw!important;line-height:.8333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a{font-size:3.2vw!important;line-height:4.2666666667vw!important;text-align:center!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a{font-size:12px!important;font-weight:400!important;line-height:normal!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.8333333333vw!important;line-height:.8333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span{color:#707070!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results>span{padding:1.0416666667vw 0!important;width:100%!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results>span{padding:5.3333333333vw 0!important;width:100%!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results>span{height:211px!important;padding:20px 0 40px!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results{padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>strong{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500!important;line-height:2.5vw!important;margin-bottom:.5208333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>strong{font-size:6.4vw!important;line-height:12.8vw!important;margin-bottom:2.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>strong{color:#333!important;display:block;font-size:14px!important;font-weight:500!important;line-height:22px!important;margin-bottom:8px!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>br{display:none}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:3.125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:16vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:60px!important;margin:auto!important;max-width:500px!important;padding-left:16px!important;padding-right:16px!important;width:unset!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5#ps-lightbox-background{opacity:.5!important}.page-v2 .ps-local-map-container{margin-top:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-local-map-container{margin:5.3333333333vw 0 2.6666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-local-map-container{border-radius:4px!important;margin:16px 0 12px!important;overflow:hidden!important}}.page-v2 .ps-669540658a9c7983eda43aa5 .ps-map-holder{padding:0!important}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5 .ps-map-holder{height:127px!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local-tab>.ps-local,.page-v2 .ps-669540658a9c7983eda43aa5 .ps-location{padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:1.0416666667vw;top:1.0416666667vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:20px;top:20px}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:calc(50% - 234px);top:20px!important}}@media screen and (max-width:499.9px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:16px}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close>svg{height:3.7333333333vw!important;width:3.7333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close>svg{height:14px!important;width:14px!important}}.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local{height:10.4166666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local{height:inherit!important}}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.9375vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex .bv_button_component_container button{display:none!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:.8333333333vw!important;padding-right:.2083333333vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice .bv_histogram_row_star svg,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.0416666667vw!important;padding-right:0!important;width:1.0416666667vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.9375vw!important;font-weight:400!important;padding-left:0!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_component_container{color:#333}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}@media screen and (max-width:767.9px){.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:12px!important;line-height:16px!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:4px!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:12px!important;line-height:16px!important;padding-right:4px!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice .bv_histogram_row_star svg,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:16px!important;width:16px!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-size:12px!important;line-height:16px!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:0!important}}.mdws-product-search-entrance-v1{display:flex;justify-content:center;margin:0 auto;padding:0 20.8333333333vw 3.125vw;position:relative;width:100%}.mdws-product-search-entrance-v1-inner{align-items:center;background:#f7f7f7;border:1px solid #d6d6d6;border-radius:1.4583333333vw;box-sizing:border-box;display:flex;gap:1.0416666667vw;height:2.9166666667vw;padding:.8333333333vw 1.25vw;position:relative;width:41.6666666667vw}.mdws-product-search-entrance-v1-input{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:inherit;border:none;color:#333;display:-webkit-box;flex:1;font-size:1.0416666667vw;font-weight:500;height:100%;letter-spacing:normal;line-height:normal;overflow:hidden;padding:0;text-overflow:ellipsis;width:100%}.mdws-product-search-entrance-v1-input::placeholder{color:#adadad}.mdws-product-search-entrance-v1-prefix{height:1.25vw;width:1.25vw}.mdws-product-search-entrance-v1-prefix:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMC44NTQiIGhlaWdodD0iMjAuODU0Ij48cGF0aCBkPSJNMCA5LjVxMC0xLjkzMi43NDctMy42OTguNzIxLTEuNzA1IDIuMDM1LTMuMDJRNC4wOTcgMS40NjggNS44MDIuNzQ3IDcuNTY4IDAgOS41IDB0My42OTguNzQ3cTEuNzA1LjcyMSAzLjAyIDIuMDM1IDEuMzE0IDEuMzE1IDIuMDM1IDMuMDJRMTkgNy41NjggMTkgOS41dC0uNzQ3IDMuNjk4cS0uNzIxIDEuNzA1LTIuMDM1IDMuMDItMS4zMTUgMS4zMTQtMy4wMiAyLjAzNVExMS40MzIgMTkgOS41IDE5dC0zLjY5OC0uNzQ3cS0xLjcwNS0uNzIxLTMuMDItMi4wMzUtMS4zMTQtMS4zMTUtMi4wMzUtMy4wMlEwIDExLjQzMiAwIDkuNVptMiAwcTAgMy4xMDcgMi4xOTcgNS4zMDNRNi4zOTMgMTcgOS41IDE3cTMuMTA3IDAgNS4zMDMtMi4xOTdRMTcgMTIuNjA3IDE3IDkuNXEwLTMuMTA3LTIuMTk3LTUuMzAzUTEyLjYwNyAyIDkuNSAyIDYuMzkzIDIgNC4xOTcgNC4xOTcgMiA2LjM5MyAyIDkuNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjxwYXRoIGQ9Im0xOS4xNDYgMjAuNTYtNC4yNDItNC4yNDJhMSAxIDAgMSAxIDEuNDE0LTEuNDE0bDQuMjQyIDQuMjQyYTEgMSAwIDEgMS0xLjQxNCAxLjQxNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==) no-repeat 50%;background-size:cover;content:"";display:block;height:100%;width:100%}.mdws-product-search-entrance-v1-suffix{cursor:default;height:1.25vw;opacity:0;transition:all .3s ease;width:1.25vw}.mdws-product-search-entrance-v1-suffix.has-words{cursor:pointer;opacity:1}.mdws-product-search-entrance-v1-suffix:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjM4IDIzLjEwMmM1Ljk4MiAwIDEwLjgzMi00Ljg0NyAxMC44MzItMTAuODI1IDAtNS45NzgtNC44NS0xMC44MjUtMTAuODMyLTEwLjgyNS01Ljk4MSAwLTEwLjgzIDQuODQ3LTEwLjgzIDEwLjgyNSAwIDUuOTc4IDQuODQ5IDEwLjgyNSAxMC44MyAxMC44MjVabS0zLjQ4LTguNzM4IDIuMDg4LTIuMDg3LTIuMDg5LTIuMDg4YS45ODQuOTg0IDAgMSAxIDEuMzkzLTEuMzkybDIuMDg5IDIuMDg4IDIuMDg4LTIuMDg3YS45ODUuOTg1IDAgMCAxIDEuMzkzIDEuMzkxbC0yLjA4OSAyLjA4OCAyLjA4OSAyLjA4N2EuOTg0Ljk4NCAwIDEgMS0xLjM5MyAxLjM5MmwtMi4wODgtMi4wODgtMi4wOSAyLjA4OGEuOTg1Ljk4NSAwIDAgMS0xLjM5Mi0xLjM5MloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0FEQURBRCIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:cover;content:"";display:block;height:100%;width:100%}.mdws-product-search-entrance-v1-associate{background-color:#fff;border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);display:flex;flex-direction:column;left:0;padding:1.0416666667vw;position:absolute;top:3.9583333333vw;transition:all .3s ease;width:100%;z-index:2}.mdws-product-search-entrance-v1-associate-list{background:#fff;max-height:12.5vw;overflow-y:auto}.mdws-product-search-entrance-v1-associate-item{cursor:pointer;display:flex;flex-direction:column;font-size:1.0416666667vw;font-weight:400;gap:.5208333333vw;letter-spacing:normal;line-height:normal;padding:.5208333333vw}.mdws-product-search-entrance-v1-associate-item:hover{background:#f7f7f7}.mdws-product-search-entrance-v1-associate-item li{list-style:none}.mdws-product-search-entrance-v1-associate-noresult{display:flex;font-size:1.0416666667vw;justify-content:space-between;line-height:normal;padding:.5208333333vw;width:100%}.mdws-product-search-entrance-v1-associate-noresult .link{align-items:center;display:flex;gap:.2083333333vw}.mdws-product-search-entrance-v1-associate-noresult .link span{cursor:pointer}.mdws-product-search-entrance-v1-associate-noresult .link i{cursor:pointer;display:inline-block;height:.9375vw;width:.9375vw}.mdws-product-search-entrance-v1-associate-noresult .link i:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzYpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik02LjE5IDIwLjY5NmEuNzM5LjczOSAwIDAgMC0uMDU3Ljk4bC4wNTcuMDY0IDUuMjE5IDUuMjIyLTUuMjE5IDUuMjIyYS43MzkuNzM5IDAgMCAwLS4wNTcuOThsLjA1Ny4wNjRjLjI2OC4yNjguNjkuMjg3Ljk4LjA1OGwuMDY0LS4wNTggNS43NC01Ljc0NGEuNzM5LjczOSAwIDAgMCAuMDU4LS45OGwtLjA1OC0uMDY0LTUuNzQtNS43NDRhLjczOC43MzggMCAwIDAtMS4wNDQgMFoiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:cover;content:"";display:inline-block;height:100%;width:100%}.mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-list{background:#b3b3b3}.mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item{color:#242424}.mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item:hover{background:#adadad}@media screen and (max-width:767.9px){.mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item:hover,.mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-list{background:#7f7f7f}}.page-res-v2 .mdws-product-search-entrance-v1{display:flex;justify-content:center;margin:0 auto;padding:0 0 60px;position:relative;width:800px;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1{width:41.6666666667vw}}.page-res-v2 .mdws-product-search-entrance-v1-inner{align-items:center;background:#f7f7f7;border:1px solid #d6d6d6;border-radius:28px;box-sizing:border-box;display:flex;gap:20px;height:56px;padding:16px 24px;position:relative;width:800px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-inner{border-radius:1.4583333333vw;gap:1.0416666667vw;height:2.9166666667vw;padding:.8333333333vw 1.25vw;width:41.6666666667vw}}.page-res-v2 .mdws-product-search-entrance-v1-input{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:inherit;border:none;color:#333;display:-webkit-box;flex:1;font-size:20px;font-weight:500;height:100%;letter-spacing:normal;line-height:normal;overflow:hidden;padding:0;text-overflow:ellipsis;width:100%}.page-res-v2 .mdws-product-search-entrance-v1-input::placeholder{color:#adadad}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-input{font-size:1.0416666667vw}}.page-res-v2 .mdws-product-search-entrance-v1-prefix{height:24px;width:24px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-prefix{height:1.25vw;width:1.25vw}}.page-res-v2 .mdws-product-search-entrance-v1-prefix:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMC44NTQiIGhlaWdodD0iMjAuODU0Ij48cGF0aCBkPSJNMCA5LjVxMC0xLjkzMi43NDctMy42OTguNzIxLTEuNzA1IDIuMDM1LTMuMDJRNC4wOTcgMS40NjggNS44MDIuNzQ3IDcuNTY4IDAgOS41IDB0My42OTguNzQ3cTEuNzA1LjcyMSAzLjAyIDIuMDM1IDEuMzE0IDEuMzE1IDIuMDM1IDMuMDJRMTkgNy41NjggMTkgOS41dC0uNzQ3IDMuNjk4cS0uNzIxIDEuNzA1LTIuMDM1IDMuMDItMS4zMTUgMS4zMTQtMy4wMiAyLjAzNVExMS40MzIgMTkgOS41IDE5dC0zLjY5OC0uNzQ3cS0xLjcwNS0uNzIxLTMuMDItMi4wMzUtMS4zMTQtMS4zMTUtMi4wMzUtMy4wMlEwIDExLjQzMiAwIDkuNVptMiAwcTAgMy4xMDcgMi4xOTcgNS4zMDNRNi4zOTMgMTcgOS41IDE3cTMuMTA3IDAgNS4zMDMtMi4xOTdRMTcgMTIuNjA3IDE3IDkuNXEwLTMuMTA3LTIuMTk3LTUuMzAzUTEyLjYwNyAyIDkuNSAyIDYuMzkzIDIgNC4xOTcgNC4xOTcgMiA2LjM5MyAyIDkuNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjxwYXRoIGQ9Im0xOS4xNDYgMjAuNTYtNC4yNDItNC4yNDJhMSAxIDAgMSAxIDEuNDE0LTEuNDE0bDQuMjQyIDQuMjQyYTEgMSAwIDEgMS0xLjQxNCAxLjQxNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==) no-repeat 50%;background-size:cover;content:"";display:block;height:100%;width:100%}.page-res-v2 .mdws-product-search-entrance-v1-suffix{cursor:default;height:24px;opacity:0;transition:all .3s ease;width:24px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-suffix{height:1.25vw;width:1.25vw}}.page-res-v2 .mdws-product-search-entrance-v1-suffix.has-words{cursor:pointer;opacity:1}.page-res-v2 .mdws-product-search-entrance-v1-suffix:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjM4IDIzLjEwMmM1Ljk4MiAwIDEwLjgzMi00Ljg0NyAxMC44MzItMTAuODI1IDAtNS45NzgtNC44NS0xMC44MjUtMTAuODMyLTEwLjgyNS01Ljk4MSAwLTEwLjgzIDQuODQ3LTEwLjgzIDEwLjgyNSAwIDUuOTc4IDQuODQ5IDEwLjgyNSAxMC44MyAxMC44MjVabS0zLjQ4LTguNzM4IDIuMDg4LTIuMDg3LTIuMDg5LTIuMDg4YS45ODQuOTg0IDAgMSAxIDEuMzkzLTEuMzkybDIuMDg5IDIuMDg4IDIuMDg4LTIuMDg3YS45ODUuOTg1IDAgMCAxIDEuMzkzIDEuMzkxbC0yLjA4OSAyLjA4OCAyLjA4OSAyLjA4N2EuOTg0Ljk4NCAwIDEgMS0xLjM5MyAxLjM5MmwtMi4wODgtMi4wODgtMi4wOSAyLjA4OGEuOTg1Ljk4NSAwIDAgMS0xLjM5Mi0xLjM5MloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0FEQURBRCIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:cover;content:"";display:block;height:100%;width:100%}.page-res-v2 .mdws-product-search-entrance-v1-associate{background-color:#fff;border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;left:0;padding:20px;position:absolute;top:76px;transition:all .3s ease;width:100%;z-index:2}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate{border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);padding:1.0416666667vw;top:3.9583333333vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-list{background:#fff;max-height:240px;overflow-y:auto}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate-list{max-height:12.5vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-item{cursor:pointer;display:flex;flex-direction:column;font-size:20px;font-weight:400;gap:10px;letter-spacing:normal;line-height:normal;padding:10px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate-item{font-size:1.0416666667vw;gap:.5208333333vw;padding:.5208333333vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-item:hover{background:#f7f7f7}.page-res-v2 .mdws-product-search-entrance-v1-associate-item li{list-style:none}.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult{display:flex;font-size:20px;justify-content:space-between;line-height:normal;padding:10px;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult{font-size:1.0416666667vw;padding:.5208333333vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link{align-items:center;display:flex;gap:4px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link{gap:.2083333333vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link span{cursor:pointer}.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link i{cursor:pointer;display:inline-block;height:18px;width:18px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link i{height:.9375vw;width:.9375vw}}.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link i:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzYpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik02LjE5IDIwLjY5NmEuNzM5LjczOSAwIDAgMC0uMDU3Ljk4bC4wNTcuMDY0IDUuMjE5IDUuMjIyLTUuMjE5IDUuMjIyYS43MzkuNzM5IDAgMCAwLS4wNTcuOThsLjA1Ny4wNjRjLjI2OC4yNjguNjkuMjg3Ljk4LjA1OGwuMDY0LS4wNTggNS43NC01Ljc0NGEuNzM5LjczOSAwIDAgMCAuMDU4LS45OGwtLjA1OC0uMDY0LTUuNzQtNS43NDRhLjczOC43MzggMCAwIDAtMS4wNDQgMFoiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:cover;content:"";display:inline-block;height:100%;width:100%}.page-res-v2 .mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-list{background:#b3b3b3}.page-res-v2 .mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item{color:#242424}.page-res-v2 .mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item:hover{background:#adadad}@media screen and (max-width:767.9px){.page-res-v2 .mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-item:hover,.page-res-v2 .mdws-product-search-entrance-v1__styles.c-bg-gray .mdws-product-search-entrance-v1-associate-list{background:#7f7f7f}.mdws-product-search-entrance-v1,.page-res-v2 .mdws-product-search-entrance-v1,.page-v2 .mdws-product-search-entrance-v1{margin:0 auto;max-width:500px;padding:0 16px 20px;position:relative;width:100%}.mdws-product-search-entrance-v1-inner,.page-res-v2 .mdws-product-search-entrance-v1-inner,.page-v2 .mdws-product-search-entrance-v1-inner{align-items:center;background:#f7f7f7;border:1px solid #d6d6d6;border-radius:28px;box-sizing:border-box;display:flex;gap:10px;height:unset;padding:11px 20px;position:relative;width:100%}.mdws-product-search-entrance-v1-input,.page-res-v2 .mdws-product-search-entrance-v1-input,.page-v2 .mdws-product-search-entrance-v1-input{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:inherit;border:none;color:#333;display:-webkit-box;flex:1;font-size:14px;font-weight:400;height:100%;height:22px;letter-spacing:normal;line-height:22px;overflow:hidden;padding:0;text-overflow:ellipsis;width:100%}}@media screen and (max-width:767.9px){.mdws-product-search-entrance-v1-input::placeholder,.page-res-v2 .mdws-product-search-entrance-v1-input::placeholder,.page-v2 .mdws-product-search-entrance-v1-input::placeholder{color:#adadad;font-weight:400;line-height:22px}.mdws-product-search-entrance-v1-prefix,.page-res-v2 .mdws-product-search-entrance-v1-prefix,.page-v2 .mdws-product-search-entrance-v1-prefix{height:16px;width:16px}.mdws-product-search-entrance-v1-prefix:before,.page-res-v2 .mdws-product-search-entrance-v1-prefix:before,.page-v2 .mdws-product-search-entrance-v1-prefix:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMC44NTQiIGhlaWdodD0iMjAuODU0Ij48cGF0aCBkPSJNMCA5LjVxMC0xLjkzMi43NDctMy42OTguNzIxLTEuNzA1IDIuMDM1LTMuMDJRNC4wOTcgMS40NjggNS44MDIuNzQ3IDcuNTY4IDAgOS41IDB0My42OTguNzQ3cTEuNzA1LjcyMSAzLjAyIDIuMDM1IDEuMzE0IDEuMzE1IDIuMDM1IDMuMDJRMTkgNy41NjggMTkgOS41dC0uNzQ3IDMuNjk4cS0uNzIxIDEuNzA1LTIuMDM1IDMuMDItMS4zMTUgMS4zMTQtMy4wMiAyLjAzNVExMS40MzIgMTkgOS41IDE5dC0zLjY5OC0uNzQ3cS0xLjcwNS0uNzIxLTMuMDItMi4wMzUtMS4zMTQtMS4zMTUtMi4wMzUtMy4wMlEwIDExLjQzMiAwIDkuNVptMiAwcTAgMy4xMDcgMi4xOTcgNS4zMDNRNi4zOTMgMTcgOS41IDE3cTMuMTA3IDAgNS4zMDMtMi4xOTdRMTcgMTIuNjA3IDE3IDkuNXEwLTMuMTA3LTIuMTk3LTUuMzAzUTEyLjYwNyAyIDkuNSAyIDYuMzkzIDIgNC4xOTcgNC4xOTcgMiA2LjM5MyAyIDkuNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjxwYXRoIGQ9Im0xOS4xNDYgMjAuNTYtNC4yNDItNC4yNDJhMSAxIDAgMSAxIDEuNDE0LTEuNDE0bDQuMjQyIDQuMjQyYTEgMSAwIDEgMS0xLjQxNCAxLjQxNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==) no-repeat 50%;background-size:cover;content:"";display:block;height:100%;width:100%}.mdws-product-search-entrance-v1-suffix,.page-res-v2 .mdws-product-search-entrance-v1-suffix,.page-v2 .mdws-product-search-entrance-v1-suffix{display:none}.mdws-product-search-entrance-v1-associate,.page-res-v2 .mdws-product-search-entrance-v1-associate,.page-v2 .mdws-product-search-entrance-v1-associate{background-color:#fff;border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;left:0;padding:8px 16px;position:absolute;top:58px;transition:all .3s ease;width:100%;z-index:2}.mdws-product-search-entrance-v1-associate-list,.page-res-v2 .mdws-product-search-entrance-v1-associate-list,.page-v2 .mdws-product-search-entrance-v1-associate-list{background:#fff;max-height:232px;overflow-y:auto}.mdws-product-search-entrance-v1-associate-item,.page-res-v2 .mdws-product-search-entrance-v1-associate-item,.page-v2 .mdws-product-search-entrance-v1-associate-item{cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px;padding:8px 0}.mdws-product-search-entrance-v1-associate-item:hover,.page-res-v2 .mdws-product-search-entrance-v1-associate-item:hover,.page-v2 .mdws-product-search-entrance-v1-associate-item:hover{background:#f7f7f7}.mdws-product-search-entrance-v1-associate-item li,.page-res-v2 .mdws-product-search-entrance-v1-associate-item li,.page-v2 .mdws-product-search-entrance-v1-associate-item li{list-style:none}.mdws-product-search-entrance-v1-associate-noresult,.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult,.page-v2 .mdws-product-search-entrance-v1-associate-noresult{align-items:flex-start;display:flex;flex-direction:column;font-size:14px;gap:8px;line-height:22px;padding:8px 0;width:100%}.mdws-product-search-entrance-v1-associate-noresult .link,.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link,.page-v2 .mdws-product-search-entrance-v1-associate-noresult .link{align-items:center;display:flex;gap:0}.mdws-product-search-entrance-v1-associate-noresult .link span,.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link span,.page-v2 .mdws-product-search-entrance-v1-associate-noresult .link span{cursor:pointer}.mdws-product-search-entrance-v1-associate-noresult .link i,.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link i,.page-v2 .mdws-product-search-entrance-v1-associate-noresult .link i{cursor:pointer;display:inline-block;height:14px;width:14px}.mdws-product-search-entrance-v1-associate-noresult .link i:before,.page-res-v2 .mdws-product-search-entrance-v1-associate-noresult .link i:before,.page-v2 .mdws-product-search-entrance-v1-associate-noresult .link i:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzYpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik02LjE5IDIwLjY5NmEuNzM5LjczOSAwIDAgMC0uMDU3Ljk4bC4wNTcuMDY0IDUuMjE5IDUuMjIyLTUuMjE5IDUuMjIyYS43MzkuNzM5IDAgMCAwLS4wNTcuOThsLjA1Ny4wNjRjLjI2OC4yNjguNjkuMjg3Ljk4LjA1OGwuMDY0LS4wNTggNS43NC01Ljc0NGEuNzM5LjczOSAwIDAgMCAuMDU4LS45OGwtLjA1OC0uMDY0LTUuNzQtNS43NDRhLjczOC43MzggMCAwIDAtMS4wNDQgMFoiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:cover;content:"";display:inline-block;height:100%;width:100%}}.mdws-product-support-card-v1{margin:0 auto;padding:2.0833333333vw 12.5vw;width:100%}.mdws-product-support-card-v1-wrapper{display:flex;height:100%;width:100%}.mdws-product-support-card-v1-product{align-items:center;box-sizing:border-box;display:flex;height:33.3333333333vw;justify-content:center;padding:3.125vw;width:33.3333333333vw}.mdws-product-support-card-v1-product img{max-height:100%;max-width:100%;object-fit:contain}.mdws-product-support-card-v1-desc{box-sizing:border-box;display:flex;flex:1;flex-direction:column;justify-content:center;padding-left:3.125vw}.mdws-product-support-card-v1-title{-webkit-line-clamp:2;color:#333;font-size:1.6666666667vw;font-weight:500}.mdws-product-support-card-v1-subtitle,.mdws-product-support-card-v1-title{-webkit-box-orient:vertical;display:-webkit-box;letter-spacing:0;line-height:normal;overflow:hidden;text-overflow:ellipsis}.mdws-product-support-card-v1-subtitle{-webkit-line-clamp:1;color:#707070;font-size:.9375vw;font-weight:400;margin-top:1.0416666667vw}.mdws-product-support-card-v1-button{display:flex;flex-wrap:wrap;gap:.5208333333vw;margin-top:2.0833333333vw}.mdws-product-support-card-v1-button-item button{font-family:inherit}.mdws-product-support-card-v1-button-item:first-child{margin-left:0}@media screen and (max-width:767.9px){.mdws-product-support-card-v1,.page-v2 .mdws-product-support-card-v1{height:auto;margin:auto;padding:0;width:100%}.mdws-product-support-card-v1-wrapper,.page-v2 .mdws-product-support-card-v1-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.mdws-product-support-card-v1-product,.page-v2 .mdws-product-support-card-v1-product{aspect-ratio:1/1;box-sizing:border-box;height:inherit;padding:12.8vw;width:100%}.mdws-product-support-card-v1-desc,.page-v2 .mdws-product-support-card-v1-desc{box-sizing:border-box;display:flex;flex:inherit;flex-direction:column;justify-content:start;padding:5.3333333333vw}.mdws-product-support-card-v1-title,.page-v2 .mdws-product-support-card-v1-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:4.8vw;font-weight:500;letter-spacing:0;line-height:normal;overflow:hidden;text-overflow:ellipsis}.mdws-product-support-card-v1-subtitle,.page-v2 .mdws-product-support-card-v1-subtitle{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:3.7333333333vw;font-weight:400;letter-spacing:0;line-height:4.8vw;margin-top:2.6666666667vw;overflow:hidden;text-overflow:ellipsis}.mdws-product-support-card-v1-button,.page-v2 .mdws-product-support-card-v1-button{align-items:flex-end;background:#fff;bottom:0;box-shadow:0 -1.0666666667vw 3.7333333333vw 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:8px!important;left:0;margin-top:0;padding:2.6666666667vw 5.3333333333vw 11.7333333333vw;position:fixed;width:100%;z-index:99}.mdws-product-support-card-v1-button-item:first-child,.page-v2 .mdws-product-support-card-v1-button-item:first-child{display:flex;flex-basis:100%;justify-content:end;margin-left:0!important;order:999999}.mdws-product-support-card-v1,.page-res-v2 .mdws-product-support-card-v1,.page-v2 .mdws-product-support-card-v1{height:auto;margin:auto;max-width:500px;padding:0;width:100%}.mdws-product-support-card-v1-wrapper,.page-res-v2 .mdws-product-support-card-v1-wrapper,.page-v2 .mdws-product-support-card-v1-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.mdws-product-support-card-v1-product,.page-res-v2 .mdws-product-support-card-v1-product,.page-v2 .mdws-product-support-card-v1-product{align-items:center;aspect-ratio:1/1;box-sizing:border-box;display:flex;height:inherit;padding:64px 0;width:100%}.mdws-product-support-card-v1-product img,.page-res-v2 .mdws-product-support-card-v1-product img,.page-v2 .mdws-product-support-card-v1-product img{max-height:374px;max-width:374px;object-fit:contain}.mdws-product-support-card-v1-desc,.page-res-v2 .mdws-product-support-card-v1-desc,.page-v2 .mdws-product-support-card-v1-desc{box-sizing:border-box;display:flex;flex:inherit;flex-direction:column;gap:8px;justify-content:start;padding:20px 16px 0}.mdws-product-support-card-v1-title,.page-res-v2 .mdws-product-support-card-v1-title,.page-v2 .mdws-product-support-card-v1-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:18px;font-weight:500;letter-spacing:0;letter-spacing:normal;line-height:normal;line-height:26px;overflow:hidden;text-overflow:ellipsis}.mdws-product-support-card-v1-subtitle,.page-res-v2 .mdws-product-support-card-v1-subtitle,.page-v2 .mdws-product-support-card-v1-subtitle{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:14px;font-weight:400;letter-spacing:0;line-height:22px;margin-top:0;overflow:hidden;text-overflow:ellipsis}.mdws-product-support-card-v1-button,.page-res-v2 .mdws-product-support-card-v1-button,.page-v2 .mdws-product-support-card-v1-button{align-items:flex-end;background:#fff;bottom:0;box-shadow:0 -4px 14px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:8px!important;left:0;margin-top:0;padding:12px calc(50% - 234px);position:fixed;width:100%;z-index:99}.mdws-product-support-card-v1-button-item:first-child,.page-res-v2 .mdws-product-support-card-v1-button-item:first-child,.page-v2 .mdws-product-support-card-v1-button-item:first-child{flex-basis:auto;order:3}.mdws-product-support-card-v1-button-item:nth-child(2),.page-res-v2 .mdws-product-support-card-v1-button-item:nth-child(2),.page-v2 .mdws-product-support-card-v1-button-item:nth-child(2){order:2}.mdws-product-support-card-v1-button-item:nth-child(3),.page-res-v2 .mdws-product-support-card-v1-button-item:nth-child(3),.page-v2 .mdws-product-support-card-v1-button-item:nth-child(3){order:1}}@media screen and (max-width:499.9px){.mdws-product-support-card-v1-product,.page-res-v2 .mdws-product-support-card-v1-product,.page-v2 .mdws-product-support-card-v1-product{padding:12.8vw 0}.mdws-product-support-card-v1-product img,.page-res-v2 .mdws-product-support-card-v1-product img,.page-v2 .mdws-product-support-card-v1-product img{max-height:74.6666666667vw;max-width:74.6666666667vw;object-fit:contain}.mdws-product-support-card-v1-button,.page-res-v2 .mdws-product-support-card-v1-button,.page-v2 .mdws-product-support-card-v1-button{margin-top:0;padding:12px 16px}}.related-products{margin-bottom:2.0833333333vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products{margin-bottom:10.6666666667vw;padding-left:4vw;padding-right:4vw}}.related-products__title{color:#858585;font-size:1.875vw;font-weight:700;line-height:2.3958333333vw;margin:0 auto 2.0833333333vw;max-width:62.5vw;padding:1.0416666667vw 0;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:10.6666666667vw;max-width:none;padding:5.3333333333vw 8vw}}.related-products__title .titleBg{font-size:1.875vw;height:4.6354166667vw;left:50%;line-height:2.3958333333vw;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title .titleBg{font-size:5.3333333333vw;height:16vw;line-height:6.9333333333vw}}.related-products__item{height:100%}.related-products__swiper{margin:1.5625vw -.5208333333vw -1.0416666667vw;overflow:hidden;padding-bottom:1.0416666667vw;position:relative}.related-products__swiper .swiper-slide{background-color:#fff;box-shadow:0 0 17px rgba(0,0,0,.08);display:inline-block;height:auto;margin:1.0416666667vw .5208333333vw;position:relative;width:calc(50% - 1.04167vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide{width:100%}}@media screen and (min-width:1200px){.related-products__swiper .swiper-slide{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.related-products__swiper .swiper-slide{width:calc(25% - 1.04167vw)}}.related-products__swiper .swiper-slide .product-item{cursor:unset;display:flex;flex-direction:column;height:100%;justify-content:space-between}.related-products__swiper .swiper-slide .product-item-text{color:#333;font-size:1.0416666667vw;letter-spacing:0;line-height:1.35;padding:.8333333333vw 1.3020833333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-text{font-size:3.2vw;line-height:4.8vw;padding:4.2666666667vw 6.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-img{display:block;height:20.9895833333vw;padding:1.1458333333vw 2.9166666667vw;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img{height:65.3333333333vw;padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img img{left:50%;max-height:100%;max-width:100%;padding:1.1458333333vw 2.9166666667vw;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img img{padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img:hover .image-hover{opacity:1;visibility:visible}.related-products__swiper .swiper-slide .product-item-title{color:#333;font-size:1.25vw;font-weight:700;letter-spacing:.015625vw;line-height:1.4;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-title{font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-desc{display:none}.related-products__swiper .swiper-slide .product-item-model{font-size:1.1458333333vw;font-weight:700;line-height:1.375;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model{font-size:3.2vw;font-weight:700;line-height:4.8vw;margin:2.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-reviews-holder{align-items:center;display:flex;font-size:1.1458333333vw;line-height:1.375;margin-bottom:1.875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-reviews-holder{font-size:3.2vw;line-height:4.8vw;margin-bottom:9.6vw}}.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{display:flex;margin-right:.78125vw;max-width:10.4166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{margin-right:4vw;max-width:32vw}}.related-products__swiper .swiper-slide .product-item-star-holder{background:#d1d1d1;height:1.5625vw;margin-left:.2604166667vw;position:relative;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star-holder{height:5.3333333333vw;margin-left:1.3333333333vw;width:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-star-holder:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-progress-bar{background:#00b0f0;font-size:0;height:100%;left:0;line-height:0;position:absolute;top:0;width:0;z-index:5}.related-products__swiper .swiper-slide .product-item-star{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNy4yVjE5aDMuNmwxLjItNi45ek0xOSAwSDkuNWwyLjkgNi4zIDYuNi45LTQuNyA0LjkgMS4xIDYuOUgxOXpNMy42IDE5aDExLjhsLTUuOS0zLjN6TTkuNSAwSDB2Ny4ybDYuNi0uOXoiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBmaWxsPSJub25lIiBkPSJtOS41IDE1LjQtNS45IDMuMSAxLjItNi42TDAgNy4zbDYuNi0uOSAyLjktNiAyLjkgNiA2LjYuOS00LjcgNC42IDEuMSA2LjZ6Ii8+PC9zdmc+);background-repeat:no-repeat;font-size:0;height:calc(100% + .10417vw);left:-.0520833333vw;line-height:0;position:relative;top:-.0520833333vw;width:calc(100% + .10417vw);z-index:10}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star{height:calc(100% + .53333vw);left:-.2666666667vw;top:-.2666666667vw;width:calc(100% + .53333vw)}}.related-products__swiper .swiper-slide .product-item-short-spec{overflow:hidden}.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{color:#1f94d2;font-size:1.5625vw;font-weight:700;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{font-size:4.8vw;margin:0 1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:.2604166667vw;text-decoration:line-through;text-decoration-color:#1f94d2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-taxes{font-style:italic}.related-products__swiper .swiper-slide .product-item-originalPrice{align-items:center;display:flex;flex-wrap:wrap;font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-price{color:#1f94d2;margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-price{margin-left:1.3333333333vw;margin-right:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik03NjggNjQwIDUxMiA4OTYgMjU2IDY0MGgxOTJWMTI4aDEyOHY1MTJ6IiBmaWxsPSIjMUY5NEQyIi8+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.1458333333vw;vertical-align:middle;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{height:3.7333333333vw;width:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-color-holder{align-items:center;display:flex;float:right;font-size:1.0416666667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-color-holder{font-size:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-variety{align-items:center;display:flex;margin-left:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety{margin-left:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-variety-item{border-radius:50%;cursor:pointer;display:inline-block;height:.78125vw;margin-left:.2604166667vw;overflow:hidden;width:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety-item{height:4vw;margin-left:1.3333333333vw;width:4vw}}.related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-property{font-size:1.1458333333vw;line-height:1.375;margin:1.6145833333vw 0 -.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property{font-size:3.2vw;line-height:4.8vw;margin:8.2666666667vw 0 -2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:.5208333333vw;padding-left:1.3541666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:2.6666666667vw;padding-left:6.9333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item:before{background-color:#1f94d2;border-radius:50%;content:"";height:.3125vw;left:0;position:absolute;top:.6770833333vw;width:.3125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item:before{height:1.6vw;top:1.8666666667vw;width:1.6vw}}.related-products__swiper .swiper-slide .product-item-download{display:flex;flex-wrap:wrap;margin:2.0833333333vw 0 -.78125vw;padding-left:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download{margin:10.6666666667vw 0 -.78125vw;padding-left:6.6666666667vw}}.related-products__swiper .swiper-slide .product-item-download-item{align-items:center;display:flex;margin-bottom:.78125vw;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item{margin-bottom:4vw;margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:4.6875vw;width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:24vw}}.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:3.2vw}}.related-products__swiper .swiper-slide .product-item-download a{text-decoration:underline}.related-products__swiper .swiper-slide .product-item-download a:hover{text-decoration:none}.related-products__swiper .swiper-slide .product-item-download a[href=""],.related-products__swiper .swiper-slide .product-item-download a[href="javascript:;"]{cursor:default}.related-products__swiper .swiper-slide .product-item-download img{width:auto}.related-products__swiper .swiper-slide .product-item-action{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;line-height:1.3541666667vw;margin-top:1.3020833333vw;min-height:5.2083333333vw;padding-left:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action{align-items:center;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:2.4vw;margin-top:2.6666666667vw;min-height:auto;padding-left:0}}.related-products__swiper .swiper-slide .product-item-action-btn{background-color:#0099da;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.0416666667vw!important;border-radius:1.5625em;color:#fff!important;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:auto!important;height:3.125em;letter-spacing:normal;line-height:1!important;line-height:3.125em;outline:none;padding:.5208333333vw 1.1458333333vw!important;padding:0 3.125em;transition:none;white-space:nowrap}.related-products__swiper .swiper-slide .product-item-action-btn:hover{background:#0083de}.related-products__swiper .swiper-slide .product-item-action-btn:active{background:#077dce}.related-products__swiper .swiper-slide .product-item-action-btn.mdws-btn--disabled,.related-products__swiper .swiper-slide .product-item-action-btn.mdws-btn--disabled:hover,.related-products__swiper .swiper-slide .product-item-action-btn[disabled],.related-products__swiper .swiper-slide .product-item-action-btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action-btn{border-radius:4.2666666667vw!important;font-size:3.7333333333vw;padding:2.1333333333vw 8.8vw!important}}.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:1.0416666667vw;font-weight:700;position:absolute;right:.8333333333vw;text-transform:capitalize;top:.8333333333vw;z-index:15}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:3.7333333333vw;right:4.2666666667vw;top:4.2666666667vw}}.related-products__swiper .swiper-slide .product-item-sale{color:#ff4a4a}.related-products__swiper .swiper-slide .product-item-new{color:#1f94d2}.related-products .swiper-button-next,.related-products .swiper-button-prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);cursor:pointer;height:3.125vw;position:absolute;top:50%;transition:background-color .3s ease;width:3.125vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next,.related-products .swiper-button-prev{height:10.6666666667vw;top:62.4vw;width:10.6666666667vw}}.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-bottom:.2083333333vw solid #1f94d2;border-right:.2083333333vw solid #1f94d2;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-width:.5333333333vw;height:1.6vw;width:1.6vw}}.related-products .swiper-button-next:after,.related-products .swiper-button-prev:after{content:"";font-family:unset}.related-products .swiper-button-next:hover,.related-products .swiper-button-prev:hover{background-color:#1f94d2!important}.related-products .swiper-button-next:hover:before,.related-products .swiper-button-prev:hover:before{border-color:#fff}.related-products .swiper-button-next{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next{right:5%}}.related-products .swiper-button-prev{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-prev{left:5%}}.related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(135deg)}.md-container .related-products{padding:0}.md-container .related-products .swiper-button-next{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-next{right:1%}}.md-container .related-products .swiper-button-prev{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-prev{left:1%}}html[dir=rtl] .related-products .product-item-download{padding-left:0;padding-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download{padding-right:6.6666666667vw}}html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-action,html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .related-products .product-item-property-item:before{left:unset;right:0}html[dir=rtl] .related-products .product-item-rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.0520833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.2666666667vw}}html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:.8333333333vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:4.2666666667vw;right:unset}}html[dir=rtl] .related-products .swiper-button-next{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-next{left:5%}}html[dir=rtl] .related-products .swiper-button-next:before{transform:translate(-50%,-50%) rotate(135deg)}html[dir=rtl] .related-products .swiper-button-prev{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-prev{right:5%}}html[dir=rtl] .related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(315deg)}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-color-holder{float:left}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:2.6666666667vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-right:0}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .md-container .related-products{padding:0}html[dir=rtl] .md-container .related-products .swiper-button-next{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-next{left:1%}}html[dir=rtl] .md-container .related-products .swiper-button-prev{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-prev{right:1%}}.hVPjol .esDxmW,.hVPjol .hHgapk,.hVPjol .jCGJyg{border-radius:.4166666667vw;max-height:calc(100% - 16.66667vw);max-width:calc(100% - 33.33333vw)}@media screen and (max-width:767.9px){.hVPjol .esDxmW,.hVPjol .hHgapk,.hVPjol .jCGJyg{border-radius:8px;height:calc(100% - 80px)!important;max-height:unset;max-width:calc(100% - 32px)!important;min-height:unset}}.hVPjol .esDxmW .bqiSkq,.hVPjol .esDxmW .inMOvy,.hVPjol .hHgapk .bqiSkq,.hVPjol .hHgapk .inMOvy,.hVPjol .jCGJyg .bqiSkq,.hVPjol .jCGJyg .inMOvy{padding:2.0833333333vw 3.125vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq,.hVPjol .esDxmW .inMOvy,.hVPjol .hHgapk .bqiSkq,.hVPjol .hHgapk .inMOvy,.hVPjol .jCGJyg .bqiSkq,.hVPjol .jCGJyg .inMOvy{padding:20px 16px}}.hVPjol .esDxmW .bqiSkq .hQdzul,.hVPjol .esDxmW .inMOvy .hQdzul,.hVPjol .hHgapk .bqiSkq .hQdzul,.hVPjol .hHgapk .inMOvy .hQdzul,.hVPjol .jCGJyg .bqiSkq .hQdzul,.hVPjol .jCGJyg .inMOvy .hQdzul{height:fit-content}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul,.hVPjol .esDxmW .inMOvy .hQdzul,.hVPjol .hHgapk .bqiSkq .hQdzul,.hVPjol .hHgapk .inMOvy .hQdzul,.hVPjol .jCGJyg .bqiSkq .hQdzul,.hVPjol .jCGJyg .inMOvy .hQdzul{height:fit-content}}.hVPjol .esDxmW .bqiSkq .hQdzul .eRJnmo,.hVPjol .esDxmW .inMOvy .hQdzul .eRJnmo,.hVPjol .hHgapk .bqiSkq .hQdzul .eRJnmo,.hVPjol .hHgapk .inMOvy .hQdzul .eRJnmo,.hVPjol .jCGJyg .bqiSkq .hQdzul .eRJnmo,.hVPjol .jCGJyg .inMOvy .hQdzul .eRJnmo{padding:0;right:0;top:0;transform:translateY(25%)}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .eRJnmo,.hVPjol .esDxmW .inMOvy .hQdzul .eRJnmo,.hVPjol .hHgapk .bqiSkq .hQdzul .eRJnmo,.hVPjol .hHgapk .inMOvy .hQdzul .eRJnmo,.hVPjol .jCGJyg .bqiSkq .hQdzul .eRJnmo,.hVPjol .jCGJyg .inMOvy .hQdzul .eRJnmo{padding:0;position:absolute;right:0;top:0;transform:translateY(25%)}}.hVPjol .esDxmW .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .esDxmW .inMOvy .hQdzul .eRJnmo svg,.hVPjol .hHgapk .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .hHgapk .inMOvy .hQdzul .eRJnmo svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .jCGJyg .inMOvy .hQdzul .eRJnmo svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .esDxmW .inMOvy .hQdzul .eRJnmo svg,.hVPjol .hHgapk .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .hHgapk .inMOvy .hQdzul .eRJnmo svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .eRJnmo svg,.hVPjol .jCGJyg .inMOvy .hQdzul .eRJnmo svg{height:12px;width:12px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header{font-size:12px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal;margin-bottom:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header h1,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header h1{font-size:16px;line-height:24px;margin-bottom:16px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header svg{height:12px;width:12px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span{margin-left:.5208333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header span{margin-left:4px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header>div,.hVPjol .esDxmW .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header>div,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header>div,.hVPjol .hHgapk .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header>div,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-userprofile-header-container .bv-author-header>div,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-userprofile-header-container .bv-author-header>div{align-items:center;display:flex}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary{height:fit-content;margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary{margin-top:20px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab{padding:0}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button{border-bottom:.0520833333vw solid #1f94d2;color:#333;font-size:.8333333333vw;font-weight:500;line-height:1.0416666667vw;margin:0;padding:.5208333333vw 0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .bv-tab .tab-button{border-bottom:1px solid #1f94d2;font-size:14px;line-height:22px;padding:8px 0}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container{margin-top:20px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container h2{padding:0}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container p{font-size:14px;line-height:22px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:.5208333333vw;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-questionHeader-container small{font-size:14px;line-height:22px;margin-top:4px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:.5208333333vw;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container>small{font-size:14px;line-height:22px;margin-top:4px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container{margin-top:2.0833333333vw;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container{margin-top:20px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content{margin:0;padding:0}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4{color:#333;font-size:1.0416666667vw;font-weight:500;letter-spacing:normal;line-height:normal;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4{font-size:14px;line-height:22px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b{color:#333;font-size:1.0416666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content h4 b{font-size:14px;line-height:22px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:.5208333333vw 0 0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>p{font-size:14px;line-height:22px;margin-top:10px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:.5208333333vw 0 0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content>small{font-size:14px;line-height:22px;margin-top:10px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container{margin-top:.5208333333vw;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container{margin-top:10px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container>span{font-size:14px;line-height:22px;margin-right:20px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive{margin:0 1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive{margin-right:10px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg{height:1.0416666667vw;margin:0 .4166666667vw 0 0;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative svg,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive svg{height:16px;margin-right:0;width:16px}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-negative>span,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-positive>span{font-size:14px;line-height:22px;margin-right:0}}.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report{color:#1f94d2;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .esDxmW .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .hHgapk .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .hHgapk .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .jCGJyg .bqiSkq .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report,.hVPjol .jCGJyg .inMOvy .hQdzul .bv-author-profile-tab-summary .tab-content .bv-author-question-section-container .bv-question-list .bv-question-container .bv-userprofile-answerlist .bv-answer-container .answer-content .voting-container .bv-voting-container .bv-voting-btn-report{font-size:14px;line-height:22px}}.kXfCvX{color:#333!important}@media screen and (max-width:767.9px){.kXfCvX .ebbMNH{border:none;border-radius:8px 8px 0 0}.kXfCvX .ebbMNH .UHzJz{border-radius:8px 8px 0 0}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fHMftb{padding:20px 16px}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fHMftb p{font-size:16px!important;font-weight:325!important;justify-content:center;line-height:24px!important;width:100%}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fHMftb .modalCloseBtn{padding:0}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fHMftb .modalCloseBtn svg{height:12px;width:12px}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fHMftb .modalCloseBtn svg path{fill:#707070}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI{padding:0 16px}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj,.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .kiWSCv{align-items:center;background-color:#fff;color:#333;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:16px 0}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj .nbalq,.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .kiWSCv .nbalq{height:12px;padding:0;width:12px}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj .nbalq svg,.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .kiWSCv .nbalq svg{height:12px;width:12px}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj .nbalq svg path,.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .kiWSCv .nbalq svg path{fill:#1f94d2;stroke:#1f94d2}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj .jfsGpo,.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .kiWSCv .jfsGpo{font-size:14px;line-height:22px;padding:0}.kXfCvX .ebbMNH .UHzJz .dDIBTy .chJvGM .fzhOFI ul li .fJSrGj{color:#1f94d2;font-weight:400}.kXfCvX .buXuYh{border:none}.kXfCvX .buXuYh,.kXfCvX .buXuYh .UHzJz{border-radius:8px 8px 0 0}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .fHMftb{padding:20px 16px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .fHMftb p{font-size:16px!important;font-weight:325!important;justify-content:center;line-height:24px!important;width:100%}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .fHMftb .modalCloseBtn{padding:0}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .fHMftb .modalCloseBtn svg{height:12px;width:12px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .fHMftb .modalCloseBtn svg path{fill:#707070}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV{height:unset;padding:0 16px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .kba-DsN{border-right:1px solid #d6d6d6;padding:0;width:69px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .kba-DsN .lmeGGR{color:#707070;font-size:14px;line-height:22px;padding:0 16px 0 0}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .haUsgY{padding-left:16px;width:calc(100% - 69px)}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .haUsgY .jwBqjh{margin-bottom:16px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .haUsgY .jwBqjh .beHUuo{border-radius:2px;margin-right:8px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .haUsgY .jwBqjh .iYrMqF{border:1px solid #c2c2c2!important;border-radius:2px;margin-right:8px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .GChHV .haUsgY .jwBqjh .QXhtp svg{height:16px;margin-right:4px;width:16px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .gfiuYq{align-items:center;border:none;display:flex;flex-direction:column-reverse;gap:10px;padding:60px 16px 20px}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .gfiuYq button{border:1px solid #c2c2c2;border-radius:32px;color:#333;font-size:16px;line-height:18px;margin:0;opacity:1;padding:11px 24px;width:100%}.kXfCvX .buXuYh .UHzJz .dDIBTy .kJsLYt .gfiuYq .hTGVDg{background:linear-gradient(90deg,#2b85c3,#37a6f3);border:1px solid #1f94d2;color:#fff}.gfKsBD{background:rgba(0,0,0,.5)!important;padding:16px!important}}.gfKsBD .hGvekU{border:none;border-radius:8px;height:calc(100vh - 32px)!important;margin:0;max-height:unset!important;min-height:unset!important;padding:0}.gfKsBD .hGvekU .jMHyqu{border-radius:8px;position:static}.gfKsBD .hGvekU .jMHyqu .eigvZr p{font-size:16px;font-weight:500;line-height:24px}.gfKsBD .hGvekU .jMHyqu .eigvZr .modalCloseBtn svg{height:16px;width:16px}.gfKsBD .hGvekU .jMHyqu .eigvZr .modalCloseBtn svg path{fill:#707070}.gfKsBD .hGvekU .jMHyqu .jdpVIe button{height:38px;width:38px}.gfKsBD .hGvekU .jMHyqu .jxXlsG{padding:20px 16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje,.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav{padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav .dzPKPO .dOYJbg{display:flex}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav .dzPKPO .dOYJbg svg{height:18px;width:18px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav .gIIhxN{margin-top:8px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav .gIIhxN .bv-rnr-action-bar{font-size:14px!important;font-weight:500!important;line-height:22px!important}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .fRPFav .gIIhxN .dMoRVl{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jolJQc{color:#707070;font-size:12px;font-weight:400;line-height:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN{margin-top:8px;padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .gbozVj{font-size:12px;font-weight:400;line-height:16px;margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz{margin:8px 0 0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .jReCpT{display:flex;height:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .ceEEwL .gIgVUl{display:flex}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .ceEEwL .jReCpT{display:flex;height:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .ceEEwL .ixVJIF{display:flex;padding-right:8px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .ceEEwL .ixVJIF svg circle{fill:#1f94d2}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hFQwhN .flweSz .kZBdXY{font-size:12px;line-height:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .hJNYdF{font-size:14px;line-height:18px;padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .ccIBfQ{margin-top:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .gVZWYl{height:16px;margin-top:10px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .lermCk{padding:0;width:160px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jJYKxJ{font-size:14px;line-height:22px;margin-left:10px;padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq{margin-top:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .iiJgQd{display:flex;justify-content:space-between}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN,.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .jHPlNq{font-size:14px;line-height:22px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC button{align-items:center;display:flex;margin-right:20px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC .isjLvw{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC .isjLvw .reportbutton{color:#1f94d2;font-size:14px;line-height:22px;margin:0;padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC .bMyyob,.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .jLOzaq .hFQwhN .cfAqEI .GIlyC .cCrvqF{font-size:14px;line-height:22px;margin:0 0 0 8px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed{margin-top:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc{margin:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr{background-color:#f7f7f7;border-color:#d6d6d6;padding:8px 16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .ibLuYb{display:none}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .hSRRmN{align-items:flex-start;display:flex;justify-content:space-between}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .hSRRmN .eRTmFz{width:110px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .hSRRmN .jolJQc,.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .hSRRmN .kakORI{font-size:12px;line-height:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .iERCgr .hSRRmN .hASUzz{display:flex;justify-content:flex-end}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .bNROeA{border-color:#d6d6d6;padding:16px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .bNROeA .kxrnvR{padding:0}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .bNROeA .kxrnvR .narOv{font-size:14px;font-weight:500;line-height:22px}.gfKsBD .hGvekU .jMHyqu .jxXlsG .jtRfje .ffunMC .cpICed .bgUXxc .bNROeA .kxrnvR .gbozVj{color:#707070;font-size:12px;line-height:16px}.hVPjol .esDxmW{border-radius:.4166666667vw;max-height:calc(100% - 16.66667vw);max-width:calc(100% - 33.33333vw)}@media screen and (max-width:767.9px){.hVPjol .esDxmW{border-radius:8px;max-height:calc(100% - 80px);max-width:calc(100% - 32px);min-height:unset}}.hVPjol .esDxmW .rSGHl .fygVxq{padding:2.0833333333vw 3.125vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq{padding:20px 16px}}.hVPjol .esDxmW .rSGHl .fygVxq .eBKbiN{margin-bottom:0}.hVPjol .esDxmW .rSGHl .fygVxq .eBKbiN .dkLyyK{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .eBKbiN .dkLyyK{font-size:16px;line-height:24px}}.hVPjol .esDxmW .rSGHl .fygVxq .eBKbiN .fuCEUL svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .eBKbiN .fuCEUL svg{height:12px;width:12px}}.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt{margin-bottom:0;margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt{margin-top:16px}}.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt .kBCSgH{padding:0}.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt .bHaKye{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:0;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt .bHaKye{font-size:12px;line-height:16px}}.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt .dLkJRF{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:.5208333333vw;padding:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jPzwnt .dLkJRF{font-size:12px;line-height:16px;margin-top:10px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO{margin-bottom:0}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .juffnW{color:#ec2411;font-size:1.0416666667vw;line-height:normal;margin-bottom:0;margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .juffnW{color:#333;font-size:14px;line-height:22px;margin-top:20px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .juffnW .foobGF{color:#333}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .juffnW .jCQIes{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .juffnW .jCQIes{font-size:14px;line-height:22px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .bvtEch,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gmWDjn{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;font-size:1.0416666667vw;font-weight:400;height:8.3333333333vw;line-height:normal;margin:.8333333333vw 0;outline:none;padding:.8333333333vw 1.25vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .bvtEch,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gmWDjn{border:1px solid #d6d6d6;border-radius:4px;font-size:14px;height:94px;line-height:22px;margin:8px 0;padding:11px 20px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .fxyXZc{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:0;text-align:right}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .fxyXZc{font-size:12px;line-height:16px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL{color:#ec2411;font-size:.9375vw;font-weight:400;justify-content:flex-start;line-height:normal;margin-top:0;text-align:left}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL{font-size:12px;line-height:16px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL .gTjiZg{height:1.0416666667vw;line-height:normal;margin-right:.5208333333vw;padding:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL .gTjiZg{height:12px;margin-right:4px;width:12px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL .gTjiZg:before{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/midea/review_warning.svg) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL .gTjiZg:before{height:12px;width:12px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .elIofO .gubokL .gTjiZg svg{display:none}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf{margin:2.0833333333vw 0 0}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .juffnW{color:#ec2411;font-size:1.0416666667vw;margin:0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .juffnW{color:#333;font-size:14px;line-height:22px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .juffnW .jCQIes{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .juffnW .jCQIes{font-size:14px;line-height:22px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .cilYow,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .kvqSMy{border:1px solid #d6d6d6;border-radius:1.4583333333vw;font-size:1.0416666667vw;height:2.9166666667vw;line-height:normal;margin:.8333333333vw 0;outline:none;padding:.8333333333vw 1.25vw}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .cilYow::placeholder,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .kvqSMy::placeholder{font-size:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .cilYow::placeholder,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .kvqSMy::placeholder{font-size:14px;line-height:22px}}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .cilYow,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .kvqSMy{border-radius:28px;font-size:14px;height:44px;line-height:22px;margin:10px 0;padding:11px 20px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .fxyXZc{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:0;text-align:right}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .fxyXZc{font-size:12px;line-height:16px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .kvqSMy{border-color:#ec2411}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL{color:#ec2411;font-size:1.0416666667vw;font-weight:400;justify-content:flex-start;line-height:normal;margin-top:0;text-align:left}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL{font-size:14px;line-height:22px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL .gTjiZg{height:1.0416666667vw;line-height:normal;margin-right:.5208333333vw;padding:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL .gTjiZg{height:12px;margin-right:4px;width:12px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL .gTjiZg:before{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/midea/review_warning.svg) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL .gTjiZg:before{height:12px;width:12px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .leojBf .gubokL .gTjiZg svg{display:none}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .ksKRTC{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:2.0833333333vw 0 0}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .ksKRTC{font-size:12px;line-height:16px;margin-top:20px}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY{align-items:center;display:flex;flex-direction:column-reverse;justify-content:center;margin-top:20px;padding-bottom:20px;width:100%}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .cgOJTe,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .fkYnxJ{border:.0520833333vw solid #1f94d2;border-radius:1.6666666667vw;color:#fff;font-size:1.0416666667vw;font-weight:500;line-height:normal;padding:.8333333333vw 1.6666666667vw}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .cgOJTe,.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .fkYnxJ{border:1px solid #c2c2c2;border-radius:28px;font-size:16px;line-height:18px;padding:11px 24px;width:100%}}.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .fkYnxJ{background-color:#fff;color:#333}@media screen and (max-width:767.9px){.hVPjol .esDxmW .rSGHl .fygVxq .jGclDw .iqrMWY .fkYnxJ{margin-top:8px}}.gYyWGA{padding:0 0 3.125vw!important}@media screen and (max-width:767.9px){.gYyWGA{padding-bottom:0!important}}.gYyWGA .LEeeb{color:#333;font-size:1.6666666667vw;font-weight:500;line-height:normal;margin-bottom:0;padding:1.5625vw 0}@media screen and (max-width:767.9px){.gYyWGA .LEeeb{font-size:14px;line-height:22px;padding:16px 0}}.gYyWGA .iActSS .drzXMk{max-width:41.6666666667vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk{max-width:unset}}.gYyWGA .iActSS .drzXMk .iqVlBL{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .iqVlBL{font-size:14px;font-weight:400;line-height:22px}}.gYyWGA .iActSS .drzXMk .hKNobM{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM{margin-top:8px}}.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep{border:.0520833333vw solid #d6d6d6;border-radius:6.25vw;color:#333;font-size:1.0416666667vw;font-weight:400;height:2.9166666667vw;line-height:normal;padding:.8333333333vw 2.3958333333vw .8333333333vw 1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep{border:1px solid #d6d6d6;border-radius:28px;font-size:14px;height:44px;padding:11px 44px 11px 20px}}.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep::placeholder{color:#adadad;font-family:HCo Gotham,sans-serif;font-size:1.0416666667vw;font-weight:400}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep::placeholder{font-size:14px}}.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep:focus{border:.0520833333vw solid #1f94d2;outline:none}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .iIQkep:focus{border:1px solid #1f94d2}}.gYyWGA .iActSS .drzXMk .hKNobM .jGGdxa{height:1.25vw;right:1.0416666667vw;right:1.25vw;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .jGGdxa{height:16px;right:20px;width:16px}}.gYyWGA .iActSS .drzXMk .hKNobM .jGGdxa svg{display:none}.gYyWGA .iActSS .drzXMk .hKNobM .jGGdxa:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNLjY2NyA3cTAtMS4yODguNDk4LTIuNDY2LjQ4LTEuMTM2IDEuMzU3LTIuMDEyLjg3Ni0uODc3IDIuMDEzLTEuMzU4UTUuNzEyLjY2NyA3IC42NjdxMS4yODggMCAyLjQ2Ni40OTcgMS4xMzYuNDgxIDIuMDEzIDEuMzU4Ljg3Ni44NzYgMS4zNTcgMi4wMTIuNDk4IDEuMTc4LjQ5OCAyLjQ2NiAwIDEuMjg4LS40OTggMi40NjUtLjQ4MSAxLjEzNy0xLjM1NyAyLjAxMy0uODc3Ljg3Ni0yLjAxMyAxLjM1Ny0xLjE3OC40OTgtMi40NjYuNDk4LTEuMjg4IDAtMi40NjUtLjQ5OC0xLjEzNy0uNDgtMi4wMTMtMS4zNTctLjg3Ni0uODc2LTEuMzU3LTIuMDEzUS42NjcgOC4yODguNjY3IDdaTTIgN3EwIDIuMDcgMS40NjUgMy41MzVRNC45MjkgMTIgNyAxMnQzLjUzNi0xLjQ2NVExMiA5LjA3MSAxMiA3dC0xLjQ2NC0zLjUzNlE5LjA3IDIgNyAyIDQuOTMgMiAzLjQ2NSAzLjQ2NCAyIDQuOTMgMiA3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQURBREFEIi8+PHBhdGggZD0ibTEzLjQzIDE0LjM3NC0yLjgyNy0yLjgyOWEuNjY3LjY2NyAwIDEgMSAuOTQyLS45NDNsMi44MjggMi44MjlhLjY2Ny42NjcgMCAxIDEtLjk0Mi45NDNaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+) no-repeat;background-size:100%;content:"";display:inline-block;height:1.25vw;position:absolute;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .jGGdxa:after{height:14px;width:14px}}.gYyWGA .iActSS .drzXMk .hKNobM .JBfum{height:1.25vw;right:1.0416666667vw;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .JBfum{height:14px;right:20px;width:14px}}.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button{height:1.25vw;padding:0;position:absolute;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button{height:14px;width:14px}}.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button svg{height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button svg{height:14px!important;width:14px!important}.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button svg:not(:root){overflow:visible}}.gYyWGA .iActSS .drzXMk .hKNobM .JBfum button svg path{fill:#707070}.gYyWGA .iActSS .drzXMk .haqUKv{color:#707070;font-size:.8333333333vw;font-weight:400;letter-spacing:normal;line-height:1.0416666667vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .iActSS .drzXMk .haqUKv{font-size:12px;line-height:16px;margin-top:8px}}.gYyWGA .cQPjqb{border:none;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb{flex-direction:column-reverse;margin-top:16px;padding-bottom:16px}}.gYyWGA .cQPjqb .dPecFJ{padding:0}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .dPecFJ{margin:16px 0 0}.gYyWGA .cQPjqb .dPecFJ .hgvoHl{display:flex;justify-content:center;width:100%}}.gYyWGA .cQPjqb .dPecFJ .hgvoHl .iActSS{color:#333;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .dPecFJ .hgvoHl .iActSS{font-size:14px;line-height:22px}}.gYyWGA .cQPjqb .cmsSew{padding:0;position:relative}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew{margin:0}}.gYyWGA .cQPjqb .cmsSew .eDmRpt,.gYyWGA .cQPjqb .cmsSew .fvYUsV{border:.0520833333vw solid #d6d6d6;border-radius:6.25vw;padding:.8333333333vw 1.25vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt,.gYyWGA .cQPjqb .cmsSew .fvYUsV{border:1px solid #d6d6d6;border-radius:28px;padding:11px 20px;width:100%}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv{height:auto}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE{height:1.25vw;width:20.8333333333vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE{height:22px;padding:0;width:100%}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .glogdg .fOPmFm,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .glogdg .fOPmFm{font-family:HCo Gotham,sans-serif;font-size:1.0416666667vw;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .glogdg .fOPmFm,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .glogdg .fOPmFm{font-size:14px;line-height:22px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .cvJIZF:after,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .cvJIZF:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjAuNzEgNy42NjVhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3NmwtLjA4Ni4wNzYtNi45NjIgNi45NTgtNi45NjMtNi45NThhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3Nkw0IDcuNjY1YS45ODQuOTg0IDAgMCAwLS4wNzcgMS4zMDZMNCA5LjA1N2w3LjY1OCA3LjY1NGEuOTg1Ljk4NSAwIDAgMCAxLjMwNy4wNzdsLjA4Ni0uMDc3IDcuNjU5LTcuNjU0YS45ODQuOTg0IDAgMCAwIDAtMS4zOTJaIiBmaWxsPSIjNzA3MDcwIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;position:absolute;right:1.25vw;top:50%;transform:translateY(-50%) rotate(0deg);transition:all .2s ease-in;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .cvJIZF:after,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .cvJIZF:after{height:16px;right:20px;width:16px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .cvJIZF[aria-expanded=true]:after,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .cvJIZF[aria-expanded=true]:after{transform:translateY(-50%) rotate(-180deg)}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE>div:last-of-type,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE>div:last-of-type{height:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE>div:last-of-type,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE>div:last-of-type{height:22px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE>div:last-of-type svg,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE>div:last-of-type svg{display:none}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf{background:#fff;border:none;border-radius:.2083333333vw;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);padding:1.0416666667vw;top:3.0208333333vw;width:100%}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf{padding:8px 16px;top:46px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR,.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF{border:none;display:flex;flex-direction:row-reverse;font-family:HCo Gotham,sans-serif;justify-content:space-between;min-width:unset;padding:.5208333333vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR,.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF{align-items:center;display:flex;padding:8px 0}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR:hover,.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF:hover,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR:hover,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF:hover{background-color:#f7f7f7;color:#333;cursor:pointer}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR .dVVKgk,.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR .dVVKgk,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk{display:flex;height:16px}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR .ehFAUn,.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .ehFAUn,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .bhfeGR .ehFAUn,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .ehFAUn{font-family:HCo Gotham,sans-serif;font-size:14px;font-weight:400;line-height:22px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .ehFAUn,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .ehFAUn{color:#1f94d2}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk{padding:0}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk:after,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtNi4xNTQgMTAuODk2IDQuMzM4IDQuMzMyIDcuMjMtNy4yMTloLjAwMXEuMDM4LS4wMzguMDc5LS4wNzEuMDQxLS4wMzQuMDg1LS4wNjMuMDQ0LS4wMy4wOTEtLjA1NXQuMDk2LS4wNDVxLjA0OS0uMDIuMS0uMDM1LjA1LS4wMTYuMTAyLS4wMjYuMDUyLS4wMS4xMDUtLjAxNi4wNTMtLjAwNS4xMDYtLjAwNXQuMTA2LjAwNXEuMDUyLjAwNi4xMDQuMDE2LjA1My4wMS4xMDMuMDI2LjA1MS4wMTUuMS4wMzUuMDQ5LjAyLjA5Ni4wNDYuMDQ2LjAyNS4wOS4wNTQuMDQ1LjAzLjA4Ni4wNjMuMDQuMDM0LjA3OC4wNzEuMDM4LjAzOC4wNzEuMDc5LjAzNC4wNDEuMDYzLjA4NS4wMy4wNDQuMDU1LjA5MXQuMDQ1LjA5NnEuMDIuMDQ5LjAzNi4xLjAxNS4wNS4wMjYuMTAzLjAxLjA1MS4wMTUuMTA0LjAwNS4wNTMuMDA1LjEwNnQtLjAwNS4xMDZxLS4wMDUuMDUzLS4wMTUuMTA1LS4wMS4wNTItLjAyNi4xMDMtLjAxNS4wNS0uMDM2LjEtLjAyLjA0OS0uMDQ1LjA5NS0uMDI1LjA0Ny0uMDU1LjA5MS0uMDI5LjA0NC0uMDYzLjA4NS0uMDMzLjA0MS0uMDcuMDc5aC0uMDAxbC0uMDAxLjAwMS03Ljk5NCA3Ljk4cS0uMDM4LjAzOC0uMDc5LjA3Mi0uMDQuMDM0LS4wODUuMDYzLS4wNDQuMDMtLjA5LjA1NC0uMDQ3LjAyNS0uMDk2LjA0Ni0uMDUuMDItLjEuMDM1LS4wNS4wMTYtLjEwMy4wMjYtLjA1Mi4wMS0uMTA1LjAxNS0uMDUyLjAwNi0uMTA1LjAwNnQtLjEwNi0uMDA2cS0uMDUzLS4wMDUtLjEwNS0uMDE1LS4wNTItLjAxLS4xMDMtLjAyNi0uMDUtLjAxNS0uMS0uMDM1LS4wNDgtLjAyLS4wOTUtLjA0Ni0uMDQ3LS4wMjUtLjA5LS4wNTQtLjA0NS0uMDMtLjA4Ni0uMDYzLS4wNC0uMDM0LS4wNzgtLjA3MWwtNS4xMDItNS4wOTVxLS4wMzgtLjAzOC0uMDcxLS4wNzktLjAzNC0uMDQtLjA2My0uMDg1LS4wMy0uMDQ0LS4wNTUtLjA5LS4wMjUtLjA0OC0uMDQ1LS4wOTctLjAyLS4wNDktLjAzNi0uMS0uMDE1LS4wNS0uMDI2LS4xMDItLjAxLS4wNTItLjAxNS0uMTA1LS4wMDUtLjA1My0uMDA1LS4xMDZ0LjAwNS0uMTA2cS4wMDUtLjA1My4wMTUtLjEwNS4wMS0uMDUyLjAyNi0uMTAyLjAxNi0uMDUxLjAzNi0uMS4wMi0uMDUuMDQ1LS4wOTYuMDI1LS4wNDcuMDU1LS4wOS4wMy0uMDQ1LjA2My0uMDg2LjAzMy0uMDQxLjA3LS4wNzkuMDM4LS4wMzcuMDgtLjA3LjA0LS4wMzQuMDg1LS4wNjQuMDQ0LS4wMy4wOS0uMDU0LjA0Ny0uMDI1LjA5Ni0uMDQ2LjA1LS4wMi4xLS4wMzUuMDUtLjAxNi4xMDMtLjAyNi4wNTItLjAxLjEwNC0uMDE2LjA1My0uMDA1LjEwNi0uMDA1dC4xMDYuMDA1cS4wNTMuMDA1LjEwNS4wMTYuMDUyLjAxLjEwMy4wMjYuMDUuMDE1LjEuMDM1LjA0OC4wMi4wOTUuMDQ1LjA0Ny4wMjUuMDkxLjA1NXQuMDg1LjA2M3EuMDQxLjAzNC4wNzkuMDcxWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk:after,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk:after{height:16px;width:16px}}.gYyWGA .cQPjqb .cmsSew .eDmRpt .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk svg,.gYyWGA .cQPjqb .cmsSew .fvYUsV .ilePnv .gGELcE .fmlquf .jZgdji .gQlpbF .dVVKgk svg{display:none}.gYyWGA .bfDJwr{border-bottom:none;margin-top:3.125vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr{margin-top:0;padding:20px 0}}.gYyWGA .bfDJwr .jPzwnt{margin:0}.gYyWGA .bfDJwr .jPzwnt .kBCSgH{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .jPzwnt .kBCSgH{font-size:14px;line-height:22px}}.gYyWGA .bfDJwr .jPzwnt .bHaKye{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;margin:0;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .jPzwnt .bHaKye{font-size:14px;line-height:22px;margin-top:8px}}.gYyWGA .bfDJwr .jPzwnt .dLkJRF{font-size:.9375vw;margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .jPzwnt .dLkJRF{font-size:12px;line-height:22px;margin-top:8px}}.gYyWGA .bfDJwr .cYBkfz{margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .cYBkfz{margin-top:8px}}.gYyWGA .bfDJwr .cYBkfz .iByccw{color:#333;font-size:.9375vw;font-weight:400;line-height:normal;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .cYBkfz .iByccw{font-size:12px;line-height:22px;margin-top:8px}}.gYyWGA .bfDJwr .cYBkfz .chzXMY{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:1.4583333333vw;color:#fff;font-size:1.0416666667vw;font-weight:500;line-height:normal;padding:.8333333333vw 1.25vw}.gYyWGA .bfDJwr .cYBkfz .chzXMY:hover{background:#0083de}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .cYBkfz .chzXMY{border-radius:32px;font-size:12px;font-weight:325;line-height:12px;padding:8px 12px}}.gYyWGA .bfDJwr .dwCbeq .errDmC,.gYyWGA .bfDJwr .dwCbeq .iqKmTB{margin:0;padding:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC,.gYyWGA .bfDJwr .dwCbeq .iqKmTB{padding-top:20px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bAZFZo,.gYyWGA .bfDJwr .dwCbeq .errDmC .dZZuKR,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bAZFZo,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .dZZuKR{color:#333;font-size:1.0416666667vw;font-weight:500;line-height:normal;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bAZFZo,.gYyWGA .bfDJwr .dwCbeq .errDmC .dZZuKR,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bAZFZo,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .dZZuKR{font-size:14px;font-weight:400;line-height:22px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bHaKye,.gYyWGA .bfDJwr .dwCbeq .errDmC .dLkJRF,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bHaKye,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .dLkJRF{color:#333;font-size:.9375vw;font-weight:400;line-height:normal;margin:1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bHaKye,.gYyWGA .bfDJwr .dwCbeq .errDmC .dLkJRF,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bHaKye,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .dLkJRF{font-size:12px;line-height:16px;margin-top:8px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container{margin-top:10px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv{padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv{align-items:center;display:flex;justify-content:space-between}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .lnPIYb .jgfxhD,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .lnPIYb .jgfxhD{color:#333;font-size:.9375vw;font-weight:400;line-height:normal;margin:0 2.0833333333vw 0 0;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .lnPIYb .jgfxhD,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .lnPIYb .jgfxhD{font-size:14px;line-height:22px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW svg,.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .hrttYX svg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW svg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .hrttYX svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW svg,.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .hrttYX svg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW svg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .hrttYX svg{height:16px;width:16px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .hrttYX .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .hrttYX .fNjgcO{color:#333;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .hrttYX .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW .fNjgcO,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .hrttYX .fNjgcO{font-size:14px;line-height:22px}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .hrttYX,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .hrttYX{margin-right:0}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW{margin:0 0 0 1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .dRIrDW,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .dRIrDW{margin-left:20px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .llyCcg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .llyCcg{margin-left:2.0833333333vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .llyCcg,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .llyCcg{margin-left:20px}}.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .llyCcg .reportbutton,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .llyCcg .reportbutton{color:#1f94d2;font-size:.9375vw;font-weight:400;line-height:normal;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .dwCbeq .errDmC .bv-feedback-container .fwRFv .bAbBDL .llyCcg .reportbutton,.gYyWGA .bfDJwr .dwCbeq .iqKmTB .bv-feedback-container .fwRFv .bAbBDL .llyCcg .reportbutton{font-size:14px;line-height:22px}}.gYyWGA .bfDJwr .bmmruc{margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .bmmruc{margin-top:8px}.gYyWGA .bfDJwr .bmmruc .gDGROd{border:1px solid #d6d6d6}}.gYyWGA .bfDJwr .bmmruc .gDGROd .iWqxHg{font-size:.9375vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .bmmruc .gDGROd .iWqxHg{font-size:12px;line-height:16px}}.gYyWGA .bfDJwr .bmmruc .gDGROd .iWqxHg a{font-size:.9375vw}@media screen and (max-width:767.9px){.gYyWGA .bfDJwr .bmmruc .gDGROd .iWqxHg a{font-size:12px;line-height:16px;margin-left:4px}}.gYyWGA .gTucd{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .gTucd{margin-top:0}}.gYyWGA .gTucd .bBfElY{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:1.4583333333vw;color:#fff;font-size:1.0416666667vw;font-weight:400;line-height:normal;padding:.8333333333vw 1.25vw}.gYyWGA .gTucd .bBfElY:hover{background:#0083de}@media screen and (max-width:767.9px){.gYyWGA .gTucd .bBfElY{border-radius:32px;font-size:12px;line-height:12px;padding:8px 12px}.gYyWGA .kDLykd{padding:0}}.gYyWGA .kDLykd .iqVlBL{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.gYyWGA .kDLykd .iqVlBL{font-size:14px;line-height:22px;margin-top:0;padding:0}}.gYyWGA .dPFQgT .jGclDw .elIofO{margin-bottom:0}.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW{color:#ec2411;font-family:HCo Gotham,sans-serif;line-height:normal;margin-bottom:0;margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW{color:#333;font-size:14px;line-height:22px;margin-top:0}}.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW .foobGF{color:#333}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW .foobGF{font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW .jCQIes{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .juffnW .jCQIes{font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .elIofO .bvtEch,.gYyWGA .dPFQgT .jGclDw .elIofO .gmWDjn{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;font-size:1.0416666667vw;font-weight:400;height:8.3333333333vw;line-height:normal;margin:.8333333333vw 0;outline:none;padding:.8333333333vw 1.25vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .bvtEch,.gYyWGA .dPFQgT .jGclDw .elIofO .gmWDjn{border:1px solid #d6d6d6;border-radius:8px;font-size:14px;height:94px;line-height:22px;margin:8px 0;padding:11px 20px}}.gYyWGA .dPFQgT .jGclDw .elIofO .fxyXZc{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:0;text-align:right}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .fxyXZc{font-size:12px}}.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL{color:#ec2411;font-family:HCo Gotham,sans-serif;font-weight:400;justify-content:flex-start;line-height:normal;margin-top:0;text-align:left}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL{line-height:16px}.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .foobGF{font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .gTjiZg{height:1.0416666667vw;line-height:normal;margin-right:.5208333333vw;padding:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .gTjiZg{height:14px;margin-right:4px;width:14px}}.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .gTjiZg:before{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/midea/review_warning.svg) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .gTjiZg:before{height:14px;width:14px}}.gYyWGA .dPFQgT .jGclDw .elIofO .gubokL .gTjiZg svg{display:none}.gYyWGA .dPFQgT .jGclDw .leojBf{margin:2.0833333333vw 0 0}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf{margin-top:8px}}.gYyWGA .dPFQgT .jGclDw .leojBf .juffnW{color:#ec2411;font-family:HCo Gotham,sans-serif;margin:0}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .juffnW{color:#333;font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .leojBf .juffnW .jCQIes{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .juffnW .jCQIes{font-size:14px}}.gYyWGA .dPFQgT .jGclDw .leojBf .cilYow,.gYyWGA .dPFQgT .jGclDw .leojBf .kvqSMy{border:1px solid #d6d6d6;border-radius:1.4583333333vw;font-size:1.0416666667vw;line-height:normal;margin:.8333333333vw 0;outline:none;padding:.8333333333vw 1.25vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .cilYow,.gYyWGA .dPFQgT .jGclDw .leojBf .kvqSMy{border-radius:28px;font-size:14px;line-height:22px;margin:8px 0;padding:11px 20px}}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .cilYow::placeholder,.gYyWGA .dPFQgT .jGclDw .leojBf .kvqSMy::placeholder{font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .leojBf .fxyXZc{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-top:0;text-align:right}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .fxyXZc{font-size:12px;line-height:16px}}.gYyWGA .dPFQgT .jGclDw .leojBf .kvqSMy{border-color:#ec2411}.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL{color:#ec2411;font-family:HCo Gotham,sans-serif;font-weight:400;justify-content:flex-start;line-height:normal;margin-top:0;text-align:left}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL{line-height:16px}.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .foobGF{font-size:14px;line-height:22px}}.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .gTjiZg{height:1.0416666667vw;line-height:normal;margin-right:.5208333333vw;padding:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .gTjiZg{height:14px;margin-right:4px;width:14px}}.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .gTjiZg:before{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/midea/review_warning.svg) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .gTjiZg:before{height:14px;width:14px}}.gYyWGA .dPFQgT .jGclDw .leojBf .gubokL .gTjiZg svg{display:none}.gYyWGA .dPFQgT .jGclDw .ksKRTC{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin:2.0833333333vw 0 0}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .ksKRTC{font-size:12px;margin-top:16px}}.gYyWGA .dPFQgT .jGclDw .iqrMWY{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .iqrMWY{margin-top:16px}}.gYyWGA .dPFQgT .jGclDw .iqrMWY .cgOJTe,.gYyWGA .dPFQgT .jGclDw .iqrMWY .fkYnxJ{border:.0520833333vw solid #c2c2c2;border-radius:1.6666666667vw;color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal;padding:.8333333333vw 1.6666666667vw}@media screen and (max-width:767.9px){.gYyWGA .dPFQgT .jGclDw .iqrMWY .cgOJTe,.gYyWGA .dPFQgT .jGclDw .iqrMWY .fkYnxJ{border:1px solid #c2c2c2;border-radius:28px;font-size:16px;line-height:18px;padding:10px 24px}}.gYyWGA .dPFQgT .jGclDw .iqrMWY .cgOJTe{border-color:#1f94d2;color:#fff}.gfKsBD .encIxl,.gfKsBD .gryhPt,.gfKsBD .iUvcqw,.gfKsBD .jdlqyw,.gsytzH .encIxl,.gsytzH .gryhPt,.gsytzH .iUvcqw,.gsytzH .jdlqyw{border:none;border-radius:.4166666667vw;height:100%;max-height:calc(100vh - 16.66667vw);max-width:calc(100% - 33.33333vw);padding:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl,.gfKsBD .gryhPt,.gfKsBD .iUvcqw,.gfKsBD .jdlqyw,.gsytzH .encIxl,.gsytzH .gryhPt,.gsytzH .iUvcqw,.gsytzH .jdlqyw{border-radius:8px;height:calc(100vh - 32px);max-height:unset;max-width:calc(100vw - 32px);min-height:unset}.gfKsBD .encIxl .ZvnvH,.gfKsBD .encIxl .dxEhLH,.gfKsBD .gryhPt .ZvnvH,.gfKsBD .gryhPt .dxEhLH,.gfKsBD .iUvcqw .ZvnvH,.gfKsBD .iUvcqw .dxEhLH,.gfKsBD .jdlqyw .ZvnvH,.gfKsBD .jdlqyw .dxEhLH,.gsytzH .encIxl .ZvnvH,.gsytzH .encIxl .dxEhLH,.gsytzH .gryhPt .ZvnvH,.gsytzH .gryhPt .dxEhLH,.gsytzH .iUvcqw .ZvnvH,.gsytzH .iUvcqw .dxEhLH,.gsytzH .jdlqyw .ZvnvH,.gsytzH .jdlqyw .dxEhLH{position:absolute}}.gfKsBD .encIxl .ZvnvH .dDIBTy,.gfKsBD .encIxl .dxEhLH .dDIBTy,.gfKsBD .gryhPt .ZvnvH .dDIBTy,.gfKsBD .gryhPt .dxEhLH .dDIBTy,.gfKsBD .iUvcqw .ZvnvH .dDIBTy,.gfKsBD .iUvcqw .dxEhLH .dDIBTy,.gfKsBD .jdlqyw .ZvnvH .dDIBTy,.gfKsBD .jdlqyw .dxEhLH .dDIBTy,.gsytzH .encIxl .ZvnvH .dDIBTy,.gsytzH .encIxl .dxEhLH .dDIBTy,.gsytzH .gryhPt .ZvnvH .dDIBTy,.gsytzH .gryhPt .dxEhLH .dDIBTy,.gsytzH .iUvcqw .ZvnvH .dDIBTy,.gsytzH .iUvcqw .dxEhLH .dDIBTy,.gsytzH .jdlqyw .ZvnvH .dDIBTy,.gsytzH .jdlqyw .dxEhLH .dDIBTy{padding:2.0833333333vw 3.125vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy,.gfKsBD .encIxl .dxEhLH .dDIBTy,.gfKsBD .gryhPt .ZvnvH .dDIBTy,.gfKsBD .gryhPt .dxEhLH .dDIBTy,.gfKsBD .iUvcqw .ZvnvH .dDIBTy,.gfKsBD .iUvcqw .dxEhLH .dDIBTy,.gfKsBD .jdlqyw .ZvnvH .dDIBTy,.gfKsBD .jdlqyw .dxEhLH .dDIBTy,.gsytzH .encIxl .ZvnvH .dDIBTy,.gsytzH .encIxl .dxEhLH .dDIBTy,.gsytzH .gryhPt .ZvnvH .dDIBTy,.gsytzH .gryhPt .dxEhLH .dDIBTy,.gsytzH .iUvcqw .ZvnvH .dDIBTy,.gsytzH .iUvcqw .dxEhLH .dDIBTy,.gsytzH .jdlqyw .ZvnvH .dDIBTy,.gsytzH .jdlqyw .dxEhLH .dDIBTy{padding:20px 16px}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq{height:unset}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY{padding:0;right:0;top:0;transform:translateY(25%);z-index:101}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .duOKYY svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .duOKYY svg{height:12px;width:12px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container{position:static}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;padding:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header{font-size:12px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal;margin-bottom:2.0833333333vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header h1{font-size:16px;line-height:24px;margin-bottom:16px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header svg{height:12px;width:12px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span{margin-left:.5208333333vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header span{margin-left:4px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-header>div{align-items:center;display:flex}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-userprofile-header-container .bv-author-badges-section{padding:0}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary{height:fit-content;margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary{margin-top:20px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab{padding:0}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button{border-bottom:.0520833333vw solid #1f94d2;color:#333;font-size:.8333333333vw;font-weight:500;line-height:1.0416666667vw;margin:0;padding:.5208333333vw 0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .bv-tab .tab-button{border-bottom:1px solid #1f94d2;font-size:14px;line-height:22px;padding:0}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content{padding-top:2.0833333333vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content{padding-top:20px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container{margin:0;padding:0}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container{margin:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container{padding:20px 0;width:100%}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image{margin:0 1.0416666667vw 0 0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image{margin-right:8px;max-width:unset;min-width:unset}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img{height:6.25vw;width:6.25vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review-product-image img{height:60px;width:60px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review{padding:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review{width:calc(100% - 68px)}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-ratings{margin-bottom:8px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-title{margin:0}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal;margin-top:.5208333333vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-product-link{font-size:14px;font-weight:500;line-height:22px;margin-top:8px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date{padding:0}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-date span{font-size:12px;line-height:16px;margin-top:8px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text{color:#333;font-size:.9375vw;font-weight:400;line-height:normal;margin:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-review-text{font-size:12px;line-height:16px;margin-top:8px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container>span{font-size:14px;line-height:22px;margin-right:20px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive{margin:0 1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive{margin-right:10px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg{height:1.0416666667vw;margin:0 .4166666667vw 0 0;width:1.0416666667vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative svg,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive svg{height:16px;margin-right:0;width:16px}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-negative>span,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-positive>span{font-size:14px;line-height:22px;margin-right:0}}.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report{color:#1f94d2;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;padding:0}@media screen and (max-width:767.9px){.gfKsBD .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gfKsBD .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .encIxl .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .encIxl .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .gryhPt .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .gryhPt .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .iUvcqw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .iUvcqw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .jdlqyw .ZvnvH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report,.gsytzH .jdlqyw .dxEhLH .dDIBTy .gsDQdq .bv-author-profile-tab-summary .tab-content .bv-review-list .bv-review-list-flex-container .bv-review-list-review-container .bv-review-container .bv-review .bv-voting-container .bv-voting-btn-report{font-size:14px;line-height:22px}}.fKZNJF .drScTz{border:none;border-radius:.4166666667vw;max-height:calc(100% - 6.25vw);max-width:unset;padding:2.0833333333vw 3.125vw;width:66.6666666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz{border-radius:8px;max-height:calc(100% - 40px);padding:20px 16px;width:calc(100% - 32px)}}.fKZNJF .drScTz .cUVMXz{border:none;position:relative}.fKZNJF .drScTz .cUVMXz .brlFoc,.fKZNJF .drScTz .cUVMXz img{height:6.25vw;margin:0 1.0416666667vw 0 0;width:6.25vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .cUVMXz .brlFoc,.fKZNJF .drScTz .cUVMXz img{height:70px;margin-right:8px;width:70px}}.fKZNJF .drScTz .cUVMXz .emROGl{margin:0}.fKZNJF .drScTz .cUVMXz .emROGl .fPfRTV{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .cUVMXz .emROGl .fPfRTV{font-size:16px;line-height:24px}}.fKZNJF .drScTz .cUVMXz .emROGl .EPNmk{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal;margin:.5208333333vw 0 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .cUVMXz .emROGl .EPNmk{font-size:14px;line-height:22px;margin-top:8px}}.fKZNJF .drScTz .cUVMXz .eOzVnJ{margin:0;position:absolute;right:0;top:0}.fKZNJF .drScTz .cUVMXz .eOzVnJ .cbsYNK{margin:0;padding:0}.fKZNJF .drScTz .cUVMXz .eOzVnJ .cbsYNK svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .cUVMXz .eOzVnJ .cbsYNK svg{height:12px;width:12px}}.fKZNJF .drScTz .fOpdxW{border:none;color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .fOpdxW{font-size:12px;line-height:16px;margin-top:16px;padding-bottom:20px}}.fKZNJF .drScTz .hCDZNA,.fKZNJF .drScTz .jWKLOs{border:none;color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:.5208333333vw 0 2.0833333333vw;padding:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hCDZNA,.fKZNJF .drScTz .jWKLOs{font-size:12px;line-height:16px;margin-bottom:20px;margin-top:10px}}.fKZNJF .drScTz .hCDZNA .eYjiYR,.fKZNJF .drScTz .jWKLOs .eYjiYR{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hCDZNA .eYjiYR,.fKZNJF .drScTz .jWKLOs .eYjiYR{height:12px;width:12px}}.fKZNJF .drScTz .hCDZNA .eYjiYR svg,.fKZNJF .drScTz .jWKLOs .eYjiYR svg{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hCDZNA .eYjiYR svg,.fKZNJF .drScTz .jWKLOs .eYjiYR svg{height:12px;width:12px}}.fKZNJF .drScTz .hCDZNA .eYjiYR svg path,.fKZNJF .drScTz .jWKLOs .eYjiYR svg path{fill:#707070}.fKZNJF .drScTz .hCDZNA .inRgpM,.fKZNJF .drScTz .hCDZNA .jAHwYc,.fKZNJF .drScTz .jWKLOs .inRgpM,.fKZNJF .drScTz .jWKLOs .jAHwYc{margin-left:.5208333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hCDZNA .inRgpM,.fKZNJF .drScTz .hCDZNA .jAHwYc,.fKZNJF .drScTz .jWKLOs .inRgpM,.fKZNJF .drScTz .jWKLOs .jAHwYc{margin-left:4px}}.fKZNJF .drScTz .hCDZNA .inRgpM .fXtTmv,.fKZNJF .drScTz .hCDZNA .jAHwYc .fXtTmv,.fKZNJF .drScTz .jWKLOs .inRgpM .fXtTmv,.fKZNJF .drScTz .jWKLOs .jAHwYc .fXtTmv{color:#707070;font-size:.9375vw;font-weight:400}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hCDZNA .inRgpM .fXtTmv,.fKZNJF .drScTz .hCDZNA .jAHwYc .fXtTmv,.fKZNJF .drScTz .jWKLOs .inRgpM .fXtTmv,.fKZNJF .drScTz .jWKLOs .jAHwYc .fXtTmv{font-size:12px}}.fKZNJF .drScTz .hABtAl{border-color:#d6d6d6;padding:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl{padding-bottom:20px}}.fKZNJF .drScTz .hABtAl .iPDIQn:first-of-type{margin-top:20px}.fKZNJF .drScTz .hABtAl .WTVsR{border-bottom:none;border-top:.0520833333vw solid #d6d6d6;margin:0;padding:1.40625vw 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR{border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;padding:20px 0}}.fKZNJF .drScTz .hABtAl .WTVsR .enzTiz{background-color:#1f94d2;border:none;color:#fff;font-size:.9375vw;font-weight:500;height:1.875vw;line-height:normal;padding:.5208333333vw;width:1.875vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR .enzTiz{font-size:12px;height:20px;line-height:16px;padding:8px;width:20px}}.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE{margin-left:.8333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE{margin-left:8px}}.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .bvhdGJ{flex-grow:unset;margin:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .bvhdGJ{flex:1;padding-right:8px}}.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .bvhdGJ .hHqjzQ{color:#3d3d3d;font-size:1.25vw;font-weight:500;line-height:1.5625vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .bvhdGJ .hHqjzQ{font-size:16px;line-height:24px}}.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .diNKxB{background-color:#fff7e8;border:none;border-radius:0;color:#f70;font-family:HCo Gotham,sans-serif;font-size:.8333333333vw;font-weight:400;line-height:1.0416666667vw;padding:.2083333333vw .5208333333vw;text-align:right}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .WTVsR .gvuLRE .bmaszQ .diNKxB{font-size:12px;font-weight:400;line-height:16px;padding:3px 8px;width:83px}}.fKZNJF .drScTz .hABtAl .iPDIQn{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn{margin-top:16px}}.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .fYmReN{color:#333;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .fYmReN{font-size:14px;line-height:22px}}.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .dfGiJK{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;text-align:right}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .dfGiJK{font-size:12px;line-height:16px}}.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .jUJBHd{font-size:.9375vw;font-weight:400}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .jUJBHd{font-size:14px;line-height:22px}}.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .lhcaUY{font-size:.9375vw;font-weight:400;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .chErcM .lhcaUY{color:#707070;font-size:14px;line-height:22px;margin-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj{margin-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs{padding-right:.5208333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs{padding-right:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .dgkAoU{background-color:#1f94d2;border:.0520833333vw solid #1f94d2;border-radius:.2083333333vw;height:2.5vw;width:2.5vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .dgkAoU{border:1px solid #1f94d2;border-radius:4px;height:40px;width:40px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .dgkAoU svg{height:1.3541666667vw;width:1.3541666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .dgkAoU svg{height:22px;width:22px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .nUkJJ{background-color:#fff;border:.0520833333vw solid #1f94d2;border-radius:.2083333333vw;height:2.5vw;width:2.5vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .nUkJJ{border:1px solid #1f94d2;border-radius:4px;height:40px;width:40px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .nUkJJ svg{height:1.3541666667vw;width:1.3541666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cthKcj .cKQoxs .nUkJJ svg{height:22px;width:22px}}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq{padding-top:.8333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq{padding-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .flQNMP,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hzefZv,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;box-shadow:none;font-family:HCo Gotham,sans-serif;font-size:1.0416666667vw;line-height:normal;margin:0;padding:.8333333333vw 1.25vw}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .flQNMP::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hzefZv::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY::placeholder{font-family:HCo Gotham,sans-serif;font-size:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .flQNMP::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hzefZv::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY::placeholder{font-size:14px;line-height:22px}}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .flQNMP,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hzefZv,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY{border:1px solid #d6d6d6;border-radius:8px;font-size:14px;line-height:22px;padding:11px 20px}}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY{border-radius:1.4583333333vw}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS::placeholder,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY::placeholder{line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fJhVXS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .fRVMAE,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hGpElN,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .hjdnSt,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS,.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .wcnbY{border-radius:28px}}.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS{height:8.3333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .klPfYq .klHVfS{height:unset;min-height:80px;overflow:auto}}.fKZNJF .drScTz .hABtAl .iPDIQn .eklNEQ{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .eklNEQ{font-size:14px;line-height:22px;margin-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam{display:flex;gap:1.0416666667vw;min-height:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam{flex-wrap:wrap;gap:8px;margin-top:16px;width:100%}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .bYKYZq .bnQCzN,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;height:8.3333333333vw;margin:0;width:8.3333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .bYKYZq .bnQCzN,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN{height:80px;margin:0;width:80px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;height:8.3333333333vw;margin:0;width:8.3333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY{border:1px solid #d6d6d6;border-radius:4px;height:80px;width:80px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY label,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY label{align-items:center;display:flex;height:100%;justify-content:center;width:100%}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY label,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY label{height:80px;width:80px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY .bCgEyY,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY .bCgEyY{height:1.5625vw;margin:0;width:1.5625vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY .bCgEyY,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY .bCgEyY{height:5.3333333333vw;width:5.3333333333vw}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY .bCgEyY div:first-child,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY .bCgEyY div:first-child{color:#707070;font-size:2.3958333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY .bCgEyY div:first-child,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY .bCgEyY div:first-child{font-size:20px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cCyXaF .fkeXYY .bCgEyY div:last-child,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .fkeXYY .bCgEyY div:last-child{display:none}.fKZNJF .drScTz .hABtAl .iPDIQn .hCDZNA{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .hCDZNA{margin-top:2.6666666667vw}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam{margin-bottom:106px;overflow:visible;position:relative}}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC{border:.0520833333vw solid #d6d6d6;border-radius:.4166666667vw;height:8.3333333333vw;margin:0;width:8.3333333333vw}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN:after,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC:after{display:none}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC{border:1px solid #d6d6d6;border-radius:4px;height:80px;width:80px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .dKCQMW,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .hZoXBL,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .dKCQMW,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .hZoXBL{border-radius:0 .2083333333vw 0 .2083333333vw;height:1.0416666667vw;right:0;top:0;width:1.0416666667vw;z-index:1}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .dKCQMW,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .hZoXBL,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .dKCQMW,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .hZoXBL{height:20px;width:20px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .dKCQMW .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .hZoXBL .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .dKCQMW .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .hZoXBL .hruqef{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .dKCQMW .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .hZoXBL .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .dKCQMW .hruqef,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .hZoXBL .hruqef{height:16px;width:16px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .dKCQMW .hZoXBL,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .bnQCzN .hZoXBL .hZoXBL,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .dKCQMW .hZoXBL,.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .dMJaUC .hZoXBL .hZoXBL{z-index:1}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .gdDJYH{bottom:-88px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .gdDJYH .iPDIQn{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cvOCam .bYKYZq .gdDJYH .iPDIQn{margin-top:0}}.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK{margin-top:.8333333333vw;padding:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK{margin-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK .bylbCm,.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK .dFZrPf{border:.0520833333vw solid #c2c2c2;border-radius:.2083333333vw;color:#333;font-size:.8333333333vw;font-weight:400;line-height:1.0416666667vw;margin:0 .5208333333vw 0 0;padding:.5208333333vw .8333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK .bylbCm,.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK .dFZrPf{border:1px solid #c2c2c2;border-radius:4px;font-size:12px;line-height:16px;margin-right:8px;margin-top:8px;padding:4px 8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .bQArIK .bylbCm{background-color:transparent;border-color:#1f94d2;color:#1f94d2;font-weight:500}.fKZNJF .drScTz .hABtAl .iPDIQn .dvyStb{font-size:.9375vw;margin:1.0416666667vw 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .dvyStb{font-size:14px;line-height:22px;margin:16px 0 0}}.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw{margin-top:8px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU{font-family:HCo Gotham,sans-serif;font-size:.9375vw;margin:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU{font-size:14px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU .jeA-DNx svg{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU .jeA-DNx svg,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU .jeA-DNx svg{height:14px;width:14px}}.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU .irNoHX{font-size:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .cXsaub .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .eRfLRs .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .jbGOGp .kuYzmU .irNoHX,.fKZNJF .drScTz .hABtAl .iPDIQn .jppYNw .kuYzmU .irNoHX{font-size:14px}.fKZNJF .drScTz .hABtAl .iPDIQn .mSAbo{margin:16px 0 0;padding:0}}.fKZNJF .drScTz .hABtAl .iPDIQn .mSAbo .eYjiYR svg{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .mSAbo .eYjiYR svg{height:12px;width:12px}}.fKZNJF .drScTz .hABtAl .iPDIQn .mSAbo .fXtTmv{font-size:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iPDIQn .mSAbo .fXtTmv{color:#707070;font-size:12px;line-height:16px}}.fKZNJF .drScTz .hABtAl .fHwZui,.fKZNJF .drScTz .hABtAl .gVcYwv{margin:2.0833333333vw 0 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .fHwZui,.fKZNJF .drScTz .hABtAl .gVcYwv{color:#707070;font-size:12px;line-height:16px;margin-top:10px}}.fKZNJF .drScTz .hABtAl .fHwZui .iSjgFt,.fKZNJF .drScTz .hABtAl .gVcYwv .iSjgFt{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal;margin-left:.5208333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .fHwZui .iSjgFt,.fKZNJF .drScTz .hABtAl .gVcYwv .iSjgFt{font-size:14px;line-height:22px;margin-left:8px}}.fKZNJF .drScTz .hABtAl .fHwZui .iSjgFt .bv-focusable,.fKZNJF .drScTz .hABtAl .gVcYwv .iSjgFt .bv-focusable{color:#1f94d2;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .fHwZui .iSjgFt .bv-focusable,.fKZNJF .drScTz .hABtAl .gVcYwv .iSjgFt .bv-focusable{font-size:14px;line-height:22px}}.fKZNJF .drScTz .hABtAl .fHwZui .cigmpy,.fKZNJF .drScTz .hABtAl .fHwZui .doSyti,.fKZNJF .drScTz .hABtAl .fHwZui .fpPjYn,.fKZNJF .drScTz .hABtAl .gVcYwv .cigmpy,.fKZNJF .drScTz .hABtAl .gVcYwv .doSyti,.fKZNJF .drScTz .hABtAl .gVcYwv .fpPjYn{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .fHwZui .cigmpy,.fKZNJF .drScTz .hABtAl .fHwZui .doSyti,.fKZNJF .drScTz .hABtAl .fHwZui .fpPjYn,.fKZNJF .drScTz .hABtAl .gVcYwv .cigmpy,.fKZNJF .drScTz .hABtAl .gVcYwv .doSyti,.fKZNJF .drScTz .hABtAl .gVcYwv .fpPjYn{height:16px;width:16px}}.fKZNJF .drScTz .hABtAl .jppYNw{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .jppYNw{margin-top:8px}}.fKZNJF .drScTz .hABtAl .jppYNw .jbGOGp .kuYzmU{font-family:HCo Gotham,sans-serif;font-size:.9375vw;margin:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .jppYNw .jbGOGp .kuYzmU{font-size:14px}}.fKZNJF .drScTz .hABtAl .jppYNw .jbGOGp .kuYzmU .jeA-DNx svg{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .jppYNw .jbGOGp .kuYzmU .jeA-DNx svg{height:14px;width:14px}}.fKZNJF .drScTz .hABtAl .iQggXr{margin:2.0833333333vw 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iQggXr{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:20px 0 0}}.fKZNJF .drScTz .hABtAl .iQggXr .eOUWEX,.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:1.6666666667vw;font-weight:400;height:2.9166666667vw;margin:0;max-width:unset;min-width:unset;padding:.8333333333vw 1.6666666667vw;width:100%}.fKZNJF .drScTz .hABtAl .iQggXr .eOUWEX:hover,.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT:hover{background:#0083de}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iQggXr .eOUWEX,.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT{border-radius:28px;height:40px;padding:11px 24px}}.fKZNJF .drScTz .hABtAl .iQggXr .eOUWEX .gKsCgL,.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT .gKsCgL{color:#fff;font-size:1.0416666667vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iQggXr .eOUWEX .gKsCgL,.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT .gKsCgL{font-size:16px;line-height:18px}}.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT{background:#fff;border:.0520833333vw solid #c2c2c2;font-weight:400;margin-left:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT{border:1px solid #c2c2c2;line-height:18px;margin-left:0;margin-top:8px}}.fKZNJF .drScTz .hABtAl .iQggXr .fjgrPT .gKsCgL{color:#333}.fKZNJF .drScTz .hABtAl .fTeqhm{color:#333;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .hABtAl .fTeqhm{color:#707070;font-size:12px;line-height:16px}}.fKZNJF .drScTz .gUzlPv{border-color:#d6d6d6;border-bottom:none;border-top:.0520833333vw solid #d6d6d6;padding:0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv{border-top:1px solid #d6d6d6}}.fKZNJF .drScTz .gUzlPv .hShoYg{padding:.9895833333vw 0}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg{padding:12px 0}}.fKZNJF .drScTz .gUzlPv .hShoYg svg{height:1.875vw;width:1.875vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg svg{height:24px;width:24px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gpJnsj{background-color:#adadad;border:none;color:#fff;font-size:.9375vw;font-weight:500;height:1.875vw;line-height:normal;padding:.5208333333vw;width:1.875vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gpJnsj{font-size:12px;height:20px;line-height:16px;padding:8px;width:20px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE{margin-left:.8333333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE{flex:1;margin-left:8px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .bvhdGJ .hHqjzQ{color:#333;font-size:1.25vw;font-weight:500;letter-spacing:normal;line-height:1.5625vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .bvhdGJ .hHqjzQ{font-size:16px;line-height:24px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .cUmFrR{background:#e8ffec;border:none;border-radius:0;box-sizing:border-box;color:#009b39;font-family:HCo Gotham,sans-serif;font-size:.8333333333vw;font-weight:400;line-height:1.0416666667vw;margin:0 0 0 1.5625vw;padding:.2083333333vw .5208333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .cUmFrR{font-size:12px;line-height:16px;margin:0 8px;padding:3px 8px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .WKPaK .eAMdwv{border-color:#c2c2c2;border-radius:1.4583333333vw;color:#333;font-size:.8333333333vw;font-weight:500;line-height:1.0416666667vw;padding:.4166666667vw 1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .bmaszQ .WKPaK .eAMdwv{border-radius:32px;font-size:12px;line-height:12px;padding:8px 12px}}.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .chErcM .ffZJKc{color:#707070;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.fKZNJF .drScTz .gUzlPv .hShoYg .gvuLRE .chErcM .ffZJKc{font-size:12px;line-height:16px}}.fKZNJF .drScTz .dbsvhg .fkLHtR{border:none;border-radius:.2083333333vw;max-width:41.6666666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR{border-radius:8px 8px 0 0;max-width:100%}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl{padding:32px 16px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS svg{display:none}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS .kmyjjT:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9Ii0uNjY3IiB5PSItLjU2NyIgd2lkdGg9IjEuOCIgaGVpZ2h0PSIxLjgiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0Lz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIuNSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMC43MDk4MDM5Mzg4NjU2NjE2IDAgMCAwIDAgMC4yMzUyOTQxMTg1MjM1OTc3MiAwIDAgMCAwLjExOTk5OTk5NzMxNzc5MDk5IDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAuNzA5ODAzOTM4ODY1NjYxNiAwIDAgMCAwIDAuMjM1Mjk0MTE4NTIzNTk3NzIgMCAwIDAgMC4xNTk5OTk5OTY0MjM3MjEzIDAiLz48ZmVCbGVuZCBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJlZmZlY3QyX2Ryb3BTaGFkb3ciLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjcwOTgwMzkzODg2NTY2MTYgMCAwIDAgMCAwLjIzNTI5NDExODUyMzU5NzcyIDAgMCAwIDAuMjAwMDAwMDAyOTgwMjMyMjQgMCIvPjxmZUJsZW5kIGluMj0iZWZmZWN0Ml9kcm9wU2hhZG93IiByZXN1bHQ9ImVmZmVjdDNfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDNfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImMiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiB4PSItMS40NjciIHk9Ii0xLjU0MyIgd2lkdGg9IjMuMTMzIiBoZWlnaHQ9IjMuNzQzIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSItMiIgb3BlcmF0b3I9ImRpbGF0ZSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZU9mZnNldCBkeT0iLjUiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIuNSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMC43MDk4MDM5Mzg4NjU2NjE2IDAgMCAwIDAgMC4yMzUyOTQxMTg1MjM1OTc3MiAwIDAgMCAwLjEwMDAwMDAwMTQ5MDExNjEyIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjEuNSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMC43MDk4MDM5Mzg4NjU2NjE2IDAgMCAwIDAgMC4yMzUyOTQxMTg1MjM1OTc3MiAwIDAgMCAwLjE1OTk5OTk5NjQyMzcyMTMgMCIvPjxmZUJsZW5kIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvdyIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSI0IiBvcGVyYXRvcj0iZGlsYXRlIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0iZWZmZWN0M19kcm9wU2hhZG93Ii8+PGZlT2Zmc2V0IGR5PSIyLjUiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjcwOTgwMzkzODg2NTY2MTYgMCAwIDAgMCAwLjIzNTI5NDExODUyMzU5NzcyIDAgMCAwIDAuMjAwMDAwMDAyOTgwMjMyMjQgMCIvPjxmZUJsZW5kIGluMj0iZWZmZWN0Ml9kcm9wU2hhZG93IiByZXN1bHQ9ImVmZmVjdDNfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDNfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxsaW5lYXJHcmFkaWVudCB4MT0iLjAyNiIgeTE9Ii4wODkiIHgyPSIxIiB5Mj0iMSIgaWQ9ImIiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNEU0NjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMEI1M0MiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMjQgNDJxLjQ5MSAwIC45ODEtLjAyNHQuOTgtLjA3MnEuNDg4LS4wNDguOTc0LS4xMi40ODUtLjA3Mi45NjctLjE2OC40ODEtLjA5Ni45NTgtLjIxNS40NzYtLjEyLjk0Ni0uMjYyLjQ3LS4xNDMuOTMyLS4zMDguNDYyLS4xNjYuOTE2LS4zNTMuNDUzLS4xODguODk3LS4zOTguNDQ0LS4yMS44NzctLjQ0Mi40MzMtLjIzMS44NTQtLjQ4My40MjEtLjI1My44My0uNTI2LjQwOC0uMjcyLjgwMi0uNTY1LjM5NC0uMjkyLjc3NC0uNjA0LjM4LS4zMTEuNzQzLS42NDEuMzY0LS4zMy43MTEtLjY3Ny4zNDctLjM0Ny42NzctLjcxLjMzLS4zNjUuNjQxLS43NDQuMzEyLS4zOC42MDQtLjc3NC4yOTMtLjM5NC41NjUtLjgwMy4yNzMtLjQwOC41MjYtLjgyOS4yNTItLjQyMS40ODMtLjg1NC4yMzItLjQzMy40NDItLjg3N3QuMzk4LS44OTdxLjE4OC0uNDU0LjM1My0uOTE2LjE2NS0uNDYyLjMwOC0uOTMyLjE0Mi0uNDcuMjYyLS45NDYuMTE5LS40NzcuMjE1LS45NTguMDk2LS40ODIuMTY3LS45NjcuMDczLS40ODYuMTItLjk3NS4wNDktLjQ4OC4wNzMtLjk3OVE0NCAyMi40OTEgNDQgMjJ0LS4wMjQtLjk4MXEtLjAyNC0uNDktLjA3Mi0uOTgtLjA0OC0uNDg4LS4xMi0uOTc0LS4wNzItLjQ4NS0uMTY4LS45NjctLjA5Ni0uNDgxLS4yMTUtLjk1OC0uMTItLjQ3Ni0uMjYyLS45NDYtLjE0My0uNDctLjMwOC0uOTMyLS4xNjYtLjQ2Mi0uMzUzLS45MTYtLjE4OC0uNDUzLS4zOTgtLjg5Ny0uMjEtLjQ0NC0uNDQyLS44NzctLjIzMS0uNDMzLS40ODMtLjg1NC0uMjUzLS40MjEtLjUyNi0uODMtLjI3Mi0uNDA4LS41NjUtLjgwMi0uMjkyLS4zOTQtLjYwNC0uNzc0LS4zMTEtLjM4LS42NDEtLjc0My0uMzMtLjM2NC0uNjc3LS43MTEtLjM0Ny0uMzQ3LS43MS0uNjc3LS4zNjUtLjMzLS43NDQtLjY0MS0uMzgtLjMxMi0uNzc0LS42MDQtLjM5NC0uMjkzLS44MDMtLjU2NS0uNDA4LS4yNzMtLjgyOS0uNTI2LS40MjEtLjI1Mi0uODU0LS40ODMtLjQzMy0uMjMyLS44NzctLjQ0MnQtLjg5Ny0uMzk4cS0uNDU0LS4xODctLjkxNi0uMzUzLS40NjItLjE2NS0uOTMyLS4zMDgtLjQ3LS4xNDItLjk0Ni0uMjYyLS40NzctLjExOS0uOTU4LS4yMTUtLjQ4Mi0uMDk1LS45NjctLjE2OC0uNDg2LS4wNzItLjk3NS0uMTItLjQ4OC0uMDQ4LS45NzktLjA3MlEyNC40OTEgMiAyNCAydC0uOTgxLjAyNHEtLjQ5LjAyNC0uOTguMDcyLS40ODguMDQ4LS45NzQuMTItLjQ4NS4wNzMtLjk2Ny4xNjgtLjQ4MS4wOTYtLjk1OC4yMTUtLjQ3Ni4xMi0uOTQ2LjI2Mi0uNDcuMTQzLS45MzIuMzA4LS40NjIuMTY2LS45MTYuMzUzLS40NTMuMTg4LS44OTcuMzk4LS40NDQuMjEtLjg3Ny40NDItLjQzMy4yMzEtLjg1NC40ODMtLjQyMS4yNTMtLjgzLjUyNi0uNDA4LjI3Mi0uODAyLjU2NS0uMzk0LjI5Mi0uNzc0LjYwNC0uMzguMzExLS43NDMuNjQxLS4zNjQuMzMtLjcxMS42NzctLjM0Ny4zNDctLjY3Ny43MS0uMzMuMzY1LS42NDEuNzQ0LS4zMTIuMzgtLjYwNC43NzQtLjI5My4zOTQtLjU2NS44MDMtLjI3My40MDgtLjUyNi44MjktLjI1Mi40MjEtLjQ4My44NTQtLjIzMi40MzMtLjQ0Mi44Nzd0LS4zOTguODk3cS0uMTg3LjQ1NC0uMzUzLjkxNi0uMTY1LjQ2My0uMzA4LjkzMi0uMTQyLjQ3LS4yNjIuOTQ2LS4xMTkuNDc3LS4yMTUuOTU4LS4wOTUuNDgyLS4xNjguOTY3LS4wNzIuNDg2LS4xMi45NzUtLjA0OC40ODgtLjA3Mi45NzlRNCAyMS41MDkgNCAyMnQuMDI0Ljk4MXEuMDI0LjQ5LjA3Mi45OC4wNDguNDg4LjEyLjk3NC4wNzMuNDg1LjE2OC45NjcuMDk2LjQ4MS4yMTUuOTU4LjEyLjQ3Ni4yNjIuOTQ2LjE0My40Ny4zMDguOTMyLjE2Ni40NjIuMzUzLjkxNi4xODguNDUzLjM5OC44OTcuMjEuNDQ0LjQ0Mi44NzcuMjMxLjQzMy40ODMuODU0LjI1My40MjEuNTI2LjgzLjI3Mi40MDguNTY1LjgwMi4yOTIuMzk0LjYwNC43NzQuMzExLjM4LjY0MS43NDMuMzMuMzY0LjY3Ny43MTEuMzQ3LjM0Ny43MS42NzcuMzY1LjMzLjc0NC42NDEuMzguMzEyLjc3NC42MDQuMzk0LjI5My44MDMuNTY1LjQwOC4yNzMuODI5LjUyNi40MjEuMjUyLjg1NC40ODMuNDMzLjIzMi44NzcuNDQydC44OTcuMzk4cS40NTQuMTg4LjkxNi4zNTMuNDYyLjE2NS45MzIuMzA4LjQ3LjE0Mi45NDYuMjYyLjQ3Ny4xMTkuOTU4LjIxNS40ODIuMDk2Ljk2Ny4xNjcuNDg2LjA3My45NzUuMTIuNDg4LjA0OS45NzkuMDczLjQ5LjAyNC45ODEuMDI0Wm0wLTVxLjM2OCAwIC43MzYtLjAxOHQuNzM0LS4wNTRxLjM2Ny0uMDM2LjczMS0uMDl0LjcyNS0uMTI2cS4zNjItLjA3Mi43MTktLjE2Mi4zNTctLjA4OS43MS0uMTk2LjM1Mi0uMTA3LjY5OC0uMjMuMzQ3LS4xMjUuNjg3LS4yNjYuMzQtLjE0LjY3My0uMjk4LjMzMy0uMTU4LjY1OC0uMzMxLjMyNS0uMTc0LjY0LS4zNjMuMzE2LS4xOS42MjMtLjM5NC4zMDYtLjIwNS42MDItLjQyNC4yOTUtLjIyLjU4LS40NTN0LjU1Ny0uNDhxLjI3My0uMjQ4LjUzNC0uNTA4LjI2LS4yNi41MDctLjUzNC4yNDgtLjI3My40ODEtLjU1Ny4yMzQtLjI4NS40NTMtLjU4LjIyLS4yOTYuNDI0LS42MDIuMjA1LS4zMDcuMzk0LS42MjIuMTktLjMxNi4zNjMtLjY0MXQuMzMtLjY1OHEuMTU4LS4zMzMuMy0uNjczLjE0LS4zNC4yNjQtLjY4Ny4xMjQtLjM0Ni4yMzEtLjY5OS4xMDctLjM1Mi4xOTctLjcxLjA4OS0uMzU2LjE2LS43MTguMDczLS4zNi4xMjctLjcyNS4wNTQtLjM2NC4wOS0uNzMuMDM2LS4zNjcuMDU0LS43MzVRMzkgMjIuMzY4IDM5IDIydC0uMDE4LS43MzZxLS4wMTgtLjM2OC0uMDU0LS43MzQtLjAzNi0uMzY3LS4wOS0uNzMxdC0uMTI2LS43MjVxLS4wNzItLjM2Mi0uMTYyLS43MTktLjA4OS0uMzU3LS4xOTYtLjcxLS4xMDctLjM1Mi0uMjMtLjY5OC0uMTI1LS4zNDctLjI2Ni0uNjg3LS4xNC0uMzQtLjI5OC0uNjczLS4xNTgtLjMzMy0uMzMxLS42NTgtLjE3NC0uMzI1LS4zNjMtLjY0LS4xOS0uMzE2LS4zOTQtLjYyMy0uMjA1LS4zMDYtLjQyNC0uNjAxLS4yMi0uMjk2LS40NTMtLjU4LS4yMzMtLjI4NS0uNDgtLjU1OC0uMjQ4LS4yNzMtLjUwOC0uNTM0LS4yNi0uMjYtLjUzNC0uNTA3LS4yNzMtLjI0OC0uNTU3LS40ODEtLjI4NS0uMjM0LS41OC0uNDUzLS4yOTYtLjIyLS42MDItLjQyNC0uMzA3LS4yMDUtLjYyMy0uMzk0LS4zMTUtLjE5LS42NC0uMzYzdC0uNjU4LS4zM3EtLjMzMy0uMTU4LS42NzMtLjMtLjM0LS4xNC0uNjg3LS4yNjQtLjM0Ni0uMTI0LS42OTktLjIzMS0uMzUyLS4xMDctLjcxLS4xOTYtLjM1Ni0uMDktLjcxOC0uMTYyLS4zNi0uMDcyLS43MjUtLjEyNi0uMzY0LS4wNTQtLjczLS4wOS0uMzY3LS4wMzYtLjczNS0uMDU0UTI0LjM2OCA3IDI0IDd0LS43MzYuMDE4cS0uMzY4LjAxOC0uNzM0LjA1NC0uMzY3LjAzNi0uNzMxLjA5dC0uNzI1LjEyNnEtLjM2Mi4wNzItLjcxOS4xNjItLjM1Ny4wODktLjcxLjE5Ni0uMzUyLjEwNy0uNjk4LjIzLS4zNDcuMTI1LS42ODcuMjY2LS4zNC4xNC0uNjczLjI5OC0uMzMzLjE1OC0uNjU4LjMzMS0uMzI1LjE3NC0uNjQuMzYzLS4zMTYuMTktLjYyMy4zOTQtLjMwNi4yMDUtLjYwMS40MjQtLjI5Ni4yMi0uNTguNDUzLS4yODUuMjMzLS41NTguNDgtLjI3My4yNDgtLjUzNC41MDgtLjI2LjI2LS41MDcuNTM0LS4yNDguMjczLS40ODEuNTU3LS4yMzQuMjg1LS40NTMuNTgtLjIyLjI5Ni0uNDI0LjYwMi0uMjA1LjMwNy0uMzk0LjYyMy0uMTkuMzE1LS4zNjMuNjR0LS4zMy42NThxLS4xNTguMzMyLS4zLjY3My0uMTQuMzQtLjI2NC42ODctLjEyNC4zNDYtLjIzMS42OTktLjEwNy4zNTItLjE5Ni43MS0uMDkuMzU2LS4xNjIuNzE4LS4wNzIuMzYtLjEyNi43MjUtLjA1NC4zNjQtLjA5LjczLS4wMzYuMzY3LS4wNTQuNzM1UTkgMjEuNjMyIDkgMjJ0LjAxOC43MzZxLjAxOC4zNjguMDU0LjczNC4wMzYuMzY3LjA5LjczMXQuMTI2LjcyNXEuMDcyLjM2Mi4xNjIuNzE5LjA4OS4zNTcuMTk2LjcxLjEwNy4zNTIuMjMuNjk4LjEyNS4zNDcuMjY2LjY4Ny4xNC4zNC4yOTguNjczLjE1OC4zMzMuMzMxLjY1OC4xNzQuMzI1LjM2My42NC4xOS4zMTYuMzk0LjYyMy4yMDUuMzA2LjQyNC42MDIuMjIuMjk1LjQ1My41OHQuNDguNTU3cS4yNDguMjczLjUwOC41MzQuMjYuMjYuNTM0LjUwNy4yNzMuMjQ4LjU1Ny40ODEuMjg1LjIzNC41OC40NTMuMjk2LjIyLjYwMi40MjQuMzA3LjIwNS42MjIuMzk0LjMxNi4xOS42NDEuMzYzdC42NTguMzNxLjMzMi4xNTguNjczLjMuMzQuMTQuNjg3LjI2NC4zNDYuMTI0LjY5OS4yMzEuMzUyLjEwNy43MS4xOTcuMzU2LjA4OS43MTguMTYuMzYuMDczLjcyNS4xMjcuMzY0LjA1NC43My4wOS4zNjcuMDM2LjczNS4wNTQuMzY4LjAxOC43MzYuMDE4WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDBCNTNDIiBzdHlsZT0ib3BhY2l0eTouMDU5ODI4OTg1NDgyNDU0MyIvPjxnIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZD0iTTI0IDdDMTUuNjg3IDcgOSAxMy42ODggOSAyMmMwIDguMzEzIDYuNjg4IDE1IDE1IDE1IDguMzEzIDAgMTUtNi42ODggMTUtMTUgMC04LjMxMy02LjY4OC0xNS0xNS0xNVoiIGZpbGw9IiNGRkYiLz48L2c+PHBhdGggZD0iTTI0IDdDMTUuNjg3IDcgOSAxMy42ODggOSAyMmMwIDguMzEzIDYuNjg4IDE1IDE1IDE1IDguMzEzIDAgMTUtNi42ODggMTUtMTUgMC04LjMxMy02LjY4OC0xNS0xNS0xNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0idXJsKCNiKSIvPjxnIGZpbHRlcj0idXJsKCNjKSI+PHBhdGggZD0ibTMxLjIwNyAxOC43NjMtOC41NCA4LjY1MWEuODc2Ljg3NiAwIDAgMS0xLjIyNyAwTDE2Ljc1IDIyLjY3YS44NzYuODc2IDAgMCAxIDAtMS4yMjhsMS4yMjgtMS4yMjhhLjg3Ni44NzYgMCAwIDEgMS4yMjggMGwyLjQ1NiAyLjUxMmEuNjA3LjYwNyAwIDAgMCAuODM3IDBsNi4yNTEtNi40NzVhLjg3Ni44NzYgMCAwIDEgMS4yMjggMGwxLjIyOCAxLjIyOGMuMzkuMzM1LjM5Ljg5MyAwIDEuMjg0WiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:2.0833333333vw;width:2.0833333333vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS .kmyjjT:before{height:60px;width:60px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS .kmyjjT .iqvLoW{color:#00b53c;font-size:1.25vw;font-weight:500;line-height:1.5625vw;margin-left:.625vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS .kmyjjT .iqvLoW{font-size:14px;line-height:22px;line-height:normal;margin-left:8px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS p{font-size:1.25vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .dRTWlS p{font-size:12px;margin-top:20px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET{margin-top:20px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET .eOUWEX{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:1.4583333333vw;height:1.875vw;margin:0;padding:.4166666667vw 1.0416666667vw}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET .eOUWEX:hover{background:#0083de}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET .eOUWEX{border-radius:28px;height:40px;padding:11px 20px}}.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET .eOUWEX .gKsCgL{color:#fff;font-size:.8333333333vw;font-weight:500;line-height:1.0416666667vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .dbsvhg .fkLHtR .hPgbQl .bPRAET .eOUWEX .gKsCgL{font-size:16px;line-height:18px}}.fKZNJF .drScTz .jWKLOs .eYjiYR svg{height:.9375vw;width:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .jWKLOs .eYjiYR svg{height:14px;width:14px}}.fKZNJF .drScTz .jWKLOs .jAHwYc .fXtTmv{font-size:.9375vw}@media screen and (max-width:767.9px){.fKZNJF .drScTz .jWKLOs .jAHwYc .fXtTmv{font-size:14px}}.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating button{color:#1f94d2!important;font-size:1.25vw!important;font-weight:500!important;line-height:1.5625vw!important}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating button{font-size:14px!important;line-height:22px!important}}.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating .bv_stars_component_container svg{height:22px!important;width:22px!important}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating .bv_avgRating_component_container{font-size:16px!important;line-height:24px!important}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp{margin-top:1.5625vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp{margin-top:10px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gztyek{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ{border-bottom:none;display:flex;justify-content:space-between}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ{flex-direction:column}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1{flex:none;width:calc(33.33333% - 1.38889vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1{width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .jhkOKc{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .jhkOKc{font-size:16px;line-height:24px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE{display:flex;flex-direction:column;margin:0;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .lbxsLg{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table{border-spacing:0 .5208333333vw;padding:1.0416666667vw 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table{border-spacing:0 8px;padding:8px 0 16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU{max-width:unset;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .primary-rating-star-container{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .primary-rating-star-container{font-size:14px;line-height:22px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC{padding:0 .5208333333vw 0 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC{padding:0 16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw{background-color:#d6d6d6;height:.8333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw{height:6px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw .kiZRKk{background-color:#1f94d2;height:.8333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw .kiZRKk{height:6px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw .bWACCr,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw .cCvmrJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw .hWkSVy,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .jXqgwC .kgWszw>div{height:100%}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .primary-rating-count{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;max-width:unset;min-width:1.0416666667vw;text-align:right}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .cdREOE .table .deXXQU .primary-rating-count{font-size:14px;line-height:22px;min-width:14px;text-align:right}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .lbxsLg{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content1 .kZapjS .lbxsLg{font-size:12px;line-height:16px;margin-top:4px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2{flex:none;width:calc(33.33333% - 1.38889vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2{padding:16px 0;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .jhkOKc{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .jhkOKc{font-size:16px;line-height:24px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE{margin:0;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ{align-items:center;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ{margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .kRGeTr{color:#333;font-size:1.875vw;font-weight:400;height:2.2916666667vw;letter-spacing:normal;line-height:2.2916666667vw;min-width:fit-content;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .kRGeTr{font-size:32px;font-weight:500;height:40px;line-height:40px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb{padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb{margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg{align-items:center;color:#1f94d2;display:flex;flex-direction:row;font-size:.9375vw;font-weight:400;height:auto;letter-spacing:normal;line-height:normal;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg{align-items:flex-start;flex-direction:column;font-size:14px;line-height:22px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg .QXhtp{margin:0 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg .QXhtp{margin:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg .QXhtp .bOLsXs{height:1.1458333333vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .eCooNZ .bICSTb .krTpQg .QXhtp .bOLsXs{height:18px;width:18px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .a-DZIe{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content2 .bBnepd .cdREOE .a-DZIe{font-size:12px;line-height:16px;margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3{flex:none;width:calc(33.33333% - 1.38889vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3{padding:16px 0;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .jhkOKc{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .jhkOKc{font-size:16px;line-height:24px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE{margin:1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE{margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW{display:flex;gap:.5208333333vw;margin-left:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW{gap:10px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW .bv-reviews-product-rating-star{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW .bv-reviews-product-rating-star .ewejac{height:2.5vw;max-height:unset;max-width:unset;min-height:unset;min-width:unset;width:2.5vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW .bv-reviews-product-rating-star .ewejac{height:48px;width:48px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW .bv-reviews-product-rating-star .ewejac svg{height:1.1458333333vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .cdREOE .bOrZYW .bv-reviews-product-rating-star .ewejac svg{height:26px;width:26px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .GUJpR{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .GUJpR{font-size:12px;line-height:16px;margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .bVTvol{margin:1.0416666667vw 0 0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .bVTvol{display:flex;line-height:normal;margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .bVTvol span{color:#707070;display:inline-block;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.goTcGM .lbbUaQ .bv_rating_content3 .jdfgcA .bVTvol span{font-size:12px;line-height:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl{border-bottom:none;padding:3.125vw 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl{padding:16px 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .dGQejL{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;padding:0;text-align:center}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .dGQejL{display:none}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM{display:flex;gap:5.2083333333vw;justify-content:center;margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM{flex-direction:column;gap:16px;margin-top:0;padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .hJNYdF{color:#333;font-size:1.25vw;font-weight:500;letter-spacing:normal;line-height:1.5625vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .hJNYdF{font-size:16px;line-height:24px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl{margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .lermCk{padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .lermCk{max-width:unset;min-width:unset;width:calc(100% - 80px)}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .lermCk .jENuRq .cAZKVB{height:1.1458333333vw;width:1.5625vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .lermCk .jENuRq .cAZKVB{height:16px;width:20%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .jJYKxJ{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.5208333333vw;min-width:unset;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jPkPxl .iOWExM .ccIBfQ .gVZWYl .jJYKxJ{font-size:14px;line-height:22px;margin-left:10px;width:70px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .csKJBY{color:#333;font-size:1.6666666667vw;font-weight:500;letter-spacing:normal;line-height:normal;padding:0;text-align:left}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .csKJBY{font-size:4.2666666667vw;line-height:5.3333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .bmzJjw{height:8.3333333333vw;padding:0;width:8.3333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .bmzJjw{height:80px;width:80px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .fwthKG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .jMUIcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKTLK,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKhvL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSLqOF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kTQswJ{gap:1.0416666667vw;justify-content:flex-start}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .fwthKG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .jMUIcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKTLK,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKhvL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSLqOF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kTQswJ{gap:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .fwthKG .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .jMUIcl .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKTLK .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKhvL .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSLqOF .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kTQswJ .bmzJjw{height:8.3333333333vw;padding:0;width:8.3333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .fwthKG .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .jMUIcl .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKTLK .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSKhvL .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kSLqOF .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof .kTQswJ .bmzJjw{height:80px;width:80px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof button{border:none;border-radius:0;height:16px;height:100%;padding:0;width:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof button svg{height:16px;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jNALof>div{gap:8px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .jhkOKc{color:#333;font-size:1.6666666667vw;font-weight:500;letter-spacing:normal;line-height:normal;padding:1.5625vw 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .jhkOKc{font-size:16px;line-height:24px;padding:16px 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz{margin:0;width:54.21875vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz{width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb{width:100%}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .jjWdiA,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .jjWdiA{right:20px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .jjWdiA svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .jjWdiA svg{height:12px;width:12px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input{border:.0520833333vw solid #d6d6d6;border-radius:6.25vw;color:#333;font-size:1.0416666667vw;height:2.9166666667vw;padding:.8333333333vw 2.3958333333vw .8333333333vw 1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input{border:1px solid #d6d6d6;border-radius:28px;font-size:14px;height:44px;line-height:22px;padding:11px 44px 11px 20px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input::placeholder,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input::placeholder{color:#adadad;font-size:1.0416666667vw;font-weight:400}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input::placeholder,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input::placeholder{font-size:14px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input:focus,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input:focus{border:.0520833333vw solid #1f94d2;outline:none}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb #search-input:focus,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb #search-input:focus{border:1px solid #1f94d2}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .iYiryO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .iYiryO{height:1.25vw;right:1.0416666667vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .iYiryO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .iYiryO{height:14px;right:20px;width:14px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .iYiryO:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .iYiryO:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNLjY2NyA3cTAtMS4yODguNDk4LTIuNDY2LjQ4LTEuMTM2IDEuMzU3LTIuMDEyLjg3Ni0uODc3IDIuMDEzLTEuMzU4UTUuNzEyLjY2NyA3IC42NjdxMS4yODggMCAyLjQ2Ni40OTcgMS4xMzYuNDgxIDIuMDEzIDEuMzU4Ljg3Ni44NzYgMS4zNTcgMi4wMTIuNDk4IDEuMTc4LjQ5OCAyLjQ2NiAwIDEuMjg4LS40OTggMi40NjUtLjQ4MSAxLjEzNy0xLjM1NyAyLjAxMy0uODc3Ljg3Ni0yLjAxMyAxLjM1Ny0xLjE3OC40OTgtMi40NjYuNDk4LTEuMjg4IDAtMi40NjUtLjQ5OC0xLjEzNy0uNDgtMi4wMTMtMS4zNTctLjg3Ni0uODc2LTEuMzU3LTIuMDEzUS42NjcgOC4yODguNjY3IDdaTTIgN3EwIDIuMDcgMS40NjUgMy41MzVRNC45MjkgMTIgNyAxMnQzLjUzNi0xLjQ2NVExMiA5LjA3MSAxMiA3dC0xLjQ2NC0zLjUzNlE5LjA3IDIgNyAyIDQuOTMgMiAzLjQ2NSAzLjQ2NCAyIDQuOTMgMiA3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjQURBREFEIi8+PHBhdGggZD0ibTEzLjQzIDE0LjM3NC0yLjgyNy0yLjgyOWEuNjY3LjY2NyAwIDEgMSAuOTQyLS45NDNsMi44MjggMi44MjlhLjY2Ny42NjcgMCAxIDEtLjk0Mi45NDNaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+) no-repeat;background-size:100%;content:"";display:inline-block;height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .iYiryO:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .iYiryO:after{height:14px;width:14px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iMEdYq .eTcyGb .iYiryO svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .cUjvOz .iNfQIp .eTcyGb .iYiryO svg{fill:#707070;color:#707070;display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL{margin-top:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .fFhAUO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .fFhAUO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .fFhAUO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .fFhAUO{border:.0520833333vw solid #d6d6d6;border-radius:6.25vw;color:#333;font-size:1.0416666667vw;font-weight:400;height:2.9166666667vw;letter-spacing:normal;line-height:normal;margin:0;padding:.8333333333vw 1.25vw;width:8.8541666667vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .fFhAUO .iQbpFc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .fFhAUO .iQbpFc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .fFhAUO .iQbpFc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .fFhAUO .iQbpFc{height:1.25vw;left:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .fFhAUO .iQbpFc svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .fFhAUO .iQbpFc svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .fFhAUO .iQbpFc svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .fFhAUO .iQbpFc svg{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .fFhAUO .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .fFhAUO .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .fFhAUO .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .fFhAUO .iQbpFc:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjAuNzEgNy42NjVhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3NmwtLjA4Ni4wNzYtNi45NjIgNi45NTgtNi45NjMtNi45NThhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3Nkw0IDcuNjY1YS45ODQuOTg0IDAgMCAwLS4wNzcgMS4zMDZMNCA5LjA1N2w3LjY1OCA3LjY1NGEuOTg1Ljk4NSAwIDAgMCAxLjMwNy4wNzdsLjA4Ni0uMDc3IDcuNjU5LTcuNjU0YS45ODQuOTg0IDAgMCAwIDAtMS4zOTJaIiBmaWxsPSIjNzA3MDcwIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;transition:all .2s ease-in;width:1.25vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .fFhAUO[aria-expanded=true] .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .fFhAUO[aria-expanded=true] .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .fFhAUO[aria-expanded=true] .iQbpFc:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .fFhAUO[aria-expanded=true] .iQbpFc:after{transform:rotate(-180deg)}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz{min-width:100%;top:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU{background:#fff;border:none;border-radius:.2083333333vw;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);padding:1.0416666667vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn{display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT{display:flex;flex-direction:row-reverse;justify-content:space-between;min-width:unset;padding:.5208333333vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT:hover{background-color:#f7f7f7;color:#333;cursor:pointer}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .juUKcl{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq{margin-left:.5208333333vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq svg{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .eVukHa .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .eVukHa .jfsGpo{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT{border:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .eUUOVY .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .htYYit .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .cbVoGl .erKraU .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .bXmVak .iVIiPn .gSBeRT .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .iaetck .iDufQu .fJlraz .erKraU .iVIiPn .gSBeRT .nbalq:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtNi4xNTQgMTAuODk2IDQuMzM4IDQuMzMyIDcuMjMtNy4yMTloLjAwMXEuMDM4LS4wMzguMDc5LS4wNzEuMDQxLS4wMzQuMDg1LS4wNjMuMDQ0LS4wMy4wOTEtLjA1NXQuMDk2LS4wNDVxLjA0OS0uMDIuMS0uMDM1LjA1LS4wMTYuMTAyLS4wMjYuMDUyLS4wMS4xMDUtLjAxNi4wNTMtLjAwNS4xMDYtLjAwNXQuMTA2LjAwNXEuMDUyLjAwNi4xMDQuMDE2LjA1My4wMS4xMDMuMDI2LjA1MS4wMTUuMS4wMzUuMDQ5LjAyLjA5Ni4wNDYuMDQ2LjAyNS4wOS4wNTQuMDQ1LjAzLjA4Ni4wNjMuMDQuMDM0LjA3OC4wNzEuMDM4LjAzOC4wNzEuMDc5LjAzNC4wNDEuMDYzLjA4NS4wMy4wNDQuMDU1LjA5MXQuMDQ1LjA5NnEuMDIuMDQ5LjAzNi4xLjAxNS4wNS4wMjYuMTAzLjAxLjA1MS4wMTUuMTA0LjAwNS4wNTMuMDA1LjEwNnQtLjAwNS4xMDZxLS4wMDUuMDUzLS4wMTUuMTA1LS4wMS4wNTItLjAyNi4xMDMtLjAxNS4wNS0uMDM2LjEtLjAyLjA0OS0uMDQ1LjA5NS0uMDI1LjA0Ny0uMDU1LjA5MS0uMDI5LjA0NC0uMDYzLjA4NS0uMDMzLjA0MS0uMDcuMDc5aC0uMDAxbC0uMDAxLjAwMS03Ljk5NCA3Ljk4cS0uMDM4LjAzOC0uMDc5LjA3Mi0uMDQuMDM0LS4wODUuMDYzLS4wNDQuMDMtLjA5LjA1NC0uMDQ3LjAyNS0uMDk2LjA0Ni0uMDUuMDItLjEuMDM1LS4wNS4wMTYtLjEwMy4wMjYtLjA1Mi4wMS0uMTA1LjAxNS0uMDUyLjAwNi0uMTA1LjAwNnQtLjEwNi0uMDA2cS0uMDUzLS4wMDUtLjEwNS0uMDE1LS4wNTItLjAxLS4xMDMtLjAyNi0uMDUtLjAxNS0uMS0uMDM1LS4wNDgtLjAyLS4wOTUtLjA0Ni0uMDQ3LS4wMjUtLjA5LS4wNTQtLjA0NS0uMDMtLjA4Ni0uMDYzLS4wNC0uMDM0LS4wNzgtLjA3MWwtNS4xMDItNS4wOTVxLS4wMzgtLjAzOC0uMDcxLS4wNzktLjAzNC0uMDQtLjA2My0uMDg1LS4wMy0uMDQ0LS4wNTUtLjA5LS4wMjUtLjA0OC0uMDQ1LS4wOTctLjAyLS4wNDktLjAzNi0uMS0uMDE1LS4wNS0uMDI2LS4xMDItLjAxLS4wNTItLjAxNS0uMTA1LS4wMDUtLjA1My0uMDA1LS4xMDZ0LjAwNS0uMTA2cS4wMDUtLjA1My4wMTUtLjEwNS4wMS0uMDUyLjAyNi0uMTAyLjAxNi0uMDUxLjAzNi0uMS4wMi0uMDUuMDQ1LS4wOTYuMDI1LS4wNDcuMDU1LS4wOS4wMy0uMDQ1LjA2My0uMDg2LjAzMy0uMDQxLjA3LS4wNzkuMDM4LS4wMzcuMDgtLjA3LjA0LS4wMzQuMDg1LS4wNjQuMDQ0LS4wMy4wOS0uMDU0LjA0Ny0uMDI1LjA5Ni0uMDQ2LjA1LS4wMi4xLS4wMzUuMDUtLjAxNi4xMDMtLjAyNi4wNTItLjAxLjEwNC0uMDE2LjA1My0uMDA1LjEwNi0uMDA1dC4xMDYuMDA1cS4wNTMuMDA1LjEwNS4wMTYuMDUyLjAxLjEwMy4wMjYuMDUuMDE1LjEuMDM1LjA0OC4wMi4wOTUuMDQ1LjA0Ny4wMjUuMDkxLjA1NXQuMDg1LjA2M3EuMDQxLjAzNC4wNzkuMDcxWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;width:1.25vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .kXXSuZ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .lcDEfg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .kXXSuZ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .lcDEfg{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.2666666667vw solid #d6d6d6;border-radius:7.4666666667vw;margin:2.6666666667vw 0 0;padding:3.2vw 12.2666666667vw 3.2vw 5.3333333333vw;position:relative}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .kXXSuZ:focus,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dYNVZQ .lcDEfg:focus,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .kXXSuZ:focus,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .kxzovL .lcDEfg:focus{border-color:#1f94d2;outline:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp{margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp{margin-top:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi{display:flex;gap:.5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi{gap:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj{border-radius:6.25vw;color:#fff;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;padding:.8333333333vw 1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj{border-radius:32vw;font-size:3.7333333333vw;line-height:4.8vw;padding:2.4vw 5.3333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj .fQoizl{margin-left:.5208333333vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh .fQoizl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj .fQoizl{margin-left:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj .fQoizl svg{height:.7291666667vw;width:.7291666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .dBVOCh .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .kbOZqw.folgrj .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .dBVOCh .fQoizl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .kbOZqw.folgrj .fQoizl svg{height:2.6666666667vw;width:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .itVtyx,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .itVtyx{color:#1f94d2;font-size:1.1458333333vw;font-weight:400;letter-spacing:normal;line-height:1.5625vw;margin-left:2.0833333333vw;margin-top:0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .cXLgGJ .itVtyx,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr.cDGAoT .dgvdzp .gxxlTi .itVtyx{font-size:3.7333333333vw;line-height:5.8666666667vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs{font-size:14px;font-weight:400;line-height:22px;margin-top:16px;text-align:left}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo{display:flex;justify-content:flex-end}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR{font-size:14px;line-height:22px;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .cwBkBT{align-items:center;display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .cwBkBT svg{height:1.0416666667vw;width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .cwBkBT svg{height:16px;width:16px}}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .cwBkBT .igDlYP{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .cwBkBT .igDlYP{font-size:14px;font-weight:400;line-height:22px;margin-left:8px}}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .jLiDbs .hArYeo .hwAoXR .bARJAh .fbJqWb{font-size:14px;line-height:18px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl{margin-top:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ{font-size:14px;font-weight:400;line-height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .fUDYuc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .gzodeQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .juhkAI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .fUDYuc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .gzodeQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .juhkAI{border:1px solid #c2c2c2;border-radius:32px;height:40px;padding:11px 24px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .fUDYuc .TvQyB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .gzodeQ .TvQyB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .juhkAI .TvQyB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .fUDYuc .TvQyB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .gzodeQ .TvQyB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .juhkAI .TvQyB{margin-right:4px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .fUDYuc .TvQyB svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .gzodeQ .TvQyB svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .juhkAI .TvQyB svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .fUDYuc .TvQyB svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .gzodeQ .TvQyB svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .juhkAI .TvQyB svg{height:16px;width:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .iQYQdG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .iQYQdG{font-family:HCo Gotham,sans-serif;font-size:14px;font-weight:400;line-height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .ghyaHE .iQYQdG .iobTmN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ghyaHE .ghyaHE .iQYQdG .kkKvjF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .ghyaHE .iQYQdG .iobTmN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .gMTVFl .ncmTZ .ghyaHE .iQYQdG .kkKvjF{font-size:14px;font-weight:400;line-height:16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp{padding:16px 0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ{gap:10px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ .hbVujL{background-color:#1f94d2;border:none;border-radius:32px;font-size:12px;font-weight:400;line-height:12px;margin:0;padding:8px 12px}}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ .hbVujL>span{font-size:12px;font-weight:400;line-height:12px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ .hbVujL .fQoizl{padding-left:4px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ .hbVujL .fQoizl svg{height:12px;width:12px}}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .coRjPr .coRjPr .dgvdzp .cXLgGJ .itVtyx{color:#1f94d2;font-size:14px;font-weight:325;line-height:22px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gMwskA{border:none;color:#333;font-size:.9375vw;font-weight:400;line-height:normal}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz{display:flex;flex-direction:column-reverse;margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz{border-bottom:1px solid #d6d6d6;margin-top:0;padding:16px 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .gsuoFP{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .gsuoFP{font-size:12px;line-height:20px;margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW{align-items:flex-start;flex-direction:row;margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div{align-items:center;display:flex;flex-direction:row-reverse}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div{align-items:flex-end;flex-direction:column-reverse;width:100%}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo{margin-top:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR{margin-left:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR{margin-left:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .cwBkBT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .cwBkBT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .cwBkBT{align-items:center;display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .cwBkBT svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .cwBkBT svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .cwBkBT svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .cwBkBT svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .cwBkBT svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .cwBkBT svg{height:16px;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .cwBkBT .igDlYP,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .cwBkBT .igDlYP,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .cwBkBT .igDlYP{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .cwBkBT .igDlYP,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .cwBkBT .igDlYP,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .cwBkBT .igDlYP{font-size:14px;font-weight:325;line-height:22px;margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC{border:none;border-radius:.4166666667vw;box-shadow:0 1px 4px 0 rgba(0,0,0,.08),0 4px 12px 0 rgba(0,0,0,.08),0 8px 24px 0 rgba(0,0,0,.08);left:1.0416666667vw;padding:1.0416666667vw;right:auto;top:1.5625vw;width:16.6666666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC{border-radius:2.1333333333vw;left:unset;padding:5.3333333333vw;right:0;top:8vw;width:74.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .fbJqWb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .fbJqWb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .fbJqWb{color:#333;font-size:.9375vw;font-weight:400;line-height:normal;padding-right:1.5625vw;position:relative}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .fbJqWb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .fbJqWb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .fbJqWb{font-size:3.7333333333vw;line-height:4.8vw;padding-right:3.7333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .fbJqWb .kfCkmK,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .fbJqWb .kfCkmK,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .fbJqWb .kfCkmK{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .jRgFPM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .jRgFPM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .jRgFPM{height:1.0416666667vw;padding:0;position:absolute;right:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .jRgFPM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .jRgFPM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .jRgFPM{height:4.2666666667vw;width:4.2666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg{cursor:pointer;height:.625vw!important;margin:0!important;width:.625vw!important}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg{height:2.6666666667vw!important;width:2.6666666667vw!important}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg path,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg path,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC .jRgFPM svg path{fill:#707070}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC strong,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC strong,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC strong{color:#333;font-size:.9375vw;font-weight:400;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hArYeo .hwAoXR .fOJbLC strong,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hArYeo .hwAoXR .fOJbLC strong,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hArYeo .hwAoXR .fOJbLC strong{font-size:3.7333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg{border:.0520833333vw solid #d6d6d6;border-radius:6.25vw;color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg{border:.2666666667vw solid #d6d6d6;border-radius:32vw;font-size:3.7333333333vw;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY{height:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY{height:11.2vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV{padding:.8333333333vw 1.25vw;width:29.1666666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV{padding:3.2vw 5.3333333333vw;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .iRmptg{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .iRmptg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .iRmptg{font-size:3.7333333333vw;line-height:4.8vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .iRmptg .fdAMbF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .iRmptg .fdAMbF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .iRmptg .fdAMbF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .iRmptg .fdAMbF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .iRmptg .fdAMbF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .iRmptg .fdAMbF{padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .cbzBcL .eimRrj .fXAySn{font-size:3.7333333333vw;line-height:4.8vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV div:nth-child(3){height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV div:nth-child(3),.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV div:nth-child(3){height:4.2666666667vw;width:4.2666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV div:nth-child(3) svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV div:nth-child(3) svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV div:nth-child(3) svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV div:nth-child(3) svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV div:nth-child(3) svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV div:nth-child(3) svg{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjAuNzEgNy42NjVhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3NmwtLjA4Ni4wNzYtNi45NjIgNi45NTgtNi45NjMtNi45NThhLjk4NS45ODUgMCAwIDAtMS4zMDctLjA3Nkw0IDcuNjY1YS45ODQuOTg0IDAgMCAwLS4wNzcgMS4zMDZMNCA5LjA1N2w3LjY1OCA3LjY1NGEuOTg1Ljk4NSAwIDAgMCAxLjMwNy4wNzdsLjA4Ni0uMDc3IDcuNjU5LTcuNjU0YS45ODQuOTg0IDAgMCAwIDAtMS4zOTJaIiBmaWxsPSIjNzA3MDcwIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;transition:all .2s ease-in;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV div:nth-child(3):after{height:4.2666666667vw;width:4.2666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM{left:0;min-width:100%;top:3.0208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM{top:12.2666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU{background:#fff;border:none;border-radius:.2083333333vw;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);padding:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU{border-radius:1.0666666667vw;padding:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn{display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj{display:flex;flex-direction:row-reverse;justify-content:space-between;min-width:unset;padding:.5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj{padding:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm:hover,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj:hover{background-color:#f7f7f7;color:#333;cursor:pointer}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .juUKcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .jfsGpo,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .juUKcl{font-size:3.7333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq{margin-left:.5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq{margin-left:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .cZEzQm .nbalq svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq svg{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj{border:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtNi4xNTQgMTAuODk2IDQuMzM4IDQuMzMyIDcuMjMtNy4yMTloLjAwMXEuMDM4LS4wMzguMDc5LS4wNzEuMDQxLS4wMzQuMDg1LS4wNjMuMDQ0LS4wMy4wOTEtLjA1NXQuMDk2LS4wNDVxLjA0OS0uMDIuMS0uMDM1LjA1LS4wMTYuMTAyLS4wMjYuMDUyLS4wMS4xMDUtLjAxNi4wNTMtLjAwNS4xMDYtLjAwNXQuMTA2LjAwNXEuMDUyLjAwNi4xMDQuMDE2LjA1My4wMS4xMDMuMDI2LjA1MS4wMTUuMS4wMzUuMDQ5LjAyLjA5Ni4wNDYuMDQ2LjAyNS4wOS4wNTQuMDQ1LjAzLjA4Ni4wNjMuMDQuMDM0LjA3OC4wNzEuMDM4LjAzOC4wNzEuMDc5LjAzNC4wNDEuMDYzLjA4NS4wMy4wNDQuMDU1LjA5MXQuMDQ1LjA5NnEuMDIuMDQ5LjAzNi4xLjAxNS4wNS4wMjYuMTAzLjAxLjA1MS4wMTUuMTA0LjAwNS4wNTMuMDA1LjEwNnQtLjAwNS4xMDZxLS4wMDUuMDUzLS4wMTUuMTA1LS4wMS4wNTItLjAyNi4xMDMtLjAxNS4wNS0uMDM2LjEtLjAyLjA0OS0uMDQ1LjA5NS0uMDI1LjA0Ny0uMDU1LjA5MS0uMDI5LjA0NC0uMDYzLjA4NS0uMDMzLjA0MS0uMDcuMDc5aC0uMDAxbC0uMDAxLjAwMS03Ljk5NCA3Ljk4cS0uMDM4LjAzOC0uMDc5LjA3Mi0uMDQuMDM0LS4wODUuMDYzLS4wNDQuMDMtLjA5LjA1NC0uMDQ3LjAyNS0uMDk2LjA0Ni0uMDUuMDItLjEuMDM1LS4wNS4wMTYtLjEwMy4wMjYtLjA1Mi4wMS0uMTA1LjAxNS0uMDUyLjAwNi0uMTA1LjAwNnQtLjEwNi0uMDA2cS0uMDUzLS4wMDUtLjEwNS0uMDE1LS4wNTItLjAxLS4xMDMtLjAyNi0uMDUtLjAxNS0uMS0uMDM1LS4wNDgtLjAyLS4wOTUtLjA0Ni0uMDQ3LS4wMjUtLjA5LS4wNTQtLjA0NS0uMDMtLjA4Ni0uMDYzLS4wNC0uMDM0LS4wNzgtLjA3MWwtNS4xMDItNS4wOTVxLS4wMzgtLjAzOC0uMDcxLS4wNzktLjAzNC0uMDQtLjA2My0uMDg1LS4wMy0uMDQ0LS4wNTUtLjA5LS4wMjUtLjA0OC0uMDQ1LS4wOTctLjAyLS4wNDktLjAzNi0uMS0uMDE1LS4wNS0uMDI2LS4xMDItLjAxLS4wNTItLjAxNS0uMTA1LS4wMDUtLjA1My0uMDA1LS4xMDZ0LjAwNS0uMTA2cS4wMDUtLjA1My4wMTUtLjEwNS4wMS0uMDUyLjAyNi0uMTAyLjAxNi0uMDUxLjAzNi0uMS4wMi0uMDUuMDQ1LS4wOTYuMDI1LS4wNDcuMDU1LS4wOS4wMy0uMDQ1LjA2My0uMDg2LjAzMy0uMDQxLjA3LS4wNzkuMDM4LS4wMzcuMDgtLjA3LjA0LS4wMzQuMDg1LS4wNjQuMDQ0LS4wMy4wOS0uMDU0LjA0Ny0uMDI1LjA5Ni0uMDQ2LjA1LS4wMi4xLS4wMzUuMDUtLjAxNi4xMDMtLjAyNi4wNTItLjAxLjEwNC0uMDE2LjA1My0uMDA1LjEwNi0uMDA1dC4xMDYuMDA1cS4wNTMuMDA1LjEwNS4wMTYuMDUyLjAxLjEwMy4wMjYuMDUuMDE1LjEuMDM1LjA0OC4wMi4wOTUuMDQ1LjA0Ny4wMjUuMDkxLjA1NXQuMDg1LjA2M3EuMDQxLjAzNC4wNzkuMDcxWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:100%;content:"";display:inline-block;height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .eDULlE .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .etKfqG .erKraU .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .bXmVak .iVIiPn .fJSrGj .nbalq:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .cokHYY .dKjomV .wUttM .erKraU .iVIiPn .fJSrGj .nbalq:after{height:4.2666666667vw;width:4.2666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .eOpMsX>div .hyVekg .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jLiDbs>div .hyVekg .dKjomV div:nth-child(3):after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .jzraJz .jTUMEW>div .hyVekg .dKjomV div:nth-child(3):after{transform:rotate(-180deg)}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje{margin:3.125vw 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje{margin:16px 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB{max-width:unset;min-width:unset;padding-top:0;width:12.5vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB{display:none}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .eQcxjy,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .eQcxjy{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .eQcxjy .biYZeN .hZRAQG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .eQcxjy .biYZeN .hZRAQG{color:#333;font-size:1.25vw;font-weight:500;letter-spacing:normal;line-height:1.5625vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .cqiwSp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .cqiwSp{margin:0;padding-top:1.0416666667vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .hJYLFq .dUNcFq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .hJYLFq .dUNcFq{color:#333;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .hJYLFq .dUNcFq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .hJYLFq .dUNcFq{font-size:3.2vw;margin-top:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl{margin-top:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl .bdOpfs .eJAzFd .ixVJIF .dLXqSJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl .bdOpfs .eJAzFd .ixVJIF .dLXqSJ{max-height:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl .bdOpfs .eJAzFd .ixVJIF .dLXqSJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .dMoRVl .bdOpfs .eJAzFd .ixVJIF .dLXqSJ{max-height:2.6666666667vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb .biYZeN .fdrrRF .dWWqxa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb .biYZeN .fdrrRF .dWWqxa{font-size:1.25vw;font-weight:500;line-height:1.5625vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb .biYZeN .fdrrRF .dWWqxa,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .cLABuB .dyrVBf .cTZbwb .biYZeN .fdrrRF .dWWqxa{font-size:3.7333333333vw;line-height:normal}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE{width:calc(100% - 12.5vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE{width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE>div{display:flex}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE>div{flex-direction:column}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM{width:calc(100% - 11.66667vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM{width:100%}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .hFQwhN{padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG{align-items:center;display:flex;margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG{align-items:flex-start;flex-direction:column;margin-top:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp{height:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp{height:18px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp .bOLsXs{height:1.1458333333vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .dzPKPO .QXhtp .bOLsXs,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .dzPKPO .QXhtp .bOLsXs{height:16px;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH{width:auto}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .jmnuii,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .jmnuii,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .jmnuii,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .jmnuii{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .ehsYTJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .ehsYTJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .ehsYTJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .ehsYTJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN{margin:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN{margin:8px 0 0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga .ejivnM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga .ejivnM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga .ejivnM,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga .ejivnM{font-weight:500!important;line-height:22px!important;margin-right:4px;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga:after,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jzmkga:after{height:14px;width:14px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jdcHwi .hJYLFq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jdcHwi .hJYLFq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jdcHwi .hJYLFq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .hUsEKN .jdcHwi .hJYLFq{font-size:12px;line-height:16px;margin:8px 0 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq{color:#333;font-size:4.2666666667vw;font-weight:500;letter-spacing:normal;line-height:5.3333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .kgmMAq{margin:2.6666666667vw 0 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fVEIwG .bLRaeH .gIIhxN .bSWXQl .bXVpO .jolJQc{font-size:12px;line-height:16px;margin-left:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ{margin-top:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN{padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN{order:3}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .gbozVj{color:#707070;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .gbozVj{font-size:12px;line-height:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz{margin:1.5625vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz{margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT{align-items:center;display:flex}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL{height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl{display:inline-block;height:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF{padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF{display:flex;height:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg{height:16px;top:0;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg circle,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg circle,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg circle,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF svg circle{fill:#1f94d2}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF .gwUSq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF .gwUSq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF .gwUSq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .ceEEwL .gIgVUl .ixVJIF .gwUSq{fill:#707070}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.4166666667vw;margin-right:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .flweSz .jReCpT .kZBdXY{color:#707070;font-size:12px;line-height:16px;margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL{margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL{margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .joCURi,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .joCURi,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .joCURi,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .joCURi{border:none;padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu{border:none;margin-left:.4166666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu{margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .krdjhu .hCiaBm{color:#707070;font-size:12px;line-height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin{border:1px solid #d6d6d6}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm{font-size:.9375vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm{font-size:12px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a{font-size:.9375vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .kRpheL .BMxin .hCiaBm a{font-size:12px;margin-left:4}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj{gap:1.0416666667vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj{gap:8px;margin-top:20px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj .bmzJjw{height:6.25vw;padding:0;width:6.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cGoyCj .bmzJjw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cGoyCj .bmzJjw{height:80px;width:80px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI{margin:2.0833333333vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI{margin:5.3333333333vw 0 0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .EfDQe .jHPlNq{font-size:14px;font-weight:400;line-height:22px;margin:0;padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC{margin:0 0 0 2.0833333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC{margin:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW>span{align-items:center;display:flex}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl{top:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg{height:1.0416666667vw;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .iZkXcl svg{height:16px;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0 0 0 .5208333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .ipgIWW .bMyyob{font-size:14px;line-height:22px;margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX{display:flex;margin-left:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX{margin-left:20px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span{align-items:center;display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg{height:1.0416666667vw;top:0;width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX>span svg{height:16px;width:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .kGAbXX .cCrvqF{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:0 0 0 .5208333333vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw{margin-left:2.0833333333vw}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton{color:#1f94d2;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .kpzdM .fKdXxQ .hFQwhN .cfAqEI .bv-feedback-container .iiJgQd .GIlyC .isjLvw .reportbutton{color:#1f94d2;font-size:3.7333333333vw;line-height:4.8vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq{padding-right:15.8333333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq{margin-top:20px;order:2;padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span{align-items:center;display:flex}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span{height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW>span svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX>span svg{top:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .iZkXcl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .iZkXcl{display:flex;height:16px;top:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX svg{height:16px;width:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .ipgIWW .cCrvqF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .bMyyob,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX .cCrvqF{font-size:14px;line-height:22px;margin:0 0 0 8px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .kGAbXX{margin-left:20px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .isjLvw,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .isjLvw{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .isjLvw .reportbutton,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .hFQwhN .cfAqEI .bv-feedback-container .GIlyC .isjLvw .reportbutton{color:#1f94d2;font-size:14px;font-weight:400;line-height:22px;padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .flweSz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .flweSz{margin-top:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .cfAqEI .iiJgQd,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .cfAqEI .iiJgQd{justify-content:space-between}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .jLOzaq .cfAqEI .jHPlNq,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .jLOzaq .cfAqEI .jHPlNq{color:#333;font-size:14px;font-weight:400;line-height:22px;margin:0;padding:0}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd{margin-left:4.1666666667vw;width:11.6666666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd{margin:16px 0 0;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .hJNYdF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .hJNYdF{color:#333;font-size:1.25vw;font-weight:500;letter-spacing:normal;line-height:1.5625vw;margin-top:1.0416666667vw;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .hJNYdF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .hJNYdF{font-size:14px;line-height:22px;margin-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl{margin-right:0;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl{margin-top:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .lermCk,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .lermCk{min-width:unset;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .lermCk,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .lermCk{max-width:unset;min-width:unset;width:calc(100% - 80px)}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .jJYKxJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .jJYKxJ{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;margin-left:.5208333333vw;min-width:unset;padding:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .jJYKxJ,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ .gVZWYl .jJYKxJ{font-size:14px;font-weight:400;line-height:22px;margin-left:10px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ:first-child .hJNYdF,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .iDmrQE .dkdwd .hSIysF .iTouCE .ccIBfQ:first-child .hJNYdF{margin-top:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA{margin:1.5625vw 0 0;width:calc(100% - 15.83333vw)}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA{margin-top:16px;padding-bottom:16px;width:100%}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc{margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr{background-color:#f7f7f7;border:.0520833333vw solid #d6d6d6;border-radius:.2083333333vw;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:.5208333333vw 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr{border:1px solid #d6d6d6;border-bottom:none;border-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:8px 16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .ibLuYb,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .ibLuYb{display:none}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN{display:flex;justify-content:space-between}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE{align-items:center;display:flex}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE{width:fit-content}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc{font-size:12px;line-height:16px}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .hSRRmN .jurqdE .bXVpO .jolJQc{font-size:12px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz{align-items:center;color:#333;display:flex;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;padding-right:5.2083333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz{font-size:12px;line-height:16px;padding-right:20px;width:fit-content}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE{width:fit-content}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO .jolJQc{color:#333;font-size:.9375vw;font-weight:400;letter-spacing:normal;line-height:normal;text-align:right}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO .jolJQc,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .jurqdE .bXVpO .jolJQc{font-size:3.2vw}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .kakORI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .kakORI{font-size:.9375vw;font-weight:400}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .kakORI,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .iERCgr .eRTmFz .kakORI{font-size:12px;line-height:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA{border:.0520833333vw solid #d6d6d6;border-radius:.2083333333vw;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA{border:1px solid #d6d6d6;border-radius:4px;border-top:none;border-top-left-radius:0;border-top-right-radius:0;padding:8px 16px 16px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR{padding:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .narOv,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .narOv{color:#333;font-size:1.0416666667vw;font-weight:500;letter-spacing:normal;line-height:normal;margin:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .narOv,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .narOv{font-size:14px;font-weight:500;line-height:22px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .gbozVj{color:#707070;font-size:1.0416666667vw;font-weight:400;letter-spacing:normal;line-height:normal;margin:1.0416666667vw 0 0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .dLooXP .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .gbozVj,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .ijXMMY .jtRfje .fyyVTt .bDrXSA .bgUXxc .bNROeA .kxrnvR .gbozVj{font-size:12px;line-height:16px;margin-top:8px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp{display:flex;margin:0}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .brAcvc{font-size:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .brAcvc{font-size:14px;font-weight:400;line-height:22px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx button,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp button{height:2.9166666667vw;width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx button,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp button{height:38px;width:38px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .next,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .prev,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .next,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .prev{align-items:center;display:flex;height:2.9166666667vw;justify-content:center;padding-top:0;width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .next,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .prev,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .next,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .prev{height:38px;width:38px}}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .next>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .prev>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .next>div,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .prev>div{align-items:center;display:flex}.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .next>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .prev>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .next>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .prev>div svg{height:1.25vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .next>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .EYTx .prev>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .next>div svg,.mdws-reviews .mdws-reviews-box .collapse-content .reviews-wrapp .gkDUjY .ihoIDp .bLsMJp .prev>div svg{height:16px;width:16px}.mdws-reviews{margin:0 auto;max-width:500px}.mdws-reviews .mdws-reviews-box .collapse-switch p{align-items:center;display:flex;justify-content:center;line-height:32px}}.mdws-reviews .mdws-reviews-box .judme-no-review{color:#707070;font-size:1.0416666667vw;font-weight:400;line-height:normal;margin-left:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .judme-no-review{font-size:14px;line-height:22px;margin-left:8px}}.mdws-reviews .mdws-reviews-box .collapse-content{padding-top:0}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content{padding-top:0;padding:0 16px 16px}}.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating{padding-top:40px}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content .bv-rating{padding-top:16px}}.mdws-reviews .mdws-reviews-box .collapse-content .bv_ratings_summary{display:none!important}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-reviews .mdws-reviews-box .collapse-content [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:14px!important;line-height:22px!important}}.mdws-reviews .mdws-reviews-box .hidden{display:none}.rich-text-container{font-size:1.1458333333vw;font-style:normal;margin:0 auto;max-width:54.1666666667vw;overflow:hidden;padding-bottom:3.125vw!important}.rich-text-container.animate-init-state{opacity:0;transform:translateY(15%)}.rich-text-container.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:4.2666666667vw;margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none;padding-bottom:16vw!important;text-align:center}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text-container{margin-left:4vw;margin-right:4vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;object-fit:cover;width:100%}.rich-text-container h3{font-size:2.1875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:1.875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:1.5625vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container h6{font-size:1.25vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h6{font-size:4.8vw}}.rich-text-container div{font-size:1.1458333333vw;padding-bottom:1em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container div{font-size:4.2666666667vw}}.rich-text-container p{clear:both;font-size:inherit;font-weight:400;overflow:hidden;padding-bottom:1em}.rich-text-container a{color:#1f94d2;text-decoration:none}.rich-text-container a:hover{text-decoration:underline!important}.rich-text-container sup{vertical-align:text-top}.rich-text-container img{display:block;margin:0 auto;max-width:100%}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:#1f94d2;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ul li{padding-bottom:1em;padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:#1f94d2;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:2.0833333333vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;width:100%}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.5208333333vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.0416666667vw 1.0416666667vw 1.0416666667vw 0}.rich-text-container .align-right-img{margin:1.0416666667vw 0 1.0416666667vw 1.0416666667vw}.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:4vw;margin-right:4vw;margin:0;padding-left:5.2083333333vw;padding-right:5.2083333333vw;width:100%}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{padding-left:4vw;padding-right:4vw}}html[dir=rtl] .rich-text_styles .rich-text-container ol{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text_styles .rich-text-container ol li:before{left:unset;right:0}html[dir=rtl] .rich-text_styles .rich-text-container ul{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:1.875em}html[dir=rtl] .rich-text_styles .rich-text-container ul li:before{left:unset;right:0}.page-v2 .space-240 .rich-text-container{margin-left:12.5vw!important;margin-right:12.5vw!important;max-width:75vw;width:unset}.page-v2 .rich-text-container{color:#333!important;font-size:.9375vw;margin:0 auto!important;max-width:66.6666666667vw;padding-bottom:0!important;text-align:left!important;width:66.6666666667vw}.page-v2 .rich-text-container h2,.page-v2 .rich-text-container h3{font-size:2.0833333333vw;font-weight:500;line-height:normal;margin-bottom:1.5625vw;padding:0}.page-v2 .rich-text-container h4{font-size:1.25vw;font-weight:500;line-height:1.5625vw;margin-bottom:1.5625vw;padding:0}.page-v2 .rich-text-container h5{font-size:.9375vw;margin-bottom:1.5625vw}.page-v2 .rich-text-container h6{font-size:.7291666667vw;font-weight:400;margin-bottom:1.5625vw;padding:0!important}.page-v2 .rich-text-container p{color:#333;padding-bottom:1.5625vw}.page-v2 .rich-text-container ol,.page-v2 .rich-text-container ul{padding-bottom:.5208333333vw}.page-v2 .rich-text-container ul li{padding-bottom:1.0416666667vw;padding-left:2.6041666667vw}.page-v2 .rich-text-container ul li:before{left:1.0416666667vw}.page-v2 .rich-text-container ol li{padding-bottom:1.0416666667vw;padding-left:2.6041666667vw}.page-v2 .rich-text-container ol li:before{font-size:.9375vw;left:.5208333333vw;top:0}.page-v2 .rich-text-container article{font-size:1.25vw}.page-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-v2 .rich-text-container .video-contariner{margin-bottom:1em;padding-bottom:0;position:relative}.page-v2 .rich-text-container .play__btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNC4wMi0uMDgzLjAzNy0uMDQyLjAxOC0uMDg1LjAzMi0uMDQzLjAxNS0uMDg3LjAyN3QtLjA4OC4wMnEtLjA0NS4wMS0uMDkuMDE1bC0uMDkuMDEtLjA5MS4wMDJxLS4wNDYgMC0uMDkxLS4wMDMtLjA0Ni0uMDAzLS4wOS0uMDA5LS4wNDYtLjAwNi0uMDktLjAxNS0uMDQ1LS4wMDgtLjA4OS0uMDJ0LS4wODctLjAyN3EtLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4My0uMDM3LS4wNC0uMDItLjA4LS4wNDMtLjA0LS4wMjMtLjA3Ny0uMDQ4LS4wMzgtLjAyNS0uMDc0LS4wNTMtLjAzNi0uMDI4LS4wNy0uMDU4LS4wMzQtLjAzLS4wNjYtLjA2Mi0uMDMzLS4wMzItLjA2My0uMDY2dC0uMDU3LS4wN3EtLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzgtLjA4My0uMDE3LS4wNDItLjAzMi0uMDg1LS4wMTQtLjA0My0uMDI2LS4wODctLjAxMi0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5bC0uMDEtLjA5LS4wMDItLjA5VjM3Ljk3MXEwLS4wNDUuMDAzLS4wOS4wMDMtLjA0Ni4wMDktLjA5MWwuMDE0LS4wOS4wMjEtLjA4OHEuMDEyLS4wNDQuMDI2LS4wODcuMDE1LS4wNDMuMDMyLS4wODUuMDE4LS4wNDIuMDM4LS4wODN0LjA0My0uMDhxLjAyMy0uMDQuMDQ4LS4wNzguMDI1LS4wMzcuMDUzLS4wNzMuMDI3LS4wMzcuMDU3LS4wNy4wMy0uMDM1LjA2My0uMDY3LjAzMi0uMDMyLjA2Ni0uMDYydC4wNy0uMDU4cS4wMzYtLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDMtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NC0uMDA5LjA5LS4wMTUuMDQ0LS4wMDYuMDktLjAwOS4wNDUtLjAwMy4wOS0uMDAzLjA0NiAwIC4wOTEuMDAzLjA0Ni4wMDMuMDkuMDA5LjA0Ni4wMDYuMDkuMDE1bC4wOS4wMnEuMDQzLjAxMi4wODYuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQuMDIuMDguMDQzbDIwLjgzMyAxMi4wMjhxLjA0LjAyMy4wNzguMDQ4bC4wNzMuMDUzcS4wMzcuMDI4LjA3LjA1OC4wMzUuMDMuMDY3LjA2MnQuMDYyLjA2NmwuMDU4LjA3cS4wMjguMDM3LjA1My4wNzQuMDI1LjAzOC4wNDguMDc4dC4wNDMuMDhxLjAyLjA0LjAzNy4wODMuMDE4LjA0Mi4wMzIuMDg1LjAxNS4wNDMuMDI3LjA4N2wuMDIuMDg4cS4wMDkuMDQ1LjAxNS4wOXQuMDA5LjA5cS4wMDMuMDQ2LjAwMy4wOTEgMCAuMDQ2LS4wMDMuMDkxdC0uMDA5LjA5cS0uMDA2LjA0NS0uMDE1LjA5dC0uMDIuMDg5cS0uMDEyLjA0NC0uMDI3LjA4Ny0uMDE0LjA0My0uMDMyLjA4NS0uMDE3LjA0Mi0uMDM3LjA4Mi0uMDIuMDQxLS4wNDMuMDgtLjAyMy4wNC0uMDQ4LjA3OHQtLjA1My4wNzRxLS4wMjguMDM2LS4wNTguMDctLjAzLjAzNC0uMDYyLjA2NnQtLjA2Ni4wNjJxLS4wMzQuMDMtLjA3LjA1OC0uMDM3LjAyOC0uMDc0LjA1My0uMDM4LjAyNS0uMDc4LjA0OEw0My43NSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MiA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzctMS4wMDItMS43MzctMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzctMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4cTEuNzM2IDEuMDAyIDEuNzM2IDMuMDA3dC0xLjczNiAzLjAwN0w0NC43OTIgNjUuMDM1Wm0tMi4wODQtMy42MDggMjAuODM0LTEyLjAyOHEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0OC4yLjY5NSAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk1IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;border-radius:50%;cursor:pointer;height:5.2083333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:2}.page-v2 .rich-text-container video::-moz-media-controls-play-button{display:none}.page-v2 .rich-text-container .video-contariner video{display:inline-block;height:37.0833333333vw;width:100%}.page-v2 .rich-text-container .no-gap{margin-bottom:0!important;padding-bottom:0!important}.page-res-v2 .rich-text-container{color:#333!important;font-size:16px;margin:0 auto!important;max-width:unset;padding-bottom:0!important;text-align:left!important;width:unset}@media screen and (min-width:1440px){.page-res-v2 .rich-text-container{width:1280px}}@media screen and (max-width:1439.9px){.page-res-v2 .rich-text-container{font-size:1.1111111111vw;padding:0 5.5555555556vw!important}}.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3{font-size:40px;font-weight:500;letter-spacing:0;line-height:normal;margin-bottom:30px;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3{font-size:2.7777777778vw;font-weight:500;line-height:normal;margin-bottom:2.0833333333vw;padding:0}}.page-res-v2 .rich-text-container h4{font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:30px;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h4{font-size:1.6666666667vw;font-weight:400;line-height:2.2222222222vw;margin-bottom:2.0833333333vw;padding:0}}.page-res-v2 .rich-text-container h5{font-size:18px;margin-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h5{font-size:1.25vw;margin-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container h6{font-size:14px;font-weight:400;margin-bottom:30px;padding:0!important}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h6{font-size:.9722222222vw;font-weight:400;margin-bottom:2.0833333333vw;padding:0!important}}.page-res-v2 .rich-text-container p{color:#333;padding-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container p{padding-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul{padding-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul{padding-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container ul li{padding-bottom:20px;padding-left:50px}.page-res-v2 .rich-text-container ul li:before{left:20px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ul li{padding-bottom:1.3888888889vw;padding-left:3.4722222222vw}.page-res-v2 .rich-text-container ul li:before{left:1.3888888889vw}}.page-res-v2 .rich-text-container ol li{padding-bottom:20px;padding-left:50px}.page-res-v2 .rich-text-container ol li:before{font-size:16px;left:10px;top:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ol li{padding-bottom:1.3888888889vw;padding-left:3.4722222222vw}.page-res-v2 .rich-text-container ol li:before{font-size:1.1111111111vw;left:.6944444444vw;top:0}}.page-res-v2 .rich-text-container article{font-size:24px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container article{font-size:1.6666666667vw}}.page-res-v2 .rich-text-container .table-container{font-size:16px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .table-container{font-size:1.1111111111vw}}.page-res-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-res-v2 .rich-text-container .video-contariner{margin-bottom:1em;padding-bottom:0;position:relative}.page-res-v2 .rich-text-container .play__btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNC4wMi0uMDgzLjAzNy0uMDQyLjAxOC0uMDg1LjAzMi0uMDQzLjAxNS0uMDg3LjAyN3QtLjA4OC4wMnEtLjA0NS4wMS0uMDkuMDE1bC0uMDkuMDEtLjA5MS4wMDJxLS4wNDYgMC0uMDkxLS4wMDMtLjA0Ni0uMDAzLS4wOS0uMDA5LS4wNDYtLjAwNi0uMDktLjAxNS0uMDQ1LS4wMDgtLjA4OS0uMDJ0LS4wODctLjAyN3EtLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4My0uMDM3LS4wNC0uMDItLjA4LS4wNDMtLjA0LS4wMjMtLjA3Ny0uMDQ4LS4wMzgtLjAyNS0uMDc0LS4wNTMtLjAzNi0uMDI4LS4wNy0uMDU4LS4wMzQtLjAzLS4wNjYtLjA2Mi0uMDMzLS4wMzItLjA2My0uMDY2dC0uMDU3LS4wN3EtLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzgtLjA4My0uMDE3LS4wNDItLjAzMi0uMDg1LS4wMTQtLjA0My0uMDI2LS4wODctLjAxMi0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5bC0uMDEtLjA5LS4wMDItLjA5VjM3Ljk3MXEwLS4wNDUuMDAzLS4wOS4wMDMtLjA0Ni4wMDktLjA5MWwuMDE0LS4wOS4wMjEtLjA4OHEuMDEyLS4wNDQuMDI2LS4wODcuMDE1LS4wNDMuMDMyLS4wODUuMDE4LS4wNDIuMDM4LS4wODN0LjA0My0uMDhxLjAyMy0uMDQuMDQ4LS4wNzguMDI1LS4wMzcuMDUzLS4wNzMuMDI3LS4wMzcuMDU3LS4wNy4wMy0uMDM1LjA2My0uMDY3LjAzMi0uMDMyLjA2Ni0uMDYydC4wNy0uMDU4cS4wMzYtLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDMtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NC0uMDA5LjA5LS4wMTUuMDQ0LS4wMDYuMDktLjAwOS4wNDUtLjAwMy4wOS0uMDAzLjA0NiAwIC4wOTEuMDAzLjA0Ni4wMDMuMDkuMDA5LjA0Ni4wMDYuMDkuMDE1bC4wOS4wMnEuMDQzLjAxMi4wODYuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQuMDIuMDguMDQzbDIwLjgzMyAxMi4wMjhxLjA0LjAyMy4wNzguMDQ4bC4wNzMuMDUzcS4wMzcuMDI4LjA3LjA1OC4wMzUuMDMuMDY3LjA2MnQuMDYyLjA2NmwuMDU4LjA3cS4wMjguMDM3LjA1My4wNzQuMDI1LjAzOC4wNDguMDc4dC4wNDMuMDhxLjAyLjA0LjAzNy4wODMuMDE4LjA0Mi4wMzIuMDg1LjAxNS4wNDMuMDI3LjA4N2wuMDIuMDg4cS4wMDkuMDQ1LjAxNS4wOXQuMDA5LjA5cS4wMDMuMDQ2LjAwMy4wOTEgMCAuMDQ2LS4wMDMuMDkxdC0uMDA5LjA5cS0uMDA2LjA0NS0uMDE1LjA5dC0uMDIuMDg5cS0uMDEyLjA0NC0uMDI3LjA4Ny0uMDE0LjA0My0uMDMyLjA4NS0uMDE3LjA0Mi0uMDM3LjA4Mi0uMDIuMDQxLS4wNDMuMDgtLjAyMy4wNC0uMDQ4LjA3OHQtLjA1My4wNzRxLS4wMjguMDM2LS4wNTguMDctLjAzLjAzNC0uMDYyLjA2NnQtLjA2Ni4wNjJxLS4wMzQuMDMtLjA3LjA1OC0uMDM3LjAyOC0uMDc0LjA1My0uMDM4LjAyNS0uMDc4LjA0OEw0My43NSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MiA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzctMS4wMDItMS43MzctMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzctMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4cTEuNzM2IDEuMDAyIDEuNzM2IDMuMDA3dC0xLjczNiAzLjAwN0w0NC43OTIgNjUuMDM1Wm0tMi4wODQtMy42MDggMjAuODM0LTEyLjAyOHEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0OC4yLjY5NSAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk1IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;border-radius:50%;cursor:pointer;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:2}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .play__btn{height:6.9444444444vw;width:6.9444444444vw}}.page-res-v2 .rich-text-container video::-moz-media-controls-play-button{display:none}.page-res-v2 .rich-text-container .video-contariner video{display:inline-block;height:712px;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .video-contariner video{height:49.4444444444vw;width:100%}}.page-res-v2 .rich-text-container .no-gap{margin-bottom:0!important;padding-bottom:0!important}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .rich-text-container{padding:0!important}}@media screen and (max-width:767.9px){.page-res-v2 .space-240 .rich-text-container,.page-v2 .space-240 .rich-text-container{margin:0!important;max-width:100%;width:100%}.page-res-v2 .rich-text-container,.page-v2 .rich-text-container{font-size:14px!important;margin:auto;max-width:500px;padding-left:16px;padding-right:16px;padding:0 16px!important;text-align:left;width:unset;word-break:break-word}.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3,.page-v2 .rich-text-container h2,.page-v2 .rich-text-container h3{color:#333;font-size:20px;font-weight:500;line-height:normal;margin-bottom:20px;padding:0}.page-res-v2 .rich-text-container h4,.page-v2 .rich-text-container h4{color:#333;font-size:18px;font-weight:500;line-height:normal;margin-bottom:20px;padding:0}.page-res-v2 .rich-text-container h5,.page-v2 .rich-text-container h5{color:#333;font-size:14px;font-weight:500;line-height:18px;margin-bottom:20px}.page-res-v2 .rich-text-container h6,.page-v2 .rich-text-container h6{color:#707070;font-size:12px;font-weight:400;margin-bottom:20px;padding:0!important}.page-res-v2 .rich-text-container p,.page-v2 .rich-text-container p{color:#333;line-height:22px;padding-bottom:20px}.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul,.page-v2 .rich-text-container ol,.page-v2 .rich-text-container ul{padding-bottom:10px}.page-res-v2 .rich-text-container ul li,.page-v2 .rich-text-container ul li{line-height:22px;padding-bottom:10px;padding-left:28px}.page-res-v2 .rich-text-container ul li:before,.page-v2 .rich-text-container ul li:before{background-clip:content-box;box-sizing:border-box;height:22px;left:0;padding:8px 11px;top:0;width:28px}.page-res-v2 .rich-text-container ol li,.page-v2 .rich-text-container ol li{padding-bottom:10px;padding-left:28px}.page-res-v2 .rich-text-container ol li:before,.page-v2 .rich-text-container ol li:before{font-size:14px;font-weight:500;height:22px;left:0;line-height:22px;text-align:center;top:0;width:28px}.page-res-v2 .rich-text-container article,.page-v2 .rich-text-container article{font-size:12px}.page-res-v2 .rich-text-container img,.page-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-res-v2 .rich-text-container .video-contariner video,.page-v2 .rich-text-container .video-contariner video{height:260px;width:100%}.page-res-v2 .rich-text-container .play__btn,.page-v2 .rich-text-container .play__btn{display:none!important}.page-res-v2 .rich-text-container .table-container,.page-v2 .rich-text-container .table-container{font-size:14px}.page-res-v2 .news-contariner .rich-text-container,.page-v2 .news-contariner .rich-text-container{padding:0!important}}@media screen and (max-width:499.9px){.page-res-v2 .rich-text-container .video-contariner video,.page-v2 .rich-text-container .video-contariner video{height:50.6666666667vw}}.btn-contariner .nav_lang_wraper,.mdws-footer .nav_lang_wraper,.mdws-header .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .nav_lang_wraper{background-color:#fff;bottom:0;color:#333;font-weight:400;left:0;max-height:none!important;overflow-x:hidden;right:0;top:0;z-index:9999}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper,.mdws-footer .nav_lang_wraper,.mdws-header .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .nav_lang_wraper{height:100%;padding-top:68px}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{margin:auto;padding-bottom:60px;padding-top:60px;width:1440px}@media screen and (max-width:1600px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{height:100%;margin:auto;max-width:500px;overflow:auto;padding-bottom:36px;padding-left:16px;padding-left:30px;padding-right:16px;padding-right:30px;padding-top:unset;width:unset}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content.active,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content.active,.mdws-header .nav_lang_wraper .nav_lang_wraper_content.active,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content.active,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content.active{display:inline-block}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:32px}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:2.2222222222vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:30px}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child{margin-bottom:0}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{-webkit-line-clamp:1;-webkit-box-orient:vertical;box-sizing:border-box;color:#333;display:-webkit-box;display:inline-block!important;font-size:24px;font-weight:500;line-height:32px;margin-bottom:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:1.6666666667vw;margin-bottom:1.3888888889vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:20px;line-height:28px;margin-bottom:12px;white-space:nowrap;width:100%}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{display:flex;flex-wrap:wrap;gap:0 16px;margin-top:-10px}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{gap:0 1.1111111111vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{margin:0}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child{margin-bottom:0}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{align-items:center;box-sizing:border-box;color:#333;display:flex;font-size:16px;font-weight:400;height:48px;margin:0;padding:12px 0;width:calc(25% - 12px)}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{font-size:1.1111111111vw;width:calc(25% - .83333vw)}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{flex-basis:100%;font-size:14px!important;line-height:22px!important;padding:6px 0}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover{font-weight:700}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty{height:20px;margin-right:12px;width:30px}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1;line-height:24px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{display:flex;gap:0 12px;line-height:22px}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:calc(50% - 6px)}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator{display:none}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#adadad;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:calc(50% - 6px)}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{display:flex;height:20px;margin-right:12px;width:30px}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{height:18px;width:27px}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img{height:100%;object-fit:contain;vertical-align:middle;width:100%}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img{height:18px;width:27px}}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{color:#333;cursor:pointer;display:inline-block;height:24px;position:fixed;right:calc(50% - 720px);top:60px;width:24px}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-header .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:before,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:before{background-color:currentColor;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:100%}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-header .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:after,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:after{background-color:currentColor;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);width:100%}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:hover,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:hover,.mdws-header .nav_lang_wraper .nav_lang_wraper_close:hover,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:hover,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:hover{opacity:.6}@media screen and (max-width:1600px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{right:80px}}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{height:1.6666666667vw;right:5.5555555556vw;top:4.1666666667vw;width:1.6666666667vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{height:20px;right:calc(50% - 234px);top:24px;width:20px}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:after,.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-header .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-header .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:before,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:after,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:before{background-color:#707070}}@media screen and (max-width:499.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{right:16px}}.btn-contariner .mdws-footer-country-box .nav_lang_wraper,.mdws-footer .mdws-footer-country-box .nav_lang_wraper,.mdws-header .mdws-footer-country-box .nav_lang_wraper,.mdws-header-global .mdws-footer-country-box .nav_lang_wraper,.xf-web-container .mdws-footer-country-box .nav_lang_wraper{display:none;position:fixed!important}.mdws-header .nav_lang_wraper,.mdws-header-global .nav_lang_wraper{display:none;position:fixed!important;z-index:199999}.nav_lang_wraper .nav_lang_item_img{display:inline-block!important}.mdws-sliding-interaction-v1{display:none}@media screen and (max-width:767.9px){.mdws-sliding-interaction-v1{display:block;padding:5.3333333333vw;width:100%}.mdws-sliding-interaction-v1__title{color:#333;font-size:4.8vw;font-weight:500;text-align:center}.mdws-sliding-interaction-v1__icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABF0lEQVR4nO2WPYoCQRBGHwZGhgYiyx5gIxEDkTrAxkYbGy8GBl7Za0hDDRiITHdX1/RAPZis+/teMT0/EARBEARB4M4G+GqQu9Xs5iT5u3HZRjPTEC78ADdgbZC11qyU6coeuAKrioyVZqSsSTgB/8CyYO9S96aMSfkFLplDpLUX3dsFZ+APWIxYu9C1ZzoiRypnWFfGHIuS4+bKpwez5oF35d2r0eKV68rrx8nyo1fEDjhW/B6U/nYctLuaJP8ApGDvt165iHamIUyQiiG66RKHIaR1R8sC8brLLYrE8YiaF4q3vGWxTCVvISBTy9eIdCNfItSdfI5Yt/JjBLuX/yQ6G/l3wrOTHxjEZyk/MNyBIAiCIMCaJ/6fOoN7f+f/AAAAAElFTkSuQmCC) no-repeat;background-position:50%;background-size:contain;cursor:pointer;display:block;height:6.4vw;margin:1.6vw auto 0;width:6.4vw}}.media_panel-container .md-container{display:block!important;margin:0 auto;padding:0 5.2083333333vw;width:100%}@media screen and (max-width:767.9px){.media_panel-container .md-container{padding:0 4vw}}.media_panel{background-color:#1f94d2;padding-bottom:6.25vw!important;padding-top:6.25vw!important}@media screen and (max-width:767.9px){.media_panel{padding-bottom:16vw;padding-top:16vw}}.media_panel_title{word-wrap:break-word;font-size:2.5vw;font-weight:700;line-height:2.65625vw;margin-bottom:6.25vw}@media screen and (max-width:767.9px){.media_panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.media_panel_container{display:flex}@media screen and (max-width:767.9px){.media_panel_container{flex-direction:column}}.media_panel_column{width:25%}@media screen and (max-width:767.9px){.media_panel_column{width:100%}}.media_panel_row{margin-bottom:1.5625vw}.media_panel_row_square{height:20.8333333333vw;width:20.8333333333vw}.media_panel_row_rectangle{height:43.2291666667vw;width:20.8333333333vw}.media_panel_row_rectangle .media_item.instagram iframe{margin:0!important;max-width:none!important}@media screen and (min-width:1024px){.media_panel_row_rectangle .media_item.instagram iframe{height:calc(43.22917vw + 74px)!important;min-width:36.4583333333vw!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:767.9px){.media_panel_row_rectangle .media_item.instagram iframe{height:calc(152vw + 56px)!important;min-width:133.3333333333vw!important;transform:translate(-20.8vw,-56px)!important}.media_panel_row{margin-bottom:0}.media_panel_row_rectangle,.media_panel_row_square{margin-bottom:8vw}.media_panel_row_square{height:92vw;width:92vw}.media_panel_row_rectangle{height:152vw;width:92vw}}.background-color-none{background-color:transparent!important}.page-v2 .media_panel-container .md-container{padding:0 4.1666666667vw}.page-v2 .media_panel{background-color:#a2c3e5;padding-bottom:0!important;padding-top:0!important}.page-res-v2 .media_panel-container .md-container{background-color:#a2c3e5;display:block!important;padding:0}.page-res-v2 .media_panel-container .md-container.background-color-none{background-color:transparent!important}.page-res-v2 .media_panel{padding-bottom:60px!important;padding-top:0!important}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel{padding-bottom:4.1666666667vw!important;padding-top:0!important}}.page-res-v2 .media_panel_title{word-wrap:break-word;font-size:40px;font-weight:500;line-height:48px;margin:auto;padding:60px 80px;text-align:center;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .media_panel_title{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_title{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_title{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_title{font-size:2.7777777778vw;line-height:3.3333333333vw;padding:4.1666666667vw 5.5555555556vw}}.page-res-v2 .media_panel_container{display:flex;gap:20px;margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .media_panel_container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_container{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (min-width:1920px){.page-res-v2 .media_panel_container{padding-left:0!important;padding-right:0!important;width:1440px!important}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_container{gap:1.3888888889vw}}.page-res-v2 .media_panel_column{display:flex;flex:1;flex-direction:column;gap:20px;width:calc(25% - 15px)}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_column{gap:1.3888888889vw;width:calc(25% - 1.04167vw)}}.page-res-v2 .media_panel_row{margin-bottom:0}.page-res-v2 .media_panel_row_square{aspect-ratio:1/1;height:inherit;width:100%}.page-res-v2 .media_panel_row_square .media_item.facebook iframe{height:100%!important;margin:0!important;max-width:none!important;transform:translate(0)!important;width:100%!important}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_row_square{height:21.1805555556vw}}.page-res-v2 .media_panel_row_rectangle{aspect-ratio:1/2;height:100%;width:100%}.page-res-v2 .media_panel_row_rectangle .media_item.instagram iframe{height:900px!important;margin:0!important;max-width:none!important;min-width:inherit!important;transform:translate(-190px,-132px)!important;width:700px!important}@media screen and (max-width:1440px){.page-res-v2 .media_panel_row_rectangle .media_item.instagram iframe{height:62.5vw!important;transform:translate(-14.3055555556vw,-9.8611111111vw)!important;width:48.6111111111vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel-container,.page-v2 .media_panel-container{background-color:unset}.page-res-v2 .media_panel-container .md-container,.page-v2 .media_panel-container .md-container{background-color:#a2c3e5;padding:0}.page-res-v2 .media_panel-container .media_panel,.page-v2 .media_panel-container .media_panel{padding-bottom:36px!important;padding-top:0!important}.page-res-v2 .media_panel-container .media_panel_title,.page-v2 .media_panel-container .media_panel_title{font-size:18px;font-weight:500;letter-spacing:normal;line-height:normal;margin:auto;padding-bottom:32px;padding-top:32px;text-align:center;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.page-res-v2 .media_panel-container .media_panel_title,.page-v2 .media_panel-container .media_panel_title{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.page-res-v2 .media_panel-container .media_panel_title,.page-v2 .media_panel-container .media_panel_title{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .media_panel-container .media_panel_title,.page-v2 .media_panel-container .media_panel_title{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel-container .media_panel_container,.page-v2 .media_panel-container .media_panel_container{flex-direction:row;flex-wrap:wrap;gap:8px;margin:auto;width:1440px;width:100%}}@media screen and (max-width:767.9px)and (max-width:1600px){.page-res-v2 .media_panel-container .media_panel_container,.page-v2 .media_panel-container .media_panel_container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.page-res-v2 .media_panel-container .media_panel_container,.page-v2 .media_panel-container .media_panel_container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .media_panel-container .media_panel_container,.page-v2 .media_panel-container .media_panel_container{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel-container .media_panel_column,.page-v2 .media_panel-container .media_panel_column{display:flex;flex:auto;flex-direction:column;gap:8px;width:calc(50% - 4px)}.page-res-v2 .media_panel-container .media_panel_column .media-panel-item,.page-v2 .media_panel-container .media_panel_column .media-panel-item{height:100%}.page-res-v2 .media_panel-container .media_panel_row_square,.page-v2 .media_panel-container .media_panel_row_square{aspect-ratio:1/1;flex:1;height:inherit!important;margin-bottom:inherit;width:100%!important}.page-res-v2 .media_panel-container .media_panel_row_square .media_item.facebook iframe,.page-v2 .media_panel-container .media_panel_row_square .media_item.facebook iframe{aspect-ratio:1/1!important;height:inherit!important;transform:inherit!important;width:100%!important}.page-res-v2 .media_panel-container .media_panel_row_rectangle,.page-v2 .media_panel-container .media_panel_row_rectangle{flex:1;height:inherit!important;margin-bottom:inherit;width:100%!important}.page-res-v2 .media_panel-container .media_panel_row_rectangle .media_item.instagram iframe,.page-v2 .media_panel-container .media_panel_row_rectangle .media_item.instagram iframe{height:100%!important;min-width:unset!important;transform:inherit!important;width:100%!important}}.mcfc{color:#152c5b}.mcfc .btn.btn_blue,.mcfc .com-bg-color-blue{background-color:#a2c3e5}.mcfc .btn.btn_blue{border:1px solid #fff;color:#fff}@media screen and (min-width:1024px){.mcfc .btn.btn_blue:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}}.mcfc .my-product-Specifications-title,.mcfc .section-title{color:#152c5b;font-size:2.5vw;padding:0}@media screen and (max-width:767.9px){.mcfc .my-product-Specifications-title,.mcfc .section-title{font-size:8vw}}.mcfc .my-product-Specifications-title p,.mcfc .section-title p{color:inherit;font-size:inherit}.mcfc .my-product-Specifications-title svg,.mcfc .section-title svg{display:none}.mcfc .teaser_info{padding:3.90625vw!important}@media screen and (max-width:767.9px){.mcfc .teaser_info{display:block;margin-top:0;padding:8vw 0 0!important}.mcfc .teaser_info.com-bg-color-blue{padding:8vw!important}}.mcfc .teaser_info_title{word-wrap:break-word;color:#152c5b;font-size:2.5vw;line-height:2.65625vw}@media screen and (max-width:767.9px){.mcfc .teaser_info_title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.mcfc .teaser_info_desc{color:#333;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){.mcfc .teaser_info_desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}.mcfc .teaser_info_operate{margin-top:1.5625vw}.mcfc .teaser_info_operate .btn{font-size:1.40625vw;font-weight:700}@media screen and (max-width:767.9px){.mcfc .teaser_info_operate .btn{font-size:4.8vw}.mcfc .teaser_info_operate{margin-top:5.3333333333vw}}.mcfc .media_panel{background-color:#a2c3e5}.mdws-star-product-v1__wrap{display:flex;flex-wrap:wrap;gap:20px;margin:auto;width:1440px}@media screen and (max-width:1600px){.mdws-star-product-v1__wrap{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__wrap{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1__wrap{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:1600px){.mdws-star-product-v1__wrap{gap:16px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__wrap{gap:1.3888888889vw calc(50% - 43.22917vw)}}.mdws-star-product-v1__item{border-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer;height:467px;position:relative;width:466px}@media screen and (max-width:1600px){.mdws-star-product-v1__item{height:28.8888888889vw;width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__item{height:28.8888888889vw;width:28.8194444444vw}}.mdws-star-product-v1__item:hover .mdws-star-product-v1__msg{color:#1f94d2}.mdws-star-product-v1__image{border-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;height:100%;object-fit:cover;width:100%}@media screen and (max-width:1440.9px){.mdws-star-product-v1__image{border-radius:.5555555556vw;border-top-left-radius:.5555555556vw;border-top-right-radius:.5555555556vw}}.mdws-star-product-v1__msg{color:#333;left:0;position:absolute;top:40px;width:100%}@media screen and (min-width:1600px){.mdws-star-product-v1__msg{top:40px}}@media screen and (max-width:1600px){.mdws-star-product-v1__msg{top:35px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__msg{top:2.4305555556vw}}.mdws-star-product-v1__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:24px;font-weight:500;line-height:32px;margin-bottom:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (min-width:1600px){.mdws-star-product-v1__title{margin-bottom:9px}}@media screen and (max-width:1600px){.mdws-star-product-v1__title{margin-bottom:6px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__title{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-bottom:.4166666667vw}}.mdws-star-product-v1__desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.mdws-star-product-v1__desc{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1__wrap{flex-direction:column;flex-wrap:unset;gap:12px;height:auto;padding:0;width:100vw}.mdws-star-product-v1__name{color:#333;font-size:4.8vw;font-weight:500;padding:5.3333333333vw;text-align:center;width:100%}.mdws-star-product-v1__name i{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDI0IDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMC4xODQgMTYuODMxIDM1LjUgMjIuNjNsNS4zMTUtNS43OTlxLjAzNi0uMDM5LjA4NC0uMDYuMDQ4LS4wMjEuMTAxLS4wMjEuMDUgMCAuMDk2LjAxOS4wNDYuMDIuMDguMDU0LjAzNi4wMzUuMDU1LjA4MS4wMTkuMDQ2LjAxOS4wOTYgMCAuMDk3LS4wNjYuMTY5TDM1LjUgMjMuMzdsLTUuNjg0LTYuMjAxcS0uMDY2LS4wNzItLjA2Ni0uMTY5IDAtLjA1LjAxOS0uMDk2LjAyLS4wNDYuMDU0LS4wOC4wMzUtLjAzNi4wODEtLjA1NS4wNDYtLjAxOS4wOTYtLjAxOS4wNTMgMCAuMS4wMjEuMDQ5LjAyMS4wODQuMDZaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDAiIHRyYW5zZm9ybT0icm90YXRlKC05MCAzMCAxNykiIHN0eWxlPSJvcGFjaXR5Oi41Ii8+PHBhdGggZD0ibTM1LjgyMyAxOC44MjMgNy4zMjMtNy4zMjMtNy4zMjMtNy4zMjNRMzUuNzUgNC4xMDQgMzUuNzUgNHEwLS4wNS4wMTktLjA5Ni4wMi0uMDQ2LjA1NC0uMDguMDM1LS4wMzYuMDgxLS4wNTUuMDQ2LS4wMTkuMDk2LS4wMTkuMTA0IDAgLjE3Ny4wNzNsNy42NzcgNy42NzctNy42NzcgNy42NzdxLS4wNzMuMDczLS4xNzcuMDczLS4wNSAwLS4wOTYtLjAxOS0uMDQ2LS4wMi0uMDgtLjA1NC0uMDM2LS4wMzUtLjA1NS0uMDgxLS4wMTktLjA0Ni0uMDE5LS4wOTYgMC0uMTA0LjA3My0uMTc3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==);display:block;height:6.4vw;margin:1.6vw auto 0;width:6.4vw}.mdws-star-product-v1__item{border-radius:unset;height:100vw;max-height:500px;width:100%}.mdws-star-product-v1__image{border-radius:unset;object-fit:cover}.mdws-star-product-v1__msg{padding:24px 16px 0;top:0}.mdws-star-product-v1__title{font-size:20px;font-weight:500;line-height:28px;margin-bottom:8px}.mdws-star-product-v1__desc{font-size:14px;line-height:22px}}.store-v2{padding-bottom:3.125vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-bottom:16vw;padding-left:4vw;padding-right:4vw}}.store-v2-title{display:none}.store-v2__wrapper-head{align-items:flex-end;display:flex;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-head{display:block;margin-bottom:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{color:#858585;display:inline-block;font-size:1.25vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{font-size:4.2666666667vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-search{align-items:end;display:flex;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search{align-items:start;flex-direction:column}}.store-v2__wrapper-search__addr{flex:3}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__addr{margin-bottom:5.3333333333vw;width:100%}.store-v2__wrapper-search__title{font-size:4.2666666667vw}}.store-v2__wrapper-search__wrapper{margin-right:1.0416666667vw}.store-v2__wrapper-search__icon{display:none}.store-v2__wrapper-search__input{border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__input{border-radius:6.6666666667vw!important;height:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper-search__position{color:#1f94d2;cursor:pointer;display:flex;flex:1;flex-direction:column;font-size:1.0416666667vw;height:2.8645833333vw;justify-content:center;line-height:1;margin-right:1.0416666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position{font-size:3.7333333333vw;height:auto;margin-bottom:5.3333333333vw;width:100%}}.store-v2__wrapper-search__position span:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAmCAMAAADkx9tQAAABHVBMVEUAAAD////////R7fn///+54/X4/P7////A5vb///////////////////////////+n3PLI6fjV7vrX7/re8vvp9/zb8Prq9/3d8vvY8Prj9Pzw+f3u+P33/P7///////////////////////////////////////////////////////////+24vTi9Pzz+/3o9vz6/f7+///9///u+P3z+v77/f7///////8AmdoAl9kAldkAk9gAjdYAkNcAktgAj9cAmtqr3vMdpN51yOtPueYInNuh2vJiwOhGtuQ9suRBsuM2r+Iuq+EqquAUot0NntwAidSFze1+y+1rxepLtuUipN+y4fSY1vGV1fCQ0++Hz+57yuxow+knpd90agIhAAAAOXRSTlMAMSfxFf3IcPuqoVhJRBAG/u/q5+Xh3NXV08zBsq2XlpB8dGtnT0c8IxoMCAP63tbPwruyraSHPjQfozZvAAABf0lEQVQ4y33T5XbCMBiA4a8UHYO5C86QuUeatrj7mO/+L2NYT1aa7Pn7nljTgGXNlXg43FLV3ePYcx6WnZ34S40upqTS/n49Sp3bYj5y0dA1ShBCmBhGu3rnBs7lHRENIwvWWHnnide9OqMm4kxidDZXFzXsresYLdE7W8o8R0aMV96b3llNFyhFTpgN49PznjQ1Ewmw4n4WQPHwhe20zyCAr2QgSS6fAty3qCTT4oEb9ntYkjH1uGCTIJl+QQGV/pt3K9KsTyY/lm+tO9lacqhJDxYFyPgxEVbM3qeXtvIiHs5+DsOTHKpSIhqsl3wwFWgYwm92nZvl1QISDCeDOMwFyrpzcNtr/a3KRoU48noKLLGBYdqiqdVWgL+QoyazdVbczgKnqD2KOELXg/CX743x5bE1NReo8WfCOntusHNftXRr6t5GyPlE1S5Z5GoCnJIFPO3YKJ2CSPTLwCbS6jdhYc7dTq6WjbddIJa5HPcrnjTIhPzFDx/IBXceweYXLxqqd25jss8AAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;content:"";display:inline-block;flex-shrink:0;height:.9375vw;margin-right:.5208333333vw;position:relative;width:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position span:before{height:3.7333333333vw;margin-right:2.6666666667vw;width:2.6666666667vw}}.store-v2__wrapper-search__position .out{font-size:.9375vw;position:absolute;top:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position .out{font-size:3.7333333333vw;top:4.8vw}}.store-v2__wrapper-search__nores{display:none!important}.store-v2__wrapper-search__btn{flex:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn{width:100%}}.store-v2__wrapper-search__btn .btn{background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff!important;color:#fff;height:2.8645833333vw;line-height:2.8645833333vw;transition:all .3s;transition:none;width:100%}.store-v2__wrapper-search__btn .btn:hover{background:#79bfe4;background:#0083de}.store-v2__wrapper-search__btn .btn:active{background:#077dce}.store-v2__wrapper-search__btn .btn.mdws-btn--disabled,.store-v2__wrapper-search__btn .btn.mdws-btn--disabled:hover,.store-v2__wrapper-search__btn .btn[disabled],.store-v2__wrapper-search__btn .btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn .btn{height:10.6666666667vw;line-height:10.6666666667vw}}.store-v2__wrapper-content{box-shadow:0 0 10px 1px rgba(0,0,0,.1);display:flex;height:28.6458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-content{flex-direction:column-reverse;height:auto}}.store-v2__wrapper-empty,.store-v2__wrapper-res{background:#fff;height:100%;overflow-y:auto;width:25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-empty,.store-v2__wrapper-res{width:100%}}.store-v2__wrapper-empty{display:none}.store-v2__wrapper-empty-text{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list{padding-right:0;width:100%}}.store-v2__wrapper-list__item{background-color:#fff;box-sizing:border-box;cursor:pointer;margin-bottom:.9375vw;min-height:7.2916666667vw;padding:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item{margin-bottom:4.8vw;min-height:37.3333333333vw;padding:5.3333333333vw}}.store-v2__wrapper-list__item a{color:#1f94d2}.store-v2__wrapper-list__item.active{background-color:#1f94d2;color:#fff}.store-v2__wrapper-list__item.active .store-v2__wrapper-list__name,.store-v2__wrapper-list__item.active a{color:#fff}.store-v2__wrapper-list__item>div{font-size:.9375vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item>div{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-list__name{color:#1f94d2;display:block;font-weight:700;line-height:1.5;margin-bottom:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__name{margin-bottom:5.3333333333vw}}.store-v2__wrapper-list__title{display:none}.store-v2__wrapper-pagination .wsc-pagination__container{justify-content:center}.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{background:#fff;border:1px solid #858585;color:#79bfe4;font-size:1.0416666667vw;height:1.6666666667vw;line-height:1.6666666667vw;margin:0 .2604166667vw .2604166667vw;min-width:auto;padding:0;text-align:center;text-decoration:none;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;margin:0 1.3333333333vw 1.3333333333vw;width:8.5333333333vw}}.store-v2__wrapper-pagination .wsc-pagination__item--actived,.store-v2__wrapper-pagination .wsc-pagination__item:hover{background:#1f94d2;border:1px solid #1f94d2;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination{padding-bottom:8vw}}.store-v2__wrapper-msg{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-msg{font-size:4.2666666667vw;margin:5.3333333333vw 0}}.store-v2__wrapper-map{height:100%;width:calc(100% - 15.625vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-map{height:80vw;width:100%}}.store-v2__wrapper-map__window a{color:#1f94d2;cursor:pointer;display:block;font-weight:700;margin-top:5px;text-decoration:underline}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-title{font-size:4.2666666667vw}}.store-v2__filter-list{display:flex;min-width:16.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-list{flex-direction:column;min-width:unset}}.store-v2__filter-item{flex:1;margin-right:1.0416666667vw;width:10.4166666667vw}.store-v2__filter-item select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;color:#858585;font-size:.9375vw;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:10.4166666667vw}.store-v2__filter-item select::-ms-expand{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-item select{border-radius:6.6666666667vw!important;font-size:.8333333333vw;height:10.6666666667vw;padding:0 8vw;width:100%}.store-v2__filter-item{margin:0 0 2.6666666667vw;width:100%}}.store-v2__filter .jcf-select{align-items:center;display:flex;height:2.8645833333vw;padding:.5208333333vw 1.8229166667vw .5208333333vw 1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select{height:10.6666666667vw;padding:1.6vw 9.3333333333vw 1.6vw 6.6666666667vw}}.store-v2__filter .jcf-select-opener{transform:translateY(-50%)}.store-v2__filter .jcf-select-text{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select-text{font-size:4.2666666667vw}}.mdws-support-list-box{padding:3.125vw 12.5vw}@media screen and (max-width:767.9px){.mdws-support-list-box{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-support-list-box ul{display:flex;flex-wrap:wrap;justify-content:left;margin-bottom:-3.125vw}.mdws-support-list-box ul li{align-items:center;border-right:1px solid #d6d6d6;box-sizing:border-box;display:flex;flex-direction:column;font-size:1.25vw;font-weight:500;margin-bottom:3.125vw;padding:0 2.0833333333vw;text-align:center;width:33.333333333%}.mdws-support-list-box ul li .title{display:none}.mdws-support-list-box ul li .img-text-box{align-items:center;display:flex;flex-direction:column;width:100%}.mdws-support-list-box ul li .img-box{align-items:center;display:flex;height:3.5416666667vw;justify-content:center;margin-top:0;width:3.5416666667vw}.mdws-support-list-box ul li img{max-height:3.5416666667vw;max-width:100%;object-fit:contain}.mdws-support-list-box ul li .text-box{align-items:center;display:flex;flex-direction:column;width:100%}.mdws-support-list-box ul li .text-box .desc-btn-box{text-align:center}.mdws-support-list-box ul li .text-box .title{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.0416666667vw;font-weight:500;height:2.5vw;line-height:normal;line-height:1.25vw;margin-top:1.5625vw;overflow:hidden;text-overflow:ellipsis;width:100%}.mdws-support-list-box ul li .text-box .desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9375vw;font-weight:400;height:3.4375vw;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis}.mdws-support-list-box ul li .text-box .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;color:#333;font-size:.8333333333vw;font-weight:400;line-height:.9375vw;margin-top:1.5625vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw}.mdws-support-list-box ul li .text-box .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.mdws-support-list-box ul li .text-box .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.mdws-support-list-box ul li .text-box .mdws-btn.mdws-btn--disabled,.mdws-support-list-box ul li .text-box .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.mdws-support-list-box ul li:last-child{border-right:none}.mdws-support-col-1{padding-left:37.5vw;padding-right:37.5vw}.mdws-support-col-1 ul li{border:none;width:100%}.mdws-support-col-2{padding-left:25vw;padding-right:25vw}.mdws-support-col-2 ul li{width:50%}.mdws-support-col-2 ul li:nth-child(2n){border:none}.mdws-support-col-3{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-3 ul li{width:33.333333333%}.mdws-support-col-3 ul li:nth-child(3n){border:none}.mdws-support-col-4{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-4 ul li{width:25%}.mdws-support-col-4 ul li:nth-child(4n){border:none}.mdws-support-col-5{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-5 ul li{width:20%}.mdws-support-col-5 ul li:nth-child(5n){border:none}.mdws-support-list-box-style2{margin:auto;padding:0;width:1140px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2{width:79.1666666667vw}}.mdws-support-list-box-style2 ul{margin:-30px -60px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul{margin:-2.0833333333vw -4.1666666667vw}}.mdws-support-list-box-style2 ul li{border:none;margin:30px 60px;padding:0;width:300px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li{margin:2.0833333333vw 4.1666666667vw;width:20.8333333333vw}}.mdws-support-list-box-style2 ul li .title{display:none}.mdws-support-list-box-style2 ul li .img-box{box-sizing:content-box;height:80px;margin:0;padding:20px 0;width:80px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .img-box{height:5.5555555556vw;padding:1.3888888889vw 0;width:5.5555555556vw}}.mdws-support-list-box-style2 ul li .img-box img{max-height:100%;max-width:100%;object-fit:contain}.mdws-support-list-box-style2 ul li .text-box .desc-btn-box{display:flex;flex-direction:column;text-align:center}.mdws-support-list-box-style2 ul li .text-box .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:24px;font-weight:500;height:64px;line-height:32px;margin-top:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .title{font-size:1.6666666667vw;height:4.4444444444vw;line-height:2.2222222222vw}}.mdws-support-list-box-style2 ul li .text-box .desc{color:#707070;font-size:16px;font-weight:400;height:72px;line-height:24px;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .desc{font-size:1.1111111111vw;height:5vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn{margin-top:20px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn{margin-top:1.3888888889vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn{border:none;color:#1f94d2;font-size:18px;font-weight:400;line-height:normal;padding:0;position:relative;text-align:center}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn{font-size:1.25vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:hover{text-decoration:underline}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:active{color:#077dce}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;content:"";display:inline-block;height:14px;margin-left:4px;vertical-align:middle;width:14px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn:after{height:.9722222222vw;margin-left:.2777777778vw;width:.9722222222vw}}.mdws-support-list-box-style2.mdws-support-col-2{width:840px}.mdws-support-list-box-style2.mdws-support-col-2 ul{margin:-30px -120px}.mdws-support-list-box-style2.mdws-support-col-2 ul li{margin:30px 120px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-2{width:58.3333333333vw}.mdws-support-list-box-style2.mdws-support-col-2 ul{margin:-2.0833333333vw -8.3333333333vw}.mdws-support-list-box-style2.mdws-support-col-2 ul li{margin:2.0833333333vw 8.3333333333vw}}.mdws-support-list-box-style2.mdws-support-col-4{width:1440px}.mdws-support-list-box-style2.mdws-support-col-4 ul{margin:-30px -40px}.mdws-support-list-box-style2.mdws-support-col-4 ul li{margin:30px 40px}@media screen and (max-width:1600px){.mdws-support-list-box-style2.mdws-support-col-4{padding:0 80px;width:auto}.mdws-support-list-box-style2.mdws-support-col-4 ul li{width:calc(25% - 80px)}}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-4{padding:0 5.5555555556vw}.mdws-support-list-box-style2.mdws-support-col-4 ul{margin:-2.0833333333vw -2.7777777778vw}.mdws-support-list-box-style2.mdws-support-col-4 ul li{margin:2.0833333333vw 2.7777777778vw;width:calc(25% - 5.55556vw)}}.mdws-support-list-box-style2.mdws-support-col-5{width:1440px}.mdws-support-list-box-style2.mdws-support-col-5 ul{margin:-30px -20px}.mdws-support-list-box-style2.mdws-support-col-5 ul li{margin:30px 20px;width:calc(20% - 40px)}@media screen and (max-width:1600px){.mdws-support-list-box-style2.mdws-support-col-5{padding:0 80px;width:auto}}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-5{padding:0 5.5555555556vw}.mdws-support-list-box-style2.mdws-support-col-5 ul{margin:-2.0833333333vw -1.3888888889vw}.mdws-support-list-box-style2.mdws-support-col-5 ul li{margin:2.0833333333vw 1.3888888889vw;width:calc(20% - 2.77778vw)}}@media screen and (max-width:767.9px){.mdws-support-list-box{margin:auto;padding-bottom:0;padding-top:0;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-support-list-box{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-support-list-box{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}@media screen and (max-width:767.9px){.mdws-support-list-box ul{margin-bottom:-10px}.mdws-support-list-box ul li{border:1px solid #d6d6d6!important;border-radius:4px;font-size:24px;line-height:32px;margin-bottom:10px;padding:16px;width:100%}.mdws-support-list-box ul li .img-text-box{align-items:center;display:flex;flex-direction:row}.mdws-support-list-box ul li .title{font-weight:500;height:auto;width:100%}.mdws-support-list-box ul li>.title{display:none}.mdws-support-list-box ul li .img-box{height:56px;margin-right:16px;margin-top:0;width:56px}.mdws-support-list-box ul li img{display:inline-block;max-height:100%;max-width:100%;object-fit:contain}.mdws-support-list-box ul li .text-box{align-items:flex-start;display:flex;flex-direction:column;width:calc(100% - 72px)}.mdws-support-list-box ul li .text-box .title{-webkit-line-clamp:unset;-webkit-box-orient:unset;display:inline-block;font-size:16px;font-weight:500;height:auto;line-height:24px;margin-top:0;text-align:left}.mdws-support-list-box ul li .text-box .desc-btn-box{text-align:left}.mdws-support-list-box ul li .text-box .desc{-webkit-line-clamp:unset;-webkit-box-orient:unset;color:#707070;display:block;font-size:12px;font-weight:400;height:auto;line-height:16px;margin-top:4px;text-align:left;width:auto}.mdws-support-list-box ul li .text-box .mdws-btn{align-items:center;border:none;color:#1f94d2;display:flex;font-size:12px;font-weight:400;height:16px;line-height:normal;margin-top:8px;padding:0;position:relative}.mdws-support-list-box ul li .text-box .mdws-btn:after{height:14px;margin-left:4px;width:14px}.mdws-support-list-box-style2{width:unset!important}.mdws-support-list-box-style2 ul{margin:0 0 10px!important}.mdws-support-list-box-style2 ul li{border:1px solid #d6d6d6!important;margin:0 0 16px!important;padding:16px;width:100%!important}.mdws-support-list-box-style2 ul li .img-text-box{align-items:flex-start}.mdws-support-list-box-style2 ul li .img-box{box-sizing:border-box;height:56px;margin-right:8px;padding:8px;width:56px}.mdws-support-list-box-style2 ul li .img-box img{max-height:40px;max-width:40px}.mdws-support-list-box-style2 ul li .text-box .desc-btn-box{display:flex;flex-direction:column}.mdws-support-list-box-style2 ul li .text-box .desc{margin-top:8px}.mdws-support-list-box-style2 ul li .desc-btn-box{align-items:flex-start}.mdws-support-list-box-style2 ul li .desc-btn-box .mdws-btn{margin-top:8px}}.mdws-support-center ul{justify-content:center}.mdws-support-right ul{justify-content:flex-end}.igws-survey{font:400 .8333333333vw/1 HCo Gotham,sans-serif!important;margin-bottom:3.125vw;margin-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-bottom:16vw;margin-top:16vw}}.igws-survey .igws-survey__content{background:#fff;box-shadow:0 0 .5208333333vw 0 rgba(0,0,0,.1);margin:0 auto;padding:2.6041666667vw;width:88.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content{box-shadow:0 0 17px 0 rgba(0,0,0,.08);padding:6.6666666667vw 0;width:92vw}}.igws-survey .igws-survey__content .page .content{margin-right:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .content{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .content .md-form .list .md-form-item .title-type{color:#999}.igws-survey .igws-survey__content .page .formName{font-family:HCo Gotham,sans-serif!important;font-size:1.875vw;margin-bottom:2.0833333333vw;text-align:left;width:81.40625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{font-size:8vw;margin-bottom:4.2666666667vw;width:78.6666666667vw}}.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}}.igws-survey .igws-survey__content .md-form-item .md-form-item__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:1.0416666667vw!important;font-weight:700;line-height:1.0416666667vw!important;margin-bottom:1.0416666667vw!important;min-height:1.0416666667vw!important;padding:0 .625vw 0 0!important;position:relative}.igws-survey .igws-survey__content .md-form-item .md-form-item__label span{display:inline-block}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item .md-form-item__label{font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;margin-bottom:2.6666666667vw!important;min-height:4.2666666667vw!important;padding:0 3.2vw 0 0!important}}.igws-survey .igws-survey__content .is-required .md-form-item__label:before{display:none}.igws-survey .igws-survey__content .is-required .md-form-item__label:after{color:#1f94d2;content:"*";margin-left:4px}.igws-survey .igws-survey__content .md-form-item__error{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__error{font-size:3.2vw}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{--md-rate-star-color:#1f94d2!important;--md-rate-void-color:#d1d1d1!important}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:3.2vw}}.igws-survey .igws-survey__content .startRate .tagsItem{border:1px solid #ccc;border-radius:.78125vw;color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.7291666667vw;height:1.5625vw;line-height:1.5625vw;padding:0 .78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{border-radius:4vw;font-size:3.2vw;height:8vw;line-height:8vw;padding:0 4vw}}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked{background:rgba(31,148,210,.1);border:1px solid #1f94d2;color:#1f94d2}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked:after{background:none;border:none}.igws-survey .igws-survey__content .startRate span{color:#333;font-size:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-rate__item{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__item{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .md-icon{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .md-icon{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .labelList{margin-top:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .labelList{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .startRate .startRateDesc{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateDesc{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{align-items:center;display:flex;height:1.6666666667vw!important;line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .tagsItem{margin-bottom:0!important;margin-top:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{margin-top:2.6666666667vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-checkbox-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:1.3541666667vw;width:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:6.9333333333vw;width:6.9333333333vw}}.igws-survey .igws-survey__content .md-icon{margin-right:14px}.igws-survey .igws-survey__content .nps-main .nps-process{height:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process{height:8.5333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p{color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.0833333333vw;line-height:2.0833333333vw;width:3.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;width:12.8vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:hover{background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .nps-process:has(.p:hover) .p:not(:hover,:hover~*){background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .ctitle{display:flex;justify-content:space-between;margin-bottom:0!important;width:40.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle{width:78.6666666667vw}}.igws-survey .igws-survey__content .nps-main .ctitle .st{color:#333;display:block;font-size:.9375vw;line-height:1.0416666667vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle .st{font-size:3.2vw;line-height:3.7333333333vw;margin-bottom:2.6666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:1.0416666667vw 0 0 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 1.0416666667vw 1.0416666667vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .nps-main .nps-process .p.active{background-color:#1f94d2!important;border-color:#1f94d2!important;color:#fff!important}.igws-survey .igws-survey__content .md-textarea{align-items:center;border:1px solid #d6d6d6;border-radius:1.3020833333vw!important;display:flex;font-size:.625vw!important;height:2.6041666667vw!important;justify-content:center;padding:.5208333333vw 1.0416666667vw!important;resize:none!important;transition:all .3s ease}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea{border-radius:6.6666666667vw!important;font-size:3.2vw!important;height:13.3333333333vw!important;padding:2.6666666667vw 5.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea:hover{border-color:#1f94d2;box-shadow:0 0 0 2px rgba(121,191,228,.2)}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{background:transparent!important;border:none!important}.igws-survey .igws-survey__content .md-textarea .md-input__count,.igws-survey .igws-survey__content .md-textarea .md-input__suffix{display:none!important}.igws-survey .igws-survey__content .inputTextare{-ms-overflow-style:none;height:5.2083333333vw!important;overflow:auto;scrollbar-width:none}.igws-survey .igws-survey__content .inputTextare ::-webkit-scrollbar{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare{height:26.6666666667vw!important}}.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:4.6875vw!important;line-height:1.5!important;scrollbar-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:24vw!important}}.igws-survey .igws-survey__content .md-radio-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-radio-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-input{width:100%!important}.igws-survey .igws-survey__content .md-input__inner{border-radius:1.3020833333vw;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important;text-indent:1.5em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input__inner{border-radius:6.6666666667vw;font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-input__inner:active,.igws-survey .igws-survey__content .md-input__inner:focus,.igws-survey .igws-survey__content .md-input__inner:hover{border-color:#1f94d2}.igws-survey .igws-survey__content .md-input__count{display:none}.igws-survey .igws-survey__content .md-upload .md-button{background:transparent!important;border:none!important;color:#1f94d2!important;display:flex;font-size:.9375vw;font-weight:700;height:auto!important;justify-content:flex-start;padding:0!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-button{font-size:3.2vw}}.igws-survey .igws-survey__content .md-upload .md-button:hover{background:transparent!important;border-color:transparent!important;color:#1f94d2!important}.igws-survey .igws-survey__content .md-upload .md-icon{height:auto!important;margin-right:4px!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-icon svg{display:none}.igws-survey .igws-survey__content .md-upload .md-icon:after{-webkit-font-smoothing:antialiased;content:"";font-family:iconfont-midea!important;font-size:1.0416666667vw;font-style:normal}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-icon:after{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-upload--picture-card{background:transparent;border:none;height:auto;width:auto}.igws-survey .igws-survey__content .md-upload--picture-card:hover{background:transparent}.igws-survey .igws-survey__content .md-upload--picture-card div{align-items:center;display:flex;justify-content:flex-start}.igws-survey .igws-survey__content .md-upload--picture-card i{color:#1f94d2;margin-top:0}.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{color:#1f94d2;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;font-weight:700;margin-left:4px;margin-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{font-size:3.2vw}}.igws-survey .igws-survey__content .md-button{background:#1f94d2!important;border-radius:1.4322916667vw!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.8645833333vw!important;max-width:100%;min-width:12.5vw!important;padding:.4166666667vw 1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-button:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{border-radius:7.3333333333vw!important;height:14.6666666667vw!important;padding:2.1333333333vw 8vw;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .status-page .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .status-page .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .page .bottom{padding:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .bottom{padding:0;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .bottom .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .page .bottom .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .md-checkbox__inner{height:.9375vw!important;position:relative;width:.9375vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.1041666667vw;height:.3645833333vw;left:.2604166667vw;top:.1041666667vw;width:.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.5333333333vw;height:1.8666666667vw;left:1.0666666667vw;top:.5333333333vw;width:1.0666666667vw}}.igws-survey .igws-survey__content .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__label{color:#333!important}.igws-survey .igws-survey__content .promptText{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .promptText{font-size:3.2vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-radio__inner{border-radius:50%;height:.9375vw!important;width:.9375vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:.4166666667vw!important;width:.4166666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:2.1333333333vw!important;width:2.1333333333vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__label{color:#333!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner:after{background:#1f94d2!important}.igws-survey .igws-survey__content .is-error .md-form-item__label span,.igws-survey .igws-survey__content .is-error .md-form-item__label:after{color:#d11f2c!important}.igws-survey .igws-survey__content .is-error .md-form-item__error{color:#d11f2c;margin-top:2px}.igws-survey .igws-survey__content .is-error .md-textarea{border-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .ctitle .st{color:#d11f2c}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p{border-bottom-color:#f5222d!important;border-top-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:first-child{border-left-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:last-child{border-right-color:#f5222d!important}.igws-survey .igws-survey__content .md-result__title{font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content .md-result__title p:first-child{color:#296300!important}.igws-survey .igws-survey__content .md-result .icon-success{--md-result-color:#296300!important;color:#296300!important;height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result .icon-success{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__icon .icon-info{height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__icon .icon-info{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .status-page .word1{font-size:.9375vw;line-height:1.3541666667vw;margin-top:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .word1{font-size:4.8vw;line-height:6.9333333333vw;margin-top:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{color:#333!important;font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .formName{text-align:right}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:.8333333333vw 0 0 .8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 .8333333333vw .8333333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{color:#999;font-size:1.0416666667vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{font-size:3.7333333333vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-form .list{margin-bottom:2.0833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form .list{margin-bottom:8vw!important}}.igws-survey .igws-survey__content .md-form-item--default{margin-bottom:0!important}.igws-survey .igws-survey__content .md-form-item__content{line-height:1.6666666667vw!important;margin-bottom:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .is-error{padding-bottom:.7291666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error{padding-bottom:3.7333333333vw!important}}.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.1041666667vw;height:5.7291666667vw;margin:0 .4166666667vw .4166666667vw 0;width:5.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.5333333333vw;height:29.3333333333vw;margin:0 2.1333333333vw 2.1333333333vw 0;width:29.3333333333vw}}.igws-survey .igws-survey__content .md-result__extra span{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__extra span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__subtitle p{font-size:3.7333333333vw}}.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:.9375vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:3.2vw!important}}.igws-survey .igws-survey__content .md-image-viewer__close .md-icon{margin-right:0}.igws-survey .igws-survey__content .md-image-viewer__wrapper{z-index:9000!important}.igws-survey .igws-survey__content .md-image{height:6.25vw!important;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-image{height:32vw!important;margin:2.6666666667vw 0}}.new-products>.md-container{display:block!important}.gws-teaserV3__styles.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{background-color:#1f94d2;padding:3.90625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{background:unset;background-color:#fff;border:none;border-radius:1.5625em;color:#000;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;white-space:nowrap}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-content{background-color:#fff;justify-content:center;padding:4.1666666667vw 8.3333333333vw!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-content{margin-bottom:0!important;margin-top:0!important;padding:8vw 5.3333333333vw 10.6666666667vw!important}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-operate{margin-top:3.2vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{background:unset;background-color:#fff;border:1px solid #c2c2c2;color:#333;font-size:1.25vw;font-weight:400;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw!important;text-align:center}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{font-size:3.2vw;line-height:4.8vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{font-size:4.2666666667vw!important;line-height:5.3333333333vw!important;min-width:26.6666666667vw;padding:2.6666666667vw 6.4vw!important}.gws-teaserV3__styles.s-mancity:not(.c-bg-brand) .gws-teaserV3-content{padding:8vw 0}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{color:#152c5b;padding:3.90625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:2.5vw;line-height:2.65625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{color:#000;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:1.5625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:5.3333333333vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{background-color:#a2c3e5;border:1px solid #fff;color:#fff;font-size:1.40625vw;font-weight:700}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{border-radius:32px;font-size:4.8vw;font-size:14px;font-weight:400;height:auto;line-height:16px;min-width:80px;padding:10px 16px!important}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}.gws-teaserV3__styles.s-mancity.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-content{background-color:#fff;padding:4.1666666667vw 8.3333333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-content{padding-bottom:10.6666666667vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding-top:8vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-title{font-size:5.3333333333vw;line-height:9.0666666667vw;line-height:normal}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-desc{font-size:3.2vw;line-height:6.9333333333vw;line-height:normal;margin-top:2.6666666667vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-operate{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-operate{margin-top:5.3333333333vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:.8333333333vw;font-weight:400;height:auto;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw;text-align:center;white-space:normal}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action:hover{background:#0083de}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action:active{background:#077dce}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action.mdws-btn--disabled:hover,.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action[disabled],.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action{border-radius:32px;font-size:14px;font-weight:400;line-height:16px;min-width:80px;padding:10px 16px!important}}.gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-content{justify-content:center;padding:0 0 0 5.7291666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding:8vw 5.3333333333vw 10.6666666667vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-operate{margin-top:3.2vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action{word-wrap:break-word;background:unset;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:.8333333333vw;font-weight:400;height:auto;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw;text-align:center;white-space:normal}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action{font-size:3.7333333333vw;line-height:4.8vw;min-width:21.3333333333vw;padding:1.8666666667vw 4.2666666667vw}}.gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3-content{padding:0 5.7291666667vw 0 0}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw}}.gws-teaserV3__styles.s-card-Them .gws-teaserV3{border-radius:.4166666667vw;overflow:hidden;padding-left:0;padding-right:0}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{background-color:#f7f7f7;justify-content:flex-start;padding:4.1666666667vw!important}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.4583333333vw;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:1.0416666667vw;line-height:normal;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:2.0833333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{background:transparent;color:#1f94d2;font-size:1.0416666667vw;padding:0;position:relative}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:hover{text-decoration:underline}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:active{color:#077dce}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;background-size:100%;content:"";display:inline-block;height:1.0416666667vw;position:absolute;right:0;top:50%;transform:translateY(-50%);vertical-align:middle;width:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{border-radius:0 0 .2083333333vw .2083333333vw;margin:0;padding:5.3333333333vw!important}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:4.2666666667vw;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:5.3333333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:3.7333333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:2.1333333333vw;width:2.1333333333vw}}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme) .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding-left:5.2083333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme) .gws-teaserV3-content{margin-bottom:5.3333333333vw;margin-top:5.3333333333vw;padding-left:0}}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:0}}.gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge) .gws-teaserV3-action{border-radius:1.4583333333vw;font-size:1.1458333333vw;height:auto;line-height:1.25vw;padding:.8333333333vw 3.0208333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge) .gws-teaserV3-action{border-radius:6.4vw;font-size:4.2666666667vw;line-height:5.6vw;padding-bottom:3.4666666667vw;padding-left:10.4vw;padding-right:10.4vw;padding-top:3.4666666667vw}}.gws-teaserV3{display:flex;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{padding-left:4vw;padding-right:4vw}}@media screen and (max-width:767.9px){.gws-teaserV3{flex-direction:column!important}}.gws-teaserV3-asset,.gws-teaserV3-content{width:50%}@media screen and (max-width:767.9px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{color:#333;display:flex;flex-direction:column;justify-content:center;word-break:break-word}.gws-teaserV3-pre,.gws-teaserV3-sub{display:none}.gws-teaserV3-title{font-size:2.0833333333vw;font-weight:700;line-height:1.3}@media screen and (max-width:767.9px){.gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3-desc{font-size:1.0416666667vw;font-weight:400;line-height:1.4;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:2.6666666667vw}}.gws-teaserV3-disclaimer{display:none}.gws-teaserV3-operate{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-operate{margin-top:9.6vw}}.gws-teaserV3-action{background:unset;background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.5625em;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:767.9px){.gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}.gws-teaserV3-action:hover{background:#79bfe4;background:#0083de;transition:none}.gws-teaserV3-action:active{background:#077dce}.gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3-action.mdws-btn--disabled:hover,.gws-teaserV3-action[disabled],.gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}.gws-teaserV3-action.c-cta-brand-color{background-color:#1f94d2;color:#fff}.gws-teaserV3-asset{overflow:hidden;position:relative}.gws-teaserV3-asset .gws-img{transition:opacity .3s ease}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-teaserV3-asset-hover{left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:767.9px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover .gws-img{width:100%}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:0}@media screen and (max-width:767.9px){.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:1}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover,.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-img{opacity:1}@keyframes fade-in{0%{opacity:0;transform:translateY(1.5625vw)}to{opacity:1;transform:translateY(0)}}.gws-teaserV3 .gws-teaserV3-desc.animate-init-state,.gws-teaserV3 .gws-teaserV3-operate.animate-init-state,.gws-teaserV3 .gws-teaserV3-pre.animate-init-state,.gws-teaserV3 .gws-teaserV3-sub.animate-init-state,.gws-teaserV3 .gws-teaserV3-title.animate-init-state{opacity:0;transform:translateY(1.5625vw)}.gws-teaserV3 .gws-teaserV3-desc.animate,.gws-teaserV3 .gws-teaserV3-operate.animate,.gws-teaserV3 .gws-teaserV3-pre.animate,.gws-teaserV3 .gws-teaserV3-sub.animate,.gws-teaserV3 .gws-teaserV3-title.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}body.page-v2 .gws-teaserV3__styles .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;justify-content:center;padding:4.1666666667vw 8.3333333333vw!important}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.25vw}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-action{font-size:1.25vw;font-weight:400;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw;text-align:center}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{background-color:transparent;justify-content:center;padding:0 0 0 5.7291666667vw!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.25vw}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:.8333333333vw;font-weight:400;height:auto;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw;text-align:center;white-space:normal}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.7291666667vw 0 0!important}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;padding:4.1666666667vw 8.3333333333vw!important}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.0416666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:unset;border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:.8333333333vw;font-weight:400;height:auto;line-height:.9375vw;min-width:5.2083333333vw;padding:.6770833333vw 1.25vw;text-align:center;white-space:normal}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:hover{background:#0083de}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:active{background:#077dce}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled:hover,body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled],body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}body.page-v2 .gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#a2c3e5}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3{border-radius:.4166666667vw;overflow:hidden;padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{background-color:#f7f7f7;justify-content:flex-start;padding:4.1666666667vw!important}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{color:#707070;font-size:1.0416666667vw;line-height:normal}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:2.0833333333vw}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{border:unset;font-size:1.0416666667vw;font-weight:400;min-width:unset;padding:0 1.25vw 0 0;position:relative}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3{padding-left:4vw;padding-right:4vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#1f94d2;padding:3.90625vw!important}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-title{color:inherit;font-size:2.0833333333vw;font-weight:700;line-height:1.3}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-desc{color:inherit;font-size:1.0416666667vw;font-weight:400;line-height:1.4;margin-top:1.0416666667vw}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-operate{margin-top:2.0833333333vw}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{background:unset;background-color:#fff;border:none;border-radius:1.5625em;border-radius:1.4583333333vw;color:#000;cursor:pointer;display:inline-block;font-size:1.1458333333vw;font-weight:400;height:3.125em;height:auto;letter-spacing:normal;line-height:3.125em;line-height:1.25vw;outline:none;padding:.8333333333vw 3.0208333333vw;white-space:nowrap}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{font-size:4.2666666667vw}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}body.page-v2 .gws-teaserV3__styles.s-mancity:not(.c-bg-brand) .gws-teaserV3 .gws-teaserV3-content{padding:30px 0!important}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3{padding-left:4vw;padding-right:4vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-content{background-color:transparent;color:#152c5b;padding:3.90625vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-content{padding:30px!important}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-title{color:inherit;font-size:2.5vw;font-weight:700;line-height:2.65625vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-title{font-size:8.5333333333vw;font-size:20px;line-height:9.0666666667vw;line-height:28px}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-desc{color:#000;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-desc{font-size:4.8vw;font-size:12px;line-height:6.9333333333vw;line-height:16px;margin-top:10.6666666667vw;margin-top:40px}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.5625vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-operate{margin-top:5.3333333333vw;margin-top:20px}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{background:unset;background-color:#1f94d2;background-color:#a2c3e5;border:1px solid #fff;border-radius:1.5625em;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;font-size:1.40625vw;font-weight:400;height:3.125em;letter-spacing:normal;line-height:3.125em;min-width:unset;outline:none;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{font-size:4.2666666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action:hover{background:#79bfe4}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{border-radius:32px;font-size:4.8vw;font-size:14px;font-weight:400;height:auto;line-height:16px;min-width:80px;padding:10px 16px!important}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}body.page-v2 .gws-teaserV3__styles.s-mancity.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#a2c3e5}body.page-v2 .gws-teaserV3__styles.c-gap-between{padding-left:10.9375vw;padding-right:10.9375vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{padding-top:20px}}body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{padding-bottom:20px}}html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:0}}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3{margin:auto;max-width:1920px}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 720px) 0 160px!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:40px;line-height:48px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw;line-height:1.2}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;line-height:1.4;margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:0 160px 0 calc(50% - 720px)!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}}body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{word-wrap:break-word;border-radius:2.0833333333vw;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3{padding-left:0;padding-right:0}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{padding:80px!important}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:24px;line-height:30px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:16px;line-height:24px;margin-top:20px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{line-height:normal;margin-top:20px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:16px;line-height:normal;padding:0 18px 0 0}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:14px;width:14px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:1.6666666667vw;line-height:2.0833333333vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:1.3888888889vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:1.1111111111vw;padding-right:1.25vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:.9722222222vw;width:.9722222222vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{justify-content:center;padding:0 0 0 80px!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:0 0 0 5.5555555556vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:40px;font-weight:500;line-height:normal}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:20px;line-height:normal;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;height:auto;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 80px 0 0!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.5555555556vw 0 0!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}@media screen and (min-width:1920px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{margin:0 auto;width:1920px}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;padding:0 calc(50% - 720px) 0 160px!important}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 640px) 0 80px!important}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 44.44444vw) 0 5.5555555556vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:40px;font-weight:500;line-height:48px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw;line-height:3.3333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:400;height:auto;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:hover{background:#0083de}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:active{background:#077dce}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled:hover,body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled],body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 160px 0 calc(50% - 720px)!important}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 80px 0 calc(50% - 640px)!important}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.5555555556vw 0 calc(50% - 44.44444vw)!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}body.page-res-v2 .gws-teaserV3__styles.c-gap-between{margin:auto;width:1440px}@media screen and (min-width:1600px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:0;padding-right:0}}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{padding-top:20px}}body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{padding-bottom:20px}}body.page-res-v2 .gws-carousel__container .gws-teaserV3__styles{width:unset}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles{margin:auto;max-width:500px;padding-left:0;padding-right:0;width:unset}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{margin-bottom:0!important;margin-top:0!important;padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:20px;line-height:28px}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:12px;line-height:16px;margin-top:8px}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:12px}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-action{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important}body.page-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important}body.page-v2 .gws-teaserV3__styles.mdws-gap-top{margin-top:0;padding-top:3.125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.mdws-gap-top{padding-top:20px}}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.mdws-gap-bottom{padding-bottom:20px}}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-gap-between{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{border-radius:0 0 4px 4px;height:210px;margin:0;padding:16px!important}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;line-height:16px;margin-top:12px;overflow:hidden;text-overflow:ellipsis}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:12px}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:14px!important;line-height:22px!important;min-width:unset!important;padding:0 18px 0 0!important}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:14px;width:14px}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{font-size:20px;line-height:28px}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{font-size:12px;line-height:16px;margin-top:8px}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{padding:30px!important}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-title{font-size:20px}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-desc{font-size:16px;margin-top:10px}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-operate{margin-top:36px}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{border-radius:32px;font-size:16px;font-weight:400;line-height:18px;min-width:100px;padding:11px 24px}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{margin-bottom:0!important;margin-top:0!important;padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{font-size:20px;line-height:28px}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{font-size:12px;line-height:16px;margin-top:8px}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important}body.page-v2 .gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}body.page-v2 .gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3 .gws-teaserV3-title{font-size:20px;line-height:28px}body.page-v2 .gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3 .gws-teaserV3-desc{font-size:12px;line-height:16px;margin-top:12px}body.page-v2 .gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3 .gws-teaserV3-operate{margin-top:16px}body.page-v2 .gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3 .gws-teaserV3-action{border-radius:32px!important;font-size:14px!important;font-weight:400;line-height:16px!important;min-width:80px!important;padding:10px 16px!important}}.mdws-ugc{padding:0 4.1666666667vw}@media screen and (max-width:767.9px){.mdws-ugc{margin:auto;padding-left:20px!important;padding-right:20px!important;width:1440px}}@media screen and (max-width:767.9px)and (max-width:1600px){.mdws-ugc{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:767.9px)and (max-width:1440.9px){.mdws-ugc{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-ugc{margin:auto;max-width:500px;padding-left:16px;padding-right:16px;width:unset}}.mdws-ugc__hidden{display:none!important}.mdws-ugc__container{position:relative}@media screen and (max-width:767.9px){.mdws-ugc__wrap .swiper-wrapper{display:flex;flex-direction:column}}.mdws-ugc__item{width:33.33333333%}@media screen and (max-width:767.9px){.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child{padding:16px}}.mdws-ugc__item-container{background:rgba(31,148,210,.1);border-radius:.2083333333vw;margin-top:1.0416666667vw;padding:1.0416666667vw;transition:background-color .3s ease}@media screen and (max-width:767.9px){.mdws-ugc__item-container{border-radius:4px;margin-top:8px;padding:12px 16px}}.mdws-ugc__item-container:first-child{margin-top:0}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:none}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child{background-color:#f7f7f7}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child{background-color:rgba(31,148,210,.1)}}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:block}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child{background-color:#f7f7f7}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child{background-color:rgba(31,148,210,.1)}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:block}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:none}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}@media screen and (max-width:767.9px){.mdws-ugc__item{border-radius:4px;margin-top:8px;width:100%}.mdws-ugc__item:first-child{margin-top:0}.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child{background-color:#f7f7f7}.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:block}.mdws-ugc__item:first-child .mdws-ugc__item-container:last-child{background:rgba(31,148,210,.1)}.mdws-ugc__item:first-child .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}}.mdws-ugc__expand{background-color:#f7f7f7!important}@media screen and (max-width:767.9px){.mdws-ugc__expand{padding:16px!important}}.mdws-ugc__close{background-color:rgba(31,148,210,.1)!important}@media screen and (max-width:767.9px){.mdws-ugc__close{padding:12px 16px!important}}.mdws-ugc__basic-info{align-items:center;display:flex}.mdws-ugc__avatar{background:linear-gradient(135deg,#fff,hsla(0,0%,97%,0));border:2px solid #fff;border-radius:100%;height:3.3333333333vw;margin-right:1.0416666667vw;overflow:hidden;width:3.3333333333vw}.mdws-ugc__avatar picture{height:100%;width:100%}@media screen and (max-width:767.9px){.mdws-ugc__avatar{border:1.25px solid #fff;height:40px;margin-right:10px;width:40px}}.mdws-ugc__avatar-text{align-items:center;color:#1f94d2;display:flex;font-size:1.875vw;font-weight:500;height:100%;justify-content:center}@media screen and (max-width:767.9px){.mdws-ugc__avatar-text{font-size:22.5px;height:inherit;width:inherit}}.mdws-ugc__avatar-img{height:100%;width:100%}@media screen and (max-width:767.9px){.mdws-ugc__avatar-img{height:inherit;width:inherit}}.mdws-ugc__avatar-img img{height:100%;object-fit:cover;width:100%}.mdws-ugc__info-desc{flex:1;letter-spacing:0}.mdws-ugc__info-name{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw}@media screen and (max-width:767.9px){.mdws-ugc__info-name{font-size:14px;line-height:22px}}.mdws-ugc__info-post{color:#707070;font-size:1.0416666667vw;font-weight:400}@media screen and (max-width:767.9px){.mdws-ugc__info-post{font-size:12px;line-height:16px}}.mdws-ugc__detail-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;font-weight:400;height:5.7291666667vw;letter-spacing:0;line-height:1.1458333333vw;margin:1.0416666667vw 0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-ugc__detail-desc{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;height:96px;line-height:16px;margin:16px 0;overflow:hidden;text-overflow:ellipsis}}.mdws-ugc__detail-img,.mdws-ugc__detail-video{height:15.625vw;width:100%}.mdws-ugc__detail-img .gws-video__play,.mdws-ugc__detail-video .gws-video__play{height:3.125vw;width:3.125vw}@media screen and (max-width:767.9px){.mdws-ugc__detail-img .gws-video__play,.mdws-ugc__detail-video .gws-video__play{height:40px;width:40px}.mdws-ugc__detail-img,.mdws-ugc__detail-video{height:300px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-ugc__detail-img,.mdws-ugc__detail-video{height:213px}}.mdws-ugc__detail-img img,.mdws-ugc__detail-video img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:767.9px){.mdws-ugc__detail-img img,.mdws-ugc__detail-video img{border-radius:4px}}.mdws-ugc__detail-img .gws-img,.mdws-ugc__detail-img .gws-video,.mdws-ugc__detail-img .gws-video__container,.mdws-ugc__detail-img .gws-video__styles,.mdws-ugc__detail-video .gws-img,.mdws-ugc__detail-video .gws-video,.mdws-ugc__detail-video .gws-video__container,.mdws-ugc__detail-video .gws-video__styles{height:100%}.mdws-ugc__detail-img picture,.mdws-ugc__detail-video picture{height:100%;width:100%}.mdws-ugc .ugc-swiper-button{cursor:pointer;height:1.25vw;position:absolute;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.mdws-ugc .ugc-swiper-button{display:none}}.mdws-ugc .swiper-button_prev{left:-2.0833333333vw}.mdws-ugc .swiper-button_prev:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-ugc .swiper-button_prev:before{border-bottom:2px solid #858585;border-left:2px solid #858585;height:20px;width:20px}}.mdws-ugc .swiper-button_next{right:-2.0833333333vw}.mdws-ugc .swiper-button_next:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-ugc .swiper-button_next:before{border-right:2px solid #858585;border-top:2px solid #858585;height:20px;width:20px}}.mdws-ugc .ugc-btn-hide,.mdws-ugc__down-arrow{display:none}@media screen and (max-width:767.9px){.mdws-ugc__down-arrow{display:block;height:48px;padding:16px 0;position:relative;transition:all .3s}.mdws-ugc__down-arrow:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.625vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-ugc__down-arrow:before{border-right:2px solid #707070;border-top:2px solid #707070;height:12px;width:12px}}@media screen and (max-width:767.9px){.mdws-ugc__down-arrow.is-up-arrow{transform:rotate(180deg)}}.mdws-ugc__bottom-line .mdws-ugc__container{border-bottom:1px solid #d6d6d6}html[dir=rtl] .back-to-top.btn{left:48px;right:unset}@media screen and (max-width:1440.9px){html[dir=rtl] .back-to-top.btn{left:3.3333333333vw}}@media screen and (max-width:767.9px){html[dir=rtl] .back-to-top.btn{left:20px}}html[dir=rtl] .mdws-back-v1-icon{transform:rotate(180deg)}html[dir=rtl] .mdws-back-v1-txt{margin-left:unset;margin-right:.5208333333vw}html[dir=rtl] body.page-v2 .gws-carousel-style .swiper-pagination-control{margin-right:1.0416666667vw}html[dir=rtl] body.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{left:3.125vw;right:unset}html[dir=rtl] body.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{transform:translate(-25%,-50%) rotate(-135deg)}html[dir=rtl] body.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:unset;right:3.125vw}html[dir=rtl] body.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{transform:translate(-75%,-50%) rotate(-135deg)}@media screen and (max-width:767.9px){html[dir=rtl] body.page-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{margin-right:0}}html[dir=rtl] .mdws-category-anchor-navigation-v1__menu-item{margin-left:4.1666666667vw;margin-right:unset}html[dir=rtl] .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-left:0}html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:unset;right:5vw}html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:24px;width:24px}}html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_next{left:5vw;right:unset}html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:24px;width:24px}}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1__menu-item{margin-left:24px;margin-right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-left:0}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-leftbutton_prev,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-leftbutton_prev{left:unset;right:80px}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{left:80px;right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{margin-left:24px;margin-right:unset}@media screen and (min-width:1920px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:unset;right:240px}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{left:240px;right:unset}}@media screen and (max-width:1440.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1__menu-item{margin-left:1.6666666667vw;margin-right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-left:0}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:unset;right:5.5555555556vw}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{left:5.5555555556vw;right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{margin-left:1.6666666667vw;margin-right:unset}}@media screen and (max-width:767.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1__menu-item{margin-left:0;margin-right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));left:unset;right:0}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:16px;width:16px}}@media screen and (max-width:767.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{left:unset;right:16px}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0;right:unset}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:16px;width:16px}}@media screen and (max-width:767.9px){html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{left:unset;right:6px}html[dir=rtl] .page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item,html[dir=rtl] .page-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{margin-left:20px;margin-right:unset}html[dir=rtl] .mdws-category-navigation__wrap{margin-left:10px;margin-right:unset}}html[dir=rtl] .mdws-category-navigation__item{margin-left:4.1666666667vw;margin-right:unset}html[dir=rtl] .mdws-category-navigation__item:last-child{margin-left:0;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation__item{margin-left:0;margin-right:unset}}html[dir=rtl] .mdws-category-navigation .swiper-button_prev{left:unset;right:17.8125vw}html[dir=rtl] .mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation .swiper-button_prev:before{height:24px;width:24px}html[dir=rtl] .mdws-category-navigation .swiper-button_prev{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));left:unset;right:0}html[dir=rtl] .mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation .swiper-button_prev:before{height:16px;width:16px}}html[dir=rtl] .mdws-category-navigation .swiper-button_next{left:17.8125vw;right:unset}html[dir=rtl] .mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation .swiper-button_next:before{height:24px;width:24px}html[dir=rtl] .mdws-category-navigation .swiper-button_next{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0;right:unset}html[dir=rtl] .mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation .swiper-button_next:before{height:16px;width:16px}}html[dir=rtl] .mdws-category-navigation--top .mdws-category-navigation__item{margin-left:2.0833333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation--top .mdws-category-navigation__item{margin-left:20px;margin-right:unset}html[dir=rtl] .mdws-category-navigation--top .swiper-button{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}}html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev{left:unset;right:4.1666666667vw}html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev:before{height:16px;width:16px}html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev{background:linear-gradient(270deg,#fff 60%,hsla(0,0%,100%,0));left:unset;right:0}html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev:before{left:unset;right:10px}html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation--top .swiper-button_prev:before:before{height:16px;width:16px}}html[dir=rtl] .mdws-category-navigation--top .swiper-button_next{left:4.1666666667vw;right:unset}html[dir=rtl] .mdws-category-navigation--top .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation--top .swiper-button_next:before{height:16px;width:16px}html[dir=rtl] .mdws-category-navigation--top .swiper-button_next{background:linear-gradient(90deg,#fff 60%,hsla(0,0%,100%,0));left:0;right:unset}html[dir=rtl] .mdws-category-navigation--top .swiper-button_next:before{left:unset;right:20px}html[dir=rtl] .mdws-category-navigation--top .swiper-button_next:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){html[dir=rtl] .mdws-category-navigation--top .swiper-button_next:before:before{height:16px;width:16px}}html[dir=rtl] .mdws-category-tabs_tabList ul li{margin-left:2.0833333333vw;margin-right:unset}html[dir=rtl] .mdws-category-tabs_tabList ul li:last-child{margin-left:0}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-category-tabs_tabList ul li{margin-left:20px}}html[dir=rtl] .mdws-category-tabs_active-left-slide .mdws-category-tabs_text-wrap-content{transform:translateX(150%)}html[dir=rtl] .mdws-category-tabs_active-right-slide .mdws-category-tabs_text-wrap-content{transform:translateX(-150%)}html[dir=rtl] .mdws-category-tabs .mdws-category-tabs_tabList_main{flex-direction:row-reverse}html[dir=rtl] .btn-contariner .nav_lang_wraper,html[dir=rtl] .mdws-footer .nav_lang_wraper,html[dir=rtl] .mdws-header .nav_lang_wraper,html[dir=rtl] .xf-web-container .nav_lang_wraper{text-align:right}html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_close{left:calc(50% - 720px);right:auto}@media screen and (max-width:1440.9px){html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_close{left:5.5555555556vw;right:auto}}@media screen and (max-width:767.9px){html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_close{left:calc(50% - 234px);right:auto}}@media screen and (max-width:499.9px){html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_close,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_close{left:16px;right:auto}}html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item{margin-left:0}html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item .nav_lang_item_img_container,html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item .nav_lang_item_img_container,html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item .nav_lang_item_img_container,html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group .nav_lang_item .nav_lang_item_img_container{margin-left:12px;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .btn-contariner .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content:not(.no-reverse),html[dir=rtl] .mdws-footer .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content:not(.no-reverse),html[dir=rtl] .mdws-header .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content:not(.no-reverse),html[dir=rtl] .xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content:not(.no-reverse){flex-direction:row-reverse}html[dir=rtl] .mdws-data-v1-item:nth-child(odd):not(:last-child):after{left:0!important;right:unset!important}}html[dir=rtl] .mdws-data-v1-item-content .value{text-align:left}html[dir=rtl] .mdws-data-v1-item-content .up-tag{text-align:right}html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item{border-left:1px solid #d6d6d6;border-right:none}html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-left:1px solid transparent;border-right:none}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item,html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-left:none}}html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item{border-left:1px solid #d6d6d6;border-right:none}html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-left:1px solid transparent;border-right:none}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item,html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-left:none}}html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item{border-left:1px solid #d6d6d6;border-right:none}html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-left:1px solid transparent}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item,html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item:last-child,html[dir=rtl] .mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-left:none}}html[dir=rtl] .mdws-data-v1-align-left{justify-content:flex-end}html[dir=rtl] .mdws-data-v1-align-right{justify-content:flex-start}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__title{text-align:right}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__input{font-weight:500;padding:10px 0 10px 44px!important}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__input{padding:10px 0 10px 3.0555555556vw!important}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__input{padding:10px 20px!important}}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button{left:20px;right:auto;transform:translateY(-50%) rotateY(180deg)}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button{left:1.3888888889vw;right:auto}}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button:after{left:0;margin:auto;right:0}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button:before{left:auto;right:2px;transform:translateY(-50%) rotate(45deg)}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button:before{right:.1388888889vw}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__button:before{right:2px}}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__mobile-input{border-radius:28px!important;font-weight:400;padding:11px 20px!important}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__mobile-button{left:20px;right:auto;transform:translateY(-50%) rotateY(180deg)}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__agree-treaty,html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__auto,html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__tips{text-align:right}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__agree-treaty input[type=checkbox]{margin:1px 0 1px 8px}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__agree-treaty input[type=checkbox]{margin:.0694444444vw 0 .0694444444vw .5555555556vw}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__agree-treaty input[type=checkbox]{margin:3px 0 3px 8px}}html[dir=rtl] .gws-email-subscription-v1__styles .gws-email-subscription-v1__auto-close{left:16px;right:auto}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty,html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto,html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__sub,html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__title,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__auto,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__sub,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__title,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__agree-treaty,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__auto,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__sub,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__title{text-align:right}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty input[type=checkbox],html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox],html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox]{margin-left:.5208333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__agree-treaty input[type=checkbox],html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox],html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__agree-treaty input[type=checkbox]{margin-left:8px}}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__button,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__button,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__button{transform:unset}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__tips,html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1__tips,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1__tips{text-align:center}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__container{left:4.1666666667vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__container{left:50%;right:unset;transform:translateX(-50%)}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__auto{left:unset;right:16px!important}}html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{left:1.0416666667vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{left:calc(50% - 234px);right:unset}}@media screen and (max-width:499.9px){html[dir=rtl] .gws-email-subscription-v1__styles.s-floating-window .gws-email-subscription-v1__close{left:16px;right:unset}}html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar,html[dir=rtl] .s-right-sidebar{margin-left:unset;margin-right:2.0833333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar,html[dir=rtl] .s-right-sidebar{margin:40px 0 0}}html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1.fixed,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1.fixed{width:26.0416666667vw}html[dir=rtl] .gws-email-subscription-v1__styles.s-right-sidebar .gws-email-subscription-v1.fixed .gws-email-subscription-v1__container,html[dir=rtl] .s-right-sidebar .gws-email-subscription-v1.fixed .gws-email-subscription-v1__container{left:calc(50% - 33.33333vw);position:fixed;right:unset;top:3.125vw}html[dir=rtl] .gws-email-subscription-v1-float-btn{left:48px;right:unset}html[dir=rtl] .gws-email-subscription-v1-float-btn.active{opacity:1}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-email-subscription-v1-float-btn{left:3.3333333333vw}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-email-subscription-v1-float-btn{left:5.3333333333vw}}html[dir=rtl] .gws-feature-showcase_item{margin-left:2.0833333333vw;margin-right:unset}html[dir=rtl] .gws-feature-showcase_item:last-of-type{margin-left:0}@media screen and (max-width:767.9px){html[dir=rtl] .gws-feature-showcase_item{margin-left:0}html[dir=rtl] .mdws-footer .mdws-footer-links .gws-links .gws-links__title{padding-right:0}}html[dir=rtl] .mdws-footer .mdws-footer-links .gws-links .gws-links__title:before{transform:translateY(-50%) rotate(0deg)}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-footer .mdws-footer-links .gws-links .gws-links__title:before{left:0}}html[dir=rtl] .mdws-footer .mdws-footer-links .gws-links--active .gws-links__title:before{transform:translateY(-50%) rotate(-180deg)}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-footer .mdws-footer-links .gws-links--active .gws-links__title:before{left:0}}html[dir=rtl] .mdws-footer .mdws-footer__social-email{margin-left:0;margin-right:40px}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-footer .mdws-footer__social-email{margin-left:0;margin-right:2.7777777778vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-footer .mdws-footer__social-email{margin-right:0}}html[dir=rtl] .mdws-footer .mdws-footer__badges>div{margin-left:0;margin-right:80px}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-footer .mdws-footer__badges>div{margin-left:0;margin-right:5.5555555556vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-footer .mdws-footer__badges>div{margin-right:0}}html[dir=rtl] .mdws-footer .mdws-legal-information-box{display:flex}html[dir=rtl] .mdws-footer .mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin-left:40px;margin-right:0}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-footer .mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin-left:2.7777777778vw;margin-right:0}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-footer .mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin-left:0}}html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title a,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title span,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li a,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li span{padding-left:.625vw;padding-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title a,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title span,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li a,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li span{padding-left:12px}}html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title .spec-val,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li .spec-val{padding-left:0;padding-right:.625vw;text-align:left}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list .list-title .spec-val,html[dir=rtl] .mdws-fullSpecs-box .collapse-content .spec-list li .spec-val{padding-right:12px}}html[dir=rtl] .mdws-fullSpecs-box .collapse-content .mdws-spec-img{margin-left:unset;margin-right:3.125vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-fullSpecs-box .collapse-content .mdws-spec-img{margin-right:0}html[dir=rtl] .gws-carousel-card-v1{margin:auto;max-width:500px;padding-left:0;padding-right:16px;width:unset}}html[dir=rtl] .gws-carousel-card-v1 .swiper-button-next{left:0;right:unset;transform:rotate(180deg)}@media screen and (max-width:1600px){html[dir=rtl] .gws-carousel-card-v1 .swiper-button-next{left:36px}}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-carousel-card-v1 .swiper-button-next{left:2.5vw}}html[dir=rtl] .gws-carousel-card-v1 .swiper-button-prev{left:unset;right:0;transform:rotate(180deg)}@media screen and (max-width:1600px){html[dir=rtl] .gws-carousel-card-v1 .swiper-button-prev{right:36px}}@media screen and (max-width:1440.9px){html[dir=rtl] .gws-carousel-card-v1 .swiper-button-prev{right:2.5vw}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-carousel-card-v1 .gws-carousel-card-item-content-desc,html[dir=rtl] .gws-carousel-card-v1 .gws-carousel-card-item-content-title{text-align:right}}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li{margin-left:2.0833333333vw;margin-right:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li:last-child{margin-left:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container{left:unset;right:0;transform:translateX(3.125vw)}@media screen and (max-width:1600px){html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container{transform:translateX(4.1666666667vw)}}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container_linkGroup-img-box .img-list-box{margin-left:0;margin-right:1.5625vw}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container-right-position{left:0;position:fixed;right:unset;transform:translateX(-3.125vw)}@media screen and (max-width:1600px){html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container-right-position{transform:translateX(-4.1666666667vw)}}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_seach-box .mdws-header_history-box-clear i{margin-left:.2083333333vw;margin-right:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_seach-box .mdws-header_close_pc{left:4.1666666667vw;right:unset}html[dir=rtl] .mdws-header .mdws-header_seach-mb .mdws-header_seach-input{padding-left:1.25vw;padding-right:3.5416666667vw}html[dir=rtl] .mdws-header .mdws-header_seach-mb .mdws-header_seachIcon{left:unset;right:1.25vw}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .seach-language-icons-box_item{margin-left:0;margin-right:1.25vw}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-right:0}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .lang-box,html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .user-box{left:0;right:unset}html[dir=rtl] .mdws-header_history-recommend .history-title-box{margin-left:1.5625vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li{margin-left:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .link-arrow{left:16px;right:unset;transform:translateX(50%) rotate(0deg)}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box li .menu-container{transform:translateX(0)}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_links-box .activeLi .link-title-arrow .link-arrow{transform:translateX(50%) rotate(-180deg)}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_country-mb .mdws-header_country-mb-current-country{padding-left:28px;padding-right:unset}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_country-mb .mdws-header_country-mb-current-country:before{left:0;right:unset;transform:translateY(-50%) rotate(90deg)}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_country-mb .mdws-header_country-mb-current-country img{margin-left:8px;margin-right:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_lang-mb .mdws-header_lang-mb-current-lang{padding-left:24px;padding-right:0}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_lang-mb .mdws-header_lang-mb-current-lang:before{left:0;right:unset;transform:translateY(-50%) rotate(90deg)}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_history-box .mdws-header_history-box-clear{left:16px;right:unset}html[dir=rtl] .mdws-header .mdws-header_menu-wrap .mdws-header_history-box .mdws-header_history-box-clear i{margin-left:4px;margin-right:0}html[dir=rtl] .mdws-header .mdws-header_seach-mb .mdws-header_seach-input{margin-left:20px;margin-right:0;padding-left:20px;padding-right:44px}html[dir=rtl] .mdws-header .mdws-header_seach-mb .mdws-header_seachIcon{left:unset;right:36px}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .seach-language-icons-box_item{margin-left:0;margin-right:20px}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-right:0}html[dir=rtl] .mdws-header .mdws-header_seach-language-etc .header-more{margin-left:0;margin-right:20px}}html[dir=rtl] .mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{flex-direction:row-reverse;padding-left:.2083333333vw!important;padding-right:unset!important}html[dir=rtl] .mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none!important}html[dir=rtl] .mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_ratings_summary{padding:0!important}html[dir=rtl] .mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{flex-direction:row-reverse;margin-left:.5208333333vw!important}html[dir=rtl] .mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-left:.1041666667vw!important;padding-right:.1041666667vw!important}html[dir=rtl] .mdws-headline-menu-pay .csr-cp-price{margin-bottom:0;margin-left:1.0416666667vw;margin-right:3.125vw;text-align:left}html[dir=rtl] .mdws-headline-menu-pay .csr-cp-price-original{display:flex;flex-direction:row-reverse}html[dir=rtl] .mdws-headline-menu-pay .csr-wish-btn{left:unset;margin-left:unset;margin-right:1.0416666667vw}html[dir=rtl] .mdws-image-card-v1 ul li{margin-left:160px;margin-right:unset}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-image-card-v1 ul li{margin-left:11.1111111111vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-image-card-v1 ul li{margin-left:40px}}html[dir=rtl] .mdws-image-card-v1 ul li:last-child,html[dir=rtl] .mdws-image-card-v1 ul li:nth-child(3n){margin-left:0}html[dir=rtl] .mdws-image-card-col-4 ul li:nth-child(3n){margin-left:160px;margin-right:unset}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-image-card-col-4 ul li:nth-child(3n){margin-left:11.1111111111vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-image-card-col-4 ul li:nth-child(3n){margin-left:40px}}html[dir=rtl] .mdws-image-card-col-4 ul li:last-child,html[dir=rtl] .mdws-image-card-col-4 ul li:nth-child(4n){margin-left:0}html[dir=rtl] .mdws-image-card-style-left ul{justify-content:flex-end}html[dir=rtl] .mdws-image-card-style-right ul{justify-content:flex-start}html[dir=rtl] .page-v2 .popup_container .popup_content{padding-left:70px;padding-right:140px}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .popup_container .popup_content{padding-left:4.8611111111vw;padding-right:9.7222222222vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .popup_container .popup_content{padding-left:0;padding-right:0}}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_title{margin-left:334px;margin-right:0;text-align:right}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_title{margin-left:0}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_title{padding-left:28px;padding-right:0}}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_confirm{margin-left:0;margin-right:10px;padding:13px 24px}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_confirm{margin-right:.6944444444vw;padding:.9027777778vw 1.6666666667vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_confirm{margin-right:0;padding:11px 24px}}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox{padding:12px 24px;width:338px}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox>span{width:260px}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox{padding:.8333333333vw 1.6666666667vw;width:23.4722222222vw}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox>span{width:18.0555555556vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox{gap:10px;padding:11px 20px;width:100%}html[dir=rtl] .page-v2 .popup_container .popup_content_inBox_selectBox>span{width:100%}}html[dir=rtl] .mancity-match__container-latest .arrow.arrow_prev,html[dir=rtl] .mancity-match__container-next .arrow.arrow_prev{left:unset!important;right:0!important;transform:rotate(180deg)}html[dir=rtl] .mancity-match__container-latest .arrow.arrow_next,html[dir=rtl] .mancity-match__container-next .arrow.arrow_next{left:0!important;right:unset!important;transform:rotate(180deg)}@media screen and (max-width:767.9px){html[dir=rtl] .mancity-match__container-latest .arrow.arrow_prev,html[dir=rtl] .mancity-match__container-next .arrow.arrow_prev{left:unset!important;right:0!important;transform:translateY(-50%) rotate(0deg)!important}html[dir=rtl] .mancity-match__container-latest .arrow.arrow_next,html[dir=rtl] .mancity-match__container-next .arrow.arrow_next{left:0!important;right:unset!important;transform:translateY(-50%) rotate(180deg)!important}}html[dir=rtl] .match-item,html[dir=rtl] .match-item__score{flex-direction:row}html[dir=rtl] .match-item__score-item:first-child{margin-right:unset}html[dir=rtl] .page-res-v2 .match-item{flex-direction:row}html[dir=rtl] .page-res-v2 .match-item__score-item:first-child{margin-left:112px;margin-right:unset}@media screen and (max-width:1440.9px){html[dir=rtl] .page-res-v2 .match-item__score-item:first-child{margin-left:7.7777777778vw;margin-right:unset}}@media screen and (max-width:767.9px){html[dir=rtl] .match-item__score-item:first-child{margin-left:75px;margin-right:unset}html[dir=rtl] .match-item__score-item:first-child:after{left:-45px;right:unset}}html[dir=rtl] .mdws-manuals-box .manual-download-list li .file-description{text-align:right}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-manuals-box .manual-download-list li .file-description{text-align:center}}html[dir=rtl] .mdws-manuals-box .manual-download-list li .file-description .download-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-manuals-box .manual-download-list li .file-description .download-icon{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .mdws-manuals-box .arrow-icon{left:2.0833333333vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-manuals-box .arrow-icon{left:5.3333333333vw;right:unset}}html[dir=rtl] .mdws-manuals-box .file-description{margin-left:0;margin-right:1.8229166667vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-manuals-box .file-description{margin-right:0}}html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow{display:block}@media screen and (max-width:767.9px){html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow{display:none}}html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow{display:none}html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li .file-description{margin-right:0;text-align:center}html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li>div{border-left:1px solid #d6d6d6;border-right:none}@media screen and (max-width:767.9px){html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li>div{border:1px solid #d6d6d6}}html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li .manual-download-list__border-none,html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li:last-child>div{border-left:none}@media screen and (max-width:767.9px){html[dir=rtl] .manuals-box-v2 .mdws-manuals-box .collapse-content .mdws-manuals-box__scroll .manual-download-list li:last-child>div{border:1px solid #d6d6d6}}html[dir=rtl] .mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:0;margin-right:20px}@media screen and (max-width:1920px){html[dir=rtl] .mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:0;margin-right:1.0416666667vw}}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:0;margin-right:.5555555556vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-right:0}}html[dir=rtl] .mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:0;margin-right:20px}@media screen and (max-width:1920px){html[dir=rtl] .mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:0;margin-right:1.0416666667vw}}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:0;margin-right:.5555555556vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-right:0}}html[dir=rtl] .mdws-multiple-combinations-products .products-item-content{margin-left:0;margin-right:120px;text-align:right}@media screen and (max-width:1920px){html[dir=rtl] .mdws-multiple-combinations-products .products-item-content{margin-left:0;margin-right:6.25vw}}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-multiple-combinations-products .products-item-content{margin-left:0;margin-right:8.3333333333vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-multiple-combinations-products .products-item-content{margin-right:0}}html[dir=rtl] .mdws-multiple-combinations-products .products-item-content-btn:after{margin-left:0;margin-right:4px;transform:rotate(180deg)}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-multiple-combinations-products .products-item-content-btn:after{margin-left:0;margin-right:.2777777778vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-multiple-combinations-products .products-item-content-btn:after{margin-left:0;margin-right:4px}}html[dir=rtl] .gws-news-list-contariner-item{margin-left:calc(50% - 44.76563vw);margin-right:0}html[dir=rtl] .gws-news-list-contariner-item:nth-child(3n){margin-left:0}@media screen and (max-width:767.9px){html[dir=rtl] .gws-news-list-contariner-item{margin-left:0;padding-left:0;padding-right:186px}html[dir=rtl] .gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox{left:auto;right:0}}@media screen and (max-width:499.9px){html[dir=rtl] .gws-news-list-contariner-item{padding-right:37.3333333333vw}}html[dir=rtl] .mdws-notification-bar .notification-btn,html[dir=rtl] .mdws-notification-bar .notification-btn .notification-close-btn{left:0;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-notification-bar .notification-btn .notification-close-btn{left:16px}}html[dir=rtl] .mdws-notification-bar .notification-btn .notification-swiper-btnGroups .notification-swiper-btn{transform:translate(0) rotate(180deg)!important}html[dir=rtl] .mdws-notification-bar .mdws-notification-bar__txt-clone{margin-left:unset;margin-right:1.0416666667vw}html[dir=rtl] .mdws-office-card-v1__card-item{margin-left:1.0416666667vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-v1__card-item{margin-left:0}}html[dir=rtl] .mdws-office-card-v1__card-item:nth-child(3n){margin-left:0}html[dir=rtl] .mdws-office-card-v1__card-item picture{margin-left:.5208333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-v1__card-item picture{margin-left:8px}}html[dir=rtl] .mdws-office-card-v1__card-item picture img{margin-left:.5208333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-v1__card-item picture img{margin-left:8px}}html[dir=rtl] .mdws-office-card-v1__card-item-icon{margin-left:.5208333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-v1__card-item-icon{margin-left:8px}}html[dir=rtl] .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{margin-left:.5208333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{margin-left:8px}}html[dir=rtl] .mdws-office-card-v1__card-info-item-btn{left:unset;right:1.5625vw}html[dir=rtl] .mdws-office-card-col-1 .mdws-office-card-v1__card-item{margin-left:0;width:100%}html[dir=rtl] .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-left:0}html[dir=rtl] .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-left:1.0416666667vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-left:0}}html[dir=rtl] .page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-left:20px;margin-right:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk .ot-sdk-row{padding-left:70px;padding-right:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{left:auto;right:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:0!important;margin-right:140px!important}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-left:.5208333333vw;margin-right:0!important}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler{margin-left:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{left:30px;right:auto!important}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-policy-text{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-pc-header{padding:10px 30px 10px 0!important;text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-pc-logo,html[dir=rtl] .page-v2 #onetrust-pc-sdk .pc-logo{justify-content:flex-start!important;margin-right:-10px}html[dir=rtl] .page-v2 #onetrust-pc-sdk #close-pc-btn-handler{left:0;right:auto}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-content,html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-desc,html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-title{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk #accept-recommended-btn-handler,html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{margin-right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-plus-minus{margin-left:5px;margin-right:.5rem}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-cat-item>button{left:auto;right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-cat-header{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-switch-nob:before{left:auto;right:2px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .category-host-list-handler{float:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-lst{bottom:84px;top:81px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-sdk-row{padding-right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-hdr{margin-left:0;margin-right:30px}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-lst-cnt{margin-left:7px;margin-right:20px;max-height:calc(100% - 84px - 1rem)}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-lst-title{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .back-btn-handler #ot-back-arw{transform:rotate(180deg)}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-lst-title h3{margin-left:0;margin-right:15px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-search-cntr{float:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-search-cntr>svg{float:right;left:-10px;right:auto}html[dir=rtl] .page-v2 #onetrust-pc-sdk #vendor-search-handler{float:right;margin-left:0;margin-right:15px}html[dir=rtl] .page-v2 #onetrust-pc-sdk #clear-filters-handler,html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-fltr-cntr{float:left}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-fltr-opt{margin-left:0;margin-right:15px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-chkbox{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-chkbox label{padding-left:unset;padding-right:30px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-chkbox label:before{left:unset;right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-chkbox label:after{left:unset;right:4px}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-fltr-btns{margin-left:unset;margin-right:15px;text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk #filter-apply-handler{margin-left:15px;margin-right:unset}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-host-lst{width:100%}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-item>button{left:auto;right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-item .ot-plus-minus{float:right;margin-left:8px;margin-right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-hdr{float:right;text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{left:12px;right:auto}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-expand,html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-name{text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-host-opt li>div div{float:right;text-align:right}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-btn-container{text-align:left}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-left:10px;margin-right:0}html[dir=rtl] .page-v2 #onetrust-pc-sdk .save-preference-btn-handler{margin-left:20px;margin-right:0}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(calc(2px - 100%))}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #vendor-search-handler{padding-left:calc(var(--var-pc-point--)*35);padding-right:calc(var(--var-pc-point--)*15)}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-fltr-cntr{left:calc(var(--var-pc-point--)*50);right:auto}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor{left:calc(var(--var-pc-point--)*52);right:auto}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt{left:calc(var(--var-pc-point--)*20);padding-left:calc(var(--var-pc-point--)*10);padding-right:0;right:unset}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-search-cntr>svg{transform:rotateY(180deg)}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #filter-btn-handler{left:0;position:absolute;top:0}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #filter-btn-handler svg{transform:rotateY(180deg)}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-left:1.3888888889vw;margin-right:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk .ot-sdk-row{padding-left:4.8611111111vw;padding-right:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{margin-left:1.3888888889vw;margin-right:1.3888888889vw}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:0!important;margin-right:9.7222222222vw!important}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{left:2.0833333333vw}html[dir=rtl] .page-v2 #onetrust-pc-sdk .ot-pc-logo{margin-right:.6944444444vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-left:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk .ot-sdk-row{padding-left:0}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container .ot-bnr-logo{margin-left:0;margin-right:-16px}html[dir=rtl] .page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-right:0!important}html[dir=rtl] .page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{left:16px}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk .ot-pc-logo{margin-right:0}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #close-pc-btn-handler{left:16px}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #ot-pc-hdr{margin:10px 10px 0 5px;width:calc(100% - 15px)}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #ot-pc-content{margin:0 auto;padding:0 16px 20px}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #ot-category-title,html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{text-align:right}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk .ot-cat-grp .ot-tgl .ot-switch .ot-switch-nob:before{left:auto;right:2px}html[dir=rtl] .page-v2 .ot-pc-header #onetrust-pc-sdk #ot-lst-cnt{margin:0;max-height:calc(100% - 96px)}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(calc(2px - 100%))}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-plus-minus{margin-left:12px;margin-right:0}html[dir=rtl] .page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{bottom:calc(var(--var-mb-point--)*160);top:62px}}html[dir=rtl] .mdws-wsc-dialog-v2 .wsc-dialog__close{left:1.0416666667vw;right:inherit}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .mdws-wsc-dialog-v2 .wsc-dialog__close{left:5.3333333333vw;right:inherit}}html[dir=rtl] .mdws-wsc-dialog-v3 .wsc-dialog__close{left:1.0416666667vw;right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-wsc-dialog-v3 .wsc-dialog__close{left:5.3333333333vw;right:inherit}}html[dir=rtl] .gws-toast__content:before{margin-left:.4166666667vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .gws-toast__content:before{margin-left:8px}}html[dir=rtl] .gws-toast__close{margin-left:unset;margin-right:.4166666667vw}@media screen and (max-width:767.9px){html[dir=rtl] .gws-toast__close{margin-right:8px}}html[dir=rtl] .gws-toast.wsc-drawer .wsc-drawer__container--top{top:5.2083333333vw;transform:translate(-50%,-10vw)}@media screen and (max-width:767.9px){html[dir=rtl] .gws-toast.wsc-drawer .wsc-drawer__container--top{top:100px;transform:translate(-50%,-20vh)}}html[dir=rtl] .gws-toast.wsc-drawer--actived .wsc-drawer__container--top{transform:translate(-50%)}html[dir=rtl] .mdws-preferred-six-cards-list-item{margin-left:1.0416666667vw;margin-right:unset}html[dir=rtl] .mdws-preferred-six-cards-list-item:nth-child(3n){margin-left:0}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-preferred-six-cards-list-item,html[dir=rtl] .mdws-preferred-six-cards-list-item:nth-child(3n){margin-left:8px}html[dir=rtl] .mdws-preferred-six-cards-list-item:nth-child(2n){margin-left:0}}html[dir=rtl] .mdws-feature-icon-item{margin-left:1.0416666667vw;margin-right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-feature-icon-item{margin-left:2.6666666667vw}}html[dir=rtl] .mdws-feature-icon-item img{margin-left:.4166666667vw;margin-right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-feature-icon-item img{margin-left:2.1333333333vw}}html[dir=rtl] .mdws-image-label-item-downLoad img{margin-left:.5208333333vw;margin-right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-image-label-item-downLoad img{margin-left:2.6666666667vw}}html[dir=rtl] .mdws-image-label a:first-of-type{margin-left:.5208333333vw;margin-right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-image-label a:first-of-type{margin-left:2.6666666667vw}}html[dir=rtl] .mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{flex-direction:row-reverse}html[dir=rtl] .mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none!important}html[dir=rtl] .mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_ratings_summary{padding:0!important}html[dir=rtl] .mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{flex-direction:row-reverse;margin-left:.5208333333vw!important}html[dir=rtl] .mdws-product-basic-v2__info .product-views-icon{margin-left:.5208333333vw;margin-right:unset}html[dir=rtl] .mdws-product-basic-v2__info .product-parameter li{padding-left:unset;padding-right:1.0416666667vw;text-align:right}html[dir=rtl] .mdws-product-basic-v2__info .product-parameter li:before{left:unset;right:0}html[dir=rtl] .mdws-product-basic-v2__info .product-shipping-btn-icon{margin-left:.5208333333vw;margin-right:unset}html[dir=rtl] .mdws-product-basic-v2__info .product-payCard .csr-cp-price-original{display:flex;gap:.4166666667vw}html[dir=rtl] .mdws-product-basic-v2__info .product-payCard .csr-cp-price-original-ratio{margin-left:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-product-basic-v2__info .product-views-icon{margin-left:8px;margin-right:unset}html[dir=rtl] .mdws-product-basic-v2__info .product-parameter li{padding-left:unset;padding-right:14px}html[dir=rtl] .mdws-product-basic-v2__info .product-payCard .csr-cp-price-original{display:flex;gap:8px}html[dir=rtl] .mdws-product-basic-v2__info .product-payCard .csr-cp-price-original-ratio{margin-left:unset}html[dir=rtl] .mdws-product-basic-v2__info .product-payCard .csr-wish-btn{left:unset;right:16px}}html[dir=rtl] .mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{left:1.25vw;right:inherit}html[dir=rtl] .mdws-sku-list .mdws-sku-item__main__operation-sale{left:inherit;right:1.25vw}html[dir=rtl] .mdws-sku-list .mdws-sku-item__main__discount{flex-direction:row;left:inherit;right:1.25vw}html[dir=rtl] .mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev{bottom:0;right:50%;top:unset;transform:translate(50%) rotate(90deg)}html[dir=rtl] .mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next{bottom:unset;right:50%;top:0;transform:translate(50%) rotate(90deg)}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{left:0;right:inherit}html[dir=rtl] .mdws-sku-list .mdws-sku-item__main__discount,html[dir=rtl] .mdws-sku-list .mdws-sku-item__main__operation-sale{left:inherit;right:0}}html[dir=rtl] .mdws-sku-dialog-content-thumbnail{left:3.125vw;right:inherit}html[dir=rtl] .mdws-sku-dialog-content-main-scale{flex-direction:row-reverse}html[dir=rtl] .page-v2 .mdws-wtb-dialog{left:unset;right:50%;transform:translate(50%,-50%)}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .mdws-wtb-dialog{left:unset;right:0}}html[dir=rtl] .page-v2 .mdws-wtb-dialog__close{left:1.0416666667vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .mdws-wtb-dialog__close{left:5.3333333333vw;right:unset}}html[dir=rtl] .page-v2 .mdws-wtb-dialog__product__left{margin-left:2.0833333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .mdws-wtb-dialog__product__left{margin-left:2.6666666667vw!important;margin-right:unset!important}}html[dir=rtl] .page-v2 .mdws-wtb-dialog__table__title{padding-left:unset;padding-right:1.0416666667vw}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .mdws-wtb-dialog__table__title{padding-left:unset;padding-right:5.3333333333vw}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{left:unset;right:0}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin-left:unset!important;margin-right:1.0416666667vw!important;padding-left:2.0833333333vw!important;padding-right:2.0833333333vw!important;text-align:right}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin:0!important;padding-left:unset!important;padding-right:2.6666666667vw!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{text-align:right}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller-details{padding-left:unset!important;padding-right:1.0416666667vw!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content>.ps-online-tab{margin-left:1.0416666667vw!important;margin-right:unset!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab-label{left:unset!important;right:27.6041666667vw!important}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{float:right!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{left:unset!important;right:1.0416666667vw!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:unset!important;right:.5208333333vw!important}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:unset!important;right:5.3333333333vw!important}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:unset!important;right:20px!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:unset!important;right:13.5416666667vw!important}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:unset!important;right:85.3333333333vw!important}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:20px!important;right:unset!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:unset!important;right:11.9791666667vw!important}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:unset!important;right:77.3333333333vw!important}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:48px!important;right:unset!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address{left:2.6041666667vw!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map{text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{margin-left:.1041666667vw;margin-right:unset}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{margin-left:1.0666666667vw;margin-right:unset}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{margin-left:4px;margin-right:unset}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .mapboxgl-popup-content .ps-infobox,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div{display:flex;flex-direction:row-reverse}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div{justify-content:flex-end}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div>div{padding:0 .5208333333vw 0 0!important}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div>div{padding:0 10px 0 0!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-address>div{text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-address>div>span>a{float:right;text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div>span{text-align:right}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div>span{width:fit-content}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-seller>div>div>img{float:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock{float:left;text-align:left}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock{left:unset!important;right:34.1333333333vw!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type:before{margin-left:.2083333333vw;margin-right:unset}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type{margin-left:2.6666666667vw!important;margin-right:unset!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type:before,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile:before,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span:before{margin-left:1.0666666667vw;margin-right:unset}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address{left:unset!important;right:0!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address>div{text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours{float:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>*,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>*>*{float:right;text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock{left:unset!important;right:0!important;text-align:right!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock span,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock strong{text-align:right!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-left:1.0416666667vw!important;margin-right:unset!important}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-left:0!important}}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type:before{margin-left:.2083333333vw;margin-right:unset}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:first-of-type,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:last-of-type{text-align:left}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-heading,html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-heading{text-align:right}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-location{left:20px!important;right:unset!important}html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-lightbox-close{font-size:1.25vw;left:1.0416666667vw;right:unset;top:1.0416666667vw}@media screen and (max-width:1024px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-lightbox-close{left:20px;right:unset}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-lightbox-close{left:calc(50% - 234px);right:unset}}@media screen and (max-width:499.9px){html[dir=rtl] .page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-lightbox-close{left:16px;right:unset}}html[dir=rtl] .page-v2 .cs-t4 .csWidgetModal-dialog{left:unset!important;right:50%!important;transform:translateX(50%)!important}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .cs-t4 .csWidgetModal-dialog{left:unset!important;right:unset!important;transform:unset!important}html[dir=rtl] .page-v2 .cs-t4 .csWidgetModal-dialog .cs_header-product-image-container{margin-left:20px;margin-right:unset}}html[dir=rtl] .mdws-product-search-entrance-v1-associate-noresult .link i{line-height:1.1458333333vw}html[dir=rtl] .mdws-product-search-entrance-v1-associate-noresult .link i:before{transform:rotate(180deg)}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-product-search-entrance-v1-associate-noresult .link i{line-height:18px}}html[dir=rtl] .page-v2 .rich-text-container{text-align:right!important}html[dir=rtl] .page-v2 .rich-text-container ul li{padding-left:0;padding-right:50px}html[dir=rtl] .page-v2 .rich-text-container ul li:before{right:25px;transform:translateX(50%)}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .rich-text-container ul li{padding-right:3.4722222222vw}html[dir=rtl] .page-v2 .rich-text-container ul li:before{right:1.7361111111vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .rich-text-container ul li{padding-right:28px}html[dir=rtl] .page-v2 .rich-text-container ul li:before{right:14px}}html[dir=rtl] .page-v2 .rich-text-container ol li{padding-left:0;padding-right:50px}html[dir=rtl] .page-v2 .rich-text-container ol li:before{text-align:center;width:50px}@media screen and (max-width:1440.9px){html[dir=rtl] .page-v2 .rich-text-container ol li{padding-right:3.4722222222vw}html[dir=rtl] .page-v2 .rich-text-container ol li:before{width:3.4722222222vw}}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .rich-text-container ol li{padding-right:28px}html[dir=rtl] .page-v2 .rich-text-container ol li:before{width:28px}}html[dir=rtl] body.page-v2 .gws-bannerV2__content__btn,html[dir=rtl] body.page-v2 .gws-bannerV2__content__link{margin-left:1.0416666667vw;margin-right:0}html[dir=rtl] body.page-v2 .c-text-align-left .gws-bannerV2__content__btn,html[dir=rtl] body.page-v2 .c-text-align-left .gws-bannerV2__content__link{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__actions,html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__actions,html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__actions,html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__actions,html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__actions,html[dir=rtl] body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__actions{flex-direction:row-reverse}}html[dir=rtl] body.page-v2 .gws-dialog .wsc-dialog__close{left:1.0416666667vw;right:inherit}@media screen and (max-width:767.9px){html[dir=rtl] body.page-v2 .gws-dialog .wsc-dialog__close{left:0;right:inherit}html[dir=rtl] body.page-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-dialog__close{left:16px;right:inherit}html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-next,html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-prev{background:linear-gradient(270deg,#fff 74%,hsla(0,0%,100%,0));left:unset;right:-16px}html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-next:before,html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-prev:before{margin-left:16px;margin-right:unset}html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-prev{transform:rotate(0deg)}html[dir=rtl] .gws-sticky-menu-v1__container .swiper-button-next{left:-16px;right:unset;transform:rotate(180deg)}}html[dir=rtl] .gws-sticky-menu-v1__menu-item{margin-left:2.0833333333vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .gws-sticky-menu-v1__menu-item{margin-left:20px;margin-right:unset}}html[dir=rtl] .gws-sticky-menu-v1__menu-item:last-child{margin-left:0!important}html[dir=rtl] .gws-sticky-menu-v1--fixed .gws-sticky-menu-v1__container{left:unset;right:0}html[dir=rtl] .mdws-support-list-box ul li{border-left:1px solid #d6d6d6;border-right:none}html[dir=rtl] .mdws-support-list-box ul li:last-child{border-left:none}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-support-list-box ul li .img-text-box .img-box{margin-left:16px;margin-right:0}html[dir=rtl] .mdws-support-list-box ul li .img-text-box .text-box .desc,html[dir=rtl] .mdws-support-list-box ul li .img-text-box .text-box .title{text-align:right}}html[dir=rtl] .mdws-support-list-box ul li .img-text-box .text-box .desc{line-height:1.1458333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-support-list-box ul li .img-text-box .text-box .desc{line-height:16px;text-align:right}}html[dir=rtl] .mdws-support-col-1 ul li,html[dir=rtl] .mdws-support-col-2 ul li:nth-child(2n),html[dir=rtl] .mdws-support-col-3 ul li:nth-child(3n),html[dir=rtl] .mdws-support-col-4 ul li:nth-child(4n),html[dir=rtl] .mdws-support-col-5 ul li:nth-child(5n),html[dir=rtl] .mdws-support-list-box-style2 ul li{border:none}html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc{line-height:24px}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc{line-height:1.6666666667vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc{line-height:16px}}html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc-btn-box .mdws-btn{align-items:center;display:flex;justify-content:center}html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc-btn-box .mdws-btn:after{margin-left:0;margin-right:4px;transform:rotate(180deg)}@media screen and (max-width:1440.9px){html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc-btn-box .mdws-btn:after{margin-left:0;margin-right:.2777777778vw}}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-support-list-box-style2 ul li .img-text-box .text-box .desc-btn-box .mdws-btn:after{margin-left:0;margin-right:4px}}html[dir=rtl] .mdws-support-right ul{justify-content:flex-start}html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{padding:0 0 0 1.25vw}html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{padding:0 0 0 18px!important}}html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:0 5.7291666667vw 0 0!important}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}}html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row .gws-teaserV3 .gws-teaserV3-content{padding:0 0 0 5.7291666667vw!important}@media screen and (max-width:767.9px){html[dir=rtl] .page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row .gws-teaserV3 .gws-teaserV3-content{padding:32px 16px 40px!important}}html[dir=rtl] .mdws-ugc__avatar{background:linear-gradient(315deg,#fff,hsla(0,0%,97%,0));margin-left:1.0416666667vw;margin-right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .mdws-ugc__avatar{margin-left:10px;margin-right:unset}}html[dir=rtl] .mdws-ugc .swiper-button_prev{left:unset;right:-2.0833333333vw;transform:rotate(180deg)}html[dir=rtl] .mdws-ugc .swiper-button_next{left:-2.0833333333vw;right:unset;transform:rotate(180deg)}html[dir=rtl] header .nav_link{margin-left:2.0833333333vw;margin-right:0}html[dir=rtl] header .nav_lang{margin-left:0;margin-right:2.0833333333vw}html[dir=rtl] header .nav_lang_img{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_img{margin-left:2.6666666667vw}}html[dir=rtl] header .nav_lang:after{margin-left:0;margin-right:20px;right:-4px}html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:2.2395833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:11.4666666667vw}}html[dir=rtl] header .nav_search_submit{left:0;right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_submit{left:0;right:8vw}}html[dir=rtl] header .nav_search_close{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] header .nav_lang_wraper_close{left:5.2083333333vw;right:auto!important}html[dir=rtl] header .nav_lang_item_img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_item_img{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] footer{overflow:hidden}html[dir=rtl] footer .footer_social_link{margin-bottom:0;margin-left:12%;margin-right:0;padding-top:3px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_social_link{margin:0!important}}html[dir=rtl] footer .footer_subscribe_email{padding:0 1.3020833333vw 0 1.0416666667vw}html[dir=rtl] footer .footer_subscribe_submit{left:0;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_links_tit:after,html[dir=rtl] footer .footer_links_tit:before{left:0;right:auto}}html[dir=rtl] footer .footer_links_tit:after{height:3.4666666667vw;left:1.6vw;right:auto;width:1px}html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:.625vw;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:3.2vw}}html[dir=rtl] .support-banner .content-right .textInfo-bg{justify-content:flex-start!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:.2604166667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:1.3333333333vw;margin-right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder{text-align:center}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:10px}html[dir=rtl] .cookie .cookie-close{left:.3125vw;right:auto;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-close{left:3.2vw}}html[dir=rtl] .cookie .cookie-desc{padding-left:0;padding-right:2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc{padding:0 13.3333333333vw 0 10.6666666667vw}html[dir=rtl] .cookie .cookie-content{padding:5.3333333333vw 5.3333333333vw 4vw 0}}html[dir=rtl] .cookie .cookie-desc-attention{right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:center}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{bottom:0;margin:auto}}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-prev{left:5.2083333333vw;right:auto}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-next{left:9.8958333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .subtitle,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .about-list-tap .md-container .about-list{direction:ltr}html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text1,html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text2{text-align:center}}html[dir=rtl] .about-tap .md-container .about-tap-main .about-tap-right{left:0;right:auto}html[dir=rtl] .arrow-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .arrow-icon{margin-left:2.6666666667vw}}html[dir=rtl] .result-card ul{padding-left:0;padding-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card ul{padding-right:5.3333333333vw}}html[dir=rtl] .result-card li:before{margin-left:0!important;margin-right:-1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card li:before{margin-right:-4.9333333333vw}}html[dir=rtl] .buy-btn svg{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .buy-btn svg{margin-left:2.6666666667vw}}html[dir=rtl] .container-compare-pro .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close{left:-.5208333333vw}}html[dir=rtl] .container-compare-pro .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .product-div .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close{left:-.5208333333vw}}html[dir=rtl] .fiex-image .product-div .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .fiex-image-div{padding-left:0!important;padding-right:18.125vw!important}html[dir=rtl] .container-compare-pro .table-holder th{text-align:right}html[dir=rtl] .news_float_block{left:0;right:auto!important}html[dir=rtl] .news_share span{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .news_share span{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .news_share_list li:first-child{margin-left:5.3333333333vw}html[dir=rtl] .news_share_list .news_share_print{margin-left:0}}html[dir=rtl] .rich-text-main .midea_rte ol li{padding-left:0;padding-right:2.8645833333vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ol li{padding-right:10.6666666667vw}}html[dir=rtl] .rich-text-main .midea_rte ol li:before{left:auto;right:0}html[dir=rtl] .rich-text-main .midea_rte ul li{padding-left:0;padding-right:2.1354166667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ul li{padding-right:8vw}}html[dir=rtl] .rich-text-main .midea_rte ul li:before{left:auto;right:0}html[dir=rtl] .hbt_download_item:after{left:.2083333333vw;right:auto;transform:translateY(-50%) rotate(135deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt_download_item:after{left:1.0666666667vw}}html[dir=rtl] .disigner_profile_content img{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .disigner_profile_content img{margin-left:5.3333333333vw}}html[dir=rtl] .blockquote{padding:1.5625vw 4.6875vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote{padding:18.6666666667vw .78125vw 0}}html[dir=rtl] .blockquote.blockquote_fact{padding:.3125vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote.blockquote_fact{padding:18.6666666667vw 4vw 0}}html[dir=rtl] .blockquote_content img{left:auto;right:-4.6875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote_content img{right:0}}html[dir=rtl] .blockquote.blockquote_fact .blockquote_content:before{left:auto;right:0}html[dir=rtl] .social_share_item_content_author span{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_item_content_author span{margin-right:4vw}}html[dir=rtl] .social_share_item:nth-child(5){right:37%}html[dir=rtl] .social_share_info_links li:first-child{padding-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_info_links li:first-child{padding-left:8vw}}html[dir=rtl] .social_share_info_links li:last-child{padding-left:0}html[dir=rtl] .social-media .social-media-item-icon{margin-left:1.40625vw;margin-right:0}html[dir=rtl] .social-media .social-media-prev{left:45%;position:absolute}html[dir=rtl] .social-media .social-media-next{position:absolute;right:45%}html[dir=rtl] .manuals .manuals-item .file-description{margin-left:0;margin-right:1.0416666667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description{text-align:center}}html[dir=rtl] .manuals .manuals-item .file-description .download{padding-left:0;padding-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description .download{padding-right:8vw}}html[dir=rtl] .manuals .manuals-item .file-description .download:before{left:auto;right:.1041666667vw}html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:.8333333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:4.2666666667vw;margin-right:0}}html[dir=rtl] .press_news_list_item h4,html[dir=rtl] .press_news_list_item p,html[dir=rtl] .press_news_list_item span{text-align:right}html[dir=rtl] .solution .description-holder .link .arrow{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .solution .description-holder .link .arrow{margin-right:4vw}}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target{left:auto;right:100%}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}}html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:3.6458333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:5.3333333333vw;right:auto}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:-4.1666666667vw;right:auto}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:1.4583333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:4.8vw;right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .text{margin-left:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block .button:link{margin-left:2.34375vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-manuals .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-reviews .air-accordion-container .container-switch .arrow-icon{left:2.0833333333vw;right:auto}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title,html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title{text-align:center}}html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:center}}html[dir=rtl] .product-anchor-point{text-align:left}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating{margin-left:6.25vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul{margin-left:6.5104166667vw;margin-right:0}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description{margin-left:0;margin-right:1.8229166667vw}html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-right:1.3333333333vw}}html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-right:6.9333333333vw}}html[dir=rtl] .product-list .product .property .item:before,html[dir=rtl] .search-holder .product .property .item:before{left:auto;right:0}html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:2.6666666667vw}}html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .product-icon-download.list .download-item{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:5px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:4vw;right:auto}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:4vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating{margin-left:6.6666666667vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li{margin-right:0}}html[dir=rtl] .p-w-r .pr-file-input-btn-group .pr-file-input-label{margin-left:.5208333333vw;text-align:right}html[dir=rtl] .pagination .wp-pagenavi .pagination-prev{transform:translateY(0) rotate(1turn)}html[dir=rtl] .product-list .product .color-holder,html[dir=rtl] .product-list .products-listing .product .msrp-holder,html[dir=rtl] .search-holder .product .color-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap;float:none}html[dir=rtl] .registration .holder .form-registration{left:0;right:auto}html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:auto;margin-right:auto}}html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8541666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:center}}html[dir=rtl] .registration .holder .form-registration .form-group label{margin-left:0!important;margin-right:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-group label{margin-right:2.6666666667vw!important}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8vw;margin-right:0}}html[dir=rtl] .product-list .clear-filter{margin:0 0 .78125vw 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .clear-filter{margin:0 0 4vw 5.3333333333vw}}html[dir=rtl] .product-list .filters .item{padding:.2604166667vw .78125vw .2604166667vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .item{padding:1.3333333333vw 4vw 1.3333333333vw 10.6666666667vw}}html[dir=rtl] .product-list .filters .cross{left:.5208333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .cross{left:3.2vw}}html[dir=rtl] .product-list .filters .item .category{float:right}html[dir=rtl] .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{left:auto;right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{right:6.9333333333vw}}html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 3.7333333333vw!important}}html[dir=rtl] .search-holder .filter-sidebar{margin-left:3.6458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar{margin-left:0;margin-right:0}html[dir=rtl] .sorter-holder .jcf-select .jcf-select-text{margin:0 2.1333333333vw 0 9.3333333333vw}}html[dir=rtl] .search-holder .form-search .btn-search{left:auto;right:-2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .form-search .btn-search{right:auto}}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name.active:before{left:auto!important;right:0}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:1.0416666667vw;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:5.3333333333vw}}html[dir=rtl] .store-locator .map-current-location:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-current-location:before{margin-left:2.6666666667vw}}html[dir=rtl] .store-locator .map-search-keyword{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-search-keyword{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:1.5625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:4vw}}html[dir=rtl] .support-faq .md-container .listMain .support-btn{left:auto!important;right:0}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:1.1458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:5.8666666667vw}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:5.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:1.5625vw 1.8229166667vw 1.3020833333vw 2.34375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:before{left:auto;right:0}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:1.5625vw;margin-right:10px;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:5.3333333333vw}}html[dir=rtl] .container-medium-nav{margin-left:4.1666666667vw;margin-right:auto}html[dir=rtl] .container-compare-pro .h6-red{text-align:right}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:4vw}}html[dir=rtl] header .nav_change_lan{margin-left:0;margin-right:1.5625vw}html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:6.6666666667vw}}html[dir=rtl] footer .footer_copyright_link:first-child{margin-right:0}html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:.8333333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:4.2666666667vw}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-3.125vw;right:auto;top:30%;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-9.3333333333vw;top:45%}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{left:auto;right:-3.125vw;top:30%;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{right:-9.3333333333vw;top:45%}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:.4166666667vw;right:auto!important;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:2.1333333333vw}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:auto;right:7.2916666667vw;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{right:2.1333333333vw}}html[dir=rtl] header .sub_header_cate .swiper-button-prev-cate{left:auto;right:0;top:12px;transform:rotate(180deg)}html[dir=rtl] header .sub_header_cate .swiper-button-next-cate{left:0;right:auto;top:12px;transform:rotate(180deg)}html[dir=rtl] .product .short-spec{display:flex;justify-content:space-between}html[dir=rtl] .compare-popup .compare-products .remove{left:-1.3020833333vw;right:auto}html[dir=rtl] .compare-popup .header .btn{margin:0 .78125vw 0 0;text-align:center}html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin-left:3.90625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin:0 auto}}html[dir=rtl] .product-anchor-point a{margin-left:2.3958333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-anchor-point a{margin-left:6.9333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6{align-items:flex-end;display:flex}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{display:inline-block;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{margin:0 1.3333333333vw}}html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-left:0;margin-right:.2604166667vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{left:0;right:-.0520833333vw}html[dir=rtl] .product-list .product .short-spec,html[dir=rtl] .search-holder .product .short-spec{display:block}html[dir=rtl] .product-list .product .short-spec .color-holder,html[dir=rtl] .search-holder .product .short-spec .color-holder{display:flex;float:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-right:1.3333333333vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{right:-.2666666667vw}}html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-right:2.6666666667vw}}html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .product-anchor-wrap a:last-child{margin-left:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{width:100%!important}html[dir=rtl] .container-compare-pro .table-holder{margin-right:0}html[dir=rtl] .container-compare-pro .h6{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6{text-align:center!important}}html[dir=rtl] .fiex-image .flex-title{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .flex-title{text-align:center!important}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{justify-content:center}}html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:2.6666666667vw}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .has-mark .advantages:before{right:-1.3541666667vw}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:before,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:before,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:before{transform:translateX(-50%) rotate(315deg)}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:after,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:after,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:after{transform:translateX(-50%) rotate(-315deg)}html[dir=rtl] .my-product .md-container .holder .description-block-warp .star{left:unset;right:-.0520833333vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:0;margin-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:auto;margin-right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-right:0}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating .progress-bar{left:unset;right:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .icon{margin-left:.78125vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .star{left:unset;right:-.0520833333vw}html[dir=rtl] .download_table_tabs_name{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tabs_name{margin-left:6.6666666667vw;margin-right:0}}html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}}html[dir=rtl] .container-compare-pro .h6-money span{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6-money span{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .social_share_info,html[dir=rtl] .social_share_item:first-child,html[dir=rtl] .social_share_item:nth-child(2){left:unset;right:0}html[dir=rtl] .social_share_item:nth-child(3),html[dir=rtl] .social_share_item:nth-child(5){left:unset;right:28.2%}html[dir=rtl] .social_share_item:nth-child(4),html[dir=rtl] .social_share_item:nth-child(6){left:0;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide{margin-right:0!important}}html[dir=rtl] .search-holder .accordion-body .form-wrap{flex-direction:row-reverse}html[dir=rtl] .search-holder .ui-slider.ui-slider-horizontal .ui-slider-handle{margin-left:-5px}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder{margin-right:0!important}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec{flex-grow:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-right:0}}html[dir=rtl] .product-list .product .msrp-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:center;display:flex;flex-wrap:wrap}html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .hbt-retailer .support-main-tabs{justify-content:right}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .progress-bar,html[dir=rtl] .rating .progress-bar,html[dir=rtl] .rating-style .progress-bar{left:unset;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text{text-align:center}}html[dir=rtl] .store-locator #map-locations-pager a,html[dir=rtl] .store-locator #map-locations-pager span{float:right}html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration input{padding:.2604166667vw 1.0416666667vw .2604166667vw 2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration input{padding:1.3333333333vw 5.3333333333vw 1.3333333333vw 13.3333333333vw}}html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration span{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration span{left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:center}}html[dir=rtl] .mancity-match__container-info.next-match{transform:translateX(100%)}html[dir=rtl] .mancity-match__container-tab p:first-child{border-left:3px solid #a2c3e5;border-right:0}html[dir=rtl] .match-item__score-item:first-child{margin-left:5.859375vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child{margin-left:20vw}}html[dir=rtl] .match-item__score-item:first-child:after{left:-3.3854166667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child:after{left:-12vw}}@media screen and (min-width:1200px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(20.8vw,-56px)!important}}html[dir=rtl] .teaser.flex-reserve .teaser_info{padding-left:7.8125vw;padding-right:0}html[dir=rtl] .teaser .teaser_info{padding-left:0;padding-right:7.8125vw}html[dir=rtl] .video-wrapper .wsc-dialog__header{left:-.78125vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .video-wrapper .wsc-dialog__header{left:4vw}}html[dir=rtl] .teaser .cmp-teaser-remastered__content{padding:0 5.2083333333vw 0 0}html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:0 0 0 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .teaser .cmp-teaser-remastered__content,html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:5.3333333333vw 0}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:2.6666666667vw}}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Thin.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ThinItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLight.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Light.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-LightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Regular.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Italic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Medium.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-MediumItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Bold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BoldItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Black.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BlackItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBoldItalic.ttf) format("opentype")}html[lang=th] body{font:400 .9375vw/1.5 HCo Gotham,Prompt,sans-serif!important;margin:0}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Thin.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Thin-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-XLight.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-XLight-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Light.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Light-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Book.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Book.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Regular.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Bold.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Bold-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Black.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Black-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Ultra.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Ultra-Italic.otf) format("opentype")}html[lang=vi] body{font:400 .9375vw/1.5 SVN Gotham,sans-serif!important;margin:0}.mdws-wsc-dialog-v2 .wsc-dialog__close{align-items:center;cursor:pointer;display:flex;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-wsc-dialog-v2 .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.mdws-wsc-dialog-v2 .wsc-dialog__close .wsc-icon__close,.mdws-wsc-dialog-v2 .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}.mdws-wsc-dialog-v3{border-radius:.4166666667vw;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:66.6666666667vw}.mdws-wsc-dialog-v3 .wsc-dialog__close{align-items:center;cursor:pointer;display:flex;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw;z-index:1}@media screen and (max-width:767.9px){.mdws-wsc-dialog-v3 .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.mdws-wsc-dialog-v3 .wsc-dialog__close .wsc-icon__close,.mdws-wsc-dialog-v3 .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}.video-wrapper{max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#333;max-height:100%;max-width:100%;width:100%}.video-wrapper iframe{display:block!important;height:100%!important;width:100%!important}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.video-wrapper .wsc-dialog__body{background-color:#333;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#333;border-radius:50%;display:flex;height:1.5625vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:1.5625vw;z-index:1}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__header{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.video-wrapper .wsc-dialog__close{display:inline-flex;position:relative;width:.625vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1041666667vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial!important;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0!important;width:62.5vw!important;z-index:1001}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog{height:auto;width:100%!important}}.gws-dialog video{background-color:#333;font-size:0;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#333;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#333;border-radius:50%;display:flex;height:2.6041666667vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:2.6041666667vw;z-index:100}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}@media screen and (max-width:767.9px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.gws-dialog .wsc-icon__close{width:50%}.wsc-dialog{z-index:1000}.wsc-dialog__parent--hidden{overflow:hidden!important}.wsc-dialog--actived{z-index:200000}.gws-confirm-dialog.wsc-dialog__wrapper{padding:0;width:27.0833333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper{width:95.7333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{border-bottom:1px solid #dfe3e8;padding:.8333333333vw 1.5625vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{padding:5.3333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{color:#1b1b1b;font-size:1.25vw;font-weight:700;line-height:1.3541666667vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{font-size:4.8vw;line-height:6.9333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:1.5625vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:5.3333333333vw;width:4.2666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i:before{background-color:#637381}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{color:#313131;color:rgba(0,0,0,.65);font-size:1.0416666667vw;line-height:1.5;line-height:1.4583333333vw;max-height:20.8333333333vw;overflow-y:auto;padding:1.1458333333vw 1.5625vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{font-size:4.2666666667vw;line-height:6.4vw;max-height:80vw;padding:5.8666666667vw 8vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{border-top:1px solid #dfe3e8;padding:1.1458333333vw 2.34375vw;text-align:right}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{padding:5.8666666667vw 12vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:1.0416666667vw;font-size:1.0416666667vw;height:auto;line-height:1;padding:.4166666667vw 1.1458333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:5.3333333333vw;font-size:4.2666666667vw;padding:2.1333333333vw 5.8666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default{background-color:#fff;border:1px solid #c2c2c2;color:#333}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default:active{border-color:#077dce!important;color:#077dce!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default.mdws-btn--disabled,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff;transition:none}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main:hover{background:#0083de}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main:active{background:#077dce}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main.mdws-btn--disabled,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main.mdws-btn--disabled:hover,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main[disabled],.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main[disabled]:hover{background:#d6d6d6!important}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:1.5625vw;right:auto!important}@media screen and (max-width:767.9px){html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:5.3333333333vw}}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{text-align:left}.drawer_assets .wsc-drawer__container{background-color:transparent;left:50%;padding:0;top:50%;transform:translate(-50%,-200%);width:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.drawer_assets .wsc-drawer__container{width:100%}}.drawer_assets .wsc-drawer__content{font-size:0;overflow-y:auto;text-align:center}.drawer_assets .wsc-drawer__content video{height:auto;width:100%}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{transform:translate(-50%,-50%)}.gws-loading{left:0;position:absolute;top:0;z-index:1}.gws-loading,.gws-loading__cover{height:100%;width:100%}.gws-loading__cover-grey{background-color:#767676}.gws-loading__cover-white{background-color:#fff}.gws-loading__progress{z-index:1}.gws-loading__progress,.gws-loading__progress-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-loading__progress-loading{height:5.2083333333vw;width:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-loading{height:16vw;width:16vw}}.gws-loading__progress-text{font-size:1.0416666667vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-text{font-size:3.2vw}}html[dir=rtl] .gws-loading__progress-text{display:flex;flex-direction:row-reverse}.gws-loading-v2{background-color:hsla(0,0%,100%,.9);height:100%;left:0;position:fixed;top:0;width:100%;z-index:15}.gws-loading-v2-spinner{margin-top:-.78125vw;position:absolute;text-align:center;top:50%;width:100%}@media screen and (max-width:767.9px){.gws-loading-v2-spinner{margin-top:-4vw}}.gws-loading-v2-spinner .gws-spin-dot{animation:loading-rotate 1.2s linear infinite;display:inline-block;height:1.5625vw;width:1.5625vw}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot{height:5.3333333333vw;width:5.3333333333vw}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{border-radius:100%;display:block;height:.625vw;opacity:1;position:absolute;width:.625vw}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:2.1333333333vw;width:2.1333333333vw}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:first-child{background-color:#1f94d2;left:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(2){animation-delay:.4s;background-color:#63b5e0;right:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(3){animation-delay:.8s;background-color:#a5d4ed;bottom:0;right:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(4){animation-delay:1.2s;background-color:#e8f4fa;bottom:0;left:0}.gws-loading-v2 .gws-spin{font-feature-settings:"tnum";box-sizing:border-box;color:#1f94d2;display:inline-block;font-variant:tabular-nums;line-height:1.5;list-style:none;position:static;text-align:center;transition:transform .3s cubic-bezier(.78,.14,.15,.86);vertical-align:middle}@keyframes loading-rotate{to{transform:rotate(1turn)}}.gws-toast__content{align-items:center;color:#1d2129;display:flex;font-size:.8333333333vw;line-height:1.0416666667vw;padding:.46875vw .8333333333vw}.gws-toast__content>div{flex:1}@media screen and (max-width:767.9px){.gws-toast__content{font-size:12px;line-height:normal;padding:9px 16px}}.gws-toast__content:before{background:url() no-repeat 0 0;background-size:100% 100%;content:"";height:.8333333333vw;margin-right:.4166666667vw;min-height:.8333333333vw;min-width:.8333333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-toast__content:before{height:12px;margin-right:8px;min-height:120x;min-width:12px;width:12px}}.gws-toast__content--success:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOC4wNjUgMTUuNDAxYTcuMjE5IDcuMjE5IDAgMCAwIDcuMjItNy4yMTZBNy4yMTkgNy4yMTkgMCAwIDAgOC4wNjUuOTY4IDcuMjE5IDcuMjE5IDAgMCAwIC44NDQgOC4xODVhNy4yMTkgNy4yMTkgMCAwIDAgNy4yMiA3LjIxNlptLTIuODk4LTYuMTMgMS4zNzkgMS4zNzkuMDEzLjAxNGEuNjU3LjY1NyAwIDAgMCAuOTI5IDBMMTEuMiA2Ljk1MmEuNjU2LjY1NiAwIDEgMC0uOTI4LS45MjdsLTMuMjUgMy4yNDctLjkyOC0uOTI4YS42NTcuNjU3IDAgMCAwLS45MjguOTI4WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDBCNTNDIi8+PC9nPjwvc3ZnPg==)}.gws-toast__content--error:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOC4xNTggMTUuNDAxYTcuMjE5IDcuMjE5IDAgMCAwIDcuMjIxLTcuMjE2QTcuMjE5IDcuMjE5IDAgMCAwIDguMTYuOTY4IDcuMjE5IDcuMjE5IDAgMCAwIC45MzYgOC4xODUgNy4yMTkgNy4yMTkgMCAwIDAgOC4xNTkgMTUuNFptLTIuMzItNS44MjVMNy4yMyA4LjE4NSA1LjgzNyA2Ljc5M2EuNjU2LjY1NiAwIDEgMSAuOTI5LS45MjhsMS4zOTIgMS4zOTIgMS4zOTMtMS4zOTJhLjY1Ny42NTcgMCAwIDEgLjkyOC45MjhMOS4wODcgOC4xODVsMS4zOTIgMS4zOTFhLjY1Ni42NTYgMCAxIDEtLjkyOC45MjhMOC4xNTggOS4xMTJsLTEuMzkyIDEuMzkyYS42NTcuNjU3IDAgMCAxLS45MjktLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0VEMEQwRCIvPjwvZz48L3N2Zz4=)}.gws-toast__close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAQlJREFUWEftVsERAiEMTDrQTrQSS1ErCKlALcVKtBPtAMW5cxzmgGwe8uFeN0PYbJJdgKnzx53z0yAwOlDsQAghxBh3zHxN/x6xisiBiISZLyWMIgEReRDRKiVmZkVJTAXIRPyuqtulImoEEvvTvAkhkSWvFlAVIQI0E0X3NF2AACKx385axGUBtsRAGsiDawm8yT8Ct3SgNt+0FmOc1Q47BiKQkuXV/haAOAXSQGsc3rMCHkFpFH8l0HUES2r/mwi72tDic0uM6yBCgJFYkw09gOie1oPEdcItOOWoqmdoBCJyI6KN1+MZiaeqriECE8D+fV9oiX3rHrE86+C7oJUUXR8ERge6d+AFDmgMMHorWL0AAAAASUVORK5CYII=) no-repeat 0 0;background-size:100% 100%;cursor:pointer;height:.7291666667vw;margin-left:.4166666667vw;width:.7291666667vw}@media screen and (max-width:767.9px){.gws-toast__close{height:12px;margin-left:8px;width:12px}}.gws-toast.wsc-drawer{height:auto}.gws-toast.wsc-drawer .wsc-drawer__container--top{width:unset}.gws-toast.wsc-drawer .wsc-drawer__cover{display:none}.gws-toast.wsc-drawer .wsc-drawer__container{border-radius:.4166666667vw;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 2px 6px 0 rgba(0,0,0,.08),0 4px 12px 0 rgba(0,0,0,.08);left:50%;max-width:35.3125vw;padding:0}@media screen and (max-width:767.9px){.gws-toast.wsc-drawer .wsc-drawer__container{border-radius:10px;max-width:500px}}@media screen and (max-width:499.9px){.gws-toast.wsc-drawer .wsc-drawer__container{max-width:89.3333333333vw}}.gws-toast.wsc-drawer .wsc-drawer__container--top{top:5.2083333333vw;transform:translate(-50%,-10vw)}@media screen and (max-width:767.9px){.gws-toast.wsc-drawer .wsc-drawer__container--top{top:100px;transform:translate(-50%,-20vh)}}.gws-toast.wsc-drawer--actived .wsc-drawer__container--top{transform:translate(-50%)}.gws-bannerV2_styles{overflow:hidden}.gws-bannerV2_styles.c-Specical{padding-left:6.25vw;padding-right:6.25vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-Specical{padding-left:0;padding-right:0}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content{left:0;padding:2.9166666667vw;top:0;transform:translateX(0);width:100%!important}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content{padding:8vw 5.3333333333vw}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__wrapper{width:auto}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__wrapper *{text-align:left!important}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__title{color:#fff;font-size:1.875vw;line-height:2.2916666667vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__title{font-size:4.8vw;line-height:normal}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__desc{color:#fff;font-size:.9375vw;line-height:normal;margin-top:.8333333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__desc{font-size:3.2vw;margin-top:2.6666666667vw}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__btn,.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__link{margin-top:.8333333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__btn,.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__link{margin-top:2.6666666667vw}.gws-bannerV2_styles.s-small-text.c-text-in-top .gws-bannerV2__content{top:0!important}.gws-bannerV2_styles.s-small-text.c-text-in-footer .gws-bannerV2__content{bottom:0!important;top:unset}}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(51,51,51,.6);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-bannerV2_styles.c-full-screen{padding-left:0;padding-right:0}.gws-bannerV2_styles.c-not-full-screen{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-not-full-screen{padding-left:4vw;padding-right:4vw}}.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{background-color:#1f94d2;padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.7);padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(51,51,51,.6);padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:5.2083333333vw;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:5.2083333333vw;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:.78125vw;margin-right:.78125vw}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:1.5625vw;margin-right:0}.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{top:8.3333333333vw;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{top:50%;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:8.3333333333vw;top:unset;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:8.3333333333vw;transform:translate(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:8.3333333333vw;left:50%;top:unset;transform:translate(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:12.5vw;top:8.3333333333vw;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:12.5vw;top:50%;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:50%;right:unset;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:8.3333333333vw;left:unset;right:12.5vw;top:unset;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:50%!important;right:unset!important;top:8.5333333333vw!important;transform:translate(-50%)!important}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{top:50%!important;transform:translate(-50%,-50%)!important}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:19.2vw!important;left:50%!important;right:unset!important;top:unset!important;transform:translate(-50%)!important}}.gws-bannerV2{position:relative}.gws-bannerV2.c-img-Hover-magnify{overflow:hidden}.gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){.gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-bannerV2__content{left:12.5vw;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width:767.9px){.gws-bannerV2__content{left:50%;padding:0;top:50%;transform:translate(-50%,-50%);width:89.3333333333vw!important}}.gws-bannerV2__content__container{width:100%}@media screen and (max-width:767.9px){.gws-bannerV2__content__container{max-width:unset}}.gws-bannerV2__content__wrapper{position:relative;width:41.6666666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__wrapper{width:unset}.gws-bannerV2__content__wrapper *{text-align:center!important}}.gws-bannerV2__content__disclaimer,.gws-bannerV2__content__preTitle,.gws-bannerV2__content__subTitle{display:none}.gws-bannerV2__content__title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.3333333333vw;word-break:break-word}@media screen and (max-width:767.9px){.gws-bannerV2__content__title{font-size:5.3333333333vw;line-height:6.9333333333vw}}.gws-bannerV2__content__title h1{color:inherit;font-size:3.125vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h1{font-size:8.5333333333vw}}.gws-bannerV2__content__title h2{color:inherit;font-size:2.7083333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h2{font-size:8vw}}.gws-bannerV2__content__title h3{color:inherit;font-size:2.2916666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h3{font-size:7.4666666667vw}}.gws-bannerV2__content__title h4{color:inherit;font-size:1.875vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h4{font-size:6.9333333333vw}}.gws-bannerV2__content__title h5{color:inherit;font-size:1.4583333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h5{font-size:6.4vw}}.gws-bannerV2__content__desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:2.0833333333vw;word-break:break-word}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc{font-size:3.2vw;line-height:4.2666666667vw;margin-top:4.2666666667vw}}.gws-bannerV2__content__desc h1{font-size:1.6666666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h1{font-size:5.8666666667vw}}.gws-bannerV2__content__desc h2{font-size:1.4583333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h2{font-size:5.3333333333vw}}.gws-bannerV2__content__desc h3{font-size:1.25vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h3{font-size:4.8vw}}.gws-bannerV2__content__desc h4{font-size:1.1458333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h4{font-size:4.2666666667vw}}.gws-bannerV2__content__desc h5{font-size:.9375vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h5{font-size:3.7333333333vw}.gws-bannerV2__content__actions{align-items:center;display:flex;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:1.0416666667vw;font-weight:400;line-height:1.1458333333vw;margin-right:1.0416666667vw;margin-top:2.0833333333vw;min-width:7.7083333333vw;padding:.8854166667vw 1.6666666667vw;text-align:center;white-space:normal}.gws-bannerV2__content__btn:hover,.gws-bannerV2__content__link:hover{background:#0083de}.gws-bannerV2__content__btn:active,.gws-bannerV2__content__link:active{background:#077dce}.gws-bannerV2__content__btn.mdws-btn--disabled,.gws-bannerV2__content__btn.mdws-btn--disabled:hover,.gws-bannerV2__content__btn[disabled],.gws-bannerV2__content__btn[disabled]:hover,.gws-bannerV2__content__link.mdws-btn--disabled,.gws-bannerV2__content__link.mdws-btn--disabled:hover,.gws-bannerV2__content__link[disabled],.gws-bannerV2__content__link[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{border-radius:32px;font-size:16px;font-weight:400;line-height:18px;margin-right:0;margin-top:5.3333333333vw;min-width:100px;padding:11px 24px}}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background:#fff;border:1px solid #1f94d2;color:#1f94d2}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:hover{background:#0083de;color:#fff}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:active,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:active{background:#077dce;color:#fff}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn.mdws-btn--disabled,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn[disabled],.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link.mdws-btn--disabled,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn.mdws-btn--disabled:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn[disabled]:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link.mdws-btn--disabled:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}body.page-v2 .gws-bannerV2_styles.c-gap-between{padding-left:10.9375vw;padding-right:10.9375vw}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between{padding-left:5.3333333333vw;padding-left:0;padding-right:5.3333333333vw;padding-right:0;width:auto}}body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-top{padding-top:20px}}body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{padding-bottom:20px}}html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__container{justify-content:flex-end}html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__container{justify-content:flex-start}.page-res-v2 .gws-bannerV2__content__wrapper{display:flex;flex-direction:column;height:480px;justify-content:flex-start;width:800px}.page-res-v2 .gws-bannerV2__content__title{font-size:40px;font-weight:500;line-height:48px}.page-res-v2 .gws-bannerV2__content__desc{font-size:20px;line-height:28px;margin-top:24px}.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{border-radius:40px;font-size:20px;height:56px;line-height:22px;margin-right:20px;margin-top:24px;min-width:148px;padding:17px 32px}.page-res-v2 .gws-bannerV2 .gws-video__play{height:100px;width:100px}.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:120px}@media screen and (max-width:767.9px){.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:50%}}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-gap-between{margin:0!important;padding-left:80px!important;padding-right:80px!important}.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-img,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-video{margin:0 auto;max-width:1440px}.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:80px!important;padding-right:80px!important}.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-img,.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-video{margin:0 auto;max-width:1440px}.page-res-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{padding-bottom:60px!important}@media(min-width:1440px)and (max-width:1919.9px){.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-bannerV2,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2{margin:0 auto;max-width:1440px}}@media screen and (min-width:1920px){.page-res-v2 .gws-bannerV2{margin:0 auto;max-width:1920px}.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-img,.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-video,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-img,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-video{max-width:1440px}.page-res-v2 .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:1920px}.page-res-v2 .gws-bannerV2_styles .gws-img img{width:100%}.page-res-v2 .gws-video{margin:0 auto;max-width:1920px}.page-res-v2 .gws-video video{width:100%}.page-res-v2 .gws-carousel__container .gws-bannerV2{max-width:2592px}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:2592px;width:auto}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img img{max-height:1080px;width:100%}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video{margin:0 auto;max-width:2592px;width:auto}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video video{max-height:1080px;width:100%}.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:12.5vw}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:12.5vw;right:unset}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:12.5vw}}@media screen and (min-width:2592px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:576px;right:unset}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:576px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2__content__wrapper{height:33.3333333333vw;width:55.5555555556vw}.page-res-v2 .gws-bannerV2__content__title{font-size:2.7777777778vw;font-weight:500;line-height:3.3333333333vw}.page-res-v2 .gws-bannerV2__content__desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{border-radius:2.7777777778vw;font-size:1.3888888889vw;height:3.8888888889vw;line-height:1.5277777778vw;margin-right:1.3888888889vw;margin-top:1.3888888889vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}.page-res-v2 .gws-bannerV2 .gws-video__play{height:6.9444444444vw;width:6.9444444444vw}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:50%;right:unset;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-gap-between{margin:0!important;padding-left:5.5555555556vw!important;padding-right:5.5555555556vw!important}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-gap-between{padding-left:0!important;padding-right:0!important}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:5.5555555556vw!important;padding-right:5.5555555556vw!important}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:0!important;padding-right:0!important}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{padding-bottom:4.1666666667vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-bannerV2__content__wrapper{height:123.2vw!important;justify-content:center!important;width:89.3333333333vw!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content__wrapper{justify-content:flex-end!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content__wrapper{justify-content:flex-start!important}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content,body.page-v2 .gws-bannerV2 .gws-bannerV2__content{height:100%;width:100%!important}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__container,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__container{height:100%}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__wrapper{display:flex;flex-direction:column;height:100%!important;padding:40px 16px;width:100%!important}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__title,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__title{font-size:24px;line-height:32px}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__desc,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__desc{font-size:14px;line-height:22px;margin-top:8px}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__actions{flex-direction:row;gap:10px;justify-content:center}body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__btn,body.page-res-v2 .gws-bannerV2 .gws-bannerV2__content__link,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2 .gws-bannerV2__content__link{border-radius:32px;font-size:14px;height:unset;line-height:16px;margin:20px 0 0!important;min-width:80px;padding:10px 16px}body.page-res-v2 .gws-bannerV2,body.page-res-v2 .gws-bannerV2_styles .gws-img,body.page-v2 .gws-bannerV2,body.page-v2 .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:500px}body.page-res-v2 .gws-bannerV2_styles .gws-img img,body.page-v2 .gws-bannerV2_styles .gws-img img{width:100%}body.page-res-v2 .gws-video,body.page-v2 .gws-video{margin:0 auto;max-width:500px}body.page-res-v2 .gws-video video,body.page-v2 .gws-video video{width:100%}body.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-img,body.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-video,body.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-img,body.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-video,body.page-v2 .gws-bannerV2_styles.c-Specical .gws-img,body.page-v2 .gws-bannerV2_styles.c-Specical .gws-video,body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-img,body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-video{margin:0 auto;max-width:500px}body.page-res-v2 .gws-carousel__container .gws-bannerV2,body.page-v2 .gws-carousel__container .gws-bannerV2{max-width:500px}body.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img,body.page-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:500px;width:auto}body.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img img,body.page-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img img{max-height:unset;width:100%}body.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video,body.page-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video{margin:0 auto;max-width:500px;width:auto}body.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video video,body.page-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video video{max-height:unset;width:100%}body.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__wrapper,body.page-v2 .gws-carousel__container .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content__wrapper{padding:40px 16px 62px}body.page-res-v2 .gws-bannerV2_styles .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}body.page-res-v2 .gws-bannerV2_styles .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__wrapper{justify-content:center!important}body.page-res-v2 .gws-bannerV2_styles .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__wrapper *{text-align:center!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content__wrapper{justify-content:center!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content__wrapper{justify-content:flex-start!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{bottom:unset!important;left:0!important;right:unset!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__wrapper{justify-content:flex-start!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__wrapper *{text-align:left!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-start}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{bottom:unset!important;left:0!important;right:unset!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__wrapper{justify-content:center!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__wrapper *{text-align:left!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-start}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:unset!important;left:0!important;right:unset!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__wrapper *{text-align:left!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-start}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{bottom:unset!important;left:unset!important;right:0!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__wrapper{justify-content:flex-start!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__wrapper *{text-align:right!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-end}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{bottom:unset!important;left:unset!important;right:0!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__wrapper{justify-content:center!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__wrapper *{text-align:right!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-end}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:unset!important;left:unset!important;right:0!important;top:50%!important;transform:translateY(-50%)!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__wrapper,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__wrapper *,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__wrapper *{text-align:right!important}body.page-res-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content__actions{flex-direction:row;justify-content:flex-end}}.gws-dynamic-image{cursor:pointer!important}.gws-dynamic-image[data-type=inline] .gws-dynamic-image__btn{display:none}.gws-dynamic-image[data-type=popup]{display:inline-block}.gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:none}.gws-dynamic-image__container{background-color:#fff;display:flex;height:56.25vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container{height:100vw}}.gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAqCAMAAADbGsbuAAAAAXNSR0IArs4c6QAAAvdQTFRFAAAAAAAA////gICA////qqqqv7+/mZmZzMzMqqqq1dXVtra2v7+/xsbGs7OzzMzMubm5qqqqv7+/sbGxxMTEtra2u7u7v7+/tLS0w8PDuLi4vLy8v7+/tra2vLy8v7+/uLi4wsLCurq6vb29tra2ubm5u7u7vb29t7e3vLy8tra2vb29uLi4urq6tbW1vLy8vr6+ubm5v7+/u7u7tra2vLy8uLi4vr6+ubm5v7+/uLi4vr6+urq6u7u7uLi4vb29ubm5urq6vLy8ubm5vr6+u7u7ubm5vb29u7u7vb29vLy8vb29vLy8ubm5urq6vb29u7u7vLy8vb29urq6vLy8ubm5urq6u7u7vLy8urq6u7u7u7u7ubm5vLy8u7u7vLy8ubm5urq6u7u7vLy8urq6vLy8vb29u7u7ubm5vLy8urq6u7u7ubm5urq6urq6u7u7urq6u7u7u7u7urq6vLy8u7u7u7u7urq6vLy8u7u7ubm5vLy8urq6vLy8u7u7urq6u7u7u7u7u7u7urq6vLy8u7u7vLy8u7u7u7u7vLy8urq6vb29vLy8u7u7urq6u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8urq6vLy8urq6vLy8u7u7vLy8urq6u7u7vLy8u7u7vLy8vLy8urq6u7u7u7u7vb29urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6urq6u7u7u7u7u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7vLy8u7u7urq6u7u7vLy8u7u7vLy8u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7u7u7vLy8vLy8u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7u7u7u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7vLy8u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7u7u7urq6u7u7u7u7vLy8u7u7HWk7SgAAAPx0Uk5TAAEBAgIDBAUFBgYHCAkKCgsMDA0NDg8QERESExQVFxgZGRobHB0eHyAiIyMkJSYmJygoKSoqKyssLC8vMDEyMjM0NTc3ODo6PD5BQkRFRkZHSElKTE1OT1BRUlNUVFZXWFlaW1xfYGFjY2RlZmdoaWttcXNzdHV2dnh5eXp6e31/gISGhoeIiouMjY6QkpOTlJSWl5mam5ycoKChoaOkpKWnqqusra2usLGxsrW2t7i4uru8vL2+vr/AwcLDxMbHyMjJysvMzc3Oz8/Q0dHT1dbX2Nvb3N3f4OHk5efo6err7O3u7u/w8fLy8/T19vb3+Pj5+fr6+/z9/f7+onjEnAAAA9lJREFUGBnVwXt8lXMAx/GvrU056bKstFxqqVOGSkInoSaEUrSKWEa557jnVgyrljJSppLridzCQcptabmFim7WdNVWppntzNn2nM8fnt+z0zazdbzmL++3/q9cU95dcLr+izeAor5quv7svmwxc9QoVwfV1T0pKU7VDu0UK9sFfKEbeFmNSMmp5FffmTqgbwVl3WRcvLycwAfDpHa/8EMxN6lh6RZG+QSFvQBzZaRbGNaD0rAdVM2NVoOuDMH2r4uhbIAcvSsI9JAtFdj9ZSFYl0otB3VVI36EzObq9Cb45FgE82SsgcxYubJhhQ7iJFgnW0IJRVGynRikzC1bR4v8WEmt91Ieq8a17tcvUcY30EG2+TBHxinwjoyVkKjIovMpj5HUM0hxVxke8Mnwg1uR3Q8rZMuGTDk84JPhB7ciuH3W5xAYIql7AD5amzvrGMkDPhl+cCuCtYA1WrYnqLZnoDzgk+EHtyL4rgr49iip3W+wa/H7ZbC5uQd8MvzgViTRZyyDF6VrYE2CdHwepHrAJ8MPbjWszcSsEQprk0/waC2Ec2S7GZ70gE+GH9wjsia2UX1dZhRAZbLCsuFCfU+RjCHwvAd8MvyQWgkFM7qorriMYozbFDYbRmoHgSjZBsH8fvCWjM9gGkZxRpxqDN2Co/DafftelbEG+mg9DJDtDri3k0VetCTXHoK9C3FsGaowbxBjW0Y31064K0ox02Cz9Dh82lk6v4CKXloLU6RmmfCJumVswwh65fBa2LZ6XZImA5vezgMmSD1KoeSrDRYskiYAm/15wFhJLu9WbJZXtuQgUDWzrYyYl3BYD8t2SxWO3PaSpocwQo/K0XZmJRBMlpQD7B+lsCjvJgh+fIkcI1dbkP9QSxljV1tUrRqjA0btB3IkD2ClqI5jerZSjYQ+nVWjfVK86kixAI+8wFI1zVLAq6lAhprmEeABTQKWq2k+BG7UyRaErlZTpAGhXtIyoCxN9R0RqwiuKgXek9T/d8Cad6T+Zlbl9uE6mA7zLKDkNNnSKrDtvKedap0A/DlJjYq/exe2yjQ5xpdg7M0arAMSg0BoRrQadHZWIUZJmsIGrqPaxseGt5LDW4HtlVaq7/DhmZuotv4s1TjszgLCylfNvn5weymlCFvusaoVP/i62SsDhO29z6W6Ok79mVqhHbmv52D81F+OU59bvd2i1rb0BNXX4vLX/uCfCpJka5ZHHaVLUluoQXHjsjda1DNZtniLMGvD0+PidTCJY9KXrC+lhnWRjAVAYN3i9NGd9a/EuM+94tYp05965tmF4+U4JPm845qpIX8B1LDxMLajhFsAAAAASUVORK5CYII=) no-repeat;background-size:contain;content:"";height:2.3958333333vw;left:50%;position:absolute;top:1.5625vw;transform:translateX(-50%);width:3.2291666667vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{height:6.1333333333vw;top:5.3333333333vw;width:8.2666666667vw}}.gws-dynamic-image__container img{height:100%;left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container img{height:auto;width:100%}}.gws-dynamic-image__cover{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.gws-dynamic-image__btn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAiCAMAAADI62FhAAAAAXNSR0IArs4c6QAAAjpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa6pd1gAAAL10Uk5TAAECAwQFBgcICQoLDA0ODxASExQVFxobHB4fICEiIyQnKCkqKy0uLzAxMjM0NTY4Ojs9Pj9AQUJERUdIS0xNTlFSVFdYWVpbXF5fYGNkZWZnaGlsb3BxcnR1dnd4eXt9f4CBg4SHiImKjI2PkZKTlpeZm5yfoaOkpaanqKmrrK2vsLG8vb6/wcLDxcbIycrLzc7P0NHS09TV1tfY3N3e3+Dh4uPk5ebn6Onq6+3u7/Dx8vT19vf4+fr7/P3+tt7UWQAAAshJREFUOMvdlelfzFEUh5/fr8IUUolGslP2pbJnSUMaa/a17FnKXmisYZQlskQ0liZUEqEyM9//zYuZ+gxGn+at8+qce+5zzz3n3AX+I5lbuicybMjavP7m3pCesdv3rxrUbSwuPt4fwJhfUJgVwfwq7OWhoEKPpOa5fiPqjS4AxDslqcZqqXU2LQwB2aU3zm/6YgVgnTzjACrkrb7n0UMzelFKqFD1uhzJyI86ChDl0kWANMkGS3xKD51u9KlTo4BDcgKskWcswGq1+Ffc1GutinQLiHyl8wDkqxagSrt7g6a2ah+Qp44x/ftKHXB5VT0QzJf60eV7nN436rykYgOWST8/+fQ9tU/U8OkFXcqHa3qWxMS3cvRKRdmcrgS/elRPML9oHrBVjUFUgstpiwpiDLtLakn0G0vVjlUaBmTpExv1HOCudic2Sy670Q2NrpRq18YklJYmA5vVgFWaDWxSHTa1mUCjNhKztlaqHO2HMj/LvdIEo163E5jWpHPgkjOJKe91mBSvCgy2SamAaXPrcyZAaruuxgKQ41Nnk0+tKZAn6bvUMBTOSl/bpOv+ELFX1Z4KRo3KzMBW13+V9CwNYGenpKcTgH4lPyVv2cDAHLNMNQaZckf3lCU2K2daIN3E7NwZAXXY8uzkoOPqViY7VBzmpS7WDrarJGxqG3PUGBMWFO3WbIxqXTLDgMwy3QfGterGkN896XH/hIZcU9t4gJnN+rA6ONwMvZ7wj0C5jWqZ5ddH3JTq8nteNGKq1LYgBDN4Q53k7GmCYXslfXPY4gP2gHJ1rfsDictxtEv1uUbQWET2La/keVRin2wBjIM+X1GP35KWV/LII3lvr/jrybZuqeiQJG/DHceJfQ+kKxaAI5XvvJLUUbHVGjrZARm7yl90qFu2AIO7pM7njl0Zlt4bEjEyPWdz4bGTZ04nA0zKSP77J/kFXp4eQO/DpfIAAAAASUVORK5CYII=) no-repeat;background-size:contain;cursor:pointer;display:inline-block;height:1.7708333333vw;width:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{height:6.1333333333vw;width:8.2666666667vw}}.gws-dialog .gws-dynamic-image{display:block}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:flex;height:41.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:100vw}}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__btn{display:none}body.page-res-v2 .gws-dialog,body.page-v2 .gws-dialog{max-height:37.5vw;width:66.6666666667vw!important}@media screen and (max-width:767.9px){body.page-res-v2 .gws-dialog,body.page-v2 .gws-dialog{border-radius:8px!important;max-height:80%;max-width:500px;width:calc(100% - 32px)!important}}body.page-res-v2 .gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog .wsc-dialog__close{align-items:center;background-color:transparent;bottom:-2.7083333333vw;display:flex;height:1.6666666667vw;left:unset;right:1.0416666667vw;top:unset;width:1.6666666667vw;z-index:2}@media screen and (max-width:767.9px){body.page-res-v2 .gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog .wsc-dialog__close{height:20px;right:0;top:16px;width:20px}}body.page-res-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close,body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close{width:100%}body.page-res-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close,body.page-res-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close:before,body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close,body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}body.page-res-v2 .gws-dialog .wsc-dialog__body,body.page-v2 .gws-dialog .wsc-dialog__body{border-radius:.4166666667vw}@media screen and (max-width:767.9px){body.page-res-v2 .gws-dialog .wsc-dialog__body,body.page-v2 .gws-dialog .wsc-dialog__body{border-radius:8px;overflow:hidden}}body.page-res-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{border-radius:.4166666667vw;height:37.5vw}body.page-res-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAiCAMAAADI62FhAAAAAXNSR0IArs4c6QAAAjpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa6pd1gAAAL10Uk5TAAECAwQFBgcICQoLDA0ODxASExQVFxobHB4fICEiIyQnKCkqKy0uLzAxMjM0NTY4Ojs9Pj9AQUJERUdIS0xNTlFSVFdYWVpbXF5fYGNkZWZnaGlsb3BxcnR1dnd4eXt9f4CBg4SHiImKjI2PkZKTlpeZm5yfoaOkpaanqKmrrK2vsLG8vb6/wcLDxcbIycrLzc7P0NHS09TV1tfY3N3e3+Dh4uPk5ebn6Onq6+3u7/Dx8vT19vf4+fr7/P3+tt7UWQAAAshJREFUOMvdlelfzFEUh5/fr8IUUolGslP2pbJnSUMaa/a17FnKXmisYZQlskQ0liZUEqEyM9//zYuZ+gxGn+at8+qce+5zzz3n3AX+I5lbuicybMjavP7m3pCesdv3rxrUbSwuPt4fwJhfUJgVwfwq7OWhoEKPpOa5fiPqjS4AxDslqcZqqXU2LQwB2aU3zm/6YgVgnTzjACrkrb7n0UMzelFKqFD1uhzJyI86ChDl0kWANMkGS3xKD51u9KlTo4BDcgKskWcswGq1+Ffc1GutinQLiHyl8wDkqxagSrt7g6a2ah+Qp44x/ftKHXB5VT0QzJf60eV7nN436rykYgOWST8/+fQ9tU/U8OkFXcqHa3qWxMS3cvRKRdmcrgS/elRPML9oHrBVjUFUgstpiwpiDLtLakn0G0vVjlUaBmTpExv1HOCudic2Sy670Q2NrpRq18YklJYmA5vVgFWaDWxSHTa1mUCjNhKztlaqHO2HMj/LvdIEo163E5jWpHPgkjOJKe91mBSvCgy2SamAaXPrcyZAaruuxgKQ41Nnk0+tKZAn6bvUMBTOSl/bpOv+ELFX1Z4KRo3KzMBW13+V9CwNYGenpKcTgH4lPyVv2cDAHLNMNQaZckf3lCU2K2daIN3E7NwZAXXY8uzkoOPqViY7VBzmpS7WDrarJGxqG3PUGBMWFO3WbIxqXTLDgMwy3QfGterGkN896XH/hIZcU9t4gJnN+rA6ONwMvZ7wj0C5jWqZ5ddH3JTq8nteNGKq1LYgBDN4Q53k7GmCYXslfXPY4gP2gHJ1rfsDictxtEv1uUbQWET2La/keVRin2wBjIM+X1GP35KWV/LII3lvr/jrybZuqeiQJG/DHceJfQ+kKxaAI5XvvJLUUbHVGjrZARm7yl90qFu2AIO7pM7njl0Zlt4bEjEyPWdz4bGTZ04nA0zKSP77J/kFXp4eQO/DpfIAAAAASUVORK5CYII=);background-size:contain;bottom:1.875vw;height:1.25vw;left:50%;top:unset;transform:translateX(-50%);width:1.9270833333vw;z-index:1}body.page-res-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img{height:auto;margin-top:1.0416666667vw;max-height:26.0416666667vw;max-width:26.0416666667vw}body.page-res-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-res-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white{border-radius:.4166666667vw}@media screen and (max-width:767.9px){body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-dialog__close{height:20px;right:16px;top:16px;width:20px}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-icon__close,body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-icon__close:before,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-icon__close,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .wsc-icon__close:before{background-color:#707070}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{border-radius:unset;height:498px}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before{bottom:20px;height:20px;width:30px}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img{max-height:374px;max-width:374px;object-fit:contain}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white{border-radius:unset}}@media screen and (max-width:499.9px){body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:107.7333333333vw}body.page-res-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img,body.page-v2 .gws-dialog.gws-dynamic-image-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img{max-height:74.6666666667vw;max-width:74.6666666667vw;object-fit:contain}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-dialog.asset-video-popup-dialog .wsc-icon__close,body.page-res-v2 .gws-dialog.asset-video-popup-dialog .wsc-icon__close:before,body.page-res-v2 .gws-dialog.youtube-video-popup-dialog .wsc-icon__close,body.page-res-v2 .gws-dialog.youtube-video-popup-dialog .wsc-icon__close:before,body.page-v2 .gws-dialog.asset-video-popup-dialog .wsc-icon__close,body.page-v2 .gws-dialog.asset-video-popup-dialog .wsc-icon__close:before,body.page-v2 .gws-dialog.youtube-video-popup-dialog .wsc-icon__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog .wsc-icon__close:before{background-color:#fff}body.page-res-v2 .gws-dialog.asset-video-popup-dialog .wsc-dialog__close,body.page-res-v2 .gws-dialog.youtube-video-popup-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.asset-video-popup-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog .wsc-dialog__close{top:-28px}body.page-res-v2 .gws-dialog.youtube-video-popup-dialog .gws-video__youtube,body.page-v2 .gws-dialog.youtube-video-popup-dialog .gws-video__youtube{border-radius:8px;overflow:hidden}}.gws-img{font-size:0}.gws-img img{width:100%}.gws-media_item{overflow:hidden;position:relative}.gws-media_item,.gws-media_item iframe,.gws-media_item img{height:100%;width:100%}.gws-media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.gws-media_item a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.gws-media_item iframe{border:none;overflow:hidden;width:100%}.footer_subscribe{margin-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe{margin-top:13.3333333333vw}}.footer_subscribe_title{display:none}.footer_subscribe_form{display:flex;height:2.6041666667vw;margin-top:1.5625vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form{flex-wrap:wrap;height:auto;margin-top:4.8vw}}.footer_subscribe_form_group{background-color:hsla(0,0%,100%,.2);border-radius:1.5625vw;display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form_group{border-radius:6.6666666667vw}}.footer_subscribe_email{background:none;border:none;border-radius:1.5625vw;color:#fff;display:inline-block;height:100%;line-height:2.6041666667vw;outline:none;padding:0 1.0416666667vw 0 1.3020833333vw;width:60%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_email{border-radius:6.6666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;padding:0 6.6666666667vw;text-align:center;width:100%}}.footer_subscribe_email::placeholder{color:#fff;font-weight:400}.footer_subscribe_label{display:none}.footer_subscribe_submit{background-color:#fff;height:2.6041666667vw;line-height:2.6041666667vw;padding-left:0;padding-right:0;position:absolute;right:0;text-align:center;width:40%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_submit{height:13.3333333333vw;line-height:13.3333333333vw;margin-left:auto;margin-top:2.6666666667vw;position:relative;right:auto;width:100%}}.gws-video{font-size:0;position:relative;width:100%}.gws-video video{background-color:#000;width:100%}.gws-video video.bg-transparent{background-color:transparent}.gws-video video.video-cover{object-fit:cover!important}.gws-video iframe{width:100%!important}.gws-video__play{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:10}@media screen and (max-width:767.9px){.gws-video__play{height:8.5333333333vw;width:8.5333333333vw}}.gws-video .c-video-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.gws-video .c-video-autoplay .gws-video__play{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-autoplay .gws-video__play{display:block}}.gws-video .c-video-autoplay.video-loaded .gws-img{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-autoplay.video-loaded .gws-img{display:block}}.gws-video .c-video-autoplay.video-loaded .gws-video__asset{display:inline-block}@media screen and (max-width:767.9px){.gws-video .c-video-autoplay.video-loaded .gws-video__asset{display:none}}.gws-video .c-video-hover-play .gws-video__play{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-hover-play .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__vimeo,.gws-video .c-video-hover-play .gws-video__youtube,.gws-video .c-video-inline-play .gws-video__asset,.gws-video .c-video-inline-play .gws-video__vimeo,.gws-video .c-video-inline-play .gws-video__youtube,.gws-video .c-video-popup-play .gws-video__asset,.gws-video .c-video-popup-play .gws-video__vimeo,.gws-video .c-video-popup-play .gws-video__youtube{display:none}