@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:4px;border-radius:var(--plyr-menu-radius,4px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#ffffffe6;background:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#ffffffe6;background-color:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@keyframes scroll_indicator_action{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes load3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:#0000;cursor:pointer}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{border:0;outline:none;overflow:visible;padding:0}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;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}ul{list-style-type:none}div{box-sizing:border-box;padding:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.l-footer ol,.l-footer ul,.l-header ol,.l-header ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:inherit;text-decoration:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#000;color:#fff;font-size:14px;line-height:1.4;outline:0;padding:8px 0 8px 8px;position:relative;transition:all .3s ease;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box[data-placement^=top]>.tippy-backdrop{border-radius:40% 40% 0 0;transform-origin:0 25%}.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-55%)}.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-50%,-45%)}.tippy-box[data-placement^=bottom]>.tippy-backdrop{border-radius:0 0 30% 30%;transform-origin:0 -50%}.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-45%)}.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-50%)}.tippy-box[data-placement^=left]>.tippy-backdrop{border-radius:50% 0 0 50%;transform-origin:50% 0}.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-50%)}.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-75%,-50%)}.tippy-box[data-placement^=right]>.tippy-backdrop{border-radius:0 50% 50% 0;transform-origin:-50% 0}.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-50%)}.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-25%,-50%)}.tippy-box[data-animatefill]{background-color:initial!important}.tippy-box[data-theme~=light]{background-color:#fff;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;color:#26323d}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]{background-clip:padding-box;background-color:#fff;border:1px solid #00081026;box-shadow:0 4px 14px -2px #00081014;color:#333}.tippy-box[data-theme~=light-border]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]>.tippy-arrow:after,.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]>.tippy-arrow:after{border-color:#0000;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#00081033;border-width:7px 7px 0;left:1px;top:17px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#00081033;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#00081033;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#00081033;border-width:7px 7px 7px 0;right:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=");background-size:16px 6px;height:6px;width:16px}.tippy-box[data-theme~=material]{background-color:#505355;font-weight:600}.tippy-box[data-theme~=material][data-placement^=top]>.tippy-arrow:before{border-top-color:#505355}.tippy-box[data-theme~=material][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#505355}.tippy-box[data-theme~=material][data-placement^=left]>.tippy-arrow:before{border-left-color:#505355}.tippy-box[data-theme~=material][data-placement^=right]>.tippy-arrow:before{border-right-color:#505355}.tippy-box[data-theme~=material]>.tippy-backdrop{background-color:#505355}.tippy-box[data-theme~=material]>.tippy-svg-arrow{fill:#505355}.tippy-box[data-theme~=translucent]{background-color:#000000b3}.tippy-box[data-theme~=translucent]>.tippy-arrow{height:14px;width:14px}.tippy-box[data-theme~=translucent][data-placement^=top]>.tippy-arrow:before{border-top-color:#000000b3;border-width:7px 7px 0}.tippy-box[data-theme~=translucent][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#000000b3;border-width:0 7px 7px}.tippy-box[data-theme~=translucent][data-placement^=left]>.tippy-arrow:before{border-left-color:#000000b3;border-width:7px 0 7px 7px}.tippy-box[data-theme~=translucent][data-placement^=right]>.tippy-arrow:before{border-right-color:#000000b3;border-width:7px 7px 7px 0}.tippy-box[data-theme~=translucent]>.tippy-backdrop{background-color:#000000b3}.tippy-box[data-theme~=translucent]>.tippy-svg-arrow{fill:#000000b3}.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg)}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg)}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(8px) rotateY(-60deg)}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-8px) rotateY(60deg)}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0}.tippy-box[data-animation=perspective-subtle][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective-subtle][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-subtle][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(5px) rotateX(30deg)}.tippy-box[data-animation=perspective-subtle][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective-subtle][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-subtle][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-5px) rotateX(-30deg)}.tippy-box[data-animation=perspective-subtle][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective-subtle][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-subtle][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(5px) rotateY(-30deg)}.tippy-box[data-animation=perspective-subtle][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective-subtle][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-subtle][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-5px) rotateY(30deg)}.tippy-box[data-animation=perspective-subtle][data-state=hidden]{opacity:0}.tippy-box[data-animation=perspective-extreme][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(10px) rotateX(90deg)}.tippy-box[data-animation=perspective-extreme][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-10px) rotateX(-90deg)}.tippy-box[data-animation=perspective-extreme][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(10px) rotateY(-90deg)}.tippy-box[data-animation=perspective-extreme][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-10px) rotateY(90deg)}.tippy-box[data-animation=perspective-extreme][data-state=hidden]{opacity:.5}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{opacity:0;transform:scale(.5)}.tippy-box[data-animation=scale-subtle][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale-subtle][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale-subtle][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale-subtle][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale-subtle][data-state=hidden]{opacity:0;transform:scale(.8)}.tippy-box[data-animation=scale-extreme][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale-extreme][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale-extreme][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale-extreme][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale-extreme][data-state=hidden]{opacity:.25;transform:scale(0)}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}.tippy-box[data-animation=shift-away-subtle][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top]{transform:translateY(5px)}.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom]{transform:translateY(-5px)}.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left]{transform:translateX(5px)}.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right]{transform:translateX(-5px)}.tippy-box[data-animation=shift-away-extreme][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top]{transform:translateY(20px)}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom]{transform:translateY(-20px)}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left]{transform:translateX(20px)}.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right]{transform:translateX(-20px)}.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)}.tippy-box[data-animation=shift-toward-subtle][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward-subtle][data-state=hidden][data-placement^=top][data-state=hidden]{transform:translateY(-5px)}.tippy-box[data-animation=shift-toward-subtle][data-state=hidden][data-placement^=bottom][data-state=hidden]{transform:translateY(5px)}.tippy-box[data-animation=shift-toward-subtle][data-state=hidden][data-placement^=left][data-state=hidden]{transform:translateX(-5px)}.tippy-box[data-animation=shift-toward-subtle][data-state=hidden][data-placement^=right][data-state=hidden]{transform:translateX(5px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top]{transform:translateY(-20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom]{transform:translateY(20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left]{transform:translateX(-20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right]{transform:translateX(20px)}.tippy-arrow{color:#000;height:16px;width:16px}.tippy-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.tippy-arrow[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-arrow[data-placement^=top]>.tippy-svg-arrow:after,.tippy-arrow[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-arrow[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-arrow[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-arrow[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-arrow[data-placement^=left]>.tippy-svg-arrow:after,.tippy-arrow[data-placement^=left]>.tippy-svg-arrow>svg{left:11px;top:calc(50% - 3px);transform:rotate(90deg)}.tippy-arrow[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-arrow[data-placement^=right]>.tippy-svg-arrow:after,.tippy-arrow[data-placement^=right]>.tippy-svg-arrow>svg{right:11px;top:calc(50% - 3px);transform:rotate(-90deg)}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-backdrop{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#000;border-radius:50%;left:50%;position:absolute;top:50%;transition:all cubic-bezier(.46,.1,.52,.98);width:calc(110% + 32px);z-index:-1}.tippy-backdrop[data-state=hidden]{opacity:0}.tippy-backdrop:after{content:"";float:left;padding-top:100%}.tippy-backdrop+.tippy-content{transition-property:opacity;will-change:opacity}.tippy-backdrop+.tippy-content[data-state=hidden]{opacity:0}.tippy-svg-arrow{fill:#000;height:16px;text-align:initial;width:16px}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,100%)}40%{transform:scale3d(.75,1.25,100%)}50%{transform:scale3d(1.15,.85,100%)}65%{transform:scale3d(.95,1.05,100%)}75%{transform:scale3d(1.05,.95,100%)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@font-face{font-family:icons;src:url(../fonts/icons.eot?64fe0cae7b5e3e609e346634f2f34e33?#iefix) format("embedded-opentype"),url(../fonts/icons.woff2?64fe0cae7b5e3e609e346634f2f34e33) format("woff2"),url(../fonts/icons.woff?64fe0cae7b5e3e609e346634f2f34e33) format("woff"),url(../fonts/icons.ttf?64fe0cae7b5e3e609e346634f2f34e33) format("truetype"),url(../fonts/icons.svg?64fe0cae7b5e3e609e346634f2f34e33#icons) format("svg")}.icon:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:inherit;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.icon-left:before{right:auto}.icon-right:before{left:auto}.icon-arrow-down-big-after:after,.icon-arrow-down-big-before:before{content:""}.icon-arrow-down-small-after:after,.icon-arrow-down-small-before:before{content:""}.icon-arrow-left-big-after:after,.icon-arrow-left-big-before:before{content:""}.icon-arrow-left-small-after:after,.icon-arrow-left-small-before:before{content:""}.icon-arrow-right-big-after:after,.icon-arrow-right-big-before:before{content:""}.icon-arrow-right-small-after:after,.icon-arrow-right-small-before:before{content:""}.icon-arrow-up-big-after:after,.icon-arrow-up-big-before:before{content:""}.icon-arrow-up-small-after:after,.icon-arrow-up-small-before:before{content:""}.icon-attention-after:after,.icon-attention-before:before{content:""}.icon-basement-after:after,.icon-basement-before:before{content:""}.icon-bathroom-after:after,.icon-bathroom-before:before{content:""}.icon-bedroom-after:after,.icon-bedroom-before:before{content:""}.icon-bonus-room-after:after,.icon-bonus-room-before:before{content:""}.icon-calc-after:after,.icon-calc-before:before{content:""}.icon-cart-after:after,.icon-cart-before:before{content:""}.icon-catalog-after:after,.icon-catalog-before:before{content:""}.icon-chat-after:after,.icon-chat-before:before{content:""}.icon-close-big-after:after,.icon-close-big-before:before{content:""}.icon-close-small-after:after,.icon-close-small-before:before{content:""}.icon-cube-after:after,.icon-cube-before:before{content:""}.icon-delivery-after:after,.icon-delivery-before:before{content:""}.icon-diamond-tiers-after:after,.icon-diamond-tiers-before:before{content:""}.icon-dining-room-after:after,.icon-dining-room-before:before{content:""}.icon-download-after:after,.icon-download-before:before{content:""}.icon-ellipsis-v-solid-after:after,.icon-ellipsis-v-solid-before:before{content:""}.icon-email-after:after,.icon-email-before:before{content:""}.icon-facebook-after:after,.icon-facebook-before:before{content:""}.icon-favorites-fill-after:after,.icon-favorites-fill-before:before{content:""}.icon-favorites-after:after,.icon-favorites-before:before{content:""}.icon-gift-after:after,.icon-gift-before:before{content:""}.icon-gold-tiers-after:after,.icon-gold-tiers-before:before{content:""}.icon-hamburger-after:after,.icon-hamburger-before:before{content:""}.icon-help-after:after,.icon-help-before:before{content:""}.icon-houzz-after:after,.icon-houzz-before:before{content:""}.icon-i-all-after:after,.icon-i-all-before:before{content:""}.icon-i-care-after:after,.icon-i-care-before:before{content:""}.icon-i-datasheet-after:after,.icon-i-datasheet-before:before{content:""}.icon-i-installation-after:after,.icon-i-installation-before:before{content:""}.icon-i-msds-after:after,.icon-i-msds-before:before{content:""}.icon-i-usage-guide-after:after,.icon-i-usage-guide-before:before{content:""}.icon-i-warranty-after:after,.icon-i-warranty-before:before{content:""}.icon-icon-store-upcoming-after:after,.icon-icon-store-upcoming-before:before{content:""}.icon-in-store-after:after,.icon-in-store-before:before{content:""}.icon-instagram-after:after,.icon-instagram-before:before{content:""}.icon-kitchen-after:after,.icon-kitchen-before:before{content:""}.icon-klarna-cart-after:after,.icon-klarna-cart-before:before{content:""}.icon-klarna-logo-after:after,.icon-klarna-logo-before:before{content:""}.icon-klarna-message-after:after,.icon-klarna-message-before:before{content:""}.icon-klarna-pointer-after:after,.icon-klarna-pointer-before:before{content:""}.icon-laundry-room-after:after,.icon-laundry-room-before:before{content:""}.icon-link-after:after,.icon-link-before:before{content:""}.icon-linkedin-after:after,.icon-linkedin-before:before{content:""}.icon-living-room-after:after,.icon-living-room-before:before{content:""}.icon-locate-after:after,.icon-locate-before:before{content:""}.icon-location-filled-red-after:after,.icon-location-filled-red-before:before{content:""}.icon-location-filled-after:after,.icon-location-filled-before:before{content:""}.icon-location-after:after,.icon-location-before:before{content:""}.icon-member-tiers-after:after,.icon-member-tiers-before:before{content:""}.icon-minus-after:after,.icon-minus-before:before{content:""}.icon-mud-room-after:after,.icon-mud-room-before:before{content:""}.icon-office-after:after,.icon-office-before:before{content:""}.icon-other-room-after:after,.icon-other-room-before:before{content:""}.icon-outdoors-room-after:after,.icon-outdoors-room-before:before{content:""}.icon-password-hidden-after:after,.icon-password-hidden-before:before{content:""}.icon-password-visible-after:after,.icon-password-visible-before:before{content:""}.icon-patio-after:after,.icon-patio-before:before{content:""}.icon-phone-after:after,.icon-phone-before:before{content:""}.icon-pinterest-after:after,.icon-pinterest-before:before{content:""}.icon-platinum-tiers-after:after,.icon-platinum-tiers-before:before{content:""}.icon-play-after:after,.icon-play-before:before{content:""}.icon-plus-after:after,.icon-plus-before:before{content:""}.icon-print-after:after,.icon-print-before:before{content:""}.icon-prop-65-after:after,.icon-prop-65-before:before{content:""}.icon-quick-view-after:after,.icon-quick-view-before:before{content:""}.icon-sample-after:after,.icon-sample-before:before{content:""}.icon-scan-after:after,.icon-scan-before:before{content:""}.icon-search-after:after,.icon-search-before:before{content:""}.icon-secure-after:after,.icon-secure-before:before{content:""}.icon-selected-location-after:after,.icon-selected-location-before:before{content:""}.icon-service-after:after,.icon-service-before:before{content:""}.icon-silver-tiers-after:after,.icon-silver-tiers-before:before{content:""}.icon-small-circle-after:after,.icon-small-circle-before:before{content:""}.icon-star-outlined-after:after,.icon-star-outlined-before:before{content:""}.icon-temporarily-closed-after:after,.icon-temporarily-closed-before:before{content:""}.icon-thumbtack-solid-after:after,.icon-thumbtack-solid-before:before{content:""}.icon-tick-big-after:after,.icon-tick-big-before:before{content:""}.icon-tick-small-after:after,.icon-tick-small-before:before{content:""}.icon-time-after:after,.icon-time-before:before{content:""}.icon-tracking-after:after,.icon-tracking-before:before{content:""}.icon-twitter-after:after,.icon-twitter-before:before{content:""}.icon-user-after:after,.icon-user-before:before{content:""}.icon-users-solid-after:after,.icon-users-solid-before:before{content:""}.icon-videos-after:after,.icon-videos-before:before{content:""}.icon-view-360-after:after,.icon-view-360-before:before{content:""}.icon-visualizer-after:after,.icon-visualizer-before:before{content:""}.icon-youtube-after:after,.icon-youtube-before:before{content:""}html{font-synthesis:none;height:100%}body,html{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;margin:0;padding:0;width:100%}body{box-sizing:border-box}body.js-no-scroll{height:100%;overflow-y:hidden}body.js-no-scroll-iOS{overflow:hidden;touch-action:none}body.tingle-enabled{overflow:hidden;padding-right:var(--width-scrollbar)}@media screen and (min-width:768px){body.tingle-enabled .l-header-container{box-sizing:border-box;margin-right:calc(var(--width-scrollbar)*-1);padding-right:var(--width-scrollbar)}body.tingle-enabled .b-top_carousel-close{right:calc(var(--width-scrollbar) + 10px)}body.tingle-enabled .l-footer{margin-right:calc(var(--width-scrollbar)*-1)}body.tingle-enabled .l-footer-container{padding-right:var(--width-scrollbar)}body.tingle-enabled .b-categories_navigation,body.tingle-enabled .b-top_carousel,body.tingle-enabled .l-cart,body.tingle-enabled .l-checkout,body.tingle-enabled .l-clp,body.tingle-enabled .l-footer-top,body.tingle-enabled .l-hp-top,body.tingle-enabled .l-hp_explore,body.tingle-enabled .l-pdp:not(.m-quick-view),body.tingle-enabled .l-storelocator,body.tingle-enabled .pt_storefront{margin-right:calc(var(--width-scrollbar)*-1);padding-right:var(--width-scrollbar)}}@media print{body.tingle-enabled{overflow:visible}body.tingle-enabled>:not(.tingle-modal){display:none}}body.no-scroll{overflow:hidden}.l-main div[data-dy-embedded-object]>div{box-sizing:border-box;margin:0 auto;max-width:var(--basic-container);padding-left:var(--basic-indent);padding-right:var(--basic-indent)}.l-main div[data-dy-embedded-object]>div .b-recommendation_carousel-title{padding-top:40px}.tippy-box .tippy-content{background-color:#000;color:#fff;padding:8px 36px 8px 8px}.tippy-box .tippy-content:before{background-color:#000;content:"";height:20px;position:absolute;right:20px;top:calc(100% - 22px);transform:rotate(45deg);width:20px;z-index:-1}@media screen and (min-width:768px){.tippy-box .tippy-content:before{left:50%;transform:rotate(-45deg) translateX(-50%)}}@media print{.b-top_banner,.l-footer .b-footer_container,.l-footer-top{display:none}.b-categories_navigation-item_1{line-height:1.25}.b-categories_navigation-item_1 .b-categories_navigation-link_1{color-adjust:exact;color:#fff;font-size:13px;padding:14px 5px;-webkit-print-color-adjust:exact}.b-inspiration_menu{padding-top:.5mm}.b-inspiration_menu-link{font-size:10px;padding:0}.l-header{margin-right:-10mm}.l-header-accessibility,.l-header-logo{margin-left:-5mm}.l-header-logo{margin-right:4mm}.l-header-cart{margin-top:10mm}.l-header-service{margin-right:-10mm}.l-header-project{margin-left:-7mm}.l-header-account,.l-header-project,.l-header-store{width:35mm}.l-header-main_navigation{background-color:#ed1c24;-webkit-print-color-adjust:exact}.l-header.js-sticky .l-header-container{grid-column-gap:0;position:static!important}.l-header.js-sticky .l-header-navigation{display:block}.l-header.js-sticky .b-inspiration_menu-back,.l-header.js-sticky .b-inspiration_menu-subtitle{display:none}.l-header.js-sticky .b-accessibility,.l-header.js-sticky .b-customer_action{font-size:12px}.l-pdp{background-color:#f3f3f3;-webkit-print-color-adjust:exact}.l-pdp .b-pdp_visualizeit-item.m-visualize{margin-right:5mm}.l-pdp .b-pdp_visualizeit-item.m-visualize:after{display:none}.l-pdp .b-pdp_visualizeit-grout{padding-left:18px}.l-pdp .b-pdp_thumbnail-item img{bottom:0;left:0;position:absolute;right:0;top:0}.l-pdp .b-pdp_calc-accordeon_control,.l-pdp .b-pdp_thumbnail-figure{outline:1px solid #dfdfdf}.l-pdp .b-pdp_thumbnail-carousel{margin-right:5mm}.l-pdp-product_cost .b-pdp_price-options,.l-pdp-product_cost .b-pdp_price-unit{display:none}.l-pdp .b-pdp_specifications-container{grid-template-columns:1fr}.l-pdp .b-pdp_specifications-more{margin-bottom:8mm}#onetrust-consent-sdk,.b-inspiration_menu-group_1-desktop,.b-product_banner-img.h-show_only-s,.b-product_tile-projects_btn span,.helpButton{display:none}}:root{--color-main:#000;--color-error:#ed1c24;--color-red-primary:#ed1c24;--color-theme-white:#fff;--color-theme-black:#000;--header-primary-bg:linear-gradient(180deg,#fff,#fff);--header-attribute-bg:#f3f3f3;--header-minicart-bg:#dfdfdf;--border-color:#dfdfdf;--primary-color:#fff;--secondary-color:#000}.ug-pro{--header-primary-bg:radial-gradient(circle at 50% 2%,#ffffff40,#fff0 139%),linear-gradient(180deg,#000,#000);--header-attribute-bg:#000;--header-minicart-bg:#000;--border-color:#dfdfdf33;--primary-color:#000;--secondary-color:#fff;--color-red-primary:#000}:root{--top-menu-height:40px;--top-banner-height:40px;--header-height:110px;--header-height-mini:62px;--header-container-width:1440px;--exl-container-width:1760px;--content-width:1200px;--content-width-tablet:768px;--main-content-width:1200px;--exl-content-width:1920px;--grid-gutter:20px;--content-width-xl:1440px;--basic-container:100%;--basic-indent:20px}@media screen and (min-width:768px){:root{--basic-container:768px;--basic-indent:40px}}@media screen and (min-width:1024px)and (max-width:1199px){:root{--basic-container:1024px}}@media screen and (min-width:1200px){:root{--basic-container:1200px}}@media screen and (min-width:1440px){:root{--basic-container:1440px}}.m-accordeon-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);border-top:1px solid #dfdfdf}.m-accordeon-item{border-bottom:1px solid #dfdfdf}.m-accordeon-item.m-expanded .m-accordeon-content{max-height:none;opacity:1;transition:max-height .3s cubic-bezier(1,0,1,1),opacity .3s;visibility:visible}.m-accordeon-item.m-expanded .m-accordeon-control{font-family:Roboto,Arial,sans-serif;font-weight:700}.m-accordeon-item.m-expanded .m-accordeon-control:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.m-accordeon-control{color:#000;cursor:pointer;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;padding:19px 0;position:relative;text-transform:uppercase}.m-accordeon-control:after{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;pointer-events:none;position:absolute;right:0;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%);transform-origin:50% 50%}.m-accordeon-content{max-height:0;opacity:0;overflow:hidden;position:relative;transition:max-height .3s cubic-bezier(0,1,1,1),opacity .3s,visibility .3s ease .3s,padding .3s;visibility:hidden;will-change:max-height,opacity,visibility}.g-dropdown{position:relative}.g-dropdown-control{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer}.g-dropdown-menu{display:none;position:absolute;top:100%}.g-dropdown.m-opened .g-dropdown-menu{display:block}.g-container{box-sizing:border-box;margin:0 auto;max-width:var(--basic-container);padding-left:var(--basic-indent);padding-right:var(--basic-indent)}.g-container.m-center{text-align:center}.g-banner-1{background-color:#dfdfdf;display:block;height:0;padding-bottom:1%;position:relative;width:100%}.g-banner-1 img,.g-banner-1 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-2{background-color:#dfdfdf;display:block;height:0;padding-bottom:2%;position:relative;width:100%}.g-banner-2 img,.g-banner-2 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-3{background-color:#dfdfdf;display:block;height:0;padding-bottom:3%;position:relative;width:100%}.g-banner-3 img,.g-banner-3 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-4{background-color:#dfdfdf;display:block;height:0;padding-bottom:4%;position:relative;width:100%}.g-banner-4 img,.g-banner-4 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-5{background-color:#dfdfdf;display:block;height:0;padding-bottom:5%;position:relative;width:100%}.g-banner-5 img,.g-banner-5 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-6{background-color:#dfdfdf;display:block;height:0;padding-bottom:6%;position:relative;width:100%}.g-banner-6 img,.g-banner-6 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-7{background-color:#dfdfdf;display:block;height:0;padding-bottom:7%;position:relative;width:100%}.g-banner-7 img,.g-banner-7 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-8{background-color:#dfdfdf;display:block;height:0;padding-bottom:8%;position:relative;width:100%}.g-banner-8 img,.g-banner-8 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-9{background-color:#dfdfdf;display:block;height:0;padding-bottom:9%;position:relative;width:100%}.g-banner-9 img,.g-banner-9 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-10{background-color:#dfdfdf;display:block;height:0;padding-bottom:10%;position:relative;width:100%}.g-banner-10 img,.g-banner-10 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-11{background-color:#dfdfdf;display:block;height:0;padding-bottom:11%;position:relative;width:100%}.g-banner-11 img,.g-banner-11 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-12{background-color:#dfdfdf;display:block;height:0;padding-bottom:12%;position:relative;width:100%}.g-banner-12 img,.g-banner-12 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-13{background-color:#dfdfdf;display:block;height:0;padding-bottom:13%;position:relative;width:100%}.g-banner-13 img,.g-banner-13 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-14{background-color:#dfdfdf;display:block;height:0;padding-bottom:14%;position:relative;width:100%}.g-banner-14 img,.g-banner-14 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-15{background-color:#dfdfdf;display:block;height:0;padding-bottom:15%;position:relative;width:100%}.g-banner-15 img,.g-banner-15 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-16{background-color:#dfdfdf;display:block;height:0;padding-bottom:16%;position:relative;width:100%}.g-banner-16 img,.g-banner-16 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-17{background-color:#dfdfdf;display:block;height:0;padding-bottom:17%;position:relative;width:100%}.g-banner-17 img,.g-banner-17 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-18{background-color:#dfdfdf;display:block;height:0;padding-bottom:18%;position:relative;width:100%}.g-banner-18 img,.g-banner-18 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-19{background-color:#dfdfdf;display:block;height:0;padding-bottom:19%;position:relative;width:100%}.g-banner-19 img,.g-banner-19 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-20{background-color:#dfdfdf;display:block;height:0;padding-bottom:20%;position:relative;width:100%}.g-banner-20 img,.g-banner-20 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-21{background-color:#dfdfdf;display:block;height:0;padding-bottom:21%;position:relative;width:100%}.g-banner-21 img,.g-banner-21 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-22{background-color:#dfdfdf;display:block;height:0;padding-bottom:22%;position:relative;width:100%}.g-banner-22 img,.g-banner-22 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-23{background-color:#dfdfdf;display:block;height:0;padding-bottom:23%;position:relative;width:100%}.g-banner-23 img,.g-banner-23 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-24{background-color:#dfdfdf;display:block;height:0;padding-bottom:24%;position:relative;width:100%}.g-banner-24 img,.g-banner-24 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-25{background-color:#dfdfdf;display:block;height:0;padding-bottom:25%;position:relative;width:100%}.g-banner-25 img,.g-banner-25 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-26{background-color:#dfdfdf;display:block;height:0;padding-bottom:26%;position:relative;width:100%}.g-banner-26 img,.g-banner-26 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-27{background-color:#dfdfdf;display:block;height:0;padding-bottom:27%;position:relative;width:100%}.g-banner-27 img,.g-banner-27 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-28{background-color:#dfdfdf;display:block;height:0;padding-bottom:28%;position:relative;width:100%}.g-banner-28 img,.g-banner-28 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-29{background-color:#dfdfdf;display:block;height:0;padding-bottom:29%;position:relative;width:100%}.g-banner-29 img,.g-banner-29 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-30{background-color:#dfdfdf;display:block;height:0;padding-bottom:30%;position:relative;width:100%}.g-banner-30 img,.g-banner-30 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-31{background-color:#dfdfdf;display:block;height:0;padding-bottom:31%;position:relative;width:100%}.g-banner-31 img,.g-banner-31 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-32{background-color:#dfdfdf;display:block;height:0;padding-bottom:32%;position:relative;width:100%}.g-banner-32 img,.g-banner-32 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-33{background-color:#dfdfdf;display:block;height:0;padding-bottom:33%;position:relative;width:100%}.g-banner-33 img,.g-banner-33 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-34{background-color:#dfdfdf;display:block;height:0;padding-bottom:34%;position:relative;width:100%}.g-banner-34 img,.g-banner-34 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-35{background-color:#dfdfdf;display:block;height:0;padding-bottom:35%;position:relative;width:100%}.g-banner-35 img,.g-banner-35 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-36{background-color:#dfdfdf;display:block;height:0;padding-bottom:36%;position:relative;width:100%}.g-banner-36 img,.g-banner-36 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-37{background-color:#dfdfdf;display:block;height:0;padding-bottom:37%;position:relative;width:100%}.g-banner-37 img,.g-banner-37 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-38{background-color:#dfdfdf;display:block;height:0;padding-bottom:38%;position:relative;width:100%}.g-banner-38 img,.g-banner-38 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-39{background-color:#dfdfdf;display:block;height:0;padding-bottom:39%;position:relative;width:100%}.g-banner-39 img,.g-banner-39 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-40{background-color:#dfdfdf;display:block;height:0;padding-bottom:40%;position:relative;width:100%}.g-banner-40 img,.g-banner-40 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-41{background-color:#dfdfdf;display:block;height:0;padding-bottom:41%;position:relative;width:100%}.g-banner-41 img,.g-banner-41 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-42{background-color:#dfdfdf;display:block;height:0;padding-bottom:42%;position:relative;width:100%}.g-banner-42 img,.g-banner-42 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-43{background-color:#dfdfdf;display:block;height:0;padding-bottom:43%;position:relative;width:100%}.g-banner-43 img,.g-banner-43 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-44{background-color:#dfdfdf;display:block;height:0;padding-bottom:44%;position:relative;width:100%}.g-banner-44 img,.g-banner-44 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-45{background-color:#dfdfdf;display:block;height:0;padding-bottom:45%;position:relative;width:100%}.g-banner-45 img,.g-banner-45 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-46{background-color:#dfdfdf;display:block;height:0;padding-bottom:46%;position:relative;width:100%}.g-banner-46 img,.g-banner-46 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-47{background-color:#dfdfdf;display:block;height:0;padding-bottom:47%;position:relative;width:100%}.g-banner-47 img,.g-banner-47 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-48{background-color:#dfdfdf;display:block;height:0;padding-bottom:48%;position:relative;width:100%}.g-banner-48 img,.g-banner-48 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-49{background-color:#dfdfdf;display:block;height:0;padding-bottom:49%;position:relative;width:100%}.g-banner-49 img,.g-banner-49 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-50{background-color:#dfdfdf;display:block;height:0;padding-bottom:50%;position:relative;width:100%}.g-banner-50 img,.g-banner-50 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-51{background-color:#dfdfdf;display:block;height:0;padding-bottom:51%;position:relative;width:100%}.g-banner-51 img,.g-banner-51 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-52{background-color:#dfdfdf;display:block;height:0;padding-bottom:52%;position:relative;width:100%}.g-banner-52 img,.g-banner-52 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-53{background-color:#dfdfdf;display:block;height:0;padding-bottom:53%;position:relative;width:100%}.g-banner-53 img,.g-banner-53 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-54{background-color:#dfdfdf;display:block;height:0;padding-bottom:54%;position:relative;width:100%}.g-banner-54 img,.g-banner-54 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-55{background-color:#dfdfdf;display:block;height:0;padding-bottom:55%;position:relative;width:100%}.g-banner-55 img,.g-banner-55 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-56{background-color:#dfdfdf;display:block;height:0;padding-bottom:56%;position:relative;width:100%}.g-banner-56 img,.g-banner-56 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-57{background-color:#dfdfdf;display:block;height:0;padding-bottom:57%;position:relative;width:100%}.g-banner-57 img,.g-banner-57 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-58{background-color:#dfdfdf;display:block;height:0;padding-bottom:58%;position:relative;width:100%}.g-banner-58 img,.g-banner-58 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-59{background-color:#dfdfdf;display:block;height:0;padding-bottom:59%;position:relative;width:100%}.g-banner-59 img,.g-banner-59 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-60{background-color:#dfdfdf;display:block;height:0;padding-bottom:60%;position:relative;width:100%}.g-banner-60 img,.g-banner-60 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-61{background-color:#dfdfdf;display:block;height:0;padding-bottom:61%;position:relative;width:100%}.g-banner-61 img,.g-banner-61 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-62{background-color:#dfdfdf;display:block;height:0;padding-bottom:62%;position:relative;width:100%}.g-banner-62 img,.g-banner-62 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-63{background-color:#dfdfdf;display:block;height:0;padding-bottom:63%;position:relative;width:100%}.g-banner-63 img,.g-banner-63 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-64{background-color:#dfdfdf;display:block;height:0;padding-bottom:64%;position:relative;width:100%}.g-banner-64 img,.g-banner-64 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-65{background-color:#dfdfdf;display:block;height:0;padding-bottom:65%;position:relative;width:100%}.g-banner-65 img,.g-banner-65 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-66{background-color:#dfdfdf;display:block;height:0;padding-bottom:66%;position:relative;width:100%}.g-banner-66 img,.g-banner-66 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-67{background-color:#dfdfdf;display:block;height:0;padding-bottom:67%;position:relative;width:100%}.g-banner-67 img,.g-banner-67 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-68{background-color:#dfdfdf;display:block;height:0;padding-bottom:68%;position:relative;width:100%}.g-banner-68 img,.g-banner-68 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-69{background-color:#dfdfdf;display:block;height:0;padding-bottom:69%;position:relative;width:100%}.g-banner-69 img,.g-banner-69 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-70{background-color:#dfdfdf;display:block;height:0;padding-bottom:70%;position:relative;width:100%}.g-banner-70 img,.g-banner-70 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-71{background-color:#dfdfdf;display:block;height:0;padding-bottom:71%;position:relative;width:100%}.g-banner-71 img,.g-banner-71 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-72{background-color:#dfdfdf;display:block;height:0;padding-bottom:72%;position:relative;width:100%}.g-banner-72 img,.g-banner-72 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-73{background-color:#dfdfdf;display:block;height:0;padding-bottom:73%;position:relative;width:100%}.g-banner-73 img,.g-banner-73 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-74{background-color:#dfdfdf;display:block;height:0;padding-bottom:74%;position:relative;width:100%}.g-banner-74 img,.g-banner-74 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-75{background-color:#dfdfdf;display:block;height:0;padding-bottom:75%;position:relative;width:100%}.g-banner-75 img,.g-banner-75 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-76{background-color:#dfdfdf;display:block;height:0;padding-bottom:76%;position:relative;width:100%}.g-banner-76 img,.g-banner-76 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-77{background-color:#dfdfdf;display:block;height:0;padding-bottom:77%;position:relative;width:100%}.g-banner-77 img,.g-banner-77 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-78{background-color:#dfdfdf;display:block;height:0;padding-bottom:78%;position:relative;width:100%}.g-banner-78 img,.g-banner-78 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-79{background-color:#dfdfdf;display:block;height:0;padding-bottom:79%;position:relative;width:100%}.g-banner-79 img,.g-banner-79 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-80{background-color:#dfdfdf;display:block;height:0;padding-bottom:80%;position:relative;width:100%}.g-banner-80 img,.g-banner-80 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-81{background-color:#dfdfdf;display:block;height:0;padding-bottom:81%;position:relative;width:100%}.g-banner-81 img,.g-banner-81 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-82{background-color:#dfdfdf;display:block;height:0;padding-bottom:82%;position:relative;width:100%}.g-banner-82 img,.g-banner-82 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-83{background-color:#dfdfdf;display:block;height:0;padding-bottom:83%;position:relative;width:100%}.g-banner-83 img,.g-banner-83 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-84{background-color:#dfdfdf;display:block;height:0;padding-bottom:84%;position:relative;width:100%}.g-banner-84 img,.g-banner-84 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-85{background-color:#dfdfdf;display:block;height:0;padding-bottom:85%;position:relative;width:100%}.g-banner-85 img,.g-banner-85 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-86{background-color:#dfdfdf;display:block;height:0;padding-bottom:86%;position:relative;width:100%}.g-banner-86 img,.g-banner-86 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-87{background-color:#dfdfdf;display:block;height:0;padding-bottom:87%;position:relative;width:100%}.g-banner-87 img,.g-banner-87 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-88{background-color:#dfdfdf;display:block;height:0;padding-bottom:88%;position:relative;width:100%}.g-banner-88 img,.g-banner-88 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-89{background-color:#dfdfdf;display:block;height:0;padding-bottom:89%;position:relative;width:100%}.g-banner-89 img,.g-banner-89 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-90{background-color:#dfdfdf;display:block;height:0;padding-bottom:90%;position:relative;width:100%}.g-banner-90 img,.g-banner-90 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-91{background-color:#dfdfdf;display:block;height:0;padding-bottom:91%;position:relative;width:100%}.g-banner-91 img,.g-banner-91 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-92{background-color:#dfdfdf;display:block;height:0;padding-bottom:92%;position:relative;width:100%}.g-banner-92 img,.g-banner-92 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-93{background-color:#dfdfdf;display:block;height:0;padding-bottom:93%;position:relative;width:100%}.g-banner-93 img,.g-banner-93 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-94{background-color:#dfdfdf;display:block;height:0;padding-bottom:94%;position:relative;width:100%}.g-banner-94 img,.g-banner-94 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-95{background-color:#dfdfdf;display:block;height:0;padding-bottom:95%;position:relative;width:100%}.g-banner-95 img,.g-banner-95 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-96{background-color:#dfdfdf;display:block;height:0;padding-bottom:96%;position:relative;width:100%}.g-banner-96 img,.g-banner-96 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-97{background-color:#dfdfdf;display:block;height:0;padding-bottom:97%;position:relative;width:100%}.g-banner-97 img,.g-banner-97 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-98{background-color:#dfdfdf;display:block;height:0;padding-bottom:98%;position:relative;width:100%}.g-banner-98 img,.g-banner-98 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-99{background-color:#dfdfdf;display:block;height:0;padding-bottom:99%;position:relative;width:100%}.g-banner-99 img,.g-banner-99 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-100{background-color:#dfdfdf;display:block;height:0;padding-bottom:100%;position:relative;width:100%}.g-banner-100 img,.g-banner-100 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-101{background-color:#dfdfdf;display:block;height:0;padding-bottom:101%;position:relative;width:100%}.g-banner-101 img,.g-banner-101 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-102{background-color:#dfdfdf;display:block;height:0;padding-bottom:102%;position:relative;width:100%}.g-banner-102 img,.g-banner-102 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-103{background-color:#dfdfdf;display:block;height:0;padding-bottom:103%;position:relative;width:100%}.g-banner-103 img,.g-banner-103 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-104{background-color:#dfdfdf;display:block;height:0;padding-bottom:104%;position:relative;width:100%}.g-banner-104 img,.g-banner-104 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-105{background-color:#dfdfdf;display:block;height:0;padding-bottom:105%;position:relative;width:100%}.g-banner-105 img,.g-banner-105 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-106{background-color:#dfdfdf;display:block;height:0;padding-bottom:106%;position:relative;width:100%}.g-banner-106 img,.g-banner-106 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-107{background-color:#dfdfdf;display:block;height:0;padding-bottom:107%;position:relative;width:100%}.g-banner-107 img,.g-banner-107 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-108{background-color:#dfdfdf;display:block;height:0;padding-bottom:108%;position:relative;width:100%}.g-banner-108 img,.g-banner-108 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-109{background-color:#dfdfdf;display:block;height:0;padding-bottom:109%;position:relative;width:100%}.g-banner-109 img,.g-banner-109 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-110{background-color:#dfdfdf;display:block;height:0;padding-bottom:110%;position:relative;width:100%}.g-banner-110 img,.g-banner-110 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-111{background-color:#dfdfdf;display:block;height:0;padding-bottom:111%;position:relative;width:100%}.g-banner-111 img,.g-banner-111 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-112{background-color:#dfdfdf;display:block;height:0;padding-bottom:112%;position:relative;width:100%}.g-banner-112 img,.g-banner-112 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-113{background-color:#dfdfdf;display:block;height:0;padding-bottom:113%;position:relative;width:100%}.g-banner-113 img,.g-banner-113 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-114{background-color:#dfdfdf;display:block;height:0;padding-bottom:114%;position:relative;width:100%}.g-banner-114 img,.g-banner-114 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-115{background-color:#dfdfdf;display:block;height:0;padding-bottom:115%;position:relative;width:100%}.g-banner-115 img,.g-banner-115 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-116{background-color:#dfdfdf;display:block;height:0;padding-bottom:116%;position:relative;width:100%}.g-banner-116 img,.g-banner-116 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-117{background-color:#dfdfdf;display:block;height:0;padding-bottom:117%;position:relative;width:100%}.g-banner-117 img,.g-banner-117 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-118{background-color:#dfdfdf;display:block;height:0;padding-bottom:118%;position:relative;width:100%}.g-banner-118 img,.g-banner-118 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-119{background-color:#dfdfdf;display:block;height:0;padding-bottom:119%;position:relative;width:100%}.g-banner-119 img,.g-banner-119 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-120{background-color:#dfdfdf;display:block;height:0;padding-bottom:120%;position:relative;width:100%}.g-banner-120 img,.g-banner-120 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-121{background-color:#dfdfdf;display:block;height:0;padding-bottom:121%;position:relative;width:100%}.g-banner-121 img,.g-banner-121 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-122{background-color:#dfdfdf;display:block;height:0;padding-bottom:122%;position:relative;width:100%}.g-banner-122 img,.g-banner-122 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-123{background-color:#dfdfdf;display:block;height:0;padding-bottom:123%;position:relative;width:100%}.g-banner-123 img,.g-banner-123 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-124{background-color:#dfdfdf;display:block;height:0;padding-bottom:124%;position:relative;width:100%}.g-banner-124 img,.g-banner-124 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-125{background-color:#dfdfdf;display:block;height:0;padding-bottom:125%;position:relative;width:100%}.g-banner-125 img,.g-banner-125 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-126{background-color:#dfdfdf;display:block;height:0;padding-bottom:126%;position:relative;width:100%}.g-banner-126 img,.g-banner-126 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-127{background-color:#dfdfdf;display:block;height:0;padding-bottom:127%;position:relative;width:100%}.g-banner-127 img,.g-banner-127 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-128{background-color:#dfdfdf;display:block;height:0;padding-bottom:128%;position:relative;width:100%}.g-banner-128 img,.g-banner-128 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-129{background-color:#dfdfdf;display:block;height:0;padding-bottom:129%;position:relative;width:100%}.g-banner-129 img,.g-banner-129 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-130{background-color:#dfdfdf;display:block;height:0;padding-bottom:130%;position:relative;width:100%}.g-banner-130 img,.g-banner-130 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-131{background-color:#dfdfdf;display:block;height:0;padding-bottom:131%;position:relative;width:100%}.g-banner-131 img,.g-banner-131 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-132{background-color:#dfdfdf;display:block;height:0;padding-bottom:132%;position:relative;width:100%}.g-banner-132 img,.g-banner-132 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-133{background-color:#dfdfdf;display:block;height:0;padding-bottom:133%;position:relative;width:100%}.g-banner-133 img,.g-banner-133 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-134{background-color:#dfdfdf;display:block;height:0;padding-bottom:134%;position:relative;width:100%}.g-banner-134 img,.g-banner-134 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-135{background-color:#dfdfdf;display:block;height:0;padding-bottom:135%;position:relative;width:100%}.g-banner-135 img,.g-banner-135 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-136{background-color:#dfdfdf;display:block;height:0;padding-bottom:136%;position:relative;width:100%}.g-banner-136 img,.g-banner-136 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-137{background-color:#dfdfdf;display:block;height:0;padding-bottom:137%;position:relative;width:100%}.g-banner-137 img,.g-banner-137 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-138{background-color:#dfdfdf;display:block;height:0;padding-bottom:138%;position:relative;width:100%}.g-banner-138 img,.g-banner-138 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-139{background-color:#dfdfdf;display:block;height:0;padding-bottom:139%;position:relative;width:100%}.g-banner-139 img,.g-banner-139 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-140{background-color:#dfdfdf;display:block;height:0;padding-bottom:140%;position:relative;width:100%}.g-banner-140 img,.g-banner-140 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-141{background-color:#dfdfdf;display:block;height:0;padding-bottom:141%;position:relative;width:100%}.g-banner-141 img,.g-banner-141 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-142{background-color:#dfdfdf;display:block;height:0;padding-bottom:142%;position:relative;width:100%}.g-banner-142 img,.g-banner-142 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-143{background-color:#dfdfdf;display:block;height:0;padding-bottom:143%;position:relative;width:100%}.g-banner-143 img,.g-banner-143 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-144{background-color:#dfdfdf;display:block;height:0;padding-bottom:144%;position:relative;width:100%}.g-banner-144 img,.g-banner-144 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-145{background-color:#dfdfdf;display:block;height:0;padding-bottom:145%;position:relative;width:100%}.g-banner-145 img,.g-banner-145 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-146{background-color:#dfdfdf;display:block;height:0;padding-bottom:146%;position:relative;width:100%}.g-banner-146 img,.g-banner-146 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-147{background-color:#dfdfdf;display:block;height:0;padding-bottom:147%;position:relative;width:100%}.g-banner-147 img,.g-banner-147 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-148{background-color:#dfdfdf;display:block;height:0;padding-bottom:148%;position:relative;width:100%}.g-banner-148 img,.g-banner-148 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-149{background-color:#dfdfdf;display:block;height:0;padding-bottom:149%;position:relative;width:100%}.g-banner-149 img,.g-banner-149 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-150{background-color:#dfdfdf;display:block;height:0;padding-bottom:150%;position:relative;width:100%}.g-banner-150 img,.g-banner-150 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-151{background-color:#dfdfdf;display:block;height:0;padding-bottom:151%;position:relative;width:100%}.g-banner-151 img,.g-banner-151 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-152{background-color:#dfdfdf;display:block;height:0;padding-bottom:152%;position:relative;width:100%}.g-banner-152 img,.g-banner-152 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-153{background-color:#dfdfdf;display:block;height:0;padding-bottom:153%;position:relative;width:100%}.g-banner-153 img,.g-banner-153 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-154{background-color:#dfdfdf;display:block;height:0;padding-bottom:154%;position:relative;width:100%}.g-banner-154 img,.g-banner-154 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-155{background-color:#dfdfdf;display:block;height:0;padding-bottom:155%;position:relative;width:100%}.g-banner-155 img,.g-banner-155 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-156{background-color:#dfdfdf;display:block;height:0;padding-bottom:156%;position:relative;width:100%}.g-banner-156 img,.g-banner-156 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-157{background-color:#dfdfdf;display:block;height:0;padding-bottom:157%;position:relative;width:100%}.g-banner-157 img,.g-banner-157 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-158{background-color:#dfdfdf;display:block;height:0;padding-bottom:158%;position:relative;width:100%}.g-banner-158 img,.g-banner-158 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-159{background-color:#dfdfdf;display:block;height:0;padding-bottom:159%;position:relative;width:100%}.g-banner-159 img,.g-banner-159 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-160{background-color:#dfdfdf;display:block;height:0;padding-bottom:160%;position:relative;width:100%}.g-banner-160 img,.g-banner-160 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-161{background-color:#dfdfdf;display:block;height:0;padding-bottom:161%;position:relative;width:100%}.g-banner-161 img,.g-banner-161 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-162{background-color:#dfdfdf;display:block;height:0;padding-bottom:162%;position:relative;width:100%}.g-banner-162 img,.g-banner-162 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-163{background-color:#dfdfdf;display:block;height:0;padding-bottom:163%;position:relative;width:100%}.g-banner-163 img,.g-banner-163 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-164{background-color:#dfdfdf;display:block;height:0;padding-bottom:164%;position:relative;width:100%}.g-banner-164 img,.g-banner-164 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-165{background-color:#dfdfdf;display:block;height:0;padding-bottom:165%;position:relative;width:100%}.g-banner-165 img,.g-banner-165 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-166{background-color:#dfdfdf;display:block;height:0;padding-bottom:166%;position:relative;width:100%}.g-banner-166 img,.g-banner-166 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-167{background-color:#dfdfdf;display:block;height:0;padding-bottom:167%;position:relative;width:100%}.g-banner-167 img,.g-banner-167 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-168{background-color:#dfdfdf;display:block;height:0;padding-bottom:168%;position:relative;width:100%}.g-banner-168 img,.g-banner-168 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-169{background-color:#dfdfdf;display:block;height:0;padding-bottom:169%;position:relative;width:100%}.g-banner-169 img,.g-banner-169 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-170{background-color:#dfdfdf;display:block;height:0;padding-bottom:170%;position:relative;width:100%}.g-banner-170 img,.g-banner-170 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-171{background-color:#dfdfdf;display:block;height:0;padding-bottom:171%;position:relative;width:100%}.g-banner-171 img,.g-banner-171 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-172{background-color:#dfdfdf;display:block;height:0;padding-bottom:172%;position:relative;width:100%}.g-banner-172 img,.g-banner-172 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-173{background-color:#dfdfdf;display:block;height:0;padding-bottom:173%;position:relative;width:100%}.g-banner-173 img,.g-banner-173 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-174{background-color:#dfdfdf;display:block;height:0;padding-bottom:174%;position:relative;width:100%}.g-banner-174 img,.g-banner-174 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-175{background-color:#dfdfdf;display:block;height:0;padding-bottom:175%;position:relative;width:100%}.g-banner-175 img,.g-banner-175 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-176{background-color:#dfdfdf;display:block;height:0;padding-bottom:176%;position:relative;width:100%}.g-banner-176 img,.g-banner-176 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-177{background-color:#dfdfdf;display:block;height:0;padding-bottom:177%;position:relative;width:100%}.g-banner-177 img,.g-banner-177 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-178{background-color:#dfdfdf;display:block;height:0;padding-bottom:178%;position:relative;width:100%}.g-banner-178 img,.g-banner-178 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-179{background-color:#dfdfdf;display:block;height:0;padding-bottom:179%;position:relative;width:100%}.g-banner-179 img,.g-banner-179 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-180{background-color:#dfdfdf;display:block;height:0;padding-bottom:180%;position:relative;width:100%}.g-banner-180 img,.g-banner-180 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-181{background-color:#dfdfdf;display:block;height:0;padding-bottom:181%;position:relative;width:100%}.g-banner-181 img,.g-banner-181 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-182{background-color:#dfdfdf;display:block;height:0;padding-bottom:182%;position:relative;width:100%}.g-banner-182 img,.g-banner-182 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-183{background-color:#dfdfdf;display:block;height:0;padding-bottom:183%;position:relative;width:100%}.g-banner-183 img,.g-banner-183 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-184{background-color:#dfdfdf;display:block;height:0;padding-bottom:184%;position:relative;width:100%}.g-banner-184 img,.g-banner-184 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-185{background-color:#dfdfdf;display:block;height:0;padding-bottom:185%;position:relative;width:100%}.g-banner-185 img,.g-banner-185 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-186{background-color:#dfdfdf;display:block;height:0;padding-bottom:186%;position:relative;width:100%}.g-banner-186 img,.g-banner-186 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-187{background-color:#dfdfdf;display:block;height:0;padding-bottom:187%;position:relative;width:100%}.g-banner-187 img,.g-banner-187 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-188{background-color:#dfdfdf;display:block;height:0;padding-bottom:188%;position:relative;width:100%}.g-banner-188 img,.g-banner-188 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-189{background-color:#dfdfdf;display:block;height:0;padding-bottom:189%;position:relative;width:100%}.g-banner-189 img,.g-banner-189 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-190{background-color:#dfdfdf;display:block;height:0;padding-bottom:190%;position:relative;width:100%}.g-banner-190 img,.g-banner-190 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-191{background-color:#dfdfdf;display:block;height:0;padding-bottom:191%;position:relative;width:100%}.g-banner-191 img,.g-banner-191 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-192{background-color:#dfdfdf;display:block;height:0;padding-bottom:192%;position:relative;width:100%}.g-banner-192 img,.g-banner-192 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-193{background-color:#dfdfdf;display:block;height:0;padding-bottom:193%;position:relative;width:100%}.g-banner-193 img,.g-banner-193 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-194{background-color:#dfdfdf;display:block;height:0;padding-bottom:194%;position:relative;width:100%}.g-banner-194 img,.g-banner-194 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-195{background-color:#dfdfdf;display:block;height:0;padding-bottom:195%;position:relative;width:100%}.g-banner-195 img,.g-banner-195 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-196{background-color:#dfdfdf;display:block;height:0;padding-bottom:196%;position:relative;width:100%}.g-banner-196 img,.g-banner-196 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-197{background-color:#dfdfdf;display:block;height:0;padding-bottom:197%;position:relative;width:100%}.g-banner-197 img,.g-banner-197 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-198{background-color:#dfdfdf;display:block;height:0;padding-bottom:198%;position:relative;width:100%}.g-banner-198 img,.g-banner-198 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-199{background-color:#dfdfdf;display:block;height:0;padding-bottom:199%;position:relative;width:100%}.g-banner-199 img,.g-banner-199 picture{height:100%;object-fit:cover;position:absolute;width:100%}.g-banner-200{background-color:#dfdfdf;display:block;height:0;padding-bottom:200%;position:relative;width:100%}.g-banner-200 img,.g-banner-200 picture{height:100%;object-fit:cover;position:absolute;width:100%}.b-account-modal,.b-mpow-modals{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column}.b-account-modal_fixed_width,.b-mpow-modals_fixed_width{width:36em}@media screen and (max-width:1199px){.b-account-modal_fixed_width,.b-mpow-modals_fixed_width{width:100%}}@media screen and (min-width:768px){.b-account-modal_large-width,.b-mpow-modals_large-width{width:47em}}.b-account-modal_title,.b-mpow-modals_title{color:#000;display:flex;flex-direction:row;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:1.5;line-height:1.43;margin-bottom:24px;max-width:90%;text-transform:uppercase}.b-account-modal_sect,.b-mpow-modals_sect{border-bottom:1px solid #bababa;padding:15px 0}.b-account-modal_form,.b-mpow-modals_form{display:flex;flex-direction:column;margin-top:-5px}.b-account-modal_form_control,.b-mpow-modals_form_control{background-color:inherit;border:none;border-bottom:1px solid #ed1c24;border-radius:0;color:#8a8a8a;color:#000;float:right;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:lighter;margin-bottom:5px;min-width:82px;padding:1px 0}.b-account-modal_form_quote,.b-mpow-modals_form_quote{margin-left:10px}.b-account-modal_quote-data,.b-mpow-modals_quote-data{color:#8a8a8a;display:flex;flex-direction:row;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:lighter;letter-spacing:1.4px;margin-bottom:10px}@media screen and (max-width:1199px){.b-account-modal_quote-data,.b-mpow-modals_quote-data{flex-direction:column}}.b-account-modal_quote-icons,.b-mpow-modals_quote-icons{color:#ed1c24;font-size:12px;margin-right:5px;margin-top:5px}.b-account-modal_quote-rooms,.b-mpow-modals_quote-rooms{display:flex;flex-flow:row wrap}.b-account-modal_quote-rooms_room,.b-mpow-modals_quote-rooms_room{background-color:#e9e9e9;display:flex;flex-direction:row;margin-bottom:5px;margin-right:5px;padding:10px}.b-account-modal_quote-rooms_room_name,.b-mpow-modals_quote-rooms_room_name{align-items:center;color:#8a8a8a;color:#000;display:flex;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:lighter;height:10px;letter-spacing:1px;margin-bottom:5px;margin-bottom:0!important;text-transform:uppercase;white-space:nowrap}.b-account-modal_body,.b-mpow-modals_body{color:#000;display:block;float:none;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;margin-bottom:5px;padding:0 0 12px;position:relative;width:auto}.b-account-modal_body_bold,.b-mpow-modals_body_bold{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.29}.b-account-modal_warning,.b-mpow-modals_warning{color:#000;color:#00000080;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28;margin-bottom:5px;padding-top:8px}.b-account-modal_warning_link,.b-mpow-modals_warning_link{border-bottom:1px solid #ed1c24;color:#000}.b-account-modal h2,.b-mpow-modals h2{color:#000;font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:1.8px;line-height:1.5;margin-bottom:5px}.b-account-modal_input,.b-mpow-modals_input{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #bababa;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:48px;line-height:1.5;margin-bottom:0;outline:none;padding:13px 16px 14px;position:relative;width:100%}.b-account-modal_input.project_name,.b-mpow-modals_input.project_name{width:400px}.b-account-modal_input.is-invalid,.b-mpow-modals_input.is-invalid{border-color:var(--color-error)}@media screen and (max-width:1199px){.b-account-modal_input,.b-mpow-modals_input{box-sizing:border-box;margin-left:0!important;margin-top:0;padding:.8em .5em;text-indent:0;width:100%!important}}.b-account-modal_error,.b-mpow-modals_error{border-color:var(--color-error);color:#000;color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28;margin-bottom:5px;padding-top:8px}.b-account-modal_error.h-hidden,.b-mpow-modals_error.h-hidden{display:none!important}.b-account-modal_error_body,.b-mpow-modals_error_body{color:#000;color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:5px;padding-bottom:16px}.b-account-modal_content,.b-mpow-modals_content{display:flex;flex-flow:row wrap;width:100%}.b-account-modal_content_box,.b-mpow-modals_content_box{background-color:#fff;color:#8a8a8a;flex-direction:column;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:lighter;font-weight:700;justify-content:center;margin-bottom:5px;margin-bottom:0!important;padding:20px;text-align:center;width:100%}.b-account-modal_content_box_quotes,.b-mpow-modals_content_box_quotes{align-self:flex-start;display:flex;flex-direction:row;justify-content:space-between;padding:0;width:100%}.b-account-modal_content_box_quotes_details,.b-mpow-modals_content_box_quotes_details{float:left;text-align:left}.b-account-modal_button,.b-mpow-modals_button{display:flex;gap:10px;justify-content:flex-end;margin-bottom:20px;margin-top:20px}@media screen and (max-width:1199px){.b-account-modal_button,.b-mpow-modals_button{flex-direction:column;flex-direction:column-reverse}}.b-account-modal_button_cancel,.b-account-modal_button_email,.b-account-modal_button_text,.b-mpow-modals_button_cancel,.b-mpow-modals_button_email,.b-mpow-modals_button_text{background-color:#fff;border:1px solid #000!important;color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;letter-spacing:2px;line-height:1.5;line-height:16px;margin-bottom:5px;min-width:125px;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top}.b-account-modal_button_cancel_full_width,.b-account-modal_button_email_full_width,.b-account-modal_button_text_full_width,.b-mpow-modals_button_cancel_full_width,.b-mpow-modals_button_email_full_width,.b-mpow-modals_button_text_full_width{width:100%}.b-account-modal_button_cancel:hover,.b-account-modal_button_email:hover,.b-account-modal_button_text:hover,.b-mpow-modals_button_cancel:hover,.b-mpow-modals_button_email:hover,.b-mpow-modals_button_text:hover{border:1px solid #ed1c24!important;color:#ed1c24}@media screen and (max-width:1199px){.b-account-modal_button_cancel,.b-account-modal_button_email,.b-account-modal_button_text,.b-mpow-modals_button_cancel,.b-mpow-modals_button_email,.b-mpow-modals_button_text{margin:0 0 4%!important;width:100%!important}}.b-account-modal_button_confirm,.b-mpow-modals_button_confirm{background-color:#000;border:none;color:#000;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;letter-spacing:2px;line-height:1.5;line-height:16px;margin-bottom:5px;min-width:125px;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top}.b-account-modal_button_confirm_full_width,.b-mpow-modals_button_confirm_full_width{width:100%}.b-account-modal_button_confirm:hover,.b-mpow-modals_button_confirm:hover{background-color:#ed1c24}@media screen and (max-width:1199px){.b-account-modal_button_confirm,.b-mpow-modals_button_confirm{margin:0 0 4%!important;width:100%!important}}.b-account-modal_button_delete,.b-mpow-modals_button_delete{background-color:#ed1c24;border:none;color:#000;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;letter-spacing:2px;line-height:1.5;line-height:16px;margin-bottom:5px;min-width:125px;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top}.b-account-modal_button_delete_full_width,.b-mpow-modals_button_delete_full_width{width:100%}.b-account-modal_button_delete:hover,.b-mpow-modals_button_delete:hover{background-color:darkred}@media screen and (max-width:1199px){.b-account-modal_button_delete,.b-mpow-modals_button_delete{margin:0 0 4%!important;width:100%!important}}.l-main_popup{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1002}.l-main_popup.m-popup_signup{z-index:100000000}.l-main_popup.m-temp-pdf .tingle-modal__close{right:3px;top:3px}.l-main_popup .tingle-modal-box,.l-main_popup-box{background-color:#fff;box-sizing:border-box;max-height:95vh;min-height:40px;outline:none;position:absolute}.l-main_popup .tingle-modal-box-wide,.l-main_popup-box-wide{width:580px}@media screen and (min-width:768px){.l-main_popup .tingle-modal-box,.l-main_popup-box{left:50%;min-width:320px;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:767px){.l-main_popup .tingle-modal-box,.l-main_popup-box{bottom:0;margin:0;max-height:calc(100vh - 100px);width:100%}}.l-main_popup .tingle-modal-box__content{box-sizing:border-box;max-height:inherit;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:32px 32px 12px;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.l-main_popup .tingle-modal-box__content::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.l-main_popup .tingle-modal-box__content::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:767px){.l-main_popup .tingle-modal-box__content{padding:20px 20px 0}}.l-main_popup .tingle-modal-box__footer{display:flex;justify-content:space-between;padding:0 32px 12px}@media screen and (max-width:1199px){.l-main_popup .tingle-modal-box__footer{flex-direction:column}}@media screen and (max-width:767px){.l-main_popup .tingle-modal-box__footer{padding:0 20px}}.l-main_popup .tingle-modal-box__footer .b-checkout_item-next.m-notice{margin:0 0 20px}@media screen and (max-width:1199px){.l-main_popup .tingle-modal-box__footer .b-checkout_item-next.m-notice{width:100%}}@media screen and (min-width:1200px){.l-main_popup .tingle-modal-box__footer .b-checkout_item-change-address.m-notice:last-of-type{margin-left:15px}}.l-main_popup .tingle-modal-box__actions{display:flex}@media screen and (min-width:1200px){.l-main_popup .tingle-modal-box__actions .m-last-child{margin-left:15px}}@media screen and (max-width:1199px){.l-main_popup .tingle-modal-box__actions .m-last-child{margin-top:15px}.l-main_popup .tingle-modal-box__actions{display:block;padding-bottom:20px;text-align:center;width:100%}}@media screen and (max-width:767px){.l-main_popup .tingle-modal-box__actions{width:calc(100% - 34px)}}.l-main_popup .tingle-modal__close{background-color:#0000;border:none;color:#000;outline:none;position:absolute;right:22px;top:22px;z-index:10000}.l-main_popup .tingle-modal__close:before{-webkit-font-smoothing:antialiased;speak:none;content:"";display:block;font-family:icons;font-size:32px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.l-main_popup .tingle-modal__close{right:15px;top:15px}}.l-main_popup .tingle-modal__closeIcon,.l-main_popup .tingle-modal__closeLabel{display:none}.l-main_popup-pdf{border:none;display:block;height:calc(80vh - 110px);margin-bottom:20px;outline:none;width:800px}@media screen and (max-width:1023px){.l-main_popup-pdf{width:767px}}@media screen and (max-width:767px){.l-main_popup-pdf{height:70vh;width:100%}}.l-main_popup.m-scs_popup_alt .tingle-modal-box__body{padding:20px 0}.l-main_popup.m-scs_popup_alt .tingle-modal-box__header>*{font-family:Roboto,Arial,sans-serif;font-size:20px;line-height:1.43;margin:0}.l-main_popup.m-scs_popup_alt .tingle-modal-box__footer{display:block;text-align:right}.l-main_popup.m-scs_popup_alt .tingle-modal-box__content{padding:26px 32px 20px}.l-main_popup.m-scs_popup_alt .radioButton{display:block}.l-main_popup.m-scs_popup_alt .radioButton+.radioButton{margin-top:5px}.l-main_popup.m-scs_popup_alt .radioButton div{margin-top:4px;padding-left:32px}.l-main_popup.m-scs_popup_alt .radioButton label{float:none}.l-main_popup.m-scs_popup_alt .radioButton input{margin:1em 10px}.l-main_popup .b-checkout_popup-footer_btn{width:200px}@media screen and (max-width:767px){.l-main_popup .b-checkout_popup-footer_btn{width:100%}}@media print{.l-main_popup{position:static}.l-main_popup .tingle-modal-box{height:auto;margin:0 auto;max-height:none;min-height:0;position:static}.l-main_popup .tingle-modal-box__content{overflow:visible}}.b-baseboards-warning .tingle-modal-box .tingle-modal-box__content{margin:15px}.b-change_address .tingle-modal-box .tingle-modal-box__footer{float:right}.b-myproject_create-form .b-mpow-modals_button{margin-bottom:55px;margin-top:10px}.b-popup_main{position:relative}@media screen and (min-width:768px){.b-popup_main{min-width:416px}.b-popup_main.m-small{max-width:416px}.b-popup_main.m-medium{width:600px}.b-popup_main.m-large{width:672px}}.b-popup_main.m-padding{padding-bottom:20px}.b-popup_main-title{font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:1.43;margin-bottom:24px;max-width:90%;text-transform:uppercase}@media screen and (max-width:767px){.b-popup_main-title{font-size:18px;margin-bottom:16px}}.b-popup_main-title_second{font-size:18px;line-height:1.29;margin:0;text-transform:none}.b-popup_main-subtitle,.b-popup_main-title_second{font-family:Roboto,Arial,sans-serif;font-weight:700}.b-popup_main-subtitle{font-size:16px;line-height:1.43;margin-bottom:24px;max-width:calc(100% - 32px)}.b-popup_main-content{padding-bottom:54px}.b-popup_main-entry{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin-bottom:32px}@media screen and (max-width:767px){.b-popup_main-entry{margin-bottom:24px}}.b-popup_main-entry.m-small-margin{margin-bottom:24px}.b-popup_main-footer{background-color:#f3f3f3;bottom:0;left:0;padding:16px 32px 18px;position:absolute;right:0;text-align:center}@media screen and (max-width:767px){.b-popup_main-footer{bottom:0;left:-20px;padding-left:20px;padding-right:20px;right:-20px}}.b-popup_main-footer.m-hide{display:none}@media screen and (max-width:767px){.b-popup_main-footer.m-projects{padding-bottom:15px}}.b-popup_main-footer.m-projects .b-scs_popup-btns{padding-bottom:10px}.b-popup_main-footer_link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;overflow:visible;padding-left:30px;position:relative}.b-popup_main-footer_link:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-popup_main-footer_link:link{overflow:visible}.b-popup_main-footer_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-popup_main-footer_link:hover{color:#ed1c24;text-decoration:none}.b-popup_main-footer_link:after{left:30px}.b-popup_main-footer_link:link{padding-left:30px}.b-popup_main-footer_link:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-popup_main-btns{display:flex;justify-content:space-between;padding-bottom:20px}@media screen and (max-width:767px){.b-popup_main-btns.m-pickup{padding-bottom:45px;position:relative}}.b-popup_main-btns.m-pickup:after{background-color:#000;border-radius:100px;bottom:8px;height:5px;left:50%;position:absolute;transform:translateX(-50%);width:134px}@media screen and (max-width:767px){.b-popup_main-btns.m-pickup:after{content:""}}.b-popup_main-btn{background-color:#000;border:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;margin:0;max-width:100%;padding:16px;padding:16px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:calc(50% - 12px)}.b-popup_main-btn:after,.b-popup_main-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-popup_main-btn:before{padding-right:8px}.b-popup_main-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-popup_main-btn:hover{text-decoration:none}.b-popup_main-btn:hover:after,.b-popup_main-btn:hover:before{color:#fff}}.b-popup_main-btn:link{padding:16px}.b-popup_main-btn:link,.b-popup_main-btn:visited{color:#fff}.b-popup_main-btn:focus{outline:none}@media not all and (pointer:coarse){.b-popup_main-btn:hover{background-color:#ed1c24}}.b-popup_main-btn.m-disabled,.b-popup_main-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-popup_main-btn.m-disabled:before,.b-popup_main-btn:disabled:before{color:#bababa!important}.b-popup_main-btn.m-cancel{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;margin:0;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:calc(50% - 12px)}.b-popup_main-btn.m-cancel:after,.b-popup_main-btn.m-cancel:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-popup_main-btn.m-cancel:before{padding-right:8px}.b-popup_main-btn.m-cancel:after{padding-left:8px}@media not all and (pointer:coarse){.b-popup_main-btn.m-cancel:hover{text-decoration:none}.b-popup_main-btn.m-cancel:hover:after,.b-popup_main-btn.m-cancel:hover:before{color:#fff}.b-popup_main-btn.m-cancel:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-popup_main-btn.m-cancel:focus,.b-popup_main-btn.m-cancel:hover{outline:none!important;text-decoration:none}.b-popup_main-btn.m-cancel.m-disabled,.b-popup_main-btn.m-cancel:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-popup_main-btn.m-cancel.m-disabled:before,.b-popup_main-btn.m-cancel:disabled:before{color:#bababa!important}.b-popup_main-btn.m-btn-alt{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.b-popup_main-btn.m-btn-alt:after,.b-popup_main-btn.m-btn-alt:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-popup_main-btn.m-btn-alt:before{padding-right:8px}.b-popup_main-btn.m-btn-alt:after{padding-left:8px}@media not all and (pointer:coarse){.b-popup_main-btn.m-btn-alt:hover{text-decoration:none}.b-popup_main-btn.m-btn-alt:hover:after,.b-popup_main-btn.m-btn-alt:hover:before{color:#fff}.b-popup_main-btn.m-btn-alt:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-popup_main-btn.m-btn-alt:focus,.b-popup_main-btn.m-btn-alt:hover{outline:none!important;text-decoration:none}.b-popup_main-btn.m-btn-alt.m-disabled,.b-popup_main-btn.m-btn-alt:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-popup_main-btn.m-btn-alt.m-disabled:before,.b-popup_main-btn.m-btn-alt:disabled:before{color:#bababa!important}.b-popup_main-btn.m-fullwidth{width:100%}.b-popup_main .f-control__error{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28;padding-top:8px}.b-popup_main-recaptcha{color:#8a8a8a;margin-bottom:25px}.b-popup_main-recaptcha,.b-popup_main-recaptcha_link{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-popup_main-recaptcha_link{color:#000;cursor:pointer;overflow:visible;position:relative}.b-popup_main-recaptcha_link:link{overflow:visible}.b-popup_main-recaptcha_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-popup_main-recaptcha_link:hover{color:#ed1c24;text-decoration:none}@media screen and (max-width:767px){.b-popup_main-recaptcha_link{display:inline-block}.b-popup_project{padding-bottom:20px}}.b-popup_project-current{display:flex;margin-bottom:32px}.b-popup_project-current_figure{height:85px;margin-right:16px;width:85px}.b-popup_project-current_img{width:100%}.b-popup_project-current_title{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin:0}.b-popup_project-subtitle{border-bottom:1px solid #dfdfdf;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;margin-bottom:5px;padding-bottom:8px;text-transform:uppercase}.b-popup_project-list{margin:0 -30px;max-height:270px;max-width:none;overflow:auto;overscroll-behavior-y:contain;padding:0 30px;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-popup_project-list::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-popup_project-list::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:767px){.b-popup_project-list{margin:0 -17px;padding:0 17px}}.b-popup_project-item{align-items:center;display:flex;padding-bottom:8px;padding-top:8px}.b-popup_project-item_thumbnail{height:40px;margin-right:16px;width:40px}.b-popup_project-item_figure{background-color:#dfdfdf;display:block;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.b-popup_project-item_img{height:auto;left:0;position:absolute;width:100%}.b-popup_project-item_img.lazy{opacity:0;visibility:hidden}.b-popup_project-item_img.lazy-error,.b-popup_project-item_img.lazy-loaded{opacity:1;visibility:visible}.b-popup_project-item_name{flex-grow:1;font-weight:700}.b-popup_project-item_link,.b-popup_project-item_name{font-family:Roboto,Arial,sans-serif;font-size:16px;line-height:1.25}.b-popup_project-item_link{color:#000;cursor:pointer;display:inline-block;font-weight:400;overflow:visible;position:relative}.b-popup_project-item_link:link{overflow:visible}.b-popup_project-item_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-popup_project-item_link:hover{color:#ed1c24;text-decoration:none}.b-popup_small{color:#fff;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;left:24px;line-height:1.25;position:fixed;top:50%;width:calc(100% - 48px);z-index:10000000003}@media screen and (min-width:768px){.b-popup_small{width:auto}}.b-popup_small .ajs-message{background-color:#80b023;padding:8px 26px;position:fixed;text-align:center;z-index:1003}@media screen and (min-width:768px){.b-popup_small .ajs-message{left:50%;top:50%;transform:translate(-50%,-50%);width:auto}}@media screen and (max-width:767px){.b-popup_small .ajs-message{bottom:110px;left:24px;right:24px;top:auto}}@media screen and (min-width:1200px){.b-popup_small .ajs-message{padding:19px 24px}}.b-popup_small .ajs-message.ajs-error{background-color:#ed1c24}@media screen and (min-width:768px){.b-popup_small .ajs-message.ajs-error{bottom:105px;top:auto;transform:translate(-50%)}}.l-main~.b-spinner,.l-pdp .b-spinner{background-color:#00000080;bottom:0;height:auto;left:0;margin:0;position:fixed;right:0;top:0;z-index:101}.l-main~.b-spinner:after,.l-pdp .b-spinner:after{position:fixed;top:45%}.b-spinner{height:32px;margin:20px auto;position:relative}.b-spinner:after{animation:sk-rotateplane 1s ease-in-out infinite;background-color:#ed1c24;content:"";height:32px;left:50%;margin-left:-16px;margin-top:-16px;position:absolute;top:50%;width:32px}.b-project-details .b-spinner,.l-cart .b-spinner,.l-checkout-container .b-spinner,.l-clp .b-spinner,.l-plp-grid_wrapper .b-spinner,.l-plp-search_content .b-spinner,.tingle-modal-box .b-spinner{background-color:#00000080;bottom:0;height:auto;left:0;margin:0;position:absolute;right:0;top:0;z-index:1003}.b-project-details .b-spinner:after,.l-cart .b-spinner:after,.l-checkout-container .b-spinner:after,.l-clp .b-spinner:after,.l-plp-grid_wrapper .b-spinner:after,.l-plp-search_content .b-spinner:after,.tingle-modal-box .b-spinner:after{position:fixed;top:45%}.b-pdp_delivery-item .b-spinner,.l-plp-grid_more .b-spinner{background-color:#0000}.b-pdp_delivery-item .b-spinner:after,.l-plp-grid_more .b-spinner:after{position:absolute}.b-project-details .b-spinner{position:fixed!important}.b-scs_mall-list .b-spinner{background-color:#00000080;bottom:0;height:auto;left:0;margin:0;position:absolute;right:0;top:0;z-index:101}.b-scs_mall-list .b-spinner:after{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.b-scs_sidebar-bottom .b-spinner:after{position:absolute}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes menuIn{0%{left:290px;opacity:0;visibility:hidden}to{left:0;opacity:1;visibility:visible}}@keyframes menuOut{0%{opacity:1;right:calc(100% - 290px);visibility:visible}to{opacity:0;right:calc(100% - 580px);visibility:hidden}}.l-header{margin:0;min-height:auto;position:relative;z-index:102}.l-header.js-sticky,.l-visualizer-header .l-header{z-index:1001}.l-header.js-sticky .l-header-banner,.l-visualizer-header .l-header .l-header-banner{display:none}@media screen and (min-width:1200px){.l-header.js-sticky .l-header-accessibility,.l-header.js-sticky .l-header-navigation,.l-header.js-sticky .l-header-service,.l-header.js-sticky:before,.l-visualizer-header .l-header .l-header-accessibility,.l-visualizer-header .l-header .l-header-navigation,.l-visualizer-header .l-header .l-header-service,.l-visualizer-header .l-header:before{display:none}}@media screen and (max-width:767px){.l-header.js-sticky .l-header-accessibility,.l-header.js-sticky .l-header-accessibility:before,.l-visualizer-header .l-header .l-header-accessibility,.l-visualizer-header .l-header .l-header-accessibility:before{display:none}.l-header.js-sticky .l-header-search,.l-header.js-sticky .l-header-store,.l-visualizer-header .l-header .l-header-search,.l-visualizer-header .l-header .l-header-store{align-self:center;justify-self:flex-end;max-width:none}.l-header.js-sticky .l-header-qr,.l-visualizer-header .l-header .l-header-qr{display:none}}.l-header.js-sticky .l-header-container,.l-visualizer-header .l-header .l-header-container{left:0;position:fixed;top:0;width:100%;z-index:300}@media screen and (max-width:767px){.l-header.js-sticky .l-header-container,.l-visualizer-header .l-header .l-header-container{border-bottom:1px solid var(--border-color);grid-template:[start b-header-baner-start] auto [b-header-baner-end b-header-accessibility-start b-header-nav-start b-header-service-start line-top-panel-start] auto [line-top-panel-end b-header-accessibility-end b-header-search-start b-header-store-start b-header-nav-end b-header-service-end b-header-logo-start b-header-humburger-start b-header-store-start b-header-account-start b-header-project-start b-header-cart-start] auto [b-header-logo-end b-header-humburger-end b-header-search-end b-header-store-end b-qr-start b-header-account-end b-header-project-end b-header-cart-end b-header-navigation-start] auto [b-qr-end b-header-navigation-end]/[start b-header-baner-start b-header-navigation-start] minmax(2px,calc(50vw - 720px)) [b-header-humburger-start b-header-logo-start] minmax(0,1fr) [b-header-humburger-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-nav-start] minmax(0,1fr) [] minmax(0,1fr) [b-header-logo-end b-header-account-start b-header-accessibility-start] minmax(0,1fr) [] minmax(0,1fr) [b-header-account-end b-qr-start b-header-search-start b-header-store-start b-header-project-start b-header-cart-start] minmax(0,1fr) [] minmax(0,1fr) [b-header-service-start] minmax(0,1fr) [b-header-nav-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-service-end b-header-cart-end b-header-project-end b-header-search-end b-header-store-end b-qr-end b-header-accessibility-end] minmax(2px,calc(50vw - 720px)) [end b-header-baner-end b-header-navigation-end line-top-panel-end];padding-bottom:0}}.l-header.js-sticky .l-header-container:before,.l-visualizer-header .l-header .l-header-container:before{border:none}.l-header-container{grid-column-gap:10px;background-image:var(--header-primary-bg);display:grid;grid-template:[start b-header-baner-start] auto [b-header-baner-end b-header-accessibility-start b-header-nav-start b-header-service-start line-top-panel-start] auto [line-top-panel-end b-header-accessibility-end b-header-nav-end b-header-service-end b-header-logo-start b-header-search-start b-header-store-start b-header-account-start b-header-project-start b-header-cart-start] auto [b-header-logo-end b-header-search-end b-header-store-end b-header-account-end b-header-project-end b-header-cart-end b-header-navigation-start] auto [b-header-navigation-end]/[start b-header-baner-start b-header-navigation-start] minmax(20px,calc(50vw - 720px)) [b-header-accessibility-start b-header-logo-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-accessibility-end b-header-nav-start] minmax(0,1fr) [b-header-logo-end b-header-search-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-search-end b-header-store-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-store-end b-header-account-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-account-end b-header-project-start] minmax(0,1fr) [b-header-service-start b-header-nav-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-cart-start b-header-project-end] minmax(0,1fr) [b-header-service-end b-header-cart-end] minmax(20px,calc(50vw - 720px)) [end b-header-baner-end b-header-navigation-end line-top-panel-end];position:relative}@media screen and (min-width:1200px)and (max-width:1439px){.l-header-container{grid-template:[start b-header-baner-start] auto [b-header-baner-end b-header-accessibility-start b-header-nav-start b-header-service-start line-top-panel-start] auto [line-top-panel-end b-header-accessibility-end b-header-nav-end b-header-service-end b-header-logo-start b-header-search-start b-header-store-start b-header-account-start b-header-project-start b-header-cart-start] auto [b-header-logo-end b-header-search-end b-header-store-end b-header-account-end b-header-project-end b-header-cart-end b-header-navigation-start] auto [b-header-navigation-end]/[start b-header-baner-start b-header-navigation-start] minmax(20px,calc(50vw - 720px)) [b-header-accessibility-start b-header-logo-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-accessibility-end b-header-nav-start] minmax(0,1fr) [b-header-logo-end b-header-search-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-search-end b-header-store-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-store-end b-header-account-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-account-end b-header-project-start] minmax(0,1fr) [b-header-service-start b-header-nav-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-cart-start b-header-project-end] minmax(0,1fr) [b-header-service-end b-header-cart-end] minmax(20px,calc(50vw - 720px)) [end b-header-baner-end b-header-navigation-end line-top-panel-end]}}@media screen and (min-width:768px)and (max-width:1199px){.l-header-container{border-bottom:1px solid #dfdfdf;grid-template:[start b-header-baner-start] auto [b-header-baner-end b-header-accessibility-start b-header-nav-start b-header-service-start] auto [line-top-panel-start line-top-panel-end b-header-accessibility-end b-header-nav-end b-header-service-end b-header-logo-start b-header-humburger-start b-header-store-start b-header-account-start b-header-project-start b-header-cart-start] auto [b-header-logo-end b-header-humburger-end b-header-search-start b-qr-start b-header-store-end b-header-account-end b-header-project-end b-header-cart-end b-header-navigation-start] auto [b-header-search-end b-qr-end b-header-navigation-end]/[start b-header-baner-start b-header-navigation-start] minmax(2px,calc(50vw - 720px)) [b-header-accessibility-start b-header-humburger-start b-header-search-start b-header-logo-start] minmax(0,1fr) [b-header-humburger-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-nav-start] minmax(0,1fr) [b-header-accessibility-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-logo-end b-header-store-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-store-end b-header-account-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-account-end b-header-project-start] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-header-service-start b-qr-start] minmax(0,1fr) [b-header-nav-end b-header-cart-start] minmax(0,1fr) [b-header-project-end] minmax(0,1fr) [b-header-service-end b-header-search-end b-header-cart-end b-qr-end] minmax(2px,calc(50vw - 720px)) [end b-header-baner-end b-header-navigation-end line-top-panel-end];padding-bottom:12px}}@media screen and (max-width:767px){.l-header-container{grid-template:[start b-header-baner-start] auto [b-header-baner-end b-header-accessibility-start b-header-store-start b-header-nav-start b-header-service-start line-top-panel-start] auto [line-top-panel-end b-header-accessibility-end b-header-store-end b-header-nav-end b-header-service-end b-header-logo-start b-header-humburger-start b-header-store-start b-header-account-start b-header-project-start b-header-cart-start] auto [b-header-logo-end b-header-humburger-end b-header-search-start b-qr-start b-header-account-end b-header-project-end b-header-cart-end b-header-navigation-start] auto [b-header-search-end b-qr-end b-header-navigation-end]/[start b-header-baner-start b-header-navigation-start] minmax(2px,calc(50vw - 720px)) [b-header-humburger-start b-header-search-start b-header-store-start b-header-logo-start] minmax(0,1fr) [] minmax(0,1fr) [b-header-humburger-end] minmax(0,1fr) [b-header-nav-start] minmax(0,1fr) [b-header-logo-end] minmax(0,1fr) [b-header-store-end b-header-account-start b-header-accessibility-start] minmax(0,1fr) [] minmax(0,1fr) [b-header-account-end b-qr-start] minmax(0,1fr) [b-header-cart-start b-header-project-start] minmax(0,1fr) [b-header-service-start] minmax(0,1fr) [b-header-nav-end] minmax(0,1fr) [] minmax(0,1fr) [b-header-service-end b-header-search-end b-header-cart-end b-qr-end b-header-accessibility-end b-header-project-end] minmax(2px,calc(50vw - 720px)) [end b-header-baner-end b-header-navigation-end line-top-panel-end];padding-bottom:10px}}.l-header-container:before{border-bottom:1px solid var(--border-color);content:"";grid-area:line-top-panel-start/start/line-top-panel-end/end}@media screen and (min-width:768px)and (max-width:1199px){.l-header-container:before{display:none}}.l-header-banner{grid-area:b-header-baner-start/b-header-baner-start/b-header-baner-end/b-header-baner-end}.l-header-accessibility{align-self:center;grid-area:b-header-accessibility-start/b-header-accessibility-start/b-header-accessibility-end/b-header-accessibility-end}@media screen and (max-width:767px){.l-header-accessibility{justify-self:flex-end}}.l-header-navigation{grid-area:b-header-nav-start/b-header-nav-start/b-header-nav-end/b-header-nav-end}@media screen and (max-width:1199px){.l-header-navigation{display:none}}.l-header-service{align-self:center;grid-area:b-header-service-start/b-header-service-start/b-header-service-end/b-header-service-end;justify-self:flex-end}@media screen and (max-width:1199px){.l-header-service{display:none}}.l-header-logo{align-self:center;grid-area:b-header-logo-start/b-header-logo-start/b-header-logo-end/b-header-logo-end}.l-header-search{align-self:center;grid-area:b-header-search-start/b-header-search-start/b-header-search-end/b-header-search-end}.l-header-store{align-self:center;grid-area:b-header-store-start/b-header-store-start/b-header-store-end/b-header-store-end;justify-self:center}@media screen and (min-width:768px)and (max-width:1199px){.l-header-store{justify-self:flex-end}}@media screen and (max-width:767px){.l-header-store{justify-self:flex-start}}.l-header-account{align-self:center;grid-area:b-header-account-start/b-header-account-start/b-header-account-end/b-header-account-end;justify-self:center}@media screen and (max-width:767px){.l-header-account{display:none}}.l-header-project{align-self:center;grid-area:b-header-project-start/b-header-project-start/b-header-project-end/b-header-project-end}@media screen and (max-width:767px){.l-header-project{justify-self:flex-end}}.l-header-cart{align-self:center;grid-area:b-header-cart-start/b-header-cart-start/b-header-cart-end/b-header-cart-end;justify-self:flex-end;position:relative}@media screen and (max-width:767px){.l-header-cart{justify-self:flex-end}}.l-header-main_navigation{grid-area:b-header-navigation-start/b-header-navigation-start/b-header-navigation-end/b-header-navigation-end}.l-header-hamburger{align-self:center;grid-area:b-header-humburger-start/b-header-humburger-start/b-header-humburger-end/b-header-humburger-end}@media screen and (min-width:1200px){.l-header-hamburger{display:none}}@media print{.l-header-hamburger{display:none}}.l-header-qr{align-self:center;grid-area:b-qr-start/b-qr-start/b-qr-end/b-qr-end;justify-self:flex-end}@media screen and (min-width:1200px){.l-header-qr{display:none}}.l-header-navigation_wrapper{pointer-events:all}@media screen and (max-width:767px){.l-visualizer-header{height:61px}}@media screen and (min-width:768px){.l-visualizer-header .l-header{height:auto}}.l-visualizer-header .l-header .l-header-banner{display:none}@media screen and (min-width:1200px){.l-visualizer-header .l-header .l-header-accessibility,.l-visualizer-header .l-header .l-header-navigation,.l-visualizer-header .l-header .l-header-service,.l-visualizer-header .l-header:before{display:none}}@media screen and (min-width:768px){.l-visualizer-header .l-header .l-header-container{position:static}}.b-store_finder{position:relative}@media screen and (max-width:767px){.b-store_finder{display:flex}.js-sticky .b-store_finder,.l-visualizer-header .b-store_finder{margin-right:90px}}.b-store_finder-wrap{background-color:#0000;cursor:pointer;max-width:164px;padding:7px 32px 8px;position:relative;z-index:3}@media screen and (min-width:1200px){.b-store_finder-wrap{transition:all .3s ease}}@media screen and (max-width:1199px){.b-store_finder-wrap{padding-bottom:4px;padding-top:3px;z-index:2}}@media screen and (min-width:768px){.b-store_finder-wrap.m-expanded,.b-store_finder-wrap:hover{background-color:var(--header-attribute-bg)}}@media screen and (max-width:767px){.b-store_finder-wrap.m-expanded,.b-store_finder-wrap:hover{color:#ed1c24}}.b-store_finder-wrap:after,.b-store_finder-wrap:before{height:24px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:24px}@media screen and (max-width:1199px){.b-store_finder-wrap:after,.b-store_finder-wrap:before{margin-top:-12px}}.b-store_finder-wrap:before{color:#ed1c24;left:4px}@media print{.b-store_finder-wrap:before{display:none}}.b-store_finder-wrap:after{color:#bababa;content:"";right:3px;transition:all .3s ease}.b-store_finder-wrap:after,.b-store_finder-wrap:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-store_finder-wrap:before{content:""}@media screen and (max-width:767px){.b-store_finder-wrap{height:var(--top-menu-height);margin:0;padding:11px 32px 13px;z-index:3}.js-sticky .b-store_finder-wrap,.l-visualizer-header .b-store_finder-wrap{height:auto;padding:0}.js-sticky .b-store_finder-wrap.m-expanded:before,.l-visualizer-header .b-store_finder-wrap.m-expanded:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:22px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-store_finder-wrap.m-expanded .b-store_finder-list{box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a;display:block}@media screen and (max-width:767px){.b-store_finder-wrap.m-expanded .b-store_finder-close{display:flex}.js-sticky .b-store_finder-wrap.m-expanded .b-store_finder-close,.l-visualizer-header .b-store_finder-wrap.m-expanded .b-store_finder-close{display:none}.b-store_finder-wrap.m-expanded .b-store_finder-control{min-width:calc(100vw - 24px)}.js-sticky .b-store_finder-wrap.m-expanded .b-store_finder-control,.l-visualizer-header .b-store_finder-wrap.m-expanded .b-store_finder-control{min-width:24px}}.b-store_finder-wrap.m-expanded:after{transform:rotateX(180deg) translateY(2px)}@media screen and (min-width:768px){.b-store_finder-wrap.m-expanded .b-store_finder-title,.b-store_finder-wrap.m-expanded:after,.b-store_finder-wrap:hover .b-store_finder-title,.b-store_finder-wrap:hover:after{color:#ed1c24}}@media screen and (max-width:767px){.b-store_finder-wrap:after,.b-store_finder-wrap:before{margin-top:-12px;z-index:2}.js-sticky .b-store_finder-wrap:before,.l-visualizer-header .b-store_finder-wrap:before{color:var(--secondary-color);font-size:24px;margin-top:0;position:static}.js-sticky .b-store_finder-wrap:after,.l-visualizer-header .b-store_finder-wrap:after{display:none}}.b-store_finder-control{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media screen and (max-width:767px){.b-store_finder-control{z-index:3}}.b-store_finder-close{align-items:center;background-color:var(--primary-color);box-sizing:border-box;color:var(--secondary-color);display:none;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;height:calc(var(--top-menu-height) - 1px);justify-content:flex-end;left:0;line-height:1.29;min-width:calc(100vw - 24px);padding-right:27px;position:absolute;right:0;top:0}.b-store_finder-close:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:22px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-store_finder-close{display:none}}.b-store_finder-close:after{position:absolute;right:0;top:50%;transform:translateY(-50%)}.b-store_finder-title{color:var(--secondary-color);display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-store_finder-title{font-size:13px;line-height:16px}.js-sticky .b-store_finder-title,.l-visualizer-header .b-store_finder-title{display:none}.b-store_finder-title{position:relative;z-index:2}}.b-store_finder-subtitle{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-store_finder-subtitle{font-size:11px;line-height:16px}.b-store_finder-subtitle,.js-sticky .b-store_finder-subtitle,.l-visualizer-header .b-store_finder-subtitle{display:none}}.b-store_finder-list{display:none;left:0;max-height:calc(100vh - 220px);max-width:none;overflow-y:auto;overscroll-behavior-y:contain;position:absolute;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin;top:100%;z-index:2}.b-store_finder-list::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-store_finder-list::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:767px){.js-sticky .b-store_finder-list,.l-visualizer-header .b-store_finder-list{left:0;max-height:calc(100vh - 60px);position:fixed;top:60px}.b-store_finder-list{box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a;left:-12px;max-height:calc(100vh - var(--top-menu-height));min-width:100vw;position:absolute;top:var(--top-menu-height)}}.b-store_finder-menu{background-color:#fff;border-bottom:2px solid #ed1c24;margin:0;min-height:75px;overscroll-behavior-y:contain;padding:0;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin;width:100%}.b-store_finder-menu::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-store_finder-menu::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (min-width:768px){.b-store_finder-menu{width:360px}}.b-store_finder-menu .b-spinner{left:50%;margin-top:-20px;position:absolute;top:50%}.b-store_finder-other{color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.29;padding:24px 22px 0;text-align:left;text-transform:uppercase}.b-store_finder-item{background-color:#f3f3f3;border-top:1px solid #dfdfdf;padding:24px}.b-store_finder-item.m-last,.b-store_finder-item.m-other{background-color:#0000;border-top:none;padding:0;text-align:center}.b-store_finder-item.m-other{background-color:#f3f3f3;margin-bottom:-10px;padding-bottom:1px;position:relative;z-index:2}@media screen and (max-width:767px){.b-store_finder-item.m-other{margin-bottom:-8px}}.b-store_finder-item.m-last:hover{background-color:#f3f3f3}.b-store_finder-item.m-default{background-color:#0000;border-top:none}.b-store_finder-item.m-default:hover{background-color:#f3f3f3}.b-store_finder-item.m-default+.b-store_finder-item{border-top:none}.b-store_details-header{display:flex;justify-content:space-between;margin-bottom:16px}.b-store_details-name{letter-spacing:2px;margin-bottom:0;text-transform:uppercase}.b-store_details-distance,.b-store_details-name{font-weight:700}.b-store_details-coordinates,.b-store_details-distance,.b-store_details-name{color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;line-height:1.29}.b-store_details-coordinates{font-weight:400;margin-bottom:15px}.b-store_details-tel{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.29;margin-bottom:15px;padding:6px 0 5px 32px;position:relative}.b-store_details-tel:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:14px;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:0;position:absolute;text-decoration:none;text-transform:none;top:0}.b-store_details-phone{color:#000}.b-store_details-operating{flex-direction:column;margin-bottom:15px}.b-store_details-footer,.b-store_details-operating{color:#000;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-store_details-footer{align-items:center;justify-content:space-between}.b-store_details-btn{background-color:#fff;border:1px solid #000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.25;padding:14px 0 15px;text-align:center;text-transform:uppercase;width:174px}.b-store_details-btn:hover{background-color:#ed1c24;border-color:#ed1c24;color:#fff;text-decoration:none}.b-store_details-directions{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;padding:6px 0 5px 32px;position:relative}.b-store_details-directions:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:0;position:absolute;text-decoration:none;text-transform:none;top:0}.b-store_details-details,.b-store_details-directions_link{border-bottom:1px solid #ed1c24;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-store_details-details:hover,.b-store_details-directions_link:hover{color:#ed1c24;text-decoration:none}.b-store_details-find{color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;padding:15px 0;text-decoration:none}.b-store_details-find:hover{color:#ed1c24}.b-store_details-other{display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;padding:15px 0}.b-store_details-find_text{border-bottom:1px solid #ed1c24}.b-header_account{background-color:#0000;cursor:pointer;max-width:164px;padding:7px 32px 8px;position:relative;z-index:3}@media screen and (min-width:1200px){.b-header_account{transition:all .3s ease}}@media screen and (max-width:1199px){.b-header_account{padding-bottom:4px;padding-top:3px;z-index:2}}@media screen and (min-width:768px){.b-header_account.m-expanded,.b-header_account:hover{background-color:var(--header-attribute-bg)}}@media screen and (max-width:767px){.b-header_account.m-expanded,.b-header_account:hover{color:#ed1c24}}.b-header_account.m-expanded:after{transform:rotateX(180deg) translateY(2px)}.b-header_account:after,.b-header_account:before{height:24px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:24px}@media screen and (max-width:1199px){.b-header_account:after,.b-header_account:before{margin-top:-12px}}.b-header_account:before{color:#ed1c24;left:4px}@media print{.b-header_account:before{display:none}}.b-header_account:after{color:#bababa;content:"";right:3px;transition:all .3s ease}.b-header_account:after,.b-header_account:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-header_account:before{content:""}@media screen and (min-width:768px){.b-header_account{max-width:200px}}.b-header_account.m-expanded .b-header_account-list{display:block;z-index:1000}@media screen and (min-width:768px){.b-header_account.m-expanded .b-header_account-title,.b-header_account.m-expanded:after,.b-header_account:hover .b-header_account-title,.b-header_account:hover:after{color:#ed1c24}}.b-header_account-control{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.b-header_account-title{color:var(--secondary-color);display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-header_account-title{font-size:13px;line-height:16px}}.b-header_account-subtitle{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-header_account-subtitle{font-size:11px;line-height:16px}}.b-header_account-points{color:#ed1c24;font-weight:700}.b-header_account-list{display:none;left:0;position:absolute;top:100%;z-index:1000}@media screen and (min-width:768px){.b-header_account-list{width:100%}}.b-account_dropdown-menu{list-style:none;z-index:1000}@media screen and (min-width:768px){.b-account_dropdown-menu{background-color:#fff!important;border-bottom:2px solid #ed1c24;box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a!important;margin:0!important;min-width:186px;padding:12px 0!important;position:static;width:100%}}.b-account_dropdown-menu.m-auth{z-index:1000}@media screen and (min-width:768px){.b-account_dropdown-menu.m-auth{background-color:#fff!important;border-bottom:2px solid #ed1c24;box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a!important;margin:0!important;min-width:186px;padding:12px 0!important}.b-account_dropdown-menu.m-auth>:last-child{border-top:1px solid #dfdfdf;margin-top:12px;padding-top:10px!important}}@media screen and (max-width:767px){.b-account_dropdown-menu.m-auth .b-account_dropdown-item{border-top:1px solid #dfdfdf;font-size:16px;font-weight:400;line-height:1.25;margin:0 20px}.b-account_dropdown-menu.m-auth .b-account_dropdown-link{background-color:#0000;color:#000;cursor:pointer;display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;padding:14px 0;position:relative}.b-account_dropdown-menu.m-logout{display:flex;flex-wrap:wrap}.b-account_dropdown-menu.m-logout .b-account_dropdown-item:first-child{border-right:1px solid var(--border-color);margin-right:16px;padding-left:32px;padding-right:16px}.b-account_dropdown-menu.m-logout .b-account_dropdown-item:first-child:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-account_dropdown-menu.m-logout .b-account_dropdown-item:first-child:before{color:#ed1c24;left:0;position:absolute}@media screen and (max-width:767px){.b-account_dropdown-menu.m-logout .b-account_dropdown-item:last-child{flex:0 1 100%;margin-top:26px;min-width:100%;padding-left:32px}.b-account_dropdown-menu.m-logout .b-account_dropdown-item:last-child:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-account_dropdown-menu.m-logout .b-account_dropdown-item:last-child:before{color:#ed1c24;left:0;position:absolute}.b-account_dropdown-item{position:relative}@media screen and (min-width:768px){.b-account_dropdown-item{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;padding:0!important}.b-account_dropdown-link{background-color:#0000;color:#000!important;display:block;padding:10px 20px 10px 24px!important;text-decoration:none!important}.b-account_dropdown-link:hover{background-color:#f3f3f3;color:#ed1c24!important}}@media screen and (max-width:767px){.b-account_dropdown-link{color:var(--secondary-color);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.71}}.b-header_projects{background-color:#0000;cursor:pointer;max-width:164px;padding:7px 0 8px 32px;position:relative;z-index:3}@media screen and (min-width:1200px){.b-header_projects{transition:all .3s ease}}@media screen and (max-width:1199px){.b-header_projects{padding-bottom:4px;padding-top:3px;z-index:2}}@media screen and (min-width:768px){.b-header_projects.m-expanded,.b-header_projects:hover{background-color:var(--header-attribute-bg)}}@media screen and (max-width:767px){.b-header_projects.m-expanded,.b-header_projects:hover{color:#ed1c24}}.b-header_projects.m-expanded:after{transform:rotateX(180deg) translateY(2px)}.b-header_projects:after,.b-header_projects:before{height:24px;margin-top:-12px;position:absolute;text-align:center;top:50%;width:24px}@media screen and (max-width:1199px){.b-header_projects:after,.b-header_projects:before{margin-top:-12px}}.b-header_projects:before{color:#ed1c24;left:4px}@media print{.b-header_projects:before{display:none}}.b-header_projects:after{color:#bababa;right:3px;transition:all .3s ease}.b-header_projects:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px)and (max-width:1199px){.b-header_projects{margin-left:-10px}}@media screen and (max-width:767px){.b-header_projects{height:24px;margin-right:52px;padding:0}}@media screen and (min-width:768px){.b-header_projects:hover .b-header_projects-title,.b-header_projects:hover:after{color:#ed1c24}}@media screen and (max-width:767px){.b-header_projects:before{color:var(--secondary-color);margin-top:0;position:static}}.b-header_projects-action{height:100%;left:0;position:absolute;top:0;width:100%}.b-header_projects-action:hover{text-decoration:none}.b-header_projects-title{color:var(--secondary-color);display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-header_projects-title{display:none;font-size:13px;line-height:16px}}.b-header_projects-subtitle{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.b-header_projects-subtitle{display:none;font-size:11px;line-height:16px}}@media print{.b-hamburger{display:none}}.b-hamburger-button{color:#ed1c24;line-height:24px;position:relative;z-index:2}.b-hamburger-button:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:1200px){.b-hamburger-button{display:none}}@media screen and (max-width:767px){.b-hamburger-button{color:var(--secondary-color);padding-top:5px}}@media print{.b-top_banner{background-color:#000}}.b-top_carousel{color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.3;position:relative;text-align:center}@media print{.b-top_carousel{color:#000}}.b-top_carousel-wrapper{overflow:hidden}@media screen and (max-width:767px){.b-top_carousel-wrapper{max-height:58px;padding:0 40px}}.b-top_carousel-content{padding:11px 0}.b-top_carousel-content .tns-liveregion,.b-top_carousel-content .tns-outer>button{display:none}.b-top_carousel-slide{display:flex;justify-content:center;max-width:none}.b-top_carousel-close{background-color:#0000;color:#dfdfdf;padding:0;position:absolute;right:10px;top:6px}.b-top_carousel-close:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.b-top_carousel-close{top:50%;transform:translateY(-50%)}}.b-top_carousel-item{max-width:none;opacity:0;transition:opacity .6s ease}.b-top_carousel-item.tns-slide-active{opacity:1}.b-accessibility{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;padding:10px 0}@media print{.b-accessibility{white-space:nowrap}}@media screen and (max-width:767px){.b-accessibility{align-items:center;display:flex;font-size:12px;height:var(--top-menu-height);padding:0}}.b-accessibility-link{color:var(--secondary-color)}.b-navigation-accessibility .b-accessibility-link{color:#000}.b-accessibility-link:hover{color:#ed1c24;text-decoration:underline}.b-customer{padding:10px 16px 10px 0;position:relative;z-index:4}.b-customer.m-expanded .b-customer_menu{display:block;left:auto;min-width:220px;right:0}.b-customer.m-expanded .b-customer_action{color:#ed1c24}.b-customer.m-expanded .b-customer_action:after{transform:rotateX(180deg)}.b-customer_action{-webkit-appearance:none;appearance:none;background:none;border:0;color:var(--secondary-color);cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-customer_action:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:14px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media print{.b-customer_action{white-space:nowrap}}.b-customer_action:hover{color:#ed1c24}.b-customer_action:after{margin-top:-8px;position:absolute;right:0;top:50%;transition:all .5s linear}.b-customer_menu{background-color:#fff!important;border-bottom:2px solid #ed1c24;box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a!important;display:none;list-style:none;margin:0!important;min-width:186px;padding:12px 0!important;position:absolute;top:100%}.b-customer_menu-item{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;padding:0!important}.b-customer_menu-link{background-color:#0000;color:#000!important;display:block;padding:10px 20px 10px 24px!important;text-decoration:none!important}.b-customer_menu-link:hover{background-color:#f3f3f3;color:#ed1c24!important}.b-quick_search{max-width:none;position:relative}@media print{.b-quick_search{outline:1px solid #dfdfdf}}@media screen and (max-width:767px){.js-sticky .b-quick_search,.l-visualizer-header .b-quick_search{margin-right:130px}}.b-quick_search-inner{max-width:none}@media screen and (max-width:767px){.js-sticky .b-quick_search-inner,.l-visualizer-header .b-quick_search-inner{width:24px}}.js-sticky .b-quick_search-inner.m-expanded .b-quick_search-wrapper,.l-visualizer-header .b-quick_search-inner.m-expanded .b-quick_search-wrapper{background-color:#fff;border-bottom:1px solid #dfdfdf;display:block;left:0;padding:12px;position:fixed;right:0;top:0;z-index:4}.b-quick_search-inner.m-expanded .b-quick_search-control{color:#000;height:40px;line-height:40px;position:fixed;right:7px;top:16px;width:40px;z-index:5}.b-quick_search-inner.m-expanded .b-quick_search-control:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:40px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.js-sticky .b-quick_search-inner.m-expanded .b-quick_search-clear,.l-visualizer-header .b-quick_search-inner.m-expanded .b-quick_search-clear{right:64px}.js-sticky .b-quick_search-inner.m-expanded .b-quick_search-input,.l-visualizer-header .b-quick_search-inner.m-expanded .b-quick_search-input{padding:14px 14px 14px 44px;width:calc(100% - 40px)}.js-sticky .b-quick_search-inner.m-expanded .b-quick_search-submit,.l-visualizer-header .b-quick_search-inner.m-expanded .b-quick_search-submit{left:12px;top:12px}.js-sticky .b-quick_search-wrapper,.l-visualizer-header .b-quick_search-wrapper{display:none;left:0;position:fixed;top:0;width:100%;z-index:2}}.b-quick_search-control{display:none;height:24px;max-width:none;width:24px}.b-quick_search-control:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.js-sticky .b-quick_search-control,.l-visualizer-header .b-quick_search-control{color:var(--secondary-color);display:block}}.b-quick_search-input{background-color:#f3f3f3;border:none;border-radius:0;box-shadow:inset 1px 1px #0000,inset -1px -1px #0000;box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:48px;line-height:1.25;outline:none;padding:14px 48px 14px 16px;transition:box-shadow .3s linear;width:100%}.b-quick_search-input:focus{background-color:#fff;box-shadow:inset 1px 1px #000,inset -1px -1px #000}@media screen and (max-width:1199px){.b-quick_search-input{padding:14px 80px 14px 44px}}.b-quick_search-submit{background-color:#0000;border:none;color:#ed1c24;height:48px;outline:none;padding:0;position:absolute;right:0;text-align:center;top:0;width:48px}.b-quick_search-submit:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;line-height:48px;text-decoration:none;text-transform:none}@media screen and (max-width:1199px){.b-quick_search-submit{left:0;right:auto}}.b-quick_search-submit.m-small{pointer-events:none;top:-6px}.b-quick_search-submit.m-small:after{color:#000}@media screen and (max-width:1199px){.b-quick_search-submit.m-small{left:auto;right:0;top:0}}.b-quick_search-result{display:none}.b-quick_search-result.m-results-show{display:block}.b-quick_search-clear{background-color:#0000;border:none;color:#000!important;display:none;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:100%;line-height:1.25;padding:0!important;position:absolute;text-transform:none;top:0;width:auto}.b-quick_search-clear.m-show{display:block}@media screen and (min-width:768px){.b-quick_search-clear{right:52px}}@media screen and (max-width:1199px){.b-quick_search-clear{font-size:16px;right:88px}}.b-quick_search-clear span{border-bottom:1px solid #ed1c24;margin-top:2px}.b-quick_search-form.m-search-result .b-quick_search-input{position:relative}@media screen and (min-width:768px){.b-quick_search-form.m-search-result .b-quick_search-input{padding-right:95px}}@media screen and (max-width:1199px){.b-quick_search-form.m-search-result .b-quick_search-input{padding-right:134px}}@media screen and (max-width:767px){.js-sticky .b-quick_search-form.m-search-result .b-quick_search-input,.l-visualizer-header .b-quick_search-form.m-search-result .b-quick_search-input{padding-right:54px}}.b-result{background-color:#fff;border-bottom:2px solid #ed1c24;box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a;left:0;max-height:548px;max-width:640px;min-width:100%;overflow-y:auto;overscroll-behavior-y:contain;position:absolute;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin;top:100%;z-index:3}.b-result::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-result::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:767px){.b-result{max-height:50vh;max-width:320px}}.b-result-inner{display:flex;max-width:none;overflow:hidden}@media screen and (min-width:768px){.b-result-inner{min-height:100%}}@media screen and (max-width:1199px){.b-result-inner{flex-direction:column}}.b-result-categories,.b-result-content,.b-result-video{min-width:320px;padding-bottom:20px}@media screen and (min-width:768px){.b-result-categories,.b-result-content,.b-result-video{padding:12px 0}}.b-result-products{min-width:320px;padding-bottom:20px}@media screen and (min-width:768px){.b-result-products{border-right:1px solid #dfdfdf;padding:12px 0}}.b-result-blocks{flex-grow:1}.b-result-title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;padding:10px 24px;text-transform:uppercase}.b-result-menu{list-style-type:none;margin:0;padding:0 0 15px}.b-result-name_title{font-weight:700}.b-result-name_category{padding-left:5px}.b-result-item{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-result-item[data-selected] .b-result-link{background-color:#f3f3f3;color:#ed1c24}.b-result-link{background-color:#0000;box-sizing:border-box;color:#000;display:flex;flex-wrap:wrap;padding:10px 24px;text-decoration:none;transition:all .3s ease;width:100%}.b-result-link:hover{background-color:#f3f3f3;color:#ed1c24}.b-result-quantity{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.53}.b-result_products-searched{padding:10px 20px 5px}.b-result_products-searched,.b-result_products-searched strong{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-result_products-searched strong{color:#000;cursor:pointer;font-weight:700;overflow:visible;position:relative}.b-result_products-searched strong:link{overflow:visible}.b-result_products-searched strong:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-result_products-searched strong:hover{color:#ed1c24;text-decoration:none}.b-result_products-item{background-color:#0000;display:flex;padding:12px 20px 16px;position:relative;transition:all .3s ease}.b-result_products-item:hover{background-color:#f3f3f3}.b-result_products-item:hover .b-result_products-name{color:#ed1c24}.b-result_products-item_link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.b-result_products-thumbnail{height:80px;margin-right:16px;min-width:80px;position:relative}.b-result_products-thumbnail_img{height:auto;left:0;position:absolute;width:100%}.b-result_products-thumbnail_img.lazy{opacity:0;visibility:hidden}.b-result_products-thumbnail_img.lazy-error,.b-result_products-thumbnail_img.lazy-loaded{opacity:1;visibility:visible}.b-result_products-box{display:flex;flex-direction:column;flex-grow:1}.b-result_products-category{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:2px;line-height:1.33;margin-bottom:4px;text-transform:uppercase}.b-result_products-name{color:#000;font-size:14px;line-height:1.29;margin-bottom:8px;transition:all .3s ease}.b-result_products-name,.b-result_products-price{font-family:Roboto,Arial,sans-serif;font-weight:700}.b-result_products-price{font-size:16px;line-height:1.25}.b-result_products-price_int{font-size:12px;font-weight:400}@media screen and (max-width:767px){.b-cart .b-minicart{display:none}}@media screen and (min-width:1200px){.b-cart .b-minicart{display:none}.b-cart:hover .b-cart_header-icon{background-color:var(--header-minicart-bg)}.b-cart:hover .b-minicart{display:block}}.b-cart_header{position:relative;transition:all .3s ease;z-index:2}.b-cart_header:after{background-color:var(--border-color);bottom:0;left:-5px;position:absolute;top:0;width:1px}@media screen and (min-width:768px){.b-cart_header:after{content:""}.b-cart_header{height:51px;margin:0;width:51px}}@media screen and (min-width:768px)and (max-width:1199px){.b-cart_header{height:40px}}@media screen and (max-width:767px){.b-cart_header{height:25px;margin-right:10px;width:25px}}.b-cart_header-action:hover{text-decoration:none}.b-cart_header-icon{align-items:center;background:none;box-sizing:border-box;color:#ed1c24;display:flex;font-size:0;height:100%;padding:0;width:100%}.b-cart_header-icon:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:22px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-cart_header-icon{justify-content:center}}@media screen and (max-width:767px){.b-cart_header-icon{color:var(--secondary-color);margin:0;padding:0}}@media print{.b-cart_header-icon{margin-top:-20px}}.b-cart_header-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.b-cart_header-count{background-color:#000;border-radius:0;border-top:0;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.2;min-width:14px;padding:1px;position:absolute;right:0;text-align:center;top:0;width:auto;z-index:2}@media screen and (max-width:767px){.b-cart_header-count{background-color:#ed1c24;right:-12px;top:-10px}}@media print{.b-cart_header-count{display:none}}.b-minicart{background-color:#fff;border-bottom:2px solid #ed1c24;box-shadow:0 16px 24px -4px #00000029,0 0 4px 0 #0000001a;box-sizing:border-box;max-height:calc(100vh - 100px);min-height:80px;overflow-y:auto;overscroll-behavior-y:contain;padding:24px 24px 0;position:absolute;right:0;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin;top:100%;width:352px;z-index:10}.b-minicart::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-minicart::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}.b-minicart.m-hide-cart{display:none}@media screen and (max-width:1199px){.b-minicart{display:none}}.b-minicart .b-spinner{background-color:#0006;bottom:0;height:auto;left:0;margin:0;position:absolute;right:0;top:0}.b-minicart-header{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;margin-bottom:24px;text-transform:uppercase}.b-minicart-header_numbers{font-weight:400}.b-minicart:first-child{border-top:none;padding-top:0}.b-minicart-products{-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;margin-right:-24px;max-height:350px;overflow:auto;overscroll-behavior:contain;overscroll-behavior-y:contain;padding-right:24px;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin;touch-action:pan-y}.b-minicart-products::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-minicart-products::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}.b-minicart-product{border-top:1px solid #f3f3f3;margin-bottom:15px;overflow:hidden;padding-top:24px}.b-minicart-product.product-line-item{display:block}.b-minicart-product .product-image{height:auto;width:100%}.b-minicart-product_image{float:left;height:75px;margin:0 16px 20px 0;width:75px}.b-minicart-product_name{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin:0 0 14px;overflow:hidden;padding-right:26px;position:relative}.b-minicart-product_link{color:#000}.b-minicart-product_link:hover{color:#ed1c24;text-decoration:underline}.b-minicart-product_label-txt{background-color:#dfdfdf;color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.67;margin:0 0 7px;padding:0 2px;text-align:center;text-transform:uppercase;width:45px}.b-minicart-product_pricing{display:flex;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin-left:90px}.b-minicart-product_label{color:#8a8a8a;flex-grow:1;font-weight:400}.b-minicart-product_value{display:inline-block;font-size:14px;line-height:1.5;margin-right:5px}.b-minicart-totals{background-color:#f3f3f3;margin:0 -24px;padding:24px}.b-minicart-subtotals{display:flex;font-size:16px;justify-content:space-between;line-height:1.25;margin-bottom:15px}.b-minicart-btn,.b-minicart-btn:link,.b-minicart-btn:visited,.b-minicart-subtotals{font-family:Roboto,Arial,sans-serif;font-weight:700;letter-spacing:2px;text-transform:uppercase}.b-minicart-btn,.b-minicart-btn:link,.b-minicart-btn:visited{background-color:#000;border:none;box-sizing:border-box;color:#fff;color:#fff!important;cursor:pointer;display:inline-flex;font-size:14px;height:auto;justify-content:center;line-height:16px;max-width:100%;padding:16px;text-align:center;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-minicart-btn:after,.b-minicart-btn:before,.b-minicart-btn:link:after,.b-minicart-btn:link:before,.b-minicart-btn:visited:after,.b-minicart-btn:visited:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-minicart-btn:before,.b-minicart-btn:link:before,.b-minicart-btn:visited:before{padding-right:8px}.b-minicart-btn:after,.b-minicart-btn:link:after,.b-minicart-btn:visited:after{padding-left:8px}@media not all and (pointer:coarse){.b-minicart-btn:hover,.b-minicart-btn:link:hover,.b-minicart-btn:visited:hover{text-decoration:none}.b-minicart-btn:hover:after,.b-minicart-btn:hover:before,.b-minicart-btn:link:hover:after,.b-minicart-btn:link:hover:before,.b-minicart-btn:visited:hover:after,.b-minicart-btn:visited:hover:before{color:#fff}}.b-minicart-btn:link,.b-minicart-btn:link:link,.b-minicart-btn:visited:link{padding:16px}.b-minicart-btn:link,.b-minicart-btn:link:link,.b-minicart-btn:link:visited,.b-minicart-btn:visited,.b-minicart-btn:visited:link,.b-minicart-btn:visited:visited{color:#fff}.b-minicart-btn:focus,.b-minicart-btn:link:focus,.b-minicart-btn:visited:focus{outline:none}@media not all and (pointer:coarse){.b-minicart-btn:hover,.b-minicart-btn:link:hover,.b-minicart-btn:visited:hover{background-color:#ed1c24}}.b-minicart-btn.m-disabled,.b-minicart-btn:disabled,.b-minicart-btn:link.m-disabled,.b-minicart-btn:link:disabled,.b-minicart-btn:visited.m-disabled,.b-minicart-btn:visited:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-minicart-btn.m-disabled:before,.b-minicart-btn:disabled:before,.b-minicart-btn:link.m-disabled:before,.b-minicart-btn:link:disabled:before,.b-minicart-btn:visited.m-disabled:before,.b-minicart-btn:visited:disabled:before{color:#bababa!important}.b-minicart-product_remove_btn{background-color:#0000;border:none;padding:0;position:absolute;right:0;top:0}.b-minicart-product_remove_btn:before{-webkit-font-smoothing:antialiased;speak:none;color:#000;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-logo{align-items:center;display:flex;height:86px;position:relative;z-index:1}@media screen and (min-width:1200px){.b-logo{width:175px}}@media screen and (min-width:768px)and (max-width:1199px){.b-logo{margin-left:48px}}@media screen and (max-width:767px){.b-logo{height:60px;margin-left:40px;width:91px}}@media screen and (max-width:1023px){.l-checkout .b-logo{margin-left:10px}}.l-checkout .b-logo{height:auto;width:118px}.b-logo-img{width:100%}.b-logo_outer_print{display:none}@media print{.b-logo_outer_print{display:inline-block}.b-header_scan,.b-logo_outer{display:none}}.b-header_scan.m-open .b-header_scan-barcode{display:block}.b-header_scan-viewport{height:calc(100% - 48px)}.b-header_scan-barcode{background-color:#f3f3f3;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:100}.b-header_scan-btn_wrap{padding:13px 0 15px;text-align:center}.b-header_scan-close{border-bottom:1px solid #ed1c24;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:auto;line-height:1.25;padding:0;position:relative;text-transform:none}.b-header_scan-close:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;position:absolute;right:-30px;text-decoration:none;text-transform:none;top:50%;transform:translateY(-45%)}.b-header_scan-btn{cursor:pointer;height:auto;margin-right:12px;max-width:65px;padding:0 32px 0 0;position:relative}.b-header_scan-text{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.71}.b-header_scan-icon{color:#ed1c24}.b-header_scan-icon:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:22px;font-style:normal;font-variant:normal;font-weight:400;position:absolute;right:0;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%)}@media screen and (max-width:1199px){.b-navigation.open{display:block}.b-navigation{background-color:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:3}}.b-navigation-inner{overscroll-behavior-y:contain;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-navigation-inner::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-navigation-inner::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:1199px){.b-navigation-inner{background-color:#fff;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;width:290px}}.b-navigation-inner.m-level-1{overflow:hidden}@media screen and (max-width:1199px){.b-navigation-mobile_top{padding-top:65px}.ug-pro .b-navigation-mobile_top{background-image:linear-gradient(90deg,#000,#303030 45%,#303030 55%,#000)}.b-navigation-mobile_header{background-color:#fff;left:0;padding:0 20px;position:fixed;top:0;width:290px;z-index:3}.ug-pro .b-navigation-mobile_header{background-image:linear-gradient(90deg,#000,#303030 45%,#303030 55%,#000)}}.b-navigation-mobile_header .b-logo{height:65px;margin:0;width:91px}@media screen and (min-width:768px){.b-navigation-mobile_cta{display:none}}@media screen and (max-width:1199px){.b-navigation-mobile_cta{padding:0 20px 26px}}@media print{.b-navigation-mobile_cta{display:none}}@media screen and (min-width:1200px){.b-navigation-inspiration,.b-navigation-mobile_header{display:none}}@media print{.b-navigation-inspiration,.b-navigation-mobile_header{display:none}}@media screen and (max-width:1199px){.b-navigation-inspiration{background-color:#f3f3f3}}@media screen and (min-width:1200px){.b-navigation-additional{display:none}}@media print{.b-navigation-additional{display:none}}.b-navigation-accessibility{background-color:#f3f3f3;padding:0 20px}@media screen and (min-width:1200px){.b-navigation-accessibility{display:none}}@media print{.b-navigation-accessibility{display:none}}@media screen and (max-width:1199px){.b-navigation-accessibility .b-accessibility{font-size:16px;height:auto;padding:10px 0}.b-navigation-accessibility .b-accessibility-link{display:block;padding:14px 0!important;width:100%}.b-navigation-categories{background:none}}.b-navigation-close_btn{color:var(--border-color);height:40px;line-height:40px;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:40px}.b-navigation-close_btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:40px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1199px){.b-inspiration_menu{padding:20px 0}}.b-inspiration_menu-list{list-style:none}@media screen and (min-width:1200px){.b-inspiration_menu-list{display:flex;height:var(--top-menu-height);justify-content:center}}@media print{.b-inspiration_menu-list{text-align:center}}.b-inspiration_menu-title{border-bottom:2px solid #ed1c24;color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.25;margin-left:20px;margin-right:0;padding:12px 0;text-transform:uppercase}@media screen and (max-width:1199px){.b-inspiration_menu-title{letter-spacing:2px}}.b-inspiration_menu-item{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.67}@media screen and (min-width:1200px){.b-inspiration_menu-item{letter-spacing:2px}}@media screen and (max-width:1199px){.b-inspiration_menu-item{border-bottom:1px solid #dfdfdf;font-size:16px;font-weight:400;line-height:1.25;margin:0 20px}}@media print{.b-inspiration_menu-item{display:inline-block;margin:0 10px}}.b-inspiration_menu-item.m-title{border-bottom:2px solid #ed1c24;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.25;margin-left:20px;margin-right:0;padding:12px 0;text-transform:uppercase}.b-inspiration_menu-item.b-inspiration_menu-single_link:hover .b-inspiration_menu-link:before,.b-inspiration_menu-item.b-inspiration_menu-single_link:hover:after{display:none}.b-inspiration_menu-item:hover .b-inspiration_menu-link:before,.b-inspiration_menu-item:hover .b-inspiration_submenu{opacity:1;visibility:visible}@media screen and (min-width:1200px){.b-inspiration_menu-item:hover .b-inspiration_menu-link{background-color:var(--header-attribute-bg);color:#ed1c24;text-decoration:none}}@media screen and (max-width:1199px){.b-inspiration_menu .b-inspiration_menu .b-inspiration_menu-item_1:last-child{border-bottom:none}}.b-inspiration_menu-link{background-color:#0000;color:#000;cursor:pointer;display:block;padding:14px 0;position:relative}.b-inspiration_menu-link:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:1200px){.b-inspiration_menu-link{color:var(--secondary-color);padding:10px 16px 9px;text-transform:uppercase}.b-inspiration_menu-link:hover{background-color:var(--header-attribute-bg);color:#ed1c24;text-decoration:none}}.b-inspiration_menu-link:after{color:#ed1c24;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width:1200px){.b-inspiration_menu-link:after{display:none}}@media print{.b-inspiration_menu-link:after{display:none}}.b-inspiration_menu-link:before{background-color:#00000080;bottom:0;left:0;opacity:0;overscroll-behavior-y:contain;pointer-events:none;position:fixed;right:0;top:210px;transition:all .3s ease;transition-delay:.5s;visibility:hidden;z-index:1}@media screen and (min-width:1200px){.b-inspiration_menu-link:before{content:""}}@media screen and (max-width:1199px){.b-inspiration_menu-group_1{bottom:0;display:block;left:0;letter-spacing:normal;overflow:hidden;padding-top:65px;position:fixed;top:0;transition:all .5s linear;width:290px;z-index:2}}@media screen and (max-width:1199px)and (max-width:1199px){.b-inspiration_menu-group_1 .m-inner-mobile{left:290px;opacity:0;visibility:hidden}}.b-inspiration_menu-group_1.m-active{transition:all .5s linear}@media screen and (max-width:1199px){.b-inspiration_menu-group_1.m-active .m-inner-mobile{animation:menuIn .5s;left:0;opacity:1;visibility:visible}.b-inspiration_menu-group_1.m-fade-out{display:none}.b-inspiration_menu-group_1:not(.m-active) .m-inner-mobile{left:290px}}@media screen and (min-width:768px){.b-inspiration_menu-group_1{display:none}}@media screen and (max-width:767px){.b-inspiration_menu-group_1-desktop{display:none}}.b-inspiration_menu-inner_1{background-color:#fff;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:relative;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-inspiration_menu-inner_1::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-inspiration_menu-inner_1::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:1199px){.b-inspiration_menu-inner_1{height:calc(100% - 65px);min-width:290px;position:absolute;top:65px;transition:all .5s ease;width:290px}.b-inspiration_menu-container{background-color:#fff}}.b-inspiration_menu-subtitle{border-bottom:2px solid #ed1c24;color:#000;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:space-between;line-height:1.43;margin-left:20px;padding-bottom:13px;padding-right:20px;text-transform:uppercase}.b-inspiration_menu-back{background-color:#f3f3f3;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin-bottom:24px;padding:15px 0 13px 52px;position:relative;text-transform:none}.b-inspiration_menu-back:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:20px;margin-top:2px;position:absolute;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%) rotate(90deg)}.b-inspiration_submenu{z-index:4}@media screen and (min-width:1200px){.b-inspiration_submenu{background:#f3f3f3;border-bottom:1px solid #ed1c24;left:0;opacity:0;position:absolute;right:0;top:var(--top-menu-height);transition:all .3s ease;transition-delay:.5s;visibility:hidden}}@media print{.b-inspiration_submenu{display:none}}.b-inspiration_submenu-wrapper{margin:0 auto;max-width:var(--content-width);padding:8px 0}@media screen and (min-width:1440px){.b-inspiration_submenu-wrapper{max-width:var(--content-width-xl)}}.b-inspiration_submenu-contents{color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:2px;line-height:1.25;min-width:100%;padding:24px 16px;text-transform:uppercase}@media screen and (max-width:1199px){.b-inspiration_submenu-contents{display:flex;flex-direction:column;font-size:12px;padding:16px 20px}}.b-inspiration_submenu-contents_desc{font-weight:400;letter-spacing:normal;text-transform:none}@media screen and (max-width:1199px){.b-inspiration_submenu-contents_desc{font-size:14px;padding-top:8px}}.b-inspiration_submenu-list{list-style:none}@media screen and (min-width:1200px){.b-inspiration_submenu-list{display:flex;padding-bottom:34px}}@media screen and (max-width:1199px){.b-inspiration_submenu-list{padding-left:20px;padding-right:20px}}.b-inspiration_submenu-figure{height:300px}@media screen and (max-width:1199px){.b-inspiration_submenu-figure{height:250px}}.b-inspiration_submenu-figure img{height:100%;object-fit:cover}@media screen and (max-width:1199px){.b-inspiration_submenu-figure img{width:100%}}.b-inspiration_submenu-item{margin-bottom:24px}@media screen and (min-width:1200px){.b-inspiration_submenu-item{flex:0 1 auto;margin:0 16px;max-width:25%;min-width:160px}}@media screen and (max-width:1199px){.b-inspiration_submenu-item{padding:0 24px}}@media screen and (min-width:1200px){.b-inspiration_submenu-category:hover .b-inspiration_submenu-title{border-color:#ed1c24;color:#ed1c24}.b-inspiration_submenu-category:hover .b-inspiration_submenu-title_link:after{display:block}.b-inspiration_submenu-category:hover .b-inspiration_submenu-title_link{border-color:#ed1c24;color:#ed1c24;text-decoration:none}}.b-inspiration_submenu-title{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;position:relative;text-transform:none}.b-inspiration_submenu-title:hover{border-color:#ed1c24;color:#ed1c24}.b-inspiration_submenu-title_link{border-bottom:1px solid #dfdfdf;color:#000;display:block;padding:12px 0;transition:all .3s ease}.b-inspiration_submenu-title_link:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-inspiration_submenu-title_link:hover{border-color:#ed1c24;text-decoration:none}.b-inspiration_submenu-title_link:hover:after{display:block}@media screen and (min-width:1200px){.b-inspiration_submenu-title_link:hover{color:#ed1c24}}.b-inspiration_submenu-title_link:after{color:#ed1c24;display:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.b-additional_menu{padding:20px}.b-additional_menu-item_1{border-bottom:1px solid #dfdfdf;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-additional_menu-item_1.m-open .b-additional_menu-group_1{display:block}.b-additional_menu-item_1.m-open .b-additional_menu-name:after{transform:translateY(-50%) rotate(-90deg)}.b-additional_menu-item_1.m-last{border-color:#0000}.b-additional_menu-name{display:block;padding:15px 0;position:relative}.b-additional_menu-name:after{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;position:absolute;right:0;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%) rotate(90deg)}.b-additional_menu-group_1{display:none;padding:0 24px}.b-additional_menu-list_2{padding-bottom:12px}.b-additional_menu-item_2{padding:12px 0}.b-additional_menu-link_2{color:#000}@media screen and (min-width:1200px){.b-categories_navigation{background-color:#ed1c24}}.b-categories_navigation-list_1{margin:0;padding:0}@media screen and (min-width:1200px){.b-categories_navigation-list_1{display:flex;justify-content:center;position:relative}}@media screen and (max-width:1199px){.b-categories_navigation-list_1{position:relative}}@media print{.b-categories_navigation-list_1{text-align:center}}@media screen and (min-width:768px)and (max-width:1199px){.b-categories_navigation-list_1:before{top:70px}}@media screen and (max-width:1199px){.b-categories_navigation-list_1:before{background-color:#ed1c24;content:"";height:2px;left:20px;position:absolute;right:0;top:0}}@media screen and (max-width:767px){.b-categories_navigation-list_1 .b-categories_navigation-item_1:last-child{border-bottom:none}}.b-categories_navigation-item_1{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;text-transform:uppercase}@media screen and (min-width:1200px){.b-categories_navigation-item_1{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}}@media screen and (max-width:1199px){.b-categories_navigation-item_1{border-bottom:1px solid #dfdfdf;cursor:pointer;margin:0 20px}}@media print{.b-categories_navigation-item_1{display:inline-block}}@media screen and (min-width:1200px){.b-categories_navigation-item_1:hover .b-categories_navigation-group_1,.b-categories_navigation-item_1:hover .b-categories_navigation-link_1:before{opacity:1;visibility:visible}.b-categories_navigation-item_1:hover .b-categories_navigation-link_1{background-color:#fff;color:#ed1c24}}.b-categories_navigation-link_1{color:#000;display:block;padding:14px 25px 13px 0}.b-categories_navigation-link_1:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:1200px){.b-categories_navigation-link_1{background-color:#0000;color:#fff;padding:14px 16px}}@media screen and (max-width:1199px){.b-categories_navigation-link_1{padding-right:20px;position:relative}}.b-categories_navigation-link_1:hover{text-decoration:none}.b-categories_navigation-link_1:after{color:#ed1c24;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width:1200px){.b-categories_navigation-link_1:after{display:none}}@media print{.b-categories_navigation-link_1:after{display:none}}.b-categories_navigation-link_1:before{background-color:#00000080;bottom:0;left:0;opacity:0;overscroll-behavior-y:contain;pointer-events:none;position:fixed;right:0;top:333px;transition:all .3s ease;transition-delay:.5s;visibility:hidden;z-index:1}@media screen and (min-width:1200px){.b-categories_navigation-link_1:before{content:""}}@media screen and (max-width:1199px){.b-categories_navigation-group_1{bottom:0;display:block;left:0;letter-spacing:normal;overflow:hidden;padding-top:65px;position:fixed;top:0;transition:all .5s linear;width:290px;z-index:2}}@media screen and (max-width:1199px)and (max-width:1199px){.b-categories_navigation-group_1 .m-inner-mobile{left:290px;opacity:0;visibility:hidden}}.b-categories_navigation-group_1.m-active{transition:all .5s linear}@media screen and (max-width:1199px){.b-categories_navigation-group_1.m-active .m-inner-mobile{animation:menuIn .5s;left:0;opacity:1;visibility:visible}.b-categories_navigation-group_1.m-fade-out{display:none}.b-categories_navigation-group_1:not(.m-active) .m-inner-mobile{left:290px}}@media screen and (min-width:1200px){.b-categories_navigation-group_1{background-color:#fff;border-bottom:2px solid #ed1c24;left:0;opacity:0;padding:28px 0 8px;position:absolute;right:0;top:100%;transition:all .3s ease;transition-delay:.5s;visibility:hidden;z-index:2}}@media print{.b-categories_navigation-group_1{display:none}}.b-categories_navigation-inner_1{background-color:#fff;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:relative;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-categories_navigation-inner_1::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-categories_navigation-inner_1::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:1199px){.b-categories_navigation-inner_1{height:calc(100% - 65px);min-width:290px;position:absolute;top:65px;transition:all .5s ease;width:290px}}@media screen and (min-width:1200px){.b-categories_navigation-container{margin:0 auto;max-width:var(--content-width);max-width:var(--content-width-xl)}.b-categories_navigation-section.m-category-panel.m-slot-two .b-megamenu_banners,.b-categories_navigation-section.m-slot-panel.m-slot-two .b-megamenu_banners{margin:0 -16px}.b-categories_navigation-section.m-category-panel.m-slot-two .b-megamenu_banners-item,.b-categories_navigation-section.m-slot-panel.m-slot-two .b-megamenu_banners-item{flex:0 1 50%;max-width:50%;padding:0 16px}.b-categories_navigation-section.m-category-panel .b-categories_navigation-list_2{flex-wrap:wrap;justify-content:center}.b-categories_navigation-section.m-category-panel .b-categories_navigation-item_2{flex:0 1 25%;max-width:25%}.b-categories_navigation-section.m-category-panel.m-slot-one,.b-categories_navigation-section.m-category-panel.m-slot-two{display:flex}.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-list_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-list_2{flex-wrap:wrap;justify-content:flex-start}.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-list_2.m-two_columns .b-categories_navigation-item_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-list_2.m-two_columns .b-categories_navigation-item_2{max-width:50%;min-width:50%}.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-list_2.m-tree_columns .b-categories_navigation-item_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-list_2.m-tree_columns .b-categories_navigation-item_2{max-width:33.33%;min-width:33.33%}.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-list_2.m-tree_columns .b-categories_navigation-item_2,.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-list_2.m-two_columns .b-categories_navigation-item_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-list_2.m-tree_columns .b-categories_navigation-item_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-list_2.m-two_columns .b-categories_navigation-item_2{box-sizing:border-box;flex:1 1 auto}.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-content_2,.b-categories_navigation-section.m-category-panel.m-slot-one .b-categories_navigation-slots,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-content_2,.b-categories_navigation-section.m-category-panel.m-slot-two .b-categories_navigation-slots{flex:0 1 50%;max-width:50%}.b-categories_navigation-slots{padding:0 16px}.b-categories_navigation-subhead{display:none}}.b-categories_navigation-back_btn{background-color:#f3f3f3;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin-bottom:24px;padding:15px 0 13px 52px;position:relative;text-transform:none}.b-categories_navigation-back_btn:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:20px;margin-top:2px;position:absolute;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%) rotate(90deg)}.b-categories_navigation-title{border-bottom:2px solid #ed1c24;color:#000;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:space-between;line-height:1.43;margin-left:20px;padding-bottom:13px;padding-right:20px;text-transform:uppercase}.b-categories_navigation-title_name{letter-spacing:2px}.b-categories_navigation-title_more{font-weight:400;text-transform:none}@media screen and (min-width:1200px){.b-categories_navigation-list_2{display:flex}}.b-categories_navigation-item_2{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.29}@media screen and (min-width:1200px){.b-categories_navigation-item_2{margin-bottom:24px;min-width:160px;padding:0 16px;position:relative}}@media screen and (max-width:1199px){.b-categories_navigation-item_2{border-bottom:1px solid #dfdfdf;margin:0 20px}}.b-categories_navigation-item_2:before{background-color:#dfdfdf;display:block;height:1px;left:16px;position:absolute;right:16px;top:36px}@media screen and (min-width:1200px){.b-categories_navigation-item_2:before{content:""}}@media screen and (max-width:1199px){.b-categories_navigation-item_2.m-menu-without .b-categories_navigation-title_2:after{transform:translateY(-50%) rotate(-90deg)}}.b-categories_navigation-title_2{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.25}.b-categories_navigation-title_2:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1199px){.b-categories_navigation-title_2.m-open:after{transform:translateY(-50%) rotate(180deg)}}.b-categories_navigation-title_2.m-open+.b-categories_navigation-group_3{display:block}@media screen and (min-width:1200px){.b-categories_navigation-title_2{display:flex;letter-spacing:2px;margin-bottom:32px;max-height:22px;padding-bottom:5px;text-transform:uppercase}}@media screen and (max-width:1199px){.b-categories_navigation-title_2{font-weight:400;padding:14px 0 13px;position:relative;text-transform:none}}.b-categories_navigation-title_2:after{color:#ed1c24;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width:1200px){.b-categories_navigation-title_2:after{display:none}.b-categories_navigation-title_2.m-single{border-bottom:1px solid #0000;display:inline-flex;overflow:visible;padding-bottom:4px;position:relative}.b-categories_navigation-title_2.m-single:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-categories_navigation-title_2.m-single:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);border-bottom-color:#ed1c24;text-decoration:none}@media screen and (max-width:1199px){.b-categories_navigation-title_2.m-single:hover{color:#000}}.b-categories_navigation-title_2.m-single:hover:after{opacity:1;visibility:visible}@media screen and (min-width:1200px){.b-categories_navigation-title_2.m-single:after{display:block;opacity:0;right:-25px;visibility:hidden}}@media screen and (max-width:1199px){.b-categories_navigation-group_3{display:none;margin-bottom:24px}}.b-categories_navigation-list-3{margin-left:24px}.b-categories_navigation-item_3{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.67}@media screen and (min-width:1200px){.b-categories_navigation-item_3.m-view-all{display:none}.b-categories_navigation-item_3{padding-bottom:16px}}@media screen and (max-width:1199px){.b-categories_navigation-item_3{line-height:1.29;margin-left:24px}}.b-categories_navigation-link_3{color:#000;text-transform:none}@media screen and (max-width:1199px){.b-categories_navigation-link_3{display:block;padding:12px 0}}@media screen and (min-width:1200px){.b-categories_navigation-link_3:hover{color:#ed1c24;text-decoration:underline}}.b-mobile_cta-auth.m-expanded .b-mobile_cta-group_1{left:0;opacity:1;visibility:visible}.b-mobile_cta-account{padding:0 32px;position:relative}.b-mobile_cta-account:after{content:"";font-size:24px}.b-mobile_cta-account:after,.b-mobile_cta-account:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-mobile_cta-account:before{content:"";font-size:22px}.b-mobile_cta-account:after,.b-mobile_cta-account:before{color:#ed1c24;font-size:24px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.b-mobile_cta-account:after{right:0;transform:translateY(-50%) rotate(-90deg)}.b-mobile_cta-account:before{left:0}.b-mobile_cta-title{color:var(--secondary-color);display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-mobile_cta-title.m-navigation{color:#000}.b-mobile_cta-subtitle{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-mobile_cta-name{margin-bottom:23px;padding:0 20px 0 52px;position:relative}.b-mobile_cta-name:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:22px;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:20px;line-height:1;position:absolute;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%)}@media screen and (max-width:1199px){.b-mobile_cta-group_1{bottom:0;display:block;left:0;letter-spacing:normal;overflow:hidden;padding-top:65px;position:fixed;top:0;transition:all .5s linear;width:290px;z-index:2}}@media screen and (max-width:1199px)and (max-width:1199px){.b-mobile_cta-group_1 .m-inner-mobile{left:290px;opacity:0;visibility:hidden}}.b-mobile_cta-group_1.m-active{transition:all .5s linear}@media screen and (max-width:1199px){.b-mobile_cta-group_1.m-active .m-inner-mobile{animation:menuIn .5s;left:0;opacity:1;visibility:visible}.b-mobile_cta-group_1.m-fade-out{display:none}.b-mobile_cta-group_1:not(.m-active) .m-inner-mobile{left:290px}}.b-mobile_cta-inner_1{background-color:#fff;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:relative;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-mobile_cta-inner_1::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-mobile_cta-inner_1::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:1199px){.b-mobile_cta-inner_1{height:calc(100% - 65px);min-width:290px;position:absolute;top:65px;transition:all .5s ease;width:290px}}.b-mobile_cta-back{background-color:#f3f3f3;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin-bottom:24px;padding:15px 0 13px 52px;position:relative;text-transform:none}.b-mobile_cta-back:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:20px;margin-top:2px;position:absolute;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%) rotate(90deg)}@media screen and (min-width:1200px){.b-megamenu_banners{display:flex}}@media screen and (max-width:1199px){.b-megamenu_banners{padding:30px 20px 6px}}@media screen and (min-width:1200px){.b-megamenu_banners-item{flex:1 1 50%;margin-bottom:26px}}@media screen and (max-width:1199px){.b-megamenu_banners-item{padding-bottom:24px}}.b-megamenu_banners-item .product-listing.product-listing-1x4{background-color:#0000;padding:0}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .grid-tile{border-bottom:none;float:none;height:auto;margin:0;padding:0;width:auto}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .grid-tile .product-tile{height:auto!important;padding-bottom:0!important}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .btn-favorite,.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .btn-quickview,.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-detail-link,.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-size.product-attribute{display:none!important}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-image{height:300px;padding:0;width:100%}@media screen and (max-width:1199px){.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-image{height:250px}}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-image .thumb-link{height:100%}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-image img{display:block;height:100%;object-fit:cover;width:100%}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name{height:auto}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name h2{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name .name-link{border-bottom:1px solid #dfdfdf!important;color:#000!important;display:block;max-width:100%;overflow:hidden;padding:12px 30px 12px 0!important;position:relative;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name .name-link:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name .name-link:hover{border-color:#ed1c24!important;color:#ed1c24!important}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name .name-link:hover:after{opacity:1;visibility:visible}.b-megamenu_banners-item .product-listing.product-listing-1x4 ul.search-result-items .product-name .name-link:after{color:#ed1c24;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:hidden}.b-category_slot-thumbnail{height:300px;width:100%}@media screen and (max-width:1199px){.b-category_slot-thumbnail{height:250px}}.b-category_slot-img{height:100%;object-fit:cover;width:100%}.b-category_slot-subtitle{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}.b-category_slot-subtitle_link{border-bottom:1px solid #dfdfdf;color:#000;display:block;padding:12px 30px 12px 0;position:relative;text-decoration:none}.b-category_slot-subtitle_link:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-category_slot-subtitle_link:hover{border-color:#ed1c24;color:#ed1c24}.b-category_slot-subtitle_link:hover:after{opacity:1;visibility:visible}.b-category_slot-subtitle_link:after{color:#ed1c24;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease;visibility:hidden}.l-footer{background-color:#f3f3f3;position:relative;z-index:2}.l-footer+.embeddedServiceHelpButton{display:none}.b-footer_banner{background-color:var(--color-red-primary)}.b-footer_banner-container{padding:16px 0;text-align:center}.b-footer_banner-text{color:#fff;display:inline-block;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:24px;text-transform:uppercase}@media screen and (max-width:1199px){.b-footer_banner-text{font-size:18px}}@media screen and (max-width:767px){.b-footer_banner-text{display:block}}.l-footer .be-ix-link-block{background-color:#fff}.l-footer .be-ix-link-block .be-related-link-container{display:flex;flex-wrap:wrap;justify-content:center;margin:0;max-width:100%;padding:24px 0}@media screen and (max-width:767px){.l-footer .be-ix-link-block .be-related-link-container{padding:20px 0 22px;text-align:center}}.l-footer .be-ix-link-block .be-related-link-container .be-label{align-self:center;color:#000;flex-basis:auto;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:20px;text-transform:uppercase}@media screen and (min-width:768px){.l-footer .be-ix-link-block .be-related-link-container .be-label{margin-right:20px}}@media screen and (max-width:1199px){.l-footer .be-ix-link-block .be-related-link-container .be-label{flex-basis:auto}}@media screen and (max-width:767px){.l-footer .be-ix-link-block .be-related-link-container .be-label{margin-bottom:8px}.l-footer .be-ix-link-block .be-related-link-container .be-list{display:flex;flex-wrap:wrap;justify-content:space-around}}.l-footer .be-ix-link-block .be-related-link-container .be-list .be-list-item{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:20px}@media screen and (max-width:767px){.l-footer .be-ix-link-block .be-related-link-container .be-list .be-list-item{padding:8px 0}}.l-footer .be-ix-link-block .be-related-link-container .be-list .be-related-link{border-bottom:1px solid #ed1c24;color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:20px}.l-footer .be-ix-link-block .be-related-link-container .be-list .be-related-link:hover{color:#ed1c24;text-decoration:none}.b-footer_accordeon{display:flex}@media screen and (min-width:768px){.b-footer_accordeon{flex-grow:1}}@media screen and (max-width:767px){.b-footer_accordeon{flex-direction:column;padding:0 20px}}@media screen and (min-width:768px){.b-footer_accordeon-column{flex:0 1 25%;margin:0 16px}}@media screen and (max-width:767px){.b-footer_accordeon-column:first-child{order:1}.b-footer_accordeon-column:nth-child(2){order:3}.b-footer_accordeon-column:nth-child(3){order:2}.b-footer_accordeon-column:nth-child(4){order:4}.b-footer_accordeon-tab{border-bottom:1px solid #dfdfdf}.b-footer_accordeon-tab.m-open .b-footer_accordeon-list{display:block}}.b-footer_accordeon-tab.m-open .b-footer_accordeon-title:after{transform:rotate(-180deg)}.b-footer_accordeon-title{color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.29;margin:0;padding-bottom:16px;position:relative;text-transform:uppercase}.b-footer_accordeon-title:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-footer_accordeon-title{border-bottom:1px solid #dfdfdf;font-size:12px;margin-bottom:8px}}@media screen and (max-width:767px){.b-footer_accordeon-title{padding:19px 0}}.b-footer_accordeon-title:after{color:#ed1c24;position:absolute;right:0;top:18px}@media screen and (min-width:768px){.b-footer_accordeon-title:after{display:none}}.b-footer_accordeon-list{margin:0 0 32px;padding:0}@media screen and (max-width:767px){.b-footer_accordeon-list{display:none;margin-bottom:24px}}.b-footer_accordeon-item{color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;padding:8px 0}@media screen and (max-width:767px){.b-footer_accordeon-item{padding:12px 0 12px 24px}}.b-footer_accordeon-link{color:#000;display:inline-flex;text-decoration:none}.b-footer_accordeon-link:hover{color:#ed1c24;text-decoration:underline}@media screen and (min-width:768px){.b-footer_container{display:flex;margin:0 auto;max-width:var(--content-width-xl);padding:40px 24px 0}}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_container{flex-wrap:wrap;padding-top:32px}}@media screen and (min-width:1200px){.b-footer_signup{flex:0 1 350px;margin:0 16px;min-width:350px}}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_signup{flex:1 1 auto;min-width:100%}}.b-footer_signup-inner{height:auto!important}.b-footer_signup-inner_1{display:block;padding:20px;text-align:center}.b-footer_signup-inner_1#emailCTA2-m{display:block}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_signup-inner_1{margin:0 auto;max-width:459px;padding-bottom:32px;padding-top:32px}}@media screen and (max-width:767px){.b-footer_signup-inner_1{padding-bottom:32px;padding-top:24px}}.b-footer_signup-title{color:#ed1c24;font-size:24px;line-height:1.33;margin-bottom:8px}.b-footer_signup-subtitle,.b-footer_signup-title{font-family:Roboto,Arial,sans-serif;font-weight:700;letter-spacing:2px;text-transform:uppercase}.b-footer_signup-subtitle{color:#000;font-size:12px;line-height:1.67;margin-bottom:16px}.b-footer_signup-text{color:#8a8a8a;font-size:12px;line-height:1.33;margin-bottom:16px}.b-footer_signup-error,.b-footer_signup-text{font-family:Roboto,Arial,sans-serif;font-weight:400}.b-footer_signup-error{color:#ed1c24;font-size:14px;line-height:1.29;padding-top:8px}@media screen and (max-width:767px){.b-footer_signup-error{padding:8px 20px}}.b-footer_form{display:flex;flex-wrap:wrap}.b-footer_form-first_name{padding-right:4px}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_form-first_name{padding-right:6px}}.b-footer_form-first_name,.b-footer_form-last_name{box-sizing:border-box;flex-basis:50%;margin-bottom:8px}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_form-first_name,.b-footer_form-last_name{margin-bottom:12px}}.b-footer_form-last_name{padding-left:4px}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_form-last_name{padding-left:6px}}.b-footer_form-email{flex-basis:100%;min-width:100%}.b-footer_form span.error{display:none;margin:0}.b-footer_form-input{border:none;box-shadow:inset 1px 1px #0000,inset -1px -1px #0000;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:48px;line-height:1.25;padding:12px 16px;transition:all .3s ease;width:100%}.b-footer_form-input:focus{box-shadow:inset 1px 1px #000,inset -1px -1px #000;outline:none}.b-footer_form-input.error{background-color:#fff;box-shadow:inset 1px 1px red,inset -1px -1px red}.b-footer_form-input::placeholder{color:#8a8a8a}.b-footer_form-radio_block{display:flex;flex-wrap:wrap;padding-bottom:22px;padding-top:16px}.b-footer_form-radio_block .b-footer_form-error{min-width:100%;padding-top:5px}.b-footer_form-radio_labels{align-items:center;display:flex;margin-right:24px}.b-footer_form-radio_btn{margin:0}.b-footer_form-radio_label{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-footer_form-btn_wrap{flex-basis:100%}.b-footer_form-btn{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;line-height:20px;max-width:100%;padding:14px 0;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-footer_form-btn:after,.b-footer_form-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-footer_form-btn:before{padding-right:8px}.b-footer_form-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-footer_form-btn:hover{text-decoration:none}.b-footer_form-btn:hover:after,.b-footer_form-btn:hover:before{color:#fff}}.b-footer_form-btn:link{padding:16px}.b-footer_form-btn:link,.b-footer_form-btn:visited{color:#fff}.b-footer_form-btn:focus{outline:none}@media not all and (pointer:coarse){.b-footer_form-btn:hover{background-color:#ed1c24}}.b-footer_form-btn.m-disabled,.b-footer_form-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-footer_form-btn.m-disabled:before,.b-footer_form-btn:disabled:before{color:#bababa!important}.b-footer_form-btn:hover{background-color:#ed1c24}.b-footer_form-error{color:#ed1c24;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:400;line-height:12px;padding-top:8px;text-align:left}.b-footer_form-footer{letter-spacing:2px;padding:40px 0;text-align:center;text-transform:uppercase}.b-footer_form-success{display:inline-block;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:24px;margin-bottom:8px;padding-left:32px;position:relative}.b-footer_form-success:before{-webkit-font-smoothing:antialiased;speak:none;border:2px solid #80b023;border-radius:50%;color:#80b023;content:"";font-family:icons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;font-weight:700;left:0;line-height:20px;position:absolute;text-align:right;text-decoration:none;text-transform:none;top:0;width:20px}.b-footer_form-thank{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;line-height:20px}.b-footer_bottom{margin:0 auto;max-width:var(--content-width-xl);padding:0 24px 25px}@media screen and (max-width:767px){.b-footer_bottom{padding-bottom:20px}}@media screen and (min-width:768px){.b-footer_bottom-inner{border-top:1px solid #dfdfdf;display:flex;justify-content:space-between;margin:0 16px;padding-top:29px}.b-footer_bottom-social{order:1}}@media print{.b-footer_bottom-social{display:none}}@media screen and (min-width:768px){.b-footer_bottom-chat,.b-footer_bottom-menu{display:none}}@media print{.b-footer_bottom-menu{display:none}}.b-footer_social-list{display:flex;justify-content:space-between}@media screen and (max-width:767px){.b-footer_social-list{border-bottom:1px solid #dfdfdf;margin-bottom:24px;padding:32px 0 24px}}.b-footer_social-link{color:#000;font-size:24px;line-height:1;text-decoration:none}@media screen and (min-width:1200px){.b-footer_social-link{margin:0 16px}}@media screen and (min-width:768px){.b-footer_social-link:last-child{margin-right:0}}@media screen and (min-width:768px)and (max-width:1199px){.b-footer_social-link{margin:0 9px}}.b-footer_copyright{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}@media screen and (max-width:767px){.b-footer_copyright{width:60%}}@media print{.b-footer_copyright{text-align:center}}.b-footer_copyright-link{color:#000;text-decoration:none}@media screen and (max-width:767px){.b-footer_copyright-link{display:none}}.b-footer_copyright-link:hover{color:#ed1c24}@media print{.b-footer_copyright-link{display:none}}.b-footer_chat{background-color:#fff;padding:0 20px}@media screen and (min-width:768px){.b-footer_chat{display:none}}.b-footer_chat-inner{padding:32px 0;text-align:center}.b-footer_chat-inner#snapins_invite{background-color:#fff;height:auto;margin:0 auto 10px;position:static!important;text-align:center;visibility:visible}.b-footer_chat-title{color:#000;display:block;font-size:16px;line-height:1.29;margin-bottom:16px}.b-footer_chat-btn,.b-footer_chat-title{font-family:Roboto,Arial,sans-serif;font-weight:700;letter-spacing:2px;text-transform:uppercase}.b-footer_chat-btn{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;transition:background-color .2s;vertical-align:top;width:250px}.b-footer_chat-btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-footer_chat-btn:after,.b-footer_chat-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-footer_chat-btn:before{padding-right:8px}.b-footer_chat-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-footer_chat-btn:hover{text-decoration:none}.b-footer_chat-btn:hover:after,.b-footer_chat-btn:hover:before{color:#fff}.b-footer_chat-btn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-footer_chat-btn:focus,.b-footer_chat-btn:hover{outline:none!important;text-decoration:none}.b-footer_chat-btn.m-disabled,.b-footer_chat-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-footer_chat-btn.m-disabled:before,.b-footer_chat-btn:disabled:before{color:#bababa!important}.b-footer_chat-btn:before{color:#ed1c24}.b-footer_chat .b-footer_chat-inner .b-footer_chat-btn,.b-footer_chat-btn{border-radius:0;box-sizing:border-box;display:flex;margin:0;max-height:none;text-transform:uppercase;width:100%}.b-footer_chat .b-footer_chat-inner .b-footer_chat-btn:before,.b-footer_chat-btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-footer_chat #rejectInvite.embeddedServiceActionButton{display:none!important}.embeddedServiceActionButton,.embeddedServiceCloseIcon,.embeddedServiceInvitationBody{display:none}.embeddedServiceInvitation .embeddedServiceInvitationHeader{font-weight:700;padding:5px 10px 15px;position:relative;text-align:center}.embeddedServiceInvitation .embeddedServiceInvitationBody,.embeddedServiceInvitation .embeddedServiceInvitationHeader button{display:none}.embeddedServiceInvitation .embeddedServiceInvitationFooter button{-webkit-appearance:none;appearance:none;background:#ed1c24;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:12px;font-weight:700;margin:0 10px 15px;padding:10px;width:calc(100% - 20px)!important}.embeddedServiceInvitation .embeddedServiceInvitationFooter button#rejectInvite{display:none}.b-footer_additional{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:30px}@media screen and (min-width:768px){.b-footer_additional{display:none}}.b-footer_additional-link{border-bottom:1px solid #ed1c24;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;margin:8px 12px;text-decoration:none;white-space:nowrap}.b-hp_products{--carousel-1-side-padding:6px;margin:0 auto}@media screen and (max-width:767px){.b-hp_products{--carousel-1-side-padding:20px;max-width:none}}@media screen and (min-width:768px){.b-hp_products{padding-left:33.33333%;position:relative}}@media screen and (min-width:1200px){.b-hp_products{padding-left:25%}}@media screen and (min-width:1440px){.b-hp_products{padding-left:20%}}@media screen and (min-width:1920px){.b-hp_products{padding-left:16.66667%}}.b-hp_products .tns-liveregion{display:none}.b-hp_products .tns-controls{height:0}.b-hp_products .tns-controls button{background-color:#0000;display:contents;padding:0!important}.b-hp_products .tns-controls button[disabled],.b-hp_products .tns-controls button[disabled] span{opacity:.5}.b-hp_products .tns-inner,.b-hp_products .tns-outer,.b-hp_products .tns-ovh{height:100%}.b-hp_products .tns-outer{overflow:hidden}@media screen and (min-width:768px){.b-hp_products .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.b-hp_products .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}.b-hp_products-title{box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:52px;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width:768px){.b-hp_products-title{left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:31.66667%}}@media screen and (min-width:1200px){.b-hp_products-title{width:23.75%}}@media screen and (min-width:1440px){.b-hp_products-title{width:19%}}@media screen and (min-width:1920px){.b-hp_products-title{width:15.83333%}}@media screen and (max-width:767px){.b-hp_products-title{margin-bottom:48px;text-align:left}}.b-hp_products-title:after{background-color:#ed1c24;bottom:-16px;content:"";height:4px;left:0;position:absolute;width:100px}@media screen and (min-width:768px){.b-hp_products-title:after{left:50%;transform:translateX(-50%)}}.b-hp_products-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.b-hp_products-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.b-hp_products-container div{max-width:none}.b-hp_products-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-hp_products-control{display:none}}.b-hp_products-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-hp_products-control.m-previous{left:var(--carousel-1-side-padding)}.b-hp_products-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-hp_products-control.m-next{right:var(--carousel-1-side-padding)}.b-hp_products-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-hp_products-control:hover:before{font-size:32px}.b-hp_products-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.b-hp_products-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.b-hp_products-list{width:1050%!important}}.b-hp_products-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.b-hp_products-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.b-hp_products-item{min-width:calc(60vw - var(--basic-indent)*2)}}@media screen and (min-width:768px){.b-hp_products-item{width:50%}}@media screen and (min-width:1200px){.b-hp_products-item{width:33.33333%}}@media screen and (min-width:1440px){.b-hp_products-item{width:25%}}@media screen and (min-width:1920px){.b-hp_products-item{width:20%}}.b-hp_products-item .b-product_tile.m-type_2{padding-bottom:16px}.b-hp_products-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.b-hp_products-item .b-product_tile.m-type_1{padding:0}.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-category,.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-details,.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-projects,.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-sample,.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.b-hp_products-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.b-projects_carousel{--carousel-1-side-padding:6px;--carousel-1-side-padding:16px}@media screen and (max-width:767px){.b-projects_carousel{--carousel-1-side-padding:20px;max-width:none}}.b-projects_carousel .tns-liveregion{display:none}.b-projects_carousel .tns-controls{height:0}.b-projects_carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.b-projects_carousel .tns-controls button[disabled],.b-projects_carousel .tns-controls button[disabled] span{opacity:.5}.b-projects_carousel .tns-inner,.b-projects_carousel .tns-outer,.b-projects_carousel .tns-ovh{height:100%}.b-projects_carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.b-projects_carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.b-projects_carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}@media screen and (max-width:767px){.b-projects_carousel{--carousel-1-side-padding:10px}}.b-projects_carousel-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-projects_carousel-control{display:none}}.b-projects_carousel-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-projects_carousel-control.m-previous{left:var(--carousel-1-side-padding)}.b-projects_carousel-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-projects_carousel-control.m-next{right:var(--carousel-1-side-padding)}.b-projects_carousel-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-projects_carousel-control:hover:before{font-size:32px}.b-projects_carousel-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.b-projects_carousel-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.b-projects_carousel-container div{max-width:none}.b-projects_carousel-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.b-projects_carousel-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.b-projects_carousel-list{width:1050%!important}}.b-projects_carousel-link{display:block}.b-projects_carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.b-projects_carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.b-projects_carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}.b-projects_carousel-item .b-product_tile.m-type_2{padding-bottom:16px}.b-projects_carousel-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.b-projects_carousel-item .b-product_tile.m-type_1{padding:0}.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.b-projects_carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.b-projects_carousel-thumbnail_img{display:block;width:100%}.b-projects_carousel-btns{display:flex;justify-content:center;padding-top:32px}@media screen and (max-width:767px){.b-projects_carousel-btns{flex-direction:column;padding:10px 20px 0}}.b-projects_carousel-btn.m-more{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;order:2;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.b-projects_carousel-btn.m-more:after,.b-projects_carousel-btn.m-more:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-projects_carousel-btn.m-more:before{padding-right:8px}.b-projects_carousel-btn.m-more:after{padding-left:8px}@media not all and (pointer:coarse){.b-projects_carousel-btn.m-more:hover{text-decoration:none}.b-projects_carousel-btn.m-more:hover:after,.b-projects_carousel-btn.m-more:hover:before{color:#fff}.b-projects_carousel-btn.m-more:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-projects_carousel-btn.m-more:focus,.b-projects_carousel-btn.m-more:hover{outline:none!important;text-decoration:none}.b-projects_carousel-btn.m-more.m-disabled,.b-projects_carousel-btn.m-more:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-projects_carousel-btn.m-more.m-disabled:before,.b-projects_carousel-btn.m-more:disabled:before{color:#bababa!important}.b-projects_carousel-btn.m-photo{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;order:1;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.b-projects_carousel-btn.m-photo:after,.b-projects_carousel-btn.m-photo:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-projects_carousel-btn.m-photo:before{padding-right:8px}.b-projects_carousel-btn.m-photo:after{padding-left:8px}@media not all and (pointer:coarse){.b-projects_carousel-btn.m-photo:hover{text-decoration:none}.b-projects_carousel-btn.m-photo:hover:after,.b-projects_carousel-btn.m-photo:hover:before{color:#fff}}.b-projects_carousel-btn.m-photo:link{padding:16px}.b-projects_carousel-btn.m-photo:link,.b-projects_carousel-btn.m-photo:visited{color:#fff}.b-projects_carousel-btn.m-photo:focus{outline:none}@media not all and (pointer:coarse){.b-projects_carousel-btn.m-photo:hover{background-color:#ed1c24}}.b-projects_carousel-btn.m-photo.m-disabled,.b-projects_carousel-btn.m-photo:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-projects_carousel-btn.m-photo.m-disabled:before,.b-projects_carousel-btn.m-photo:disabled:before{color:#bababa!important}.b-projects_carousel-btn.m-more,.b-projects_carousel-btn.m-photo{box-sizing:border-box}@media screen and (min-width:768px){.b-projects_carousel-btn.m-more,.b-projects_carousel-btn.m-photo{margin:0 10px}}@media screen and (max-width:767px){.b-projects_carousel-btn.m-more,.b-projects_carousel-btn.m-photo{margin-bottom:10px;width:auto}}.b-projects_carousel-btn.m-more:hover,.b-projects_carousel-btn.m-photo:hover{text-decoration:none}.l-hp_projects-carousel .olapic.olapic-widget-rendered:not(.olapic-mobile):not(.olapic-tablet) #olapic-slider-widget a.olapic-nav-button:hover{background-color:#ed1c24;color:#fff}.l-hp_projects-carousel .olapic #olapic-slider-widget.olapic-slider-widget{max-width:1360px}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget.olapic-slider-widget{max-width:100%;padding-bottom:0}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer{padding-top:32px;width:100%!important}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer{padding:24px 20px 0}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons{float:none;text-align:center;width:100%}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button{display:block;margin:0}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button a{box-sizing:border-box}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button a{margin-bottom:12px}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button a:hover{text-decoration:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:15px 10px!important;padding:15px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:after,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:before{color:#ed1c24;font-size:24px;transition:color .2s}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:before{padding-right:8px}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:after{padding-left:8px}@media not all and (pointer:coarse){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover{text-decoration:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover:after,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover:before{color:#fff}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:focus,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover{outline:none!important;text-decoration:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a.m-disabled,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a.m-disabled:before,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:disabled:before{color:#bababa!important}@media screen and (min-width:768px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a{width:192px}}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a{display:block;width:100%}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-see-all a:hover{background-color:#ed1c24!important;border-color:#ed1c24!important;color:#fff!important}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:after,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:before{color:#ed1c24;font-size:24px;transition:color .2s}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:before{padding-right:8px}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:after{padding-left:8px}@media not all and (pointer:coarse){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:hover{text-decoration:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:hover:after,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:hover:before{color:#fff}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:link{padding:16px}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:link,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:visited{color:#fff}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:focus{outline:none}@media not all and (pointer:coarse){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:hover{background-color:#ed1c24}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a.m-disabled,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a.m-disabled:before,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:disabled:before{color:#bababa!important}@media screen and (min-width:768px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a{width:192px}}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a{display:block;width:100%}}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-action-buttons .olapic-action-button.olapic-upload a:hover{background-color:#ed1c24!important;border-color:#ed1c24!important;color:#fff!important}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-slider-copy a.olapic-copyright:link,.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-slider-footer .olapic-slider-copy a.olapic-copyright:visited{color:#000;opacity:.2}.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-carousel li{margin:0 16px}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget .olapic-carousel li{margin:0 10px}}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link{background-color:#ed1c24;color:#fff;height:40px;margin-top:-20px;position:absolute;text-align:center;top:50%;transition:all .3s ease;width:40px;z-index:3}@media screen and (max-width:767px){.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link{display:none!important}}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link:hover{background-color:#ed1c24;color:#fff}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link:before{font-size:24px;left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link[disabled]{opacity:.5}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link.olapic-nav-prev{left:16px}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link.olapic-nav-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link.olapic-nav-next{right:16px}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link.olapic-nav-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.l-hp_projects-carousel .olapic #olapic-slider-widget a.olapic-nav-button:link:hover:before{font-size:32px;width:100%}.g-carousel{--carousel-1-side-padding:6px;margin:0 auto}@media screen and (max-width:767px){.g-carousel{--carousel-1-side-padding:20px;max-width:none}}.g-carousel .tns-liveregion{display:none}.g-carousel .tns-controls{height:0}.g-carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.g-carousel .tns-controls button[disabled],.g-carousel .tns-controls button[disabled] span{opacity:.5}.g-carousel .tns-inner,.g-carousel .tns-outer,.g-carousel .tns-ovh{height:100%}.g-carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.g-carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.g-carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}@media screen and (max-width:767px){.g-carousel.clp-video-carousel{padding-left:20px}}.g-carousel-title{box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:52px;position:relative;text-align:center;text-transform:uppercase}@media screen and (max-width:767px){.g-carousel-title{margin-bottom:48px;text-align:left}}.g-carousel-title:after{background-color:#ed1c24;bottom:-16px;content:"";height:4px;left:0;position:absolute;width:100px}@media screen and (min-width:768px){.g-carousel-title:after{left:50%;transform:translateX(-50%)}}.g-carousel-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.g-carousel-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.g-carousel-container div{max-width:none}.g-carousel-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.g-carousel-control{display:none}}.g-carousel-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.g-carousel-control.m-previous{left:var(--carousel-1-side-padding)}.g-carousel-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.g-carousel-control.m-next{right:var(--carousel-1-side-padding)}.g-carousel-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.g-carousel-control:hover:before{font-size:32px}.g-carousel-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.g-carousel-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.g-carousel-list{width:1050%!important}}.g-carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.g-carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.g-carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}@media screen and (min-width:768px){.g-carousel-item{width:50%}}@media screen and (min-width:1200px){.g-carousel-item{width:33.33333%}}@media screen and (min-width:1440px){.g-carousel-item{width:25%}}@media screen and (min-width:1920px){.g-carousel-item{width:20%}}.g-carousel-item .b-product_tile.m-type_2{padding-bottom:16px}.g-carousel-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.g-carousel-item .b-product_tile.m-type_1{padding:0}.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.g-carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.b-recommendation_carousel{--carousel-1-side-padding:6px;margin-bottom:30px;text-align:left}@media screen and (max-width:767px){.b-recommendation_carousel{--carousel-1-side-padding:20px;max-width:none}}.b-recommendation_carousel .tns-liveregion{display:none}.b-recommendation_carousel .tns-controls{height:0}.b-recommendation_carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.b-recommendation_carousel .tns-controls button[disabled],.b-recommendation_carousel .tns-controls button[disabled] span{opacity:.5}.b-recommendation_carousel .tns-inner,.b-recommendation_carousel .tns-outer,.b-recommendation_carousel .tns-ovh{height:100%}.b-recommendation_carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.b-recommendation_carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.b-recommendation_carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}.l-clp-carousel .b-recommendation_carousel.m-fullwidth,.l-hp-carousel .b-recommendation_carousel.m-fullwidth{padding-left:0}.l-clp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title{margin-bottom:30px;position:relative;text-align:center;width:100%}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title{margin-bottom:50px}.l-clp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title:after,.l-hp-carousel .b-recommendation_carousel.m-fullwidth .b-recommendation_carousel-title:after{left:50%;margin-left:-50px}}.l-clp-carousel .b-recommendation_carousel.m-fullwidth .b-product_tile-projects,.l-hp-carousel .b-recommendation_carousel.m-fullwidth .b-product_tile-projects{display:none}.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{--carousel-1-side-padding:6px;padding:50px 0 64px}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{--carousel-1-side-padding:20px;max-width:none}}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{padding-left:33.33333%;position:relative}}@media screen and (min-width:1200px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{padding-left:25%}}@media screen and (min-width:1440px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{padding-left:20%}}@media screen and (min-width:1920px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{padding-left:16.66667%}}.l-clp-carousel .b-recommendation_carousel .tns-liveregion,.l-hp-carousel .b-recommendation_carousel .tns-liveregion{display:none}.l-clp-carousel .b-recommendation_carousel .tns-controls,.l-hp-carousel .b-recommendation_carousel .tns-controls{height:0}.l-clp-carousel .b-recommendation_carousel .tns-controls button,.l-hp-carousel .b-recommendation_carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.l-clp-carousel .b-recommendation_carousel .tns-controls button[disabled],.l-clp-carousel .b-recommendation_carousel .tns-controls button[disabled] span,.l-hp-carousel .b-recommendation_carousel .tns-controls button[disabled],.l-hp-carousel .b-recommendation_carousel .tns-controls button[disabled] span{opacity:.5}.l-clp-carousel .b-recommendation_carousel .tns-inner,.l-clp-carousel .b-recommendation_carousel .tns-outer,.l-clp-carousel .b-recommendation_carousel .tns-ovh,.l-hp-carousel .b-recommendation_carousel .tns-inner,.l-hp-carousel .b-recommendation_carousel .tns-outer,.l-hp-carousel .b-recommendation_carousel .tns-ovh{height:100%}.l-clp-carousel .b-recommendation_carousel .tns-outer,.l-hp-carousel .b-recommendation_carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel .tns-outer,.l-hp-carousel .b-recommendation_carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.l-clp-carousel .b-recommendation_carousel .tns-ovh,.l-hp-carousel .b-recommendation_carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel,.l-hp-carousel .b-recommendation_carousel{padding:30px 0}}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel{border-top:1px solid #dfdfdf}}.b-recommendation_carousel-title{box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:52px;position:relative;text-align:center;text-transform:uppercase}@media screen and (max-width:767px){.b-recommendation_carousel-title{margin-bottom:48px;text-align:left}}.b-recommendation_carousel-title:after{background-color:#ed1c24;bottom:-16px;content:"";height:4px;left:0;position:absolute;width:100px}@media screen and (min-width:768px){.b-recommendation_carousel-title:after{left:50%;transform:translateX(-50%)}}.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:52px;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:31.66667%}}@media screen and (min-width:1200px){.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{width:23.75%}}@media screen and (min-width:1440px){.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{width:19%}}@media screen and (min-width:1920px){.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{width:15.83333%}}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel-title,.l-hp-carousel .b-recommendation_carousel-title{margin-bottom:48px;text-align:left}}.l-clp-carousel .b-recommendation_carousel-title:after,.l-hp-carousel .b-recommendation_carousel-title:after{background-color:#ed1c24;bottom:-16px;content:"";height:4px;left:0;position:absolute;width:100px}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel-title:after,.l-hp-carousel .b-recommendation_carousel-title:after{left:50%;transform:translateX(-50%)}}@media print{.b-recommendation_carousel-title:after{left:50%;transform:translateX(-50%)}}.b-recommendation_carousel-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.b-recommendation_carousel-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.b-recommendation_carousel-container div{max-width:none}.b-recommendation_carousel-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-recommendation_carousel-control{display:none}}.b-recommendation_carousel-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-recommendation_carousel-control.m-previous{left:var(--carousel-1-side-padding)}.b-recommendation_carousel-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-recommendation_carousel-control.m-next{right:var(--carousel-1-side-padding)}.b-recommendation_carousel-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-recommendation_carousel-control:hover:before{font-size:32px}.b-recommendation_carousel-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.b-recommendation_carousel-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.b-recommendation_carousel-list{width:1050%!important}}.b-recommendation_carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.b-recommendation_carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.b-recommendation_carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}@media screen and (min-width:768px){.b-recommendation_carousel-item{width:33.33333%}}@media screen and (min-width:1200px){.b-recommendation_carousel-item{width:33.33333%}}@media screen and (min-width:1440px){.b-recommendation_carousel-item{width:25%}}@media screen and (min-width:1920px){.b-recommendation_carousel-item{width:25%}}.b-recommendation_carousel-item .b-product_tile.m-type_2{padding-bottom:16px}.b-recommendation_carousel-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.b-recommendation_carousel-item .b-product_tile.m-type_1{padding:0}.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}@media screen and (min-width:768px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{width:50%}}@media screen and (min-width:1200px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{width:33.33333%}}@media screen and (min-width:1440px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{width:25%}}@media screen and (min-width:1920px){.l-clp-carousel .b-recommendation_carousel-item,.l-hp-carousel .b-recommendation_carousel-item{width:20%}}.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_2,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_2{padding-bottom:16px}.l-clp-carousel .b-recommendation_carousel-item .l-plp-grid_item,.l-hp-carousel .b-recommendation_carousel-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1{padding:0}}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-title,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}}@media screen and (max-width:767px){.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.l-clp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label,.l-hp-carousel .b-recommendation_carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.b-breadcrumbs{color:#000;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:20px;padding:21px 0;position:relative;z-index:3}@media screen and (max-width:767px){.b-breadcrumbs{display:none}}.b-breadcrumbs-item{padding-right:10px;position:relative}.b-breadcrumbs-item:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-breadcrumbs-item.m-current{color:#8a8a8a;display:inline;font-size:14px;font-weight:400}.b-breadcrumbs-item.m-current:hover{color:#ed1c24;text-decoration:underline}.b-breadcrumbs-item.m-current:after{display:none}.b-breadcrumbs-item:after{color:#8a8a8a;position:absolute;right:0;top:50%;transform:translateY(-50%)}.b-breadcrumbs-item_link{text-transform:capitalize}.b-breadcrumbs-item_link:hover{color:#ed1c24;text-decoration:underline}.h-hidden{display:none!important}.h-hidden-visual{opacity:0;pointer-events:none;visibility:hidden}.h-site_width{margin:0 auto;max-width:var(--content-width);padding-left:6px;padding-right:6px}@media screen and (max-width:767px){.h-site_width{padding-left:10px;padding-right:10px}}.h-hide-invisible{visibility:hidden}.h-hide-text{background-color:#0000;color:#0000;font-size:0;letter-spacing:0;line-height:0;text-shadow:none}.h-hide-visually{clip:rect(1px,1px,1px,1px);border:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;position:absolute}@media screen and (max-width:767px){.h-hide-s{display:none!important}}@media screen and (min-width:768px)and (max-width:1199px){.h-hide-m{display:none!important}}@media screen and (min-width:1200px){.h-hide-l{display:none!important}}@media screen and (min-width:768px){.h-show_only-s{display:none!important}}@media screen and (max-width:767px){.h-show_only-m{display:none!important}}@media screen and (min-width:1200px){.h-show_only-m{display:none!important}}@media screen and (max-width:1199px){.h-show_only-l{display:none!important}}.h-ellipsis{display:block;height:100%;overflow:hidden;position:relative}.h-ellipsis-line{word-wrap:normal;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.h-under-header{margin-top:calc(var(--header-height)*-1)}.h-no_events{pointer-events:none}.h-flex{display:flex}.h-left-1{margin-left:1px}.h-left-2{margin-left:2px}.h-left-3{margin-left:3px}.h-left-4{margin-left:4px}.h-left-5{margin-left:5px}.h-left-6{margin-left:6px}.h-left-7{margin-left:7px}.h-left-8{margin-left:8px}.h-left-9{margin-left:9px}.h-left-10{margin-left:10px}.h-left-11{margin-left:11px}.h-left-12{margin-left:12px}.h-left-13{margin-left:13px}.h-left-14{margin-left:14px}.h-left-15{margin-left:15px}.h-left-16{margin-left:16px}.h-left-17{margin-left:17px}.h-left-18{margin-left:18px}.h-left-19{margin-left:19px}.h-left-20{margin-left:20px}.h-left-21{margin-left:21px}.h-left-22{margin-left:22px}.h-left-23{margin-left:23px}.h-left-24{margin-left:24px}.h-left-25{margin-left:25px}.h-left-26{margin-left:26px}.h-left-27{margin-left:27px}.h-left-28{margin-left:28px}.h-left-29{margin-left:29px}.h-left-30{margin-left:30px}.h-left-31{margin-left:31px}.h-left-32{margin-left:32px}.h-left-33{margin-left:33px}.h-left-34{margin-left:34px}.h-left-35{margin-left:35px}.h-left-36{margin-left:36px}.h-left-37{margin-left:37px}.h-left-38{margin-left:38px}.h-left-39{margin-left:39px}.h-left-40{margin-left:40px}.h-left-41{margin-left:41px}.h-left-42{margin-left:42px}.h-left-43{margin-left:43px}.h-left-44{margin-left:44px}.h-left-45{margin-left:45px}.h-left-46{margin-left:46px}.h-left-47{margin-left:47px}.h-left-48{margin-left:48px}.h-left-49{margin-left:49px}.h-left-50{margin-left:50px}.g-button_1{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.g-button_1:after,.g-button_1:before{color:#ed1c24;font-size:24px;transition:color .2s}.g-button_1:before{padding-right:8px}.g-button_1:after{padding-left:8px}@media not all and (pointer:coarse){.g-button_1:hover{text-decoration:none}.g-button_1:hover:after,.g-button_1:hover:before{color:#fff}}.g-button_1:link{padding:16px}.g-button_1:link,.g-button_1:visited{color:#fff}.g-button_1:focus{outline:none}@media not all and (pointer:coarse){.g-button_1:hover{background-color:#ed1c24}}.g-button_1.m-disabled,.g-button_1:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.g-button_1.m-disabled:before,.g-button_1:disabled:before{color:#bababa!important}.g-button_1.m-flex{width:auto}.g-button_1.m-full{width:100%}.g-button_2{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.g-button_2:after,.g-button_2:before{color:#ed1c24;font-size:24px;transition:color .2s}.g-button_2:before{padding-right:8px}.g-button_2:after{padding-left:8px}@media not all and (pointer:coarse){.g-button_2:hover{text-decoration:none}.g-button_2:hover:after,.g-button_2:hover:before{color:#fff}.g-button_2:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.g-button_2:focus,.g-button_2:hover{outline:none!important;text-decoration:none}.g-button_2.m-disabled,.g-button_2:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.g-button_2.m-disabled:before,.g-button_2:disabled:before{color:#bababa!important}.g-button_2.m-flex{width:auto}.g-button_2.m-inverted{border-color:#fff;color:#fff}.g-button_2.m-full{width:100%}.g-button_3{align-items:center;background-color:#ed1c24;border:1px solid #ed1c24;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding-left:10px!important;padding-right:10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.g-button_3:after,.g-button_3:before{color:#ed1c24;font-size:24px;transition:color .2s}.g-button_3:before{padding-right:8px}.g-button_3:after{padding-left:8px}@media not all and (pointer:coarse){.g-button_3:hover{text-decoration:none}.g-button_3:hover:after,.g-button_3:hover:before{color:#fff}}.g-button_3:hover{background-color:#000;border-color:#000;color:#fff;text-decoration:none}.g-button_3.m-disabled,.g-button_3:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.g-button_3.m-disabled:before,.g-button_3:disabled:before{color:#bababa!important}.g-button_3:focus{outline:none}.g-button_3.m-flex{width:auto}.g-button_3.m-inverted{border-color:#fff;color:#fff}.g-button_3.m-full{width:100%}.b-back-button{align-items:center;background-color:#0000;cursor:pointer;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}.b-back-button:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:14px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-back-button_text{color:#000;-webkit-text-decoration:red underline!important;text-decoration:red underline!important;text-underline-offset:.2em}.b-back_to_top{background-color:#fff;background-image:none;border:1px solid #000;bottom:70px;color:#000;cursor:pointer;display:none;height:32px;line-height:32px;outline:none;position:fixed;right:40px;text-align:center;text-indent:0;width:32px;z-index:10}.b-back_to_top:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-button_asset{display:flex;height:100%;padding:0 30px;width:100%;z-index:1}.b-button_asset.m-x-left{justify-content:flex-start}.b-button_asset.m-x-right{justify-content:flex-end}.b-button_asset.m-x-center{justify-content:center}.b-button_asset.m-top-margin{margin-top:35px}.b-button_landing{background-color:#000;border:0;color:#fff!important;cursor:pointer;display:inline-block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:48px;letter-spacing:.14em;line-height:49px;min-width:100px;outline:none;padding:0 15px!important;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .3s}.b-button_landing:hover{background-color:#ed1c24;text-decoration:none}.b-button_landing-decoration{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:.12em;position:relative;text-transform:uppercase}.b-button_landing-decoration:hover{color:inherit;text-decoration:none}.b-button_landing-decoration svg{left:50%;margin-left:-12px;position:absolute;top:calc(100% + 4px)}.m-button_landing--alt{text-transform:uppercase}@media screen and (max-width:767px){.m-button_landing--alt{min-width:0}}.b-scs_create{padding-top:8px}@media screen and (max-width:767px){.b-scs_create{padding:8px 20px 0}}.b-scs_create-title{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin-bottom:16px}.b-scs_create-form{text-align:left}.b-scs_create-label{float:none;margin-bottom:24px;padding:0;width:100%}@media screen and (max-width:767px){.b-scs_create-label{margin-bottom:14px}}.b-scs_create-input{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;outline:none;padding:13px 16px 14px;position:relative;width:100%}@media screen and (max-width:767px){.b-scs_create-input{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.b-scs_create-input:focus,.b-scs_create-input:hover{border-color:#000}.b-scs_create-input::placeholder{color:#dfdfdf}.b-scs_create-input[type=number],.b-scs_create-input[type=password],.b-scs_create-input[type=tel],.b-scs_create-input[type=text]{-webkit-appearance:none;appearance:none;background:#0000;background-color:#fff;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:48px;margin:0;outline:none;padding:13px 16px 14px;position:relative;width:100%}@media screen and (max-width:767px){.b-scs_create-input[type=number],.b-scs_create-input[type=password],.b-scs_create-input[type=tel],.b-scs_create-input[type=text]{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.b-scs_create-input[type=number]:focus,.b-scs_create-input[type=number]:hover,.b-scs_create-input[type=password]:focus,.b-scs_create-input[type=password]:hover,.b-scs_create-input[type=tel]:focus,.b-scs_create-input[type=tel]:hover,.b-scs_create-input[type=text]:focus,.b-scs_create-input[type=text]:hover{border-color:#000}.b-scs_create-input[type=number]::placeholder,.b-scs_create-input[type=password]::placeholder,.b-scs_create-input[type=tel]::placeholder,.b-scs_create-input[type=text]::placeholder{color:#dfdfdf}.b-scs_create .f-control__error,.b-scs_create-input.is-invalid,.b-scs_create-input.is-invalid[type=number],.b-scs_create-input.is-invalid[type=password],.b-scs_create-input.is-invalid[type=tel],.b-scs_create-input.is-invalid[type=text]{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28}.b-scs_create .f-control__error{padding-top:8px}.b-scs_added{background-color:#80b023;color:#fff;padding:8px 24px}.b-scs_added-text{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.2;margin:0}.b-scs_added-name{font-weight:700}.b-scs_search-form{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.b-scs_search-form .f-control__error{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28;padding-top:8px}.b-scs_search-title{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin-bottom:12px;min-width:100%}.b-scs_search .f-group{flex-grow:1;max-width:calc(100% - 116px);position:relative}.b-scs_search .f-group.is-invalid-container{padding-bottom:20px}.b-scs_search .f-group.is-invalid-container~.b-scs_search-btn{margin-bottom:20px}.b-scs_search-label{display:block;float:none;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;padding:0 0 12px;position:relative;width:auto}@media screen and (max-width:767px){.b-scs_search-label{margin:0 16px 0 0;white-space:nowrap}}.b-scs_search-error{bottom:-18px;color:#ed1c24;font-size:14px;left:0;line-height:1.29;position:absolute}.b-scs_search-error,.b-scs_search-input{font-family:Roboto,Arial,sans-serif;font-weight:400}.b-scs_search-input{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-size:16px;outline:none;padding:13px 16px 14px;position:relative;width:100%}@media screen and (max-width:767px){.b-scs_search-input{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.b-scs_search-input:focus,.b-scs_search-input:hover{border-color:#000}.b-scs_search-input::placeholder{color:#dfdfdf}.b-scs_search-input[type=number],.b-scs_search-input[type=password],.b-scs_search-input[type=tel],.b-scs_search-input[type=text]{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:48px;margin:0;outline:none;padding:13px 16px 14px;position:relative;width:100%}@media screen and (max-width:767px){.b-scs_search-input[type=number],.b-scs_search-input[type=password],.b-scs_search-input[type=tel],.b-scs_search-input[type=text]{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.b-scs_search-input[type=number]:focus,.b-scs_search-input[type=number]:hover,.b-scs_search-input[type=password]:focus,.b-scs_search-input[type=password]:hover,.b-scs_search-input[type=tel]:focus,.b-scs_search-input[type=tel]:hover,.b-scs_search-input[type=text]:focus,.b-scs_search-input[type=text]:hover{border-color:#000}.b-scs_search-input[type=number]::placeholder,.b-scs_search-input[type=password]::placeholder,.b-scs_search-input[type=tel]::placeholder,.b-scs_search-input[type=text]::placeholder{color:#dfdfdf}.b-scs_search-input.is-invalid{border-color:var(--color-error);color:var(--color-error);font-weight:400;line-height:1.28}.b-scs_search-btn,.b-scs_search-input.is-invalid{font-family:Roboto,Arial,sans-serif;font-size:14px}.b-scs_search-btn{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;margin-top:32px;max-width:100%;outline:none;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100px}.b-scs_search-btn:after,.b-scs_search-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-scs_search-btn:before{padding-right:8px}.b-scs_search-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-scs_search-btn:hover{text-decoration:none}.b-scs_search-btn:hover:after,.b-scs_search-btn:hover:before{color:#fff}}.b-scs_search-btn:link{padding:16px}.b-scs_search-btn:link,.b-scs_search-btn:visited{color:#fff}.b-scs_search-btn:focus{outline:none}@media not all and (pointer:coarse){.b-scs_search-btn:hover{background-color:#ed1c24}}.b-scs_search-btn.m-disabled,.b-scs_search-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-scs_search-btn.m-disabled:before,.b-scs_search-btn:disabled:before{color:#bababa!important}@media screen and (min-width:768px){.b-scs_search-btn.m-margin-large{margin-top:41px}}.b-scs_search-results{max-width:none;padding-top:24px;width:100%}@media screen and (max-width:1199px){.b-scs_search-results{width:100%}}.b-scs_search-change{padding-bottom:10px;text-align:center}.b-scs_search-change_link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;padding-left:30px;position:relative}.b-scs_search-change_link:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-scs_search-change_link:link{overflow:visible}.b-scs_search-change_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-scs_search-change_link:hover{color:#ed1c24;text-decoration:none}.b-scs_search-change_link:after{left:30px}.b-scs_search-change_link:link{padding-left:30px}.b-scs_search-change_link:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-scs_mall{background-color:#f3f3f3;margin:0 -32px -12px;max-width:none;position:relative}@media screen and (max-width:767px){.b-scs_mall{margin:0 -20px}}.b-scs_mall-title{display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;padding:20px 32px 0;text-transform:uppercase}@media screen and (max-width:767px){.b-scs_mall-title{padding-left:20px;padding-right:20px}}.b-scs_mall-list{max-height:31vh;overflow:auto;overscroll-behavior-y:contain;padding:0 32px;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-scs_mall-list::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-scs_mall-list::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (max-width:767px){.b-scs_mall-list{padding-left:20px;padding-right:20px}}.b-scs_mall-list .b-scs_mall-item{position:static}.b-scs_mall-item{border-bottom:1px solid #dfdfdf;padding-bottom:20px;padding-top:20px;position:relative}@media screen and (min-width:768px){.b-scs_mall-item{display:flex}}.b-scs_mall-item.m-last{border-bottom:none}.b-scs_mall-block_1{flex-grow:1;padding-right:10px}@media screen and (max-width:767px){.b-scs_mall-block_1{margin-bottom:12px;position:relative}}@media screen and (min-width:768px){.b-scs_mall-block_2{text-align:right}}.b-scs_mall-name{display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin-bottom:6px}.b-scs_mall-name:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;margin-right:4px;text-decoration:none;text-transform:none;transform:translateY(2px)}.b-scs_mall-adress{font-size:14px;line-height:1.29}.b-scs_mall-adress,.b-scs_mall-stock{font-family:Roboto,Arial,sans-serif;font-weight:400}.b-scs_mall-stock{color:#ed1c24;display:block;font-size:12px;line-height:1.33;margin-bottom:6px}@media screen and (max-width:767px){.b-scs_mall-stock{position:absolute;right:0;top:6px}}.b-scs_mall-stock_status{color:#000}.b-scs_mall-btn,.b-scs_mall-btn:link,.b-scs_mall-btn:visited{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;box-sizing:border-box;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;white-space:nowrap;width:250px;width:auto}.b-scs_mall-btn:after,.b-scs_mall-btn:before,.b-scs_mall-btn:link:after,.b-scs_mall-btn:link:before,.b-scs_mall-btn:visited:after,.b-scs_mall-btn:visited:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-scs_mall-btn:before,.b-scs_mall-btn:link:before,.b-scs_mall-btn:visited:before{padding-right:8px}.b-scs_mall-btn:after,.b-scs_mall-btn:link:after,.b-scs_mall-btn:visited:after{padding-left:8px}@media not all and (pointer:coarse){.b-scs_mall-btn:hover,.b-scs_mall-btn:link:hover,.b-scs_mall-btn:visited:hover{text-decoration:none}.b-scs_mall-btn:hover:after,.b-scs_mall-btn:hover:before,.b-scs_mall-btn:link:hover:after,.b-scs_mall-btn:link:hover:before,.b-scs_mall-btn:visited:hover:after,.b-scs_mall-btn:visited:hover:before{color:#fff}.b-scs_mall-btn:hover,.b-scs_mall-btn:link:hover,.b-scs_mall-btn:visited:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-scs_mall-btn:focus,.b-scs_mall-btn:hover,.b-scs_mall-btn:link:focus,.b-scs_mall-btn:link:hover,.b-scs_mall-btn:visited:focus,.b-scs_mall-btn:visited:hover{outline:none!important;text-decoration:none}.b-scs_mall-btn.m-disabled,.b-scs_mall-btn:disabled,.b-scs_mall-btn:link.m-disabled,.b-scs_mall-btn:link:disabled,.b-scs_mall-btn:visited.m-disabled,.b-scs_mall-btn:visited:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-scs_mall-btn.m-disabled:before,.b-scs_mall-btn:disabled:before,.b-scs_mall-btn:link.m-disabled:before,.b-scs_mall-btn:link:disabled:before,.b-scs_mall-btn:visited.m-disabled:before,.b-scs_mall-btn:visited:disabled:before{color:#bababa!important}@media screen and (max-width:767px){.b-scs_mall-btn,.b-scs_mall-btn:link,.b-scs_mall-btn:visited{width:100%}}.b-visualizer_intro{background-position:50%;background-size:cover;box-sizing:border-box;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.38;min-height:560px;overflow:hidden;padding-top:39%;position:relative;text-align:center}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro{min-height:485px}}@media screen and (max-width:767px){.b-visualizer_intro{min-height:500px}}.b-visualizer_intro:before{background-color:#00000080;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media screen and (max-width:767px){.b-visualizer_intro-entry{text-align:justify}}.b-visualizer_intro-content{left:50%;max-width:830px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro-content{max-width:646px}}@media screen and (max-width:767px){.b-visualizer_intro-content{max-width:calc(100% - 48px);padding:0 24px}}.b-visualizer_intro-logo{margin-bottom:13px}.b-visualizer_intro-title{font-family:Roboto,Arial,sans-serif;font-family:inherit;font-size:40px;letter-spacing:.06em;line-height:1.3;margin-bottom:19px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro-title{font-size:30px}}@media screen and (max-width:767px){.b-visualizer_intro-title{font-size:24px}}.b-visualizer_intro-actions{display:flex;justify-content:center;margin-top:55px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro-actions{margin-top:35px}}@media screen and (max-width:767px){.b-visualizer_intro-actions{margin-top:24px}}.b-visualizer_intro .b-visualizer_intro-btn{background-color:#fff;border:5px solid #f3f3f3;border-radius:20px;box-sizing:border-box;color:#000;display:inline-flex;flex-direction:column;height:165px;justify-content:flex-end;padding:12px 0 20px;transition:border-color .3s;width:220px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro .b-visualizer_intro-btn{height:140px;padding:11px 0 14px}}@media screen and (max-width:767px){.b-visualizer_intro .b-visualizer_intro-btn{border-radius:10px;border-width:2px;font-size:14px;height:110px;padding:8px 10px 4px;width:130px}}.b-visualizer_intro .b-visualizer_intro-btn span{display:block;margin-top:13px}@media screen and (max-width:767px){.b-visualizer_intro .b-visualizer_intro-btn span{margin-top:8px}}.b-visualizer_intro .b-visualizer_intro-btn+.b-visualizer_intro-btn{margin-left:50px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro .b-visualizer_intro-btn+.b-visualizer_intro-btn{margin-left:40px}}@media screen and (max-width:767px){.b-visualizer_intro .b-visualizer_intro-btn+.b-visualizer_intro-btn{margin-left:12px}}.b-visualizer_intro .b-visualizer_intro-btn_image{align-items:center;display:flex;height:91px;justify-content:center}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro .b-visualizer_intro-btn_image{height:70px}}@media screen and (max-width:767px){.b-visualizer_intro .b-visualizer_intro-btn_image{height:50px}}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_intro .b-visualizer_intro-btn_image img{height:auto;max-height:70px;max-width:70px;width:auto}}@media screen and (max-width:767px){.b-visualizer_intro .b-visualizer_intro-btn_image img{height:auto;max-height:50px;max-width:50px;width:auto}}@media screen and (min-width:768px){.b-visualizer_intro .b-visualizer_intro-btn:hover{border-color:#ed1c24;text-decoration:none}}.b-visualizer_intro-btn_small{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.b-visualizer_intro-btn_small:after,.b-visualizer_intro-btn_small:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-visualizer_intro-btn_small:before{padding-right:8px}.b-visualizer_intro-btn_small:after{padding-left:8px}@media not all and (pointer:coarse){.b-visualizer_intro-btn_small:hover{text-decoration:none}.b-visualizer_intro-btn_small:hover:after,.b-visualizer_intro-btn_small:hover:before{color:#fff}.b-visualizer_intro-btn_small:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-visualizer_intro-btn_small:focus,.b-visualizer_intro-btn_small:hover{outline:none!important;text-decoration:none}.b-visualizer_intro-btn_small.m-disabled,.b-visualizer_intro-btn_small:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-visualizer_intro-btn_small.m-disabled:before,.b-visualizer_intro-btn_small:disabled:before{color:#bababa!important}.b-visualizer_landing_container{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 -16px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_landing_container{margin:0 -6px;max-width:none}}@media screen and (max-width:767px){.b-visualizer_landing_container{margin:0}}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter{margin:0 -9px}@media screen and (max-width:767px){.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter{margin:0}}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter .visualizer-wrapper_btn{font-family:Roboto,Arial,sans-serif;font-size:9px;height:29px;line-height:27px;width:132px}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter .visualizer-intro_btn{border:3px solid #f3f3f3;border-radius:12px;font-size:10px!important;height:99px;padding:7px 0 12px!important;width:132px}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter .visualizer-intro_btn span{display:block;margin-top:8px}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter .visualizer-intro_btn_image{height:50px}.b-visualizer_landing_container.m-visualizer_landing_container-small_gutter .visualizer-intro_btn_image img{max-height:50px;max-width:50px}.b-visualizer_landing_container .visualizer-wrapper{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.b-visualizer_landing_container .visualizer-wrapper_btn{background-color:#fff;border:1px solid #000;color:#000!important;font-family:Roboto,Arial,sans-serif;font-size:14px;height:48px;line-height:46px;padding:0!important;position:relative;transition:border-color .3s,background-color .3s;width:221px;z-index:1}@media screen and (min-width:768px){.b-visualizer_landing_container .visualizer-wrapper_btn:hover{background-color:#ed1c24;border-color:#ed1c24;color:#fff!important}}.b-visualizer_landing_container .visualizer-intro_btn{align-items:center;background-color:#fff;border:5px solid #f3f3f3;border-radius:20px;box-sizing:border-box;color:#000!important;display:inline-flex;flex-direction:column;font-family:Roboto,sans-serif!important;font-size:16px!important;height:165px;justify-content:flex-end;padding:12px 0 20px!important;transition:border-color .3s;width:220px}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_landing_container .visualizer-intro_btn{height:140px;padding:11px 0 14px!important}}@media screen and (max-width:767px){.b-visualizer_landing_container .visualizer-intro_btn{border-radius:10px;border-width:2px;font-size:14px!important;height:110px;padding:8px 10px 4px!important;width:130px}.b-visualizer_landing_container .visualizer-intro_btn span{margin-top:8px}}.b-visualizer_landing_container .visualizer-intro_btn span{display:block;margin-top:13px}.b-visualizer_landing_container .visualizer-intro_btn_image{align-items:center;display:flex;height:91px;justify-content:center}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_landing_container .visualizer-intro_btn_image{height:70px}.b-visualizer_landing_container .visualizer-intro_btn_image img{height:auto;max-height:70px;max-width:70px;width:auto}}@media screen and (max-width:767px){.b-visualizer_landing_container .visualizer-intro_btn_image{height:50px}.b-visualizer_landing_container .visualizer-intro_btn_image img{height:auto;max-height:50px;max-width:50px;width:auto}}.b-visualizer_landing_container .m-first_visualizer_img-alt{height:100%}.b-visualizer_landing_container .m-first_visualizer_img-alt:after{background-color:#ed1c24;bottom:0;content:"";height:4px;left:0;position:absolute;right:0;transform:translateY(4px);transition:transform .3s}.b-visualizer_landing_container .m-first_visualizer_img-alt .visualizer-wrapper{opacity:0;transition:opacity .3s,visibility .3s;visibility:hidden}@media screen and (max-width:767px){.b-visualizer_landing_container .m-first_visualizer_img-alt .visualizer-wrapper{visibility:visible}.b-visualizer_landing_container .m-first_visualizer_img-alt .visualizer-wrapper_btn{height:100%;position:absolute;width:100%}}.b-visualizer_landing_container_item{cursor:pointer;display:block;margin:0 16px 32px;overflow:hidden;position:relative;width:calc(25% - 32px)}.b-visualizer_landing_container_item:nth-child(9n+1):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+2):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+7):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+8):not(.b-visualizer_landing_container_item:nth-child(-n+24)){width:calc(50% - 32px)}.b-visualizer_landing_container_item:nth-child(9n+1):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+2):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+3):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+4):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+5):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+9):not(.b-visualizer_landing_container_item:nth-child(-n+24)){width:calc(33.33% - 32px)}@media screen and (min-width:1024px){.b-visualizer_landing_container_item:hover .visualizer-wrapper{opacity:1!important;visibility:visible!important}.b-visualizer_landing_container_item:hover .m-first_visualizer_img-alt:after{transform:translateY(0)}}@media screen and (min-width:768px)and (max-width:1199px){.b-visualizer_landing_container_item{margin:0 6px 12px;width:calc(25% - 12px)}.b-visualizer_landing_container_item:nth-child(9n+1):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+2):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+7):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+8):not(.b-visualizer_landing_container_item:nth-child(-n+24)){width:calc(50% - 12px)}.b-visualizer_landing_container_item:nth-child(9n+1):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+2):not(.b-visualizer_landing_container_item:nth-child(-n+24)),.b-visualizer_landing_container_item:nth-child(9n+3):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+4):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+5):not(.b-visualizer_landing_container_item:nth-child(n+21)),.b-visualizer_landing_container_item:nth-child(9n+9):not(.b-visualizer_landing_container_item:nth-child(-n+24)){width:calc(33.33% - 12px)}}@media screen and (max-width:767px){.b-visualizer_landing_container_item{margin:0 0 12px;width:100%!important}}.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter{margin:0 9px 18px;width:calc(25% - 18px)}@media screen and (max-width:767px){.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter{margin:0 0 18px}}.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+1):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(n+21)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+2):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(n+21)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+7):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(-n+24)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+8):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(-n+24)){width:calc(50% - 18px)}.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+1):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(-n+24)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+2):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(-n+24)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+3):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(n+21)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+4):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(n+21)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+5):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(n+21)),.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(9n+9):not(.b-visualizer_landing_container_item.m-visualizer_landing_container_item-small_gutter:nth-child(-n+24)){width:calc(33.33% - 18px)}.b-visualizer_landing_container_item img,.b-visualizer_landing_container_item picture{display:block;height:100%;width:100%}.b-visualizer_landing_container_item:hover .visualizer-intro_btn{text-decoration:none}@media screen and (min-width:1024px){.b-visualizer_landing_container_item:hover .visualizer-intro_btn{border-color:#ed1c24}}.b-slider_visualizer_filter{display:inline-block;outline:none;white-space:nowrap;width:auto!important}@media screen and (max-width:767px){.b-slider_visualizer_filter{margin-left:12px}}.b-slider_visualizer_filter+.b-slider_visualizer_filter{margin-left:0}@media screen and (min-width:768px)and (max-width:1199px){.b-slider_visualizer_filter+.b-slider_visualizer_filter{margin-left:0}}@media screen and (max-width:1023px){.b-slider_visualizer_filter+.b-slider_visualizer_filter{margin-left:12px}}@media screen and (max-width:767px){.b-slider_visualizer_filter+.b-slider_visualizer_filter{margin-left:12px}}.b-slider_visualizer_filter .b-slider_visualizer_filter-btn{background-color:#0000;border:1px solid #000!important;box-sizing:border-box;color:#000!important;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:48px;letter-spacing:.14em;line-height:46px;min-width:117px;outline-color:#0000;padding:0 30px!important;text-transform:uppercase;transition:all .3s}@media screen and (min-width:1200px)and (max-width:1439px){.b-slider_visualizer_filter .b-slider_visualizer_filter-btn{padding:0 20px!important}}@media screen and (min-width:768px)and (max-width:1199px){.b-slider_visualizer_filter .b-slider_visualizer_filter-btn{min-width:65px;padding:0 15px!important}}@media screen and (max-width:767px){.b-slider_visualizer_filter .b-slider_visualizer_filter-btn{min-width:65px;padding:0 15px!important}}@media screen and (min-width:1024px){.b-slider_visualizer_filter .b-slider_visualizer_filter-btn.m-active,.b-slider_visualizer_filter .b-slider_visualizer_filter-btn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important}}.b-slider_visualizer_filter .b-slider_visualizer_filter-btn:active,.b-slider_visualizer_filter .b-slider_visualizer_filter-btn:focus{-webkit-appearance:none;appearance:none;box-shadow:none;outline:0!important}.b-slider_visualizer_filter .b-slider_visualizer_filter-btn.m-active{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important}.b-slider_visualizer_filters{background-color:#fff;left:0;margin-bottom:10px;padding:30px 0 20px;position:-webkit-sticky;position:sticky;right:0;top:123px;z-index:20}@media screen and (min-width:768px)and (max-width:1199px){.b-slider_visualizer_filters{overflow:hidden;top:134px}}@media screen and (max-width:767px){.b-slider_visualizer_filters{overflow:hidden;padding:22px 0 12px;top:50px}.b-slider_visualizer_filters .tns-inner{overflow-x:auto}}.b-slider_visualizer_filters .tns-slider{display:flex;justify-content:space-between;white-space:nowrap;width:100%!important}@media screen and (min-width:1024px){.b-slider_visualizer_filters .tns-slider{max-width:none}}.b-slider_visualizer_filters .tns-liveregion,.b-slider_visualizer_filters .tns-nav{display:none}.b-slider_visualizer_filters-outer .b-slider_visualizer_filters{background-color:#0000;padding:22px 0 5px;position:static;width:100%}@media screen and (max-width:1023px){.b-slider_visualizer_filters-outer .b-slider_visualizer_filters{width:100%}}.b-slider_visualizer_filters-outer .b-slider_visualizer_filter{pointer-events:auto}@media screen and (max-width:767px){.b-slider_visualizer_filters-outer .b-slider_visualizer_filter{margin-left:0}}.b-slider_visualizer_filters-outer .b-slider_visualizer_filter .b-slider_visualizer_filter-btn{font-size:9px;height:29px;line-height:27px;min-width:70px;padding:0 12px!important}@media screen and (max-width:1023px){.b-slider_visualizer_filters-outer .b-slider_visualizer_filter+.b-slider_visualizer_filter{margin-left:3px}}.b-page_table{margin-bottom:24px;text-align:center}@media screen and (max-width:767px){.b-page_table.m-left{text-align:left}.b-page_table.m-left .b-page_table-title:after{left:0;transform:translateX(0)}}.b-page_table.m-pink .b-page_table-title{color:#ed1c24}.b-page_table-title{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;letter-spacing:2px;line-height:1.33;margin-bottom:16px;padding-bottom:16px;position:relative;text-transform:uppercase}@media screen and (max-width:767px){.b-page_table-title.m-left{text-align:left}.b-page_table-title{font-size:20px}}.b-page_table-title:after{background-color:#ed1c24;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.b-page_table-subtitle{font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.25}@media screen and (max-width:767px){.b-page_table-subtitle.m-left{text-align:left}.b-page_table-subtitle{font-size:16px}}.b-page_table-subtitle>a{border-bottom:1px solid #ed1c24}.b-page_table-subtitle>a:hover{text-decoration:none}.l-hp_services-banner .b-page_table-subtitle>a{display:inline}.b-not_found .b-page_table-subtitle,.b-not_found .g-button_2{margin-bottom:20px}.b-not_found .b-page_table-title{margin-top:20px}.b-qty_selector.m-pdp .b-qty_selector-controls_wrap{background-color:#fff;min-width:120px;width:100%}.b-qty_selector.m-pdp[disabled=disabled] .b-qty_selector-controls_wrap{background-color:#f3f3f3;border-color:#dfdfdf;pointer-events:none}.b-qty_selector.m-pdp[disabled=disabled] .b-qty_selector-control{color:#8a8a8a}.b-qty_selector.m-qty_selector_maxout-pdp .b-qty_selector-controls_wrap{animation-duration:2s;animation-name:maxoutBorder}.b-qty_selector.m-qty_selector_maxout-cart .b-qty_selector-controls_wrap{border-color:#ed1c24}@keyframes maxoutBorder{0%{border-color:#ed1c24}to{border-color:#dfdfdf}}.b-qty_selector.m-product .b-qty_selector-controls_wrap{width:100%}.b-qty_selector.m-product .b-qty_selector-subtitle{padding-bottom:12px}.b-qty_selector.m-disabled{border-color:#dfdfdf33;color:#dfdfdf33;cursor:not-allowed}.b-qty_selector-control.m-disabled,.b-qty_selector.m-disabled .b-qty_selector-control,.b-qty_selector[disabled=disabled] .b-qty_selector-control{cursor:not-allowed}.b-qty_selector-control.m-disabled:before,.b-qty_selector.m-disabled .b-qty_selector-control:before,.b-qty_selector[disabled=disabled] .b-qty_selector-control:before{color:#8a8a8a}.b-qty_selector-controls_wrap{align-content:center;align-items:center;border:1px solid #dfdfdf;box-sizing:border-box;display:flex;flex-wrap:nowrap;float:none;margin:0 auto;padding:10px 12px;width:120px}@media screen and (max-width:767px){.b-qty_selector-controls_wrap{width:100%}}.b-qty_selector-control{background-color:#0000;border:none;color:#ed1c24;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:32px;font-weight:400;line-height:24px;outline:none;text-align:center;width:24px}.b-qty_selector-control.m-disable,.b-qty_selector-control[disabled]{color:#8a8a8a;cursor:default}.b-qty_selector-control.m-minus:before{content:""}.b-qty_selector-control.m-minus:before,.b-qty_selector-control.m-plus:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-qty_selector-control.m-plus:before{content:""}.b-qty_selector-control:focus{outline:none}.b-qty_selector-label{display:none;margin-right:10px}.b-qty_selector-value{-webkit-appearance:textfield;appearance:textfield;background:0 0;border:0;flex-grow:1;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;height:100%;line-height:1.25;outline:0;padding:0;text-align:center;width:40px}.b-qty_selector-value[disabled]{color:#8a8a8a}@media screen and (max-width:767px){.b-products_carousel-list .b-qty_selector-value{width:20px}}.b-qty_selector-error{color:#ed1c24;font-weight:700;margin-top:4px;width:100%}.b-qty_selector-error,.b-qty_selector-subtitle{font-family:Roboto,Arial,sans-serif;font-size:14px}.b-qty_selector-subtitle{color:#8a8a8a;font-weight:400;padding:12px 0 0;text-align:center}.b-qty_selector-maxout_text{color:#ed1c24;padding-top:10px}@media screen and (max-width:767px){.b-qty_selector-maxout_text{width:100%}}.f-input_checkbox{display:inline-block;vertical-align:middle}.f-input_checkbox-label{color:#000;cursor:pointer;display:flex;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px}@media screen and (max-width:1023px){.f-input_checkbox-label{font-size:14px;line-height:22px}}.f-input_checkbox-label:before{background-color:#fff;border:1px solid #000;content:"";display:inline-block;height:18px;line-height:18px;margin-right:12px;min-width:18px;text-align:center}.f-input_checkbox-field{clip:rect(1px,1px,1px,1px);position:absolute}.f-input_checkbox-field:checked+.f-input_checkbox-label:before{-webkit-font-smoothing:antialiased;speak:none;background-color:#000;color:#fff;content:"";font-family:icons;font-size:inherit;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.f-input_checkbox-field:disabled+.f-input_checkbox-label{border-color:#bababa;color:#bababa}.f-input_checkbox-field:disabled+.f-input_checkbox-label:before{border-color:#bababa}.f-input_checkbox-field:disabled:checked+.f-input_checkbox-label:before{background-color:#bababa;border-color:#bababa;color:#fff}.f-input_radio{display:inline-block;position:relative}.f-input_radio-label{align-items:center;color:#000;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px}@media screen and (max-width:767px){.f-input_radio-label{font-size:14px;line-height:22px}}.f-input_radio-label:before{background-color:#fff;border:1px solid #000;border-radius:50%;content:"";display:inline-block;height:18px;margin-right:12px;min-width:18px;text-align:center}.f-input_radio-field{clip:rect(1px,1px,1px,1px);position:absolute}.f-input_radio-field:checked+.f-input_radio-label{color:#000}.f-input_radio-field:checked+.f-input_radio-label:before{border-width:6px;height:8px;min-width:8px}.f-input_radio-field:disabled+.f-input_radio-label{border-color:#bababa;color:#bababa}.f-input_radio-field:disabled+.f-input_radio-label:before{border-color:#bababa}.f-input_radio-field:disabled:checked+.f-input_radio-label:before{border-color:#bababa;color:#fff}.f-input_text{display:block;position:relative}.f-input_text.m-icon:before{-webkit-font-smoothing:antialiased;speak:none;bottom:12px;color:#ed1c24;content:"";display:block;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;height:24px;position:absolute;right:12px;text-decoration:none;text-transform:none;width:24px}.f-input_text-field{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;outline:none;padding:13px 16px 14px;position:relative;width:100%}@media screen and (max-width:767px){.f-input_text-field{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-input_text-field:focus,.f-input_text-field:hover{border-color:#000}.f-input_text-field::placeholder{color:#dfdfdf}.f-input_text.m-error .f-input_text-field{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28}.f-input_text.m-disabled .f-input_text-field{-webkit-text-fill-color:#dfdfdf33;background-color:#f3f3f3;color:#dfdfdf33;opacity:1;pointer-events:none}.f-input_text.m-disabled .f-input_text-field:focus.m-disabled,.f-input_text.m-disabled .f-input_text-field:focus:disabled,.f-input_text.m-disabled .f-input_text-field:hover.m-disabled,.f-input_text.m-disabled .f-input_text-field:hover:disabled{border-color:#000}.f-input_text-label{color:#000;display:inline-block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}.f-input_text-field:not(:placeholder-shown)~.f-input_text-label{font-family:Roboto,Arial,sans-serif;font-size:8px;font-weight:400;letter-spacing:0;margin:0;text-transform:uppercase;top:18px}.f-input_text.m-required .f-input_text-label:before{background-color:#ed1c24;border-radius:50%;color:inherit;content:"";display:inline-block;font-size:14px;height:4px;margin-left:2px;margin-right:4px;position:relative;top:8px;vertical-align:top;width:4px}.f-input_text-label_description{color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:400;line-height:normal;margin:10px 0 0}.f-input_text-label_description a{color:#000;text-decoration:underline}.f-input_text-label_description a:hover{text-decoration:none}.f-input_text-label_link{color:#000;cursor:pointer;text-decoration:underline}.f-input_text-label_link:hover{text-decoration:none}.f-select-element_wrapper{display:block;position:relative}.f-select-element:not(.ss-main){-webkit-appearance:none;appearance:none;background:#0000;background-color:#fff;background-image:url(../img/arrow-down-small.svg);background-position:right 3px center;background-repeat:no-repeat;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:22px;outline:none;padding:12px 48px 12px 16px;position:relative;width:100%}@media screen and (max-width:767px){.f-select-element:not(.ss-main){font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-select-element:not(.ss-main):focus,.f-select-element:not(.ss-main):hover{border-color:#000}.f-select-element:not(.ss-main)::placeholder{color:#dfdfdf}.f-select-element_gift:not(.ss-main){-webkit-appearance:none;appearance:none;background:#0000;background-color:#fff;background-image:url(../img/arrow-down-small.svg);background-position:right 3px center;background-repeat:no-repeat;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:22px;outline:none;padding:0 0 0 5px;position:relative;width:100%}@media screen and (max-width:767px){.f-select-element_gift:not(.ss-main){font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-select-element_gift:not(.ss-main):focus,.f-select-element_gift:not(.ss-main):hover{border-color:#000}.f-select-element_gift:not(.ss-main)::placeholder{color:#dfdfdf}.f-select option:checked{color:#000}.f-select.m-error .f-select-element_wrapper:after{color:#ed1c24}.f-select.m-error .f-select-element{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28}.f-select.m-disabled .f-select-element{-webkit-text-fill-color:#dfdfdf33;background-color:#f3f3f3;color:#dfdfdf33;opacity:1;pointer-events:none}.f-select.m-disabled .f-select-element:focus.m-disabled,.f-select.m-disabled .f-select-element:focus:disabled,.f-select.m-disabled .f-select-element:hover.m-disabled,.f-select.m-disabled .f-select-element:hover:disabled{border-color:#000}.f-select-label{color:#000;display:inline-block;float:none;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}.f-select.m-required .f-select-label:before{background-color:#ed1c24;border-radius:50%;color:inherit;content:"";display:inline-block;font-size:14px;height:4px;margin-left:2px;margin-right:4px;position:relative;top:8px;vertical-align:top;width:4px}.f-select.m-simple .f-select-element_wrapper{display:inline-block}.f-select.m-simple .f-select-element_wrapper:after{right:0}.f-select-element_wrapper.m-filled .f-select-element,.f-select.m-filled .f-select-element{color:#000}.f-select-element_wrapper.m-filled:after,.f-select.m-filled .f-select-element_wrapper:after{opacity:1}.f-select-label_description{color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:400;line-height:normal;margin:10px 0 0}.f-select-label_description a{color:#000;text-decoration:underline}.f-select-label_description a:hover{text-decoration:none}.f-select.m-simple .f-select-element{border:none;line-height:normal;padding:0;width:auto}.f-select-label_link{color:#000;cursor:pointer;text-decoration:underline}.f-select-label_link:hover{text-decoration:none}.f-select .f-select-element_wrapper{display:block;position:relative}.f-select .f-select-element:not(.ss-main){-webkit-appearance:none;appearance:none;background:#0000;background-color:#fff;background-image:url(../img/arrow-down-small.svg);background-position:right 3px center;background-repeat:no-repeat;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:22px;outline:none;padding:12px 48px 12px 16px;position:relative;width:100%}@media screen and (max-width:767px){.f-select .f-select-element:not(.ss-main){font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-select .f-select-element:not(.ss-main):focus,.f-select .f-select-element:not(.ss-main):hover{border-color:#000}.f-select .f-select-element:not(.ss-main)::placeholder{color:#dfdfdf}.f-select .f-select-element_gift:not(.ss-main){-webkit-appearance:none;appearance:none;background:#0000;background-color:#fff;background-image:url(../img/arrow-down-small.svg);background-position:right 3px center;background-repeat:no-repeat;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:22px;outline:none;padding:0 0 0 5px;position:relative;width:100%}@media screen and (max-width:767px){.f-select .f-select-element_gift:not(.ss-main){font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-select .f-select-element_gift:not(.ss-main):focus,.f-select .f-select-element_gift:not(.ss-main):hover{border-color:#000}.f-select .f-select-element_gift:not(.ss-main)::placeholder{color:#dfdfdf}.f-select .f-select option:checked{color:#000}.f-select .f-select.m-error .f-select .f-select-element_wrapper:after{color:#ed1c24}.f-select .f-select.m-error .f-select .f-select-element{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28}.f-select .f-select.m-disabled .f-select .f-select-element{-webkit-text-fill-color:#dfdfdf33;background-color:#f3f3f3;color:#dfdfdf33;opacity:1;pointer-events:none}.f-select .f-select.m-disabled .f-select .f-select-element:focus.m-disabled,.f-select .f-select.m-disabled .f-select .f-select-element:focus:disabled,.f-select .f-select.m-disabled .f-select .f-select-element:hover.m-disabled,.f-select .f-select.m-disabled .f-select .f-select-element:hover:disabled{border-color:#000}.f-select .f-select-label{color:#000;display:inline-block;float:none;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:8px}.f-select .f-select.m-required .f-select .f-select-label:before{background-color:#ed1c24;border-radius:50%;color:inherit;content:"";display:inline-block;font-size:14px;height:4px;margin-left:2px;margin-right:4px;position:relative;top:8px;vertical-align:top;width:4px}.f-select .f-select.m-simple .f-select .f-select-element_wrapper{display:inline-block}.f-select .f-select.m-simple .f-select .f-select-element_wrapper:after{right:0}.f-select .f-select-element_wrapper.m-filled .f-select .f-select-element,.f-select .f-select.m-filled .f-select .f-select-element{color:#000}.f-select .f-select-element_wrapper.m-filled:after,.f-select .f-select.m-filled .f-select .f-select-element_wrapper:after{opacity:1}.f-select .f-select-label_description{color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:400;line-height:normal;margin:10px 0 0}.f-select .f-select-label_description a{color:#000;text-decoration:underline}.f-select .f-select-label_description a:hover{text-decoration:none}.f-select .f-select.m-simple .f-select .f-select-element{border:none;line-height:normal;padding:0;width:auto}.f-select .f-select-label_link{color:#000;cursor:pointer;text-decoration:underline}.f-select .f-select-label_link:hover{text-decoration:none}.f-textarea-field{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #dfdfdf;border-radius:0;box-sizing:border-box;color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;outline:none;padding:13px 16px 14px;position:relative;resize:vertical;width:100%}@media screen and (max-width:767px){.f-textarea-field{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}}.f-textarea-field:focus,.f-textarea-field:hover{border-color:#000}.f-textarea-field::placeholder{color:#dfdfdf}.f-textarea.m-error .f-textarea-field{border-color:var(--color-error);color:var(--color-error);font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.28}.f-textarea.m-disabled .f-textarea-field{-webkit-text-fill-color:#dfdfdf33;background-color:#f3f3f3;color:#dfdfdf33;opacity:1;pointer-events:none}.f-textarea.m-disabled .f-textarea-field:focus.m-disabled,.f-textarea.m-disabled .f-textarea-field:focus:disabled,.f-textarea.m-disabled .f-textarea-field:hover.m-disabled,.f-textarea.m-disabled .f-textarea-field:hover:disabled{border-color:#000}.f-textarea-label{color:#000;display:inline-block;display:block;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;margin:5px 0 0;position:static}.f-textarea.m-required .f-textarea-label:before{background-color:#ed1c24;border-radius:50%;color:inherit;content:"";display:inline-block;font-size:14px;height:4px;margin-left:2px;margin-right:4px;position:relative;top:8px;vertical-align:top;width:4px}.f-textarea-label_description{color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:400;line-height:normal;margin:10px 0 0}.f-textarea-label_description a{color:#000;text-decoration:underline}.f-textarea-label_description a:hover{text-decoration:none}.f-textarea-label_link{color:#000;cursor:pointer;text-decoration:underline}.f-textarea-label_link:hover{text-decoration:none}.b-product{-webkit-tap-highlight-color:rgba(255,255,255,0);height:100%}.b-product_tile{background-color:#fff;border-bottom:4px solid #fff;box-sizing:border-box;display:grid;grid-template:[start b-product-img-s] auto [start b-product-img-e b-product-pagination-s b-product-panel-s b-product-panel-e] auto [b-product-pagination-e b-product-category-s] auto [b-product-category-e b-product-title-s] auto [b-product-title-e b-product-details-s] minmax(0,1fr) [b-product-details-e b-product-variations-s] auto [b-product-variations-e b-product-compare-s b-product-sample-s b-product-projects-s] auto [b-product-compare-e b-product-sample-e b-product-projects-e] auto [b-product-counter-s] auto [b-product-counter-e] auto [b-product-add-to-cart-s] auto [end b-product-add-to-cart-e]/[start b-product-img-s b-product-pagination-s b-product-category-s b-product-title-s b-product-details-s b-product-variations-s b-product-compare-s b-product-panel-s b-product-counter-s b-product-add-to-cart-s] minmax(0,1fr) [b-product-compare-e b-product-sample-s] minmax(0,auto) [b-product-sample-e b-product-projects-s] minmax(0,auto) [end b-product-img-e b-product-pagination-e b-product-category-e b-product-title-e b-product-details-e b-product-variations-e b-product-projects-e b-product-panel-e b-product-counter-e b-product-add-to-cart-e];height:100%;position:relative}@media screen and (max-width:1199px){.b-product_tile{border-bottom:1px solid #dfdfdf;grid-template-columns:[start b-product-img-s b-product-pagination-s b-product-category-s b-product-title-s b-product-details-s b-product-variations-s b-product-compare-s b-product-panel-s] minmax(0,auto) [b-product-compare-e b-product-sample-s] minmax(0,1fr) [b-product-sample-e b-product-projects-s] minmax(0,auto) [end b-product-img-e b-product-pagination-e b-product-category-e b-product-title-e b-product-details-e b-product-variations-e b-product-projects-e b-product-panel-e];padding:20px 20px 0}.b-product_tile.m-type_2{grid-template:[start b-product-img-s] auto [start b-product-img-e b-product-pagination-s b-product-panel-s b-product-panel-e] auto [b-product-pagination-e b-product-category-s] auto [b-product-category-e b-product-title-s] auto [b-product-title-e b-product-details-s] minmax(0,1fr) [b-product-details-e b-product-variations-s] auto [b-product-variations-e b-product-compare-s b-product-sample-s b-product-projects-s b-product-counter-s] auto [b-product-compare-e b-product-sample-e b-product-projects-e b-product-counter-e b-product-add-to-cart-s] auto [end b-product-add-to-cart-e]/[start b-product-img-s b-product-pagination-s b-product-category-s b-product-title-s b-product-details-s b-product-variations-s b-product-compare-s b-product-panel-s b-product-add-to-cart-s b-product-counter-s] minmax(0,1fr) [b-product-compare-e b-product-sample-s b-product-counter-e] minmax(0,auto) [b-product-sample-e b-product-projects-s] minmax(0,auto) [end b-product-img-e b-product-pagination-e b-product-category-e b-product-title-e b-product-details-e b-product-variations-e b-product-panel-e b-product-add-to-cart-e b-product-projects-e];padding:0}.b-product_tile.m-type_2 .b-product_price,.b-product_tile.m-type_2 .b-product_tile-title,.b-product_tile.m-type_2 .b-product_variations{margin:0 16px}.b-product_tile.m-type_2 .b-product_tile-projects{margin-right:16px}}.b-product_tile.m-type_2 .b-product_tile-category,.b-product_tile.m-type_2 .b-product_tile-pagination{display:none}.b-product_tile.m-type_2 .b-product_tile-figure{border-bottom:1px solid #dfdfdf}.b-product_tile.m-type_2 .b-product_tile-variations{-ms-overflow-style:none;margin:-4px 0 15px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none}@media screen and (max-width:1199px){.b-product_tile.m-type_2 .b-product_tile-variations{margin-bottom:7px}}.b-product_tile.m-type_2 .b-product_tile-variations::-webkit-scrollbar{display:none}.b-product_tile.m-type_1,.b-product_tile.m-type_2{box-shadow:inset 0 0 0 1px #0000;cursor:pointer;transition:all .3s ease}@media not all and (pointer:coarse){.b-product_tile.m-type_1:hover:hover,.b-product_tile.m-type_2:hover:hover{border-color:#ed1c24;box-shadow:0 16px 12px -4px #00000029,0 0 4px 0 #0000001a}.b-product_tile.m-type_1:hover:hover .b-product_tile-title_link,.b-product_tile.m-type_2:hover:hover .b-product_tile-title_link{color:#ed1c24}.b-product_tile.m-type_1:hover:hover .b-product_tile-panel_inner,.b-product_tile.m-type_2:hover:hover .b-product_tile-panel_inner{bottom:0;opacity:1;visibility:visible}@media screen and (min-width:1024px){.l-plp-grid_wrapper .b-product_tile.m-type_1:hover:hover .lazy-loaded.m-main-img,.l-plp-grid_wrapper .b-product_tile.m-type_2:hover:hover .lazy-loaded.m-main-img{opacity:1;visibility:visible;z-index:0}.l-plp-grid_wrapper .b-product_tile.m-type_1.m-swatch_hovered:hover .lazy-loaded.m-main-img,.l-plp-grid_wrapper .b-product_tile.m-type_1:hover:hover .lazy-loaded.m-alt-img,.l-plp-grid_wrapper .b-product_tile.m-type_2.m-swatch_hovered:hover .lazy-loaded.m-main-img,.l-plp-grid_wrapper .b-product_tile.m-type_2:hover:hover .lazy-loaded.m-alt-img{opacity:1;visibility:visible;z-index:1}.l-plp-grid_wrapper .b-product_tile.m-type_1.m-swatch_hovered:hover .lazy-loaded.m-alt-img,.l-plp-grid_wrapper .b-product_tile.m-type_2.m-swatch_hovered:hover .lazy-loaded.m-alt-img{opacity:0;visibility:hidden;z-index:0}}}.b-product_tile-contents{display:contents}.b-product_tile-figure{background-color:#dfdfdf;display:block;grid-area:b-product-img-s/b-product-img-s/b-product-img-e/b-product-img-e;height:0;margin:0 0 12px;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.b-product_tile-figure_link{display:block}.b-product_tile-figure_label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;left:0;letter-spacing:2px;line-height:1.25;padding:6px 8px 4px;position:absolute;text-transform:uppercase;top:20px;z-index:12}@media screen and (max-width:1199px){.b-product_tile-figure_label{left:20px}.m-type_2 .b-product_tile-figure_label{left:0}}.b-product_tile-figure_label.m-clearance{background-color:#fff200;color:#000}.b-product_tile-figure_label.m-new{background-color:#ed1c24;color:#fff}.b-product_tile-figure_label+.b-product_tile-figure_label{top:50px}@media screen and (max-width:1199px){.b-product_tile-figure_label+.b-product_tile-figure_label{top:70px}}.b-product_tile-figure_img{height:auto;left:0;position:absolute;transition:all .4s linear;width:100%}.b-product_tile-figure_img.lazy{opacity:0;visibility:hidden}.b-product_tile-figure_img.lazy-error,.b-product_tile-figure_img.lazy-loaded{opacity:1;visibility:visible}@media screen and (max-width:1199px){.l-plp-grid_wrapper .b-product_tile-figure_img{transform:translateX(0)}}@media screen and (min-width:1024px){.l-plp-grid_item .b-product_tile-figure_img.m-main-img.lazy-loaded,.l-plp-grid_wrapper .b-product_tile-figure_img.m-main-img.lazy-loaded{opacity:1;visibility:visible;z-index:1}}@media screen and (max-width:1199px){.l-plp-grid_item .b-product_tile-figure_img.m-main-img.lazy-loaded.m-active,.l-plp-grid_wrapper .b-product_tile-figure_img.m-main-img.lazy-loaded.m-active{left:0}.l-plp-grid_item .b-product_tile-figure_img.m-main-img.lazy-loaded:not(.m-active),.l-plp-grid_wrapper .b-product_tile-figure_img.m-main-img.lazy-loaded:not(.m-active){left:-100%}}@media screen and (min-width:1024px){.l-plp-grid_item .b-product_tile-figure_img.m-alt-img.lazy-loaded,.l-plp-grid_wrapper .b-product_tile-figure_img.m-alt-img.lazy-loaded{opacity:0;visibility:hidden;z-index:0}}@media screen and (max-width:1199px){.l-plp-grid_item .b-product_tile-figure_img.m-alt-img.lazy-loaded.m-active,.l-plp-grid_wrapper .b-product_tile-figure_img.m-alt-img.lazy-loaded.m-active{left:0}.l-plp-grid_item .b-product_tile-figure_img.m-alt-img.lazy-loaded:not(.m-active),.l-plp-grid_wrapper .b-product_tile-figure_img.m-alt-img.lazy-loaded:not(.m-active),.l-plp-grid_wrapper .b-product_tile-figure_img.m-alt-img.lazy:not(.m-active){left:100%}}.b-product_tile-pagination{display:flex;grid-area:b-product-pagination-s/b-product-pagination-s/b-product-pagination-e/b-product-pagination-e;justify-content:space-between;margin-bottom:12px}.b-product_tile-pagination_item{background-color:#dfdfdf;height:2px;width:calc(50% - 4px)}.b-product_tile-pagination_item.m-active{background-color:#ed1c24}.b-product_tile-title{color:#000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;grid-area:b-product-title-s/b-product-title-s/b-product-title-e/b-product-title-e;line-height:1.25;margin:0;padding:0 0 16px}@media screen and (min-width:1200px){.b-product_tile-title{margin:0 16px}}@media screen and (min-width:768px){.b-product_tile-title{min-height:34px}}@media print{.b-product_tile-title{padding-left:20px;padding-right:20px}}.b-product_tile-title_link{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.b-product_tile-title_link:hover{text-decoration:none}.b-product_tile-panel{grid-area:b-product-panel-s/b-product-panel-s/b-product-panel-e/b-product-panel-e;height:41px;margin-top:-53px;overflow:hidden;position:relative}@media screen and (max-width:1199px){.b-product_tile-panel{display:none}}.b-product_tile-panel_inner{background-color:#ffffffe6;bottom:-41px;display:flex;justify-content:space-between;left:0;opacity:0;padding:13px 8px;position:absolute;right:0;transition:all .3s ease;visibility:hidden;z-index:2}.b-product_tile-projects{grid-area:b-product-projects-s/b-product-projects-s/b-product-projects-e/b-product-projects-e;justify-self:flex-end}@media screen and (min-width:1200px){.b-product_tile-projects{margin-right:16px}}@media screen and (max-width:1199px){.b-product_tile-projects{padding:16px 0 20px}}@media print{.b-product_tile-projects{padding:16px}}.b-product_tile-projects_btn{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;overflow:visible;padding-left:30px;position:relative}.b-product_tile-projects_btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-product_tile-projects_btn:link{overflow:visible}.b-product_tile-projects_btn:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-product_tile-projects_btn:hover{color:#ed1c24;text-decoration:none}.b-product_tile-projects_btn:after{left:30px}.b-product_tile-projects_btn:link{padding-left:30px}.b-product_tile-projects_btn:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:1199px){.b-product_tile-projects_btn:before{font-size:24px}.b-product_tile-projects_btn:after{display:none}}.b-product_tile-projects_btn+.b-product_tile-projects_btn_added{color:#ed1c24;display:none}.b-product_tile-projects_btn+.b-product_tile-projects_btn_added:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1199px){.b-product_tile-projects_btn+.b-product_tile-projects_btn_added:before{font-size:24px}}.b-product_tile-projects_btn+.b-product_tile-projects_btn_added:after{display:none}.b-product_tile-projects_btn.m-outside{display:none;left:8px;position:absolute;top:calc(50% + 40px);z-index:10}.b-product_tile-projects_btn.m-outside:after{display:none}@media screen and (min-width:1200px){.b-product_tile-projects_btn.m-outside.m-project-added,.b-product_tile-projects_btn.m-outside.m-project-added:before{display:block}}.b-product_tile-projects_icon:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-product_tile-quick_btn{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;overflow:visible;padding-left:0;padding-right:30px;position:relative}.b-product_tile-quick_btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-product_tile-quick_btn:link{overflow:visible}.b-product_tile-quick_btn:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;position:absolute;right:0}.b-product_tile-quick_btn:hover{color:#ed1c24;text-decoration:none}.b-product_tile-quick_btn:after{left:30px}.b-product_tile-quick_btn:link{padding-left:30px}.b-product_tile-quick_btn:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-product_tile-quick_btn:after{left:0;right:30px}.b-product_tile-quick_btn:link{padding-left:0;padding-right:30px}.b-product_tile-quick_btn:before{left:auto;right:0}.b-product_tile-category{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:700;grid-area:b-product-category-s/b-product-category-s/b-product-category-e/b-product-category-e;letter-spacing:2px;line-height:1.2;margin:0 0 8px;min-height:13px;text-align:left;text-transform:uppercase}@media screen and (min-width:1200px){.b-product_tile-category{margin:0 16px 4px}}@media print{.b-product_tile-category{padding-left:20px;padding-right:20px}}.b-product_tile-category_link,.b-product_tile-category_link:link,.b-product_tile-category_link:visited{color:#8a8a8a}.b-product_tile-details{align-self:flex-start;grid-area:b-product-details-s/b-product-details-s/b-product-details-e/b-product-details-e;margin:0 0 25px}@media screen and (min-width:1200px){.b-product_tile-details{margin:0 16px}}@media screen and (max-width:1199px){.b-product_tile-details{margin-bottom:9px}}@media print{.b-product_tile-details{padding-left:20px;padding-right:20px}}.b-product_tile-variations{grid-area:b-product-variations-s/b-product-variations-s/b-product-variations-e/b-product-variations-e;margin:0 0 34px}@media screen and (min-width:1200px){.b-product_tile-variations{border-top:1px solid #f3f3f3;margin:0;padding:8px 16px 6px}}@media print{.b-product_tile-variations{padding:0 16px}}@media screen and (max-width:1023px){.b-recommendation_carousel-list .b-product_tile-variations{margin-bottom:4px}}.b-product_tile-compare{grid-area:b-product-compare-s/b-product-compare-s/b-product-compare-e/b-product-compare-e}@media screen and (min-width:768px){.b-product_tile-compare{padding:0 16px}}.b-product_tile-sample{grid-area:b-product-sample-s/b-product-sample-s/b-product-sample-e/b-product-sample-e;justify-self:flex-start;padding:16px}@media screen and (max-width:1199px){.b-product_tile-sample{padding:16px 16px 20px 0}}@media print{.b-product_tile-sample{padding:16px}}.b-product_tile-counter{grid-area:b-product-counter-s/b-product-counter-s/b-product-counter-e/b-product-counter-e;padding:0 16px}.b-product_tile-cart{grid-area:b-product-add-to-cart-s/b-product-add-to-cart-s/b-product-add-to-cart-e/b-product-add-to-cart-e;padding:0 16px}.b-product_tile-cartbtn{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;color:#000;cursor:pointer;display:inline-flex;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:14px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-product_tile-cartbtn:after,.b-product_tile-cartbtn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-product_tile-cartbtn:before{padding-right:8px}.b-product_tile-cartbtn:after{padding-left:8px}@media not all and (pointer:coarse){.b-product_tile-cartbtn:hover{text-decoration:none}.b-product_tile-cartbtn:hover:after,.b-product_tile-cartbtn:hover:before{color:#fff}.b-product_tile-cartbtn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-product_tile-cartbtn:focus,.b-product_tile-cartbtn:hover{outline:none!important;text-decoration:none}.b-product_tile-cartbtn.m-disabled,.b-product_tile-cartbtn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-product_tile-cartbtn.m-disabled:before,.b-product_tile-cartbtn:disabled:before{color:#bababa!important}.b-product_tile-projects_btn_added{color:#ed1c24;display:none;left:0;line-height:1;margin:100% 0 0 8px;position:absolute;top:-8px;transform:translateY(-100%);z-index:10}.b-product_tile-projects_btn_added:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1199px){.b-product_tile-projects_btn_added:before{font-size:24px}}.added_message,.b-product_tile-projects_btn_added:after{display:none}.b-product_variations{justify-content:space-between}.b-product_variations,.b-product_variations-inner{display:inline-flex;position:relative}@media screen and (max-width:1199px){.b-product_variations-inner{padding:0 0 8px}.b-products_carousel-list .b-product_variations-inner{margin-left:16px}}@media screen and (max-width:1023px){.b-product_variations-inner{display:none}}.b-product_variations-inner.m-mobile,.b-recommendation_carousel-list .b-product_variations-inner{display:none}@media screen and (max-width:1023px){.b-product_variations-inner.m-mobile{display:inline-flex}}.b-recommendation_carousel-list .b-product_variations-inner.m-mobile{display:inline-flex}@media screen and (max-width:767px){.b-recommendation_carousel-list .b-product_variations-inner.m-mobile{margin:15px 0 0 15px}}.b-product_variations-item{border:1px solid #000;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;height:22px;line-height:20px;margin-right:8px;min-width:22px;width:22px}@media screen and (max-width:767px){.b-product_variations-item{margin-right:12px}.b-products_carousel-list .b-product_variations-item{margin-right:4px}}.b-product_variations-item.h-selected,.b-product_variations-item:hover{position:relative}.b-product_variations-item.h-selected:after,.b-product_variations-item:hover:after{background-color:#ed1c24;bottom:-7px;content:"";height:2px;left:-1px;position:absolute;right:-1px}.b-product_variations-item.m-color-1{background-color:#fff}.b-product_variations-item.m-color-2{background-color:#80b023}.b-product_variations-item.m-color-3{background-color:#000}.b-product_variations-item.m-color-4,.b-product_variations-item.m-color-5,.b-product_variations-item.m-color-6,.b-product_variations-item.m-color-7{background-color:#ed1c24}.b-product_variations-item.m-additional{border:none;color:#8a8a8a;font-weight:700;margin:0;position:absolute;right:-28px;top:2px}.b-product_variations-item.m-additional:hover{color:#ed1c24;text-decoration:none}.b-product_variations-item.m-additional:after{display:none}.b-product_variations-item_inner{display:block;overflow:hidden}.b-product_variations-item_img{width:100%}.b-product_price{align-items:flex-end;display:flex;flex-wrap:wrap}.b-product_price-cost{flex-grow:1;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:700;line-height:100%;text-align:left}@media screen and (min-width:768px){.b-product_price-cost{margin-bottom:16px}}.b-product_price-cost_numbers,.b-product_price-various{font-size:12px;font-weight:400}.b-product_price-various{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;line-height:1.2}@media screen and (min-width:768px){.b-product_price-various{margin-bottom:16px}}.b-product_price-various_detail{color:#000}.b-product_sample{background-color:#0000;border:none;color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.33;overflow:visible;padding-left:30px;position:relative}.b-product_sample:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-product_sample:link{overflow:visible}.b-product_sample:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-product_sample:hover{color:#ed1c24;text-decoration:none}.b-product_sample:after{left:30px}.b-product_sample:link{padding-left:30px}.b-product_sample:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_btns{padding:15px 0}.b-pdp_btns-top{margin-bottom:25px;text-align:center}.b-pdp_btns-top,.b-pdp_btns-top_link{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-pdp_btns-top_link{color:#000;cursor:pointer;overflow:visible;position:relative}.b-pdp_btns-top_link:link{overflow:visible}.b-pdp_btns-top_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_btns-top_link:hover{color:#ed1c24;text-decoration:none}.b-pdp_btns-notice{color:#ff6a00;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.29;padding:10px 0;text-align:center}.b-pdp_btns-hr{background-color:#dfdfdf;display:none;grid-column:1/3;height:1px;margin:20px 0}.l-pdp-container.m-quick-view .b-pdp_btns-hr{display:block}@media screen and (max-width:1023px){.b-pdp_btns-hr{display:block}}.b-pdp_btns-button{box-sizing:border-box}.b-pdp_btns-button.m-add-tocart{align-items:center;background-color:#ed1c24;border:1px solid #ed1c24;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding-left:10px!important;padding-right:10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-pdp_btns-button.m-add-tocart:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_btns-button.m-add-tocart:after,.b-pdp_btns-button.m-add-tocart:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_btns-button.m-add-tocart:before{padding-right:8px}.b-pdp_btns-button.m-add-tocart:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_btns-button.m-add-tocart:hover{text-decoration:none}.b-pdp_btns-button.m-add-tocart:hover:after,.b-pdp_btns-button.m-add-tocart:hover:before{color:#fff}}.b-pdp_btns-button.m-add-tocart:hover{background-color:#000;border-color:#000;color:#fff;text-decoration:none}.b-pdp_btns-button.m-add-tocart.m-disabled,.b-pdp_btns-button.m-add-tocart:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_btns-button.m-add-tocart.m-disabled:before,.b-pdp_btns-button.m-add-tocart:disabled:before{color:#bababa!important}.b-pdp_btns-button.m-add-tocart:focus{outline:none}.b-pdp_btns-button.m-add-tocart:before{color:#fff;margin-right:8px}.b-pdp_btns-button.m-order{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;color:#000;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;margin-top:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-pdp_btns-button.m-order:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_btns-button.m-order:after,.b-pdp_btns-button.m-order:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_btns-button.m-order:before{padding-right:8px}.b-pdp_btns-button.m-order:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_btns-button.m-order:hover{text-decoration:none}.b-pdp_btns-button.m-order:hover:after,.b-pdp_btns-button.m-order:hover:before{color:#fff}.b-pdp_btns-button.m-order:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-pdp_btns-button.m-order:focus,.b-pdp_btns-button.m-order:hover{outline:none!important;text-decoration:none}.b-pdp_btns-button.m-order.m-disabled,.b-pdp_btns-button.m-order:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_btns-button.m-order.m-disabled:before,.b-pdp_btns-button.m-order:disabled:before{color:#bababa!important}@media not all and (pointer:coarse){.b-pdp_btns-button.m-order:hover:before{color:#fff}}.b-pdp_btns-button:before{color:#ed1c24;margin-right:8px}@media not all and (pointer:coarse){.b-pdp_btns-button:hover:before{color:#fff}}.b-pdp_btns-footer{display:grid;grid-template-columns:repeat(3,1fr);padding-top:25px}@media screen and (max-width:1023px){.b-pdp_btns-footer{grid-template-columns:repeat(2,50%);position:relative}}.l-pdp-container.m-quick-view .b-pdp_btns-footer{grid-template-columns:repeat(2,50%);position:relative}.l-pdp-container.m-quick-view .b-pdp_btns-footer>a:first-child{grid-column:1/3;justify-self:center}@media screen and (max-width:1023px){.b-pdp_btns-footer>a:first-child{grid-column:1/3;justify-self:center}}.b-pdp_btns-link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;padding-left:30px;position:relative;white-space:nowrap}.b-pdp_btns-link:link{overflow:visible}.b-pdp_btns-link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_btns-link:hover{color:#ed1c24;text-decoration:none}.b-pdp_btns-link:after{left:30px}.b-pdp_btns-link:link{padding-left:30px}.b-pdp_btns-link:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_btns-link.m-project{justify-self:flex-start}.b-pdp_btns-link.m-project:before{content:""}.b-pdp_btns-link.m-project.added_message:before,.b-pdp_btns-link.m-project:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_btns-link.m-project.added_message:before{content:""}.b-pdp_btns-link.m-print{justify-self:center}.b-pdp_btns-link.m-print:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1023px){.b-pdp_btns-link.m-print{justify-self:flex-start}}.l-pdp-container.m-quick-view .b-pdp_btns-link.m-print{justify-self:flex-start}.b-pdp_btns-link.m-copy{justify-self:flex-end}.b-pdp_btns-link.m-copy:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.l-pdp-container.m-quick-view .b-pdp_btns-link.m-copy{justify-self:flex-end}@media screen and (max-width:767px){.b-pdp_calc{margin:0 -20px}}.b-pdp_calc-accordeon{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff}.b-pdp_calc-sealer .b-pdp_calc-footer{margin-bottom:15px}.b-pdp_calc-accordeon_item.m-expanded .b-pdp_calc-accordeon_content{max-height:none;opacity:1;padding:0 24px 24px;transition:max-height .3s cubic-bezier(1,0,1,1),opacity .3s;visibility:visible}.b-pdp_calc-accordeon_item.m-expanded .b-pdp_calc-accordeon_control:after{content:""}.b-pdp_calc-accordeon_control{color:#000;cursor:pointer;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;padding:26px 60px;position:relative;text-transform:uppercase}.b-pdp_calc-accordeon_control:before{content:""}.b-pdp_calc-accordeon_control:after,.b-pdp_calc-accordeon_control:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_calc-accordeon_control:after{content:""}.b-pdp_calc-accordeon_control:after,.b-pdp_calc-accordeon_control:before{color:#ed1c24;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_calc-accordeon_control:before{left:20px}.b-pdp_calc-accordeon_control:after{color:#ed1c24;margin-right:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.b-pdp_calc-accordeon_control:before{content:""}.b-pdp_calc-accordeon_control.m-flex{display:flex;justify-content:space-between}.b-pdp_calc-accordeon_control.m-flex .b-pdp_calc-field{padding-top:0}.b-pdp_calc-accordeon_content{max-height:0;opacity:0;overflow:hidden;padding-left:24px;padding-right:24px;position:relative;transition:max-height .3s cubic-bezier(0,1,1,1),opacity .3s,visibility .3s ease .3s,padding .3s;visibility:hidden;will-change:max-height,opacity,visibility}.b-pdp_calc-accordeon_content.m-general .b-pdp_calc-fields{padding-bottom:0}.b-pdp_calc-accordeon_content.m-general .b-pdp_calc-footer{margin-top:24px}.b-pdp_calc-title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.29}.b-pdp_calc-error{color:#ed1c24;font-size:14px;line-height:1.25;padding-bottom:25px}.b-pdp_calc-error a,.b-pdp_calc-error-error_tel{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.25;overflow:visible;position:relative}.b-pdp_calc-error a:link,.b-pdp_calc-error-error_tel:link{overflow:visible}.b-pdp_calc-error a:after,.b-pdp_calc-error-error_tel:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_calc-error a:hover,.b-pdp_calc-error-error_tel:hover{color:#ed1c24;text-decoration:none}.b-pdp_calc-error_phone{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;position:relative}.b-pdp_calc-error_phone:link{overflow:visible}.b-pdp_calc-error_phone:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_calc-error_phone:hover{color:#ed1c24;text-decoration:none}.b-pdp_calc-fields{display:flex;justify-content:space-between;padding-bottom:24px}.b-pdp_calc-fields.m-last{padding-bottom:0}@media screen and (max-width:1919px){.l-pdp-container.m-quick-view .b-pdp_calc-fields.m-bottom{flex-direction:column}.l-pdp-container.m-quick-view .b-pdp_calc-fields.m-bottom .b-pdp_calc-field:first-child{padding-top:25px}.l-pdp-container.m-quick-view .b-pdp_calc-fields.m-bottom .b-pdp_calc-field{flex-flow:row wrap;justify-content:space-between;max-width:100%;padding-top:10px}}@media screen and (max-width:1199px){.b-pdp_calc-fields.m-bottom{flex-direction:column}.b-pdp_calc-fields.m-bottom .b-pdp_calc-field:first-child{padding-top:25px}.b-pdp_calc-fields.m-bottom .b-pdp_calc-field{flex-flow:row wrap;justify-content:space-between;max-width:100%;padding-top:10px}}@media screen and (min-width:1200px)and (max-width:1439px){.m-quick-view .b-pdp_calc-fields{flex-direction:column}}@media screen and (max-width:1199px){.m-quick-view .b-pdp_calc-fields{flex-direction:column}}@media screen and (max-width:767px){.b-pdp_calc-checkbox_label{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29}}.b-pdp_calc-field{display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:calc(50% - 15px);padding-top:30px;position:relative}.b-pdp_calc-field.m-title{padding-top:0}@media screen and (min-width:1200px)and (max-width:1439px){.m-quick-view .b-pdp_calc-field{max-width:100%}}@media screen and (max-width:1199px){.m-quick-view .b-pdp_calc-field{max-width:100%}}.b-pdp_calc-field_label{left:0;position:absolute;top:0;white-space:nowrap}.b-pdp_calc-field_label,.b-pdp_calc-field_text{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.29}.b-pdp_calc-field_select .f-select-element{height:auto;margin:0}.b-pdp_calc-field_cost{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-pdp_calc-field_input{display:block}.b-pdp_calc-checkbox{display:flex;flex-wrap:wrap;padding-bottom:20px;position:relative}.b-pdp_calc-checkbox.m-privacy{padding-left:32px}@media screen and (max-width:767px){.b-pdp_calc-checkbox.m-privacy{align-items:flex-start;flex-direction:column}}.b-pdp_calc-checkbox_field{display:block}.b-pdp_calc-checkbox_field.m-privacy .b-pdp_calc-checkbox_label{line-height:24px;margin-right:5px}.b-pdp_calc-checkbox_field.m-privacy .b-pdp_calc-checkbox_label:before{left:0;position:absolute;top:0}.b-pdp_calc-checkbox_icon{color:#ed1c24;cursor:pointer;display:inline-block;padding-left:5px;position:relative;z-index:2}.b-pdp_calc-checkbox_icon:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_calc-checkbox_text{background-color:#000;box-sizing:border-box;color:#fff;display:none;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;opacity:0;padding:8px 36px 8px 8px;position:absolute;right:-20px;top:calc(100% + 10px);transition:all .3s ease;visibility:hidden;width:234px}@media screen and (min-width:768px){.b-pdp_calc-checkbox_text{left:50%;margin-left:-1px;right:auto;transform:translateX(-50%)}}.b-pdp_calc-checkbox_text:before{background-color:#000;content:"";height:20px;position:absolute;right:20px;top:-10px;transform:rotate(-45deg);width:20px;z-index:-1}@media screen and (min-width:768px){.b-pdp_calc-checkbox_text:before{left:50%;transform:rotate(-45deg) translateX(-50%)}}.b-pdp_calc-checkbox_close{color:#fff;position:absolute;right:5px;top:5px}.b-pdp_calc-checkbox_close:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_calc-bottom{background-color:#fff;margin-top:12px;padding:24px}.b-pdp_calc-footer{align-items:center;border-top:1px solid #dfdfdf;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:18px}.b-pdp_calc-footer_sizes{font-weight:400;line-height:1.29}.b-pdp_calc-footer_sizes,.b-pdp_calc-footer_view{font-family:Roboto,Arial,sans-serif;font-size:14px}.b-pdp_calc-footer_view{font-weight:700;letter-spacing:2px;line-height:1.43;text-transform:uppercase}.b-pdp_calc-footer_subtotal{font-size:24px;line-height:1.29}.b-pdp_calc-footer_subtotal,.b-pdp_calc-numbers{font-family:Roboto,Arial,sans-serif;font-weight:700}.b-pdp_calc-numbers{font-size:16px;line-height:1.25}.b-pdp_calc-numbers_output{font-weight:400;line-height:1.25}.b-pdp_calc-btn,.b-pdp_calc-numbers_output{font-family:Roboto,Arial,sans-serif;font-size:14px}.b-pdp_calc-btn{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;box-sizing:border-box;color:#000!important;cursor:pointer;display:inline-flex;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;margin-top:20px;max-width:100%;min-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px}.b-pdp_calc-btn:after,.b-pdp_calc-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_calc-btn:before{padding-right:8px}.b-pdp_calc-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_calc-btn:hover{text-decoration:none}.b-pdp_calc-btn:hover:after,.b-pdp_calc-btn:hover:before{color:#fff}.b-pdp_calc-btn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-pdp_calc-btn:focus,.b-pdp_calc-btn:hover{outline:none!important;text-decoration:none}.b-pdp_calc-btn.m-disabled,.b-pdp_calc-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_calc-btn.m-disabled:before,.b-pdp_calc-btn:disabled:before{color:#bababa!important}.b-pdp_calc-privacy{position:relative}.b-pdp_calc-privacy_link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:24px;overflow:visible;position:relative}.b-pdp_calc-privacy_link:link{overflow:visible}.b-pdp_calc-privacy_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_calc-privacy_link:hover{color:#ed1c24;text-decoration:none}@media screen and (max-width:767px){.b-pdp_calc-privacy_link{font-size:16px}}.b-pdp_calc-privacy_icon{color:#ed1c24;cursor:pointer;display:inline-block;margin-top:1px;position:relative;position:absolute;right:-30px;top:50%;transform:translateY(-50%);z-index:2}.b-pdp_calc-privacy_icon:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_calc-privacy_icon:hover .b-pdp_calc-privacy_text{opacity:1;visibility:visible}.b-pdp_calc-privacy_text{background-color:#000;bottom:calc(100% + 13px);box-sizing:border-box;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;left:auto;line-height:1.29;opacity:0;padding:8px;position:absolute;right:-20px;right:-28px;top:calc(100% + 10px);top:auto;transform:translate(0);transition:all .3s ease;visibility:hidden;width:234px}@media screen and (min-width:768px){.b-pdp_calc-privacy_text{left:50%;margin-left:-1px;right:auto;transform:translateX(-50%)}}.b-pdp_calc-privacy_text:before{background-color:#000;content:"";height:20px;position:absolute;right:20px;top:-10px;transform:rotate(-45deg);width:20px;z-index:-1}@media screen and (min-width:768px){.b-pdp_calc-privacy_text:before{left:50%;transform:rotate(-45deg) translateX(-50%)}.b-pdp_calc-privacy_text{left:auto;right:-35px;transform:translate(0)}}@media screen and (max-width:767px){.b-pdp_calc-privacy_text{right:-60px}}.b-pdp_calc-privacy_text:before{bottom:0;left:auto;right:30px;top:auto}@media screen and (max-width:767px){.b-pdp_calc-privacy_text:before{right:60px}}.b-pdp_calc-fields_column{align-content:stretch;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding-bottom:24px}.b-pdp_calc_tooltip{color:#ed1c24;cursor:pointer;display:inline-block;height:24px;margin-left:5px;position:relative;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:24px;z-index:2}.b-pdp_calc_tooltip:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_calc-subtitle{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%}@media screen and (max-width:767px){.b-pdp_calc-subtitle{font-size:11px;line-height:16px}}.b-pdp_calc-subtitle_note{color:#8a8a8a;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;max-width:100%}@media screen and (max-width:767px){.b-pdp_calc-subtitle_note{font-size:11px;line-height:16px}}.b-pdp_calc-subtitle_note:before{color:#ed1c24;content:"*";display:inline}.b-pdp_delivery{padding-top:12px}@media screen and (max-width:767px){.b-pdp_delivery{margin:0 -20px}}.b-pdp_delivery-item{background-color:#fff;margin-bottom:12px;padding:24px;position:relative}.b-pdp_delivery-item .m-show{display:none}.b-pdp_delivery-item.m-active:after{background-color:#000;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.b-pdp_delivery-item.m-active .m-show{display:block}.b-pdp_delivery-item_check{margin-bottom:17px}.b-pdp_delivery-link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;position:relative}.b-pdp_delivery-link:link{overflow:visible}.b-pdp_delivery-link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_delivery-link:hover{color:#ed1c24;text-decoration:none}.b-pdp_delivery-link.m-disabled{opacity:.5;pointer-events:none}.b-pdp_delivery-radio{display:block}.b-pdp_delivery-field{display:flex;flex-wrap:wrap}.b-pdp_delivery-field_label{padding-bottom:8px;width:100%}.b-pdp_delivery-field_wrap{flex-grow:1;margin:0 16px 10px 0}.b-pdp_delivery-field_btn{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;margin-bottom:10px;max-width:100%;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:127px}.b-pdp_delivery-field_btn:after,.b-pdp_delivery-field_btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_delivery-field_btn:before{padding-right:8px}.b-pdp_delivery-field_btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_delivery-field_btn:hover{text-decoration:none}.b-pdp_delivery-field_btn:hover:after,.b-pdp_delivery-field_btn:hover:before{color:#fff}}.b-pdp_delivery-field_btn:link{padding:16px}.b-pdp_delivery-field_btn:link,.b-pdp_delivery-field_btn:visited{color:#fff}.b-pdp_delivery-field_btn:focus{outline:none}@media not all and (pointer:coarse){.b-pdp_delivery-field_btn:hover{background-color:#ed1c24}}.b-pdp_delivery-field_btn.m-disabled,.b-pdp_delivery-field_btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_delivery-field_btn.m-disabled:before,.b-pdp_delivery-field_btn:disabled:before{color:#bababa!important}.b-pdp_delivery-field_error{color:#ed1c24;font-size:14px;line-height:1.25;padding-top:8px;width:100%}.b-pdp_delivery-field_notice{color:#ed1c24;font-size:14px;line-height:1.29;padding-top:24px;width:100%}.b-pdp_delivery-field_notice a{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;position:relative;text-decoration:none}.b-pdp_delivery-field_notice a:link{overflow:visible}.b-pdp_delivery-field_notice a:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_delivery-field_notice a:hover{color:#ed1c24;text-decoration:none}.b-pdp_delivery-field_success{display:flex;justify-content:space-between;padding-top:24px;width:100%}.b-pdp_delivery-label{font-weight:700;letter-spacing:2px;line-height:1.33;text-transform:uppercase}.b-pdp_delivery-desc,.b-pdp_delivery-label{font-family:Roboto,Arial,sans-serif;font-size:14px}.b-pdp_delivery-desc{font-weight:400;line-height:1.29;margin-bottom:-17px;padding-left:32px;padding-top:17px}.b-pdp_delivery-desc .m-not-available,.b-pdp_delivery-desc.m-expanded .b-pdp_delivery-desc_content{display:block}.b-pdp_delivery-desc .m-available,.b-pdp_delivery-desc.m-enable .m-not-available{display:none}.b-pdp_delivery-desc.m-enable .m-available{display:block}.b-pdp_delivery-desc_content{border-bottom:1px solid #dfdfdf;display:none;margin-bottom:24px;padding-bottom:14px}.b-pdp_delivery-text{margin:0;padding:0 0 17px}.b-pdp_delivery-control{padding-bottom:24px}.b-pdp_delivery-control_link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;position:relative}.b-pdp_delivery-control_link:link{overflow:visible}.b-pdp_delivery-control_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_delivery-control_link:hover{color:#ed1c24;text-decoration:none}.b-pdp_details{padding-bottom:32px}@media screen and (max-width:1199px){.b-pdp_details{padding-top:12px}}.b-pdp_details-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:8px}.b-pdp_details-row.m-top{padding-bottom:5px}.b-pdp_details-row.m-top .b-pdp_details-element{border:none}.b-pdp_details-element{border-top:1px solid #dfdfdf;color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;padding-top:16px}.b-pdp_details-element+.b-pdp_details-element{margin-top:8px}.b-pdp_details-element_sizes{grid-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));padding-bottom:32px;padding-top:16px}.b-pdp_details-element_size{background-color:#fff;border-bottom:2px solid #fff;color:#000;cursor:pointer;flex-grow:1;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;padding:16px 10px;text-align:center;transition:all .3s ease}.b-pdp_details-element_size.m-active,.b-pdp_details-element_size:hover{border-bottom-color:#ed1c24;font-weight:700}.b-pdp_details-element_value{color:#000}.b-pdp_details-link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;position:relative}.b-pdp_details-link:link{overflow:visible}.b-pdp_details-link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_details-link:hover{color:#ed1c24;text-decoration:none}.b-pdp_details-variations{grid-gap:12px;display:grid;grid-template-columns:repeat(8,1fr);padding:16px 0}@media screen and (max-width:1199px){.b-pdp_details-variations{grid-template-columns:repeat(6,46px)}}.b-pdp_details-variations .b-pdp_details-row{grid-column:1/9}@media screen and (max-width:1199px){.b-pdp_details-variations .b-pdp_details-row{grid-column:1/6}}.b-pdp_details-variation{background-color:#dfdfdf;cursor:pointer;display:block;height:0;overflow:hidden;overflow:visible;padding-bottom:100%;position:relative;width:100%}.b-pdp_details-variation:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_details-variation:after,.b-pdp_details-variation:before{opacity:0;position:absolute;transition:all .3s ease;visibility:hidden;z-index:3}.b-pdp_details-variation:after{background-color:#ed1c24;bottom:-5px;content:"";height:2px;left:0;right:0}.b-pdp_details-variation:before{background-color:#ed1c24;color:#fff;left:0;top:0}.b-pdp_details-variation.m-inactive{cursor:default;overflow:hidden}.b-pdp_details-variation.m-inactive:after{background-color:#ed1c24;height:200%;left:auto;opacity:1;position:absolute;right:50%;top:-50%;transform:rotate(-45deg);visibility:visible;width:1px;z-index:1}.b-pdp_details-variation.m-inactive:before{display:none}.b-pdp_details-variation.m-inactive .b-pdp_details-variation_link{cursor:default}.b-pdp_details-variation.m-current:after{background-color:#ed1c24;bottom:-5px;content:"";height:2px;left:0;opacity:1;right:0;visibility:visible}.b-pdp_details-variation.m-current:before,.b-pdp_details-variation:hover:after,.b-pdp_details-variation:hover:before{opacity:1;visibility:visible}.b-pdp_details-variation_inner,.b-pdp_details-variation_link{height:100%;position:absolute;width:100%}.b-pdp_details-variation_inner:after,.b-pdp_details-variation_link:after{box-shadow:inset 0 0 0 1px #00000014;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.b-pdp_details-variation_img{height:100%;position:absolute;width:100%;z-index:1}.b-pdp_details-more{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.33;overflow:visible;padding-left:0;padding-right:30px;position:relative}.b-pdp_details-more:link{overflow:visible}.b-pdp_details-more:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;position:absolute;right:0}.b-pdp_details-more:hover{color:#ed1c24;text-decoration:none}.b-pdp_details-more:after{left:30px}.b-pdp_details-more:link{padding-left:30px}.b-pdp_details-more:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_details-more:after{left:0;right:30px}.b-pdp_details-more:link{padding-left:0;padding-right:30px}.b-pdp_details-more:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;left:auto;right:0;right:-20px;text-decoration:none;text-transform:none}.b-pdp_details-more_numbers{color:#ed1c24;font-size:12px;font-weight:700;position:absolute;right:7px;top:2px}.b-pdp_price{align-items:center;display:flex;flex-wrap:wrap;padding-bottom:25px}@media screen and (max-width:1199px){.b-pdp_price{justify-content:space-between;padding-bottom:10px}}.b-pdp_price-cost{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:.83}.b-pdp_price-cost_unit{font-size:16px;line-height:1.25}.b-pdp_price-cost_unit,.b-pdp_price-desc{font-family:Roboto,Arial,sans-serif;font-weight:400}.b-pdp_price-desc{color:#8a8a8a;font-size:14px;line-height:1.29;margin:0;padding-top:9px;width:100%}@media screen and (min-width:1200px){.b-pdp_price-unit{margin-left:24px}}@media screen and (max-width:1199px){.b-pdp_price-unit{padding-top:11px;width:100%}}.b-pdp_price-options{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}@media screen and (min-width:768px){.b-pdp_price-options{display:none}}@media screen and (max-width:767px){.b-pdp_price-options+.b-pdp_price-options{display:none}}.b-pdp_price-options_name{color:#8a8a8a}@media screen and (min-width:768px){.b-pdp_thumbnail{overflow:hidden;position:-webkit-sticky;position:sticky;top:156px}}@media screen and (min-width:1024px){.b-pdp_thumbnail{overflow:visible;width:100%}}@media screen and (min-width:768px){.l-pdp-container.m-quick-view .b-pdp_thumbnail{top:0}}.b-pdp_thumbnail-container{display:grid;grid-template:[start b-pdp_thumbnail-carousel-s b-pdp_thumbnail-inner-s] minmax(auto,1fr) [b-pdp_thumbnail-inner-e b-pdp_visualizeit-s] auto [end b-pdp_thumbnail-carousel-e b-pdp_visualizeit-e]/[start b-pdp_thumbnail-carousel-s] auto [b-pdp_thumbnail-carousel-e b-pdp_visualizeit-s b-pdp_thumbnail-inner-s] minmax(auto,1fr) [end b-pdp_visualizeit-e b-pdp_thumbnail-inner-e]}@media screen and (max-width:1023px){.b-pdp_thumbnail-container{grid-template:[start b-pdp_thumbnail-inner-s] auto [b-pdp_thumbnail-inner-e b-pdp_thumbnail-carousel-s] auto [b-pdp_thumbnail-carousel-e b-pdp_visualizeit-s] auto [end b-pdp_visualizeit-e]/[start b-pdp_thumbnail-carousel-s b-pdp_visualizeit-s b-pdp_thumbnail-inner-s] auto [end b-pdp_thumbnail-carousel-e b-pdp_visualizeit-e b-pdp_thumbnail-inner-e]}}.l-pdp-container.m-quick-view .b-pdp_thumbnail-container{grid-template:[start b-pdp_thumbnail-inner-s] auto [b-pdp_thumbnail-inner-e b-pdp_thumbnail-carousel-s] auto [b-pdp_thumbnail-carousel-e b-pdp_visualizeit-s] auto [end b-pdp_visualizeit-e]/[start b-pdp_thumbnail-carousel-s b-pdp_visualizeit-s b-pdp_thumbnail-inner-s] auto [end b-pdp_thumbnail-carousel-e b-pdp_visualizeit-e b-pdp_thumbnail-inner-e]}.b-pdp_thumbnail-container.m-single .b-pdp_thumbnail-carousel{display:none}@media screen and (min-width:1024px){.b-pdp_thumbnail-container{height:100%;width:100%}}@media screen and (max-width:1023px){.b-pdp_thumbnail-container{flex-direction:column}}.b-pdp_thumbnail-single{background-color:#dfdfdf;display:block;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.b-pdp_thumbnail-single .b-store_item-figure_label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;left:0;letter-spacing:2px;line-height:1.25;padding:6px 8px 4px;position:absolute;text-transform:uppercase;top:12px;z-index:12}@media screen and (max-width:767px){.b-pdp_thumbnail-single .b-store_item-figure_label{font-size:10px;letter-spacing:1px;padding:5px 4px 3px}}.b-pdp_thumbnail-single .b-store_item-figure_label.m-new{background-color:#ed1c24;color:#fff;z-index:2}.b-pdp_thumbnail-single .b-store_item-figure_label.m-clearance{background-color:#fff200;color:#000}.b-pdp_thumbnail-single .b-store_item-figure_label.m-sale{background-color:green;color:#000}.b-pdp_thumbnail-single .b-store_item-figure_label.m-exclusive{background-color:#5a7d7c;color:#fff}.b-pdp_thumbnail-inner{grid-area:b-pdp_thumbnail-inner-s/b-pdp_thumbnail-inner-s/b-pdp_thumbnail-inner-e/b-pdp_thumbnail-inner-e}.b-pdp_thumbnail-carousel{--carousel-item-width:471px;display:flex;flex-direction:column;grid-area:b-pdp_thumbnail-carousel-s/b-pdp_thumbnail-carousel-s/b-pdp_thumbnail-carousel-e/b-pdp_thumbnail-carousel-e;max-height:100%;overflow-x:hidden;overflow-y:hidden;overscroll-behavior-y:contain;position:relative;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-pdp_thumbnail-carousel::-webkit-scrollbar{background-color:#fff;height:4px;width:4px}.b-pdp_thumbnail-carousel::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (min-width:1200px){.b-pdp_thumbnail-carousel{--carousel-item-width:551px}}@media screen and (min-width:1440px){.b-pdp_thumbnail-carousel{--carousel-item-width:691px}}@media screen and (min-width:1024px){.b-pdp_thumbnail-carousel{height:var(--carousel-item-width);margin-right:25px;max-height:100%;order:1;width:64px}}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel{flex-direction:row;margin-right:-20px;max-width:100%;overflow-y:hidden;padding-top:12px}}.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure{height:64px;margin:0 0 20px;overflow-x:visible;overflow-y:visible;padding:0;position:relative;width:64px}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure{margin-right:12px}}@media screen and (min-width:1024px){.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure{transform:rotate(0)}}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure{height:52px;width:52px}}.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure:after{background-color:#0000;bottom:-6px;content:"";display:block;height:2px;left:0;position:absolute;right:0}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure:after{height:3px}}.b-pdp_thumbnail-carousel .b-pdp_thumbnail-figure.is-nav-selected:after{background-color:#ed1c24}.b-pdp_thumbnail-carousel .thumbnails_inner{display:flex;flex-direction:column;position:relative}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .thumbnails_inner{height:52px;max-height:none;padding:0}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .thumbnails_inner{flex-direction:row}}.b-pdp_thumbnail-carousel .carousel__viewport .thumbnails_inner{flex-direction:row}@media screen and (min-width:1024px){.b-pdp_thumbnail-carousel .carousel__viewport .thumbnails_inner{height:64px;max-width:var(--carousel-item-width);width:var(--carousel-item-width)}}.b-pdp_thumbnail-carousel .carousel__viewport .b-pdp_thumbnail-figure{margin:0 20px 0 0}@media screen and (min-width:1024px){.b-pdp_thumbnail-carousel .carousel__viewport .b-pdp_thumbnail-figure{transform:rotate(-90deg)}}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .carousel__viewport{height:60px;margin:0;max-height:none;max-width:none;padding:0;position:static;transform:rotate(0deg);width:auto}@media screen and (min-width:1024px){.b-pdp_thumbnail-carousel .carousel__viewport{margin-right:32px;margin-top:-32px;max-width:var(--carousel-item-width);padding-bottom:0;position:absolute;right:calc(var(--carousel-item-width)/2*-1);top:calc(var(--carousel-item-width)/2);transform:rotate(90deg);width:var(--carousel-item-width)}}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel{box-sizing:initial;flex-direction:row;height:47px;margin-right:-20px;max-width:calc(100% + 20px);overflow:hidden;padding-bottom:10px;padding-right:0;padding-top:12px;width:auto}@media screen and (min-width:1024px){.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel{height:64px;margin-bottom:-10px;max-width:100%;padding-bottom:0}}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .carousel__button.is-prev{height:52px;top:12px;width:21px}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .carousel__button.is-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .carousel__button.is-next{height:52px;top:12px;width:21px}.l-pdp-container.m-quick-view .b-pdp_thumbnail-carousel .carousel__button.is-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-carousel .carousel__button{background-color:#00000080;border-radius:0;color:#fff;height:21px;transition:all .3s ease;width:64px;z-index:2}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .carousel__button{height:51px;width:21px}}.b-pdp_thumbnail-carousel .carousel__button>svg{display:none}.b-pdp_thumbnail-carousel .carousel__button[disabled]{opacity:0}.b-pdp_thumbnail-carousel .carousel__button.is-prev{left:0;top:0;transform:translateY(0)}.b-pdp_thumbnail-carousel .carousel__button.is-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .carousel__button.is-prev{top:12px}.b-pdp_thumbnail-carousel .carousel__button.is-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-pdp_thumbnail-carousel .carousel__button.is-next{bottom:0;right:0;top:auto;transform:translateY(0)}.b-pdp_thumbnail-carousel .carousel__button.is-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1023px){.b-pdp_thumbnail-carousel .carousel__button.is-next{bottom:auto;top:12px}.b-pdp_thumbnail-carousel .carousel__button.is-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}}.b-pdp_thumbnail-view{align-items:center;cursor:zoom-in;display:flex;flex-wrap:wrap;height:auto;height:100%;left:0;max-height:100%;max-width:none;position:absolute;width:100%}.b-pdp_thumbnail-view.lazy{opacity:0;visibility:hidden}.b-pdp_thumbnail-view.lazy-error,.b-pdp_thumbnail-view.lazy-loaded{opacity:1;visibility:visible}.b-pdp_thumbnail-view img{display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.b-pdp_thumbnail-view .carousel__viewport{height:100%;padding:0;width:100%}.b-pdp_thumbnail-view .carousel__slide{overflow:hidden;padding:0;width:100%}.b-pdp_thumbnail-view .carousel__track{max-height:100%}.b-pdp_thumbnail-view .carousel__button{background-color:#ed1c24;border-radius:0;color:#fff;height:40px;transition:all .3s ease;width:40px;z-index:2}.b-pdp_thumbnail-view .carousel__button>svg{display:none}.b-pdp_thumbnail-view .carousel__button:hover:before{font-size:32px}.b-pdp_thumbnail-view .carousel__button.is-next{right:0}.b-pdp_thumbnail-view .carousel__button.is-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-view .carousel__button.is-prev{left:0}.b-pdp_thumbnail-view .carousel__button.is-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg)}.b-pdp_thumbnail-item{width:100%}.b-pdp_thumbnail-item.m-video-thumb:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-item.m-video-thumb .m-video-thumb_img{display:block;object-fit:contain}.b-pdp_thumbnail-item.m-video-thumb:before{background-color:#ed1c24;border-radius:50%;color:#fff;height:50px;left:50%;line-height:50px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:50px}.b-pdp_thumbnail-item video{height:100%;width:100%}.b-pdp_thumbnail-item .m-video-thumb_img{display:none}.b-pdp_thumbnail-item_video{height:100%;width:100%}.b-pdp_thumbnail-view_label{background-color:#ed1c24;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:21px;font-weight:700;left:0;letter-spacing:4px;line-height:1.33;padding:11px 14px;position:absolute;text-transform:uppercase;top:16px}@media screen and (max-width:1023px){.b-pdp_thumbnail-view_label{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.33;padding:6px}}.b-pdp_thumbnail-info{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.33}.b-pdp_thumbnail-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-pdp_thumbnail-control{display:none}}.b-pdp_thumbnail-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-pdp_thumbnail-control.m-previous{left:var(--carousel-1-side-padding)}.b-pdp_thumbnail-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-pdp_thumbnail-control.m-next{right:var(--carousel-1-side-padding)}.b-pdp_thumbnail-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-control:hover:before{font-size:32px}.b-pdp_thumbnail-control.m-previous{left:0}.b-pdp_thumbnail-control.m-next{right:0}.b-pdp_thumbnail-figure{cursor:pointer}@media screen and (max-width:1023px){.b-pdp_thumbnail-figure video{height:100%;width:100%}}.l-pdp-container.m-quick-view .b-pdp_thumbnail-figure{height:52px;margin:0 12px 0 0;min-width:52px;overflow:visible;width:52px}.b-pdp_thumbnail-figure.m-video-thumbnail:before{-webkit-font-smoothing:antialiased;speak:none;background-color:#ed1c24;color:#fff;content:"";font-family:icons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;text-decoration:none;text-transform:none;top:50%;transform:translate(-50%,-50%);width:24px}.b-pdp_thumbnail-figure_video{height:100%;width:100%}.b-pdp_thumbnail-figure_img{display:block;height:100%;margin:0;width:100%}.b-pdp_thumbnail-quick-view{background-color:#fff3;bottom:0;color:#000;padding:3px;position:absolute;right:0}.b-pdp_thumbnail-quick-view:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-navigate_btn{background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;line-height:40px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.b-pdp_thumbnail-navigate_btn:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.b-pdp_thumbnail-navigate_btn.m-back{left:0}.b-pdp_thumbnail-navigate_btn.m-back:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_thumbnail-navigate_btn.m-next{right:0}.b-pdp_thumbnail-navigate_btn.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_title{margin-bottom:9px}.b-pdp_title-brand{display:block;height:auto;margin-bottom:12px;width:auto}.b-pdp_title-brand_img{display:block;height:100%;object-fit:contain}.b-pdp_title-name{font-family:Roboto,Arial,sans-serif;font-size:24px;font-size:24px!important;font-weight:700;font-weight:700!important;letter-spacing:2px;line-height:1.33;margin:0 0 16px;text-transform:uppercase}@media screen and (max-width:1199px){.b-pdp_title-name{font-size:20px!important}}.b-pdp_title-show_full{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;box-sizing:border-box;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;margin-bottom:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-pdp_title-show_full:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_title-show_full:after,.b-pdp_title-show_full:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_title-show_full:before{padding-right:8px}.b-pdp_title-show_full:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_title-show_full:hover{text-decoration:none}.b-pdp_title-show_full:hover:after,.b-pdp_title-show_full:hover:before{color:#fff}.b-pdp_title-show_full:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-pdp_title-show_full:focus,.b-pdp_title-show_full:hover{outline:none!important;text-decoration:none}.b-pdp_title-show_full.m-disabled,.b-pdp_title-show_full:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_title-show_full.m-disabled:before,.b-pdp_title-show_full:disabled:before{color:#bababa!important}.b-pdp_title-show_full:before{color:#ed1c24;margin-right:8px}@media not all and (pointer:coarse){.b-pdp_title-show_full:hover:before{color:#fff}}.b-pdp_title-shop{display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-pdp_title-error{background-color:#fae1e2;border-bottom:2px solid #ed1c24;color:#ed1c24;font-size:16px;line-height:1.25;margin:8px 0;padding:9px 0;text-align:center}.b-pdp_grout{padding-bottom:20px;width:928px}@media screen and (max-width:1023px){.b-pdp_grout{width:680px}}@media screen and (max-width:767px){.b-pdp_grout{padding-bottom:100px;width:100%}}.b-pdp_grout-head{margin-bottom:32px}@media screen and (max-width:767px){.b-pdp_grout-head{margin-bottom:20px;padding-right:25px}.b-pdp_grout-popup.tingle-modal .tingle-modal-box{bottom:0;max-height:100%;min-width:290px;right:0;top:0;width:85%}}.b-pdp_grout-title{display:inline-block;font-size:20px;letter-spacing:.1em;padding-left:38px;position:relative;text-transform:uppercase}.b-pdp_grout-title:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.b-pdp_grout-title{font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:700}}.b-pdp_grout-title:before{color:#ed1c24;left:0;position:absolute;top:-1px}.b-pdp_grout-view{height:0;padding-top:100%;position:relative}.b-pdp_grout-view iframe{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.b-pdp_grout-body{display:flex;justify-content:space-between}@media screen and (max-width:767px){.b-pdp_grout-body{display:block}}.b-pdp_grout-content{width:608px}@media screen and (max-width:1023px){.b-pdp_grout-content{width:380px}}@media screen and (max-width:767px){.b-pdp_grout-content{width:100%}}.b-pdp_grout-aside{width:calc(100% - 640px)}@media screen and (max-width:1023px){.b-pdp_grout-aside{width:calc(100% - 400px)}}@media screen and (max-width:767px){.b-pdp_grout-aside{margin-top:12px;width:100%}}.b-pdp_grout-entry{font-size:14px;margin-top:16px}@media screen and (max-width:767px){.b-pdp_grout-entry{display:none}}.b-pdp_grout-entry a{font-weight:700;text-decoration:underline;-webkit-text-decoration-color:#ed1c24;text-decoration-color:#ed1c24}.b-pdp_grout-entry a:hover{text-decoration:none}.b-pdp_grout-entry.m-mobile{display:none;padding-bottom:20px}@media screen and (max-width:767px){.b-pdp_grout-entry.m-mobile{display:block}}.b-pdp_grout-actions{box-sizing:border-box;margin-top:32px}.b-pdp_grout-actions>*+*{margin-top:12px}@media screen and (max-width:767px){.b-pdp_grout-actions{background-color:#f3f3f3;bottom:0;min-width:290px;padding:20px;position:fixed;right:0;width:85%}}.b-pdp_grout-btn{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-pdp_grout-btn:after,.b-pdp_grout-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_grout-btn:before{padding-right:8px}.b-pdp_grout-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_grout-btn:hover{text-decoration:none}.b-pdp_grout-btn:hover:after,.b-pdp_grout-btn:hover:before{color:#fff}.b-pdp_grout-btn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-pdp_grout-btn:focus,.b-pdp_grout-btn:hover{outline:none!important;text-decoration:none}.b-pdp_grout-btn.m-disabled,.b-pdp_grout-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_grout-btn.m-disabled:before,.b-pdp_grout-btn:disabled:before{color:#bababa!important}@media screen and (max-width:767px){.b-pdp_grout-btn{display:none}}.b-pdp_grout-btn-alt{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:100%}.b-pdp_grout-btn-alt:after,.b-pdp_grout-btn-alt:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_grout-btn-alt:before{padding-right:8px}.b-pdp_grout-btn-alt:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_grout-btn-alt:hover{text-decoration:none}.b-pdp_grout-btn-alt:hover:after,.b-pdp_grout-btn-alt:hover:before{color:#fff}}.b-pdp_grout-btn-alt:link{padding:16px}.b-pdp_grout-btn-alt:link,.b-pdp_grout-btn-alt:visited{color:#fff}.b-pdp_grout-btn-alt:focus{outline:none}@media not all and (pointer:coarse){.b-pdp_grout-btn-alt:hover{background-color:#ed1c24}}.b-pdp_grout-btn-alt.m-disabled,.b-pdp_grout-btn-alt:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_grout-btn-alt.m-disabled:before,.b-pdp_grout-btn-alt:disabled:before{color:#bababa!important}@media screen and (max-width:767px){.b-pdp_grout .b-pdp_btns-button.m-add-tocart{padding:16px 0}}.b-pdp_grout .b-pdp_btns-button.m-add-tocart:before{padding-right:0}@media screen and (min-width:768px){.b-pdp-grout_accordeon+.b-pdp-grout_accordeon{margin-top:12px}}.b-pdp-grout_accordeon-head{align-items:center;border:1px solid #dfdfdf;cursor:pointer;display:flex;height:48px;margin:0;position:relative;transition:border-color .3s}.b-pdp-grout_accordeon-head:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.b-pdp-grout_accordeon-head{border-width:0 0 1px;height:55px}}@media screen and (min-width:768px){.b-pdp-grout_accordeon-head:hover{border-color:#000}}.b-pdp-grout_accordeon-head:after{color:#ed1c24;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:transform .3s}@media screen and (max-width:767px){.b-pdp-grout_accordeon-head:after{right:0;transform:translateY(-50%) rotate(-90deg)}}.b-pdp-grout_accordeon-title{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;margin-bottom:2px;text-transform:uppercase}.b-pdp-grout_accordeon-subtitle{font-size:16px;text-transform:capitalize}.b-pdp-grout_accordeon-control{align-items:center;display:flex;font-family:Roboto,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:.1em;margin-bottom:24px;padding-top:4px;text-transform:uppercase;white-space:nowrap}.b-pdp-grout_accordeon-control:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-pdp-grout_accordeon-control{display:none}}.b-pdp-grout_accordeon-control:before{color:#ed1c24;display:inline-block;margin-right:6px}.b-pdp-grout_accordeon-content{border:0;box-sizing:border-box;overflow:hidden;padding:0 16px;transition:max-height .3s,visibility .3s,opacity .3s,padding .3s,transform .3s;visibility:hidden}@media screen and (min-width:768px){.b-pdp-grout_accordeon-content{max-height:0;opacity:0}}@media screen and (max-width:767px){.b-pdp-grout_accordeon-content{background-color:#fff;bottom:0;min-width:290px;padding:20px;position:fixed;right:0;top:0;transform:translateX(100%);width:85%;z-index:10001}}@media screen and (min-width:768px){.b-pdp-grout_accordeon-inner.m-expanded .b-pdp-grout_accordeon-head:after{transform:translateY(-50%) rotate(180deg)}}.b-pdp-grout_accordeon-inner.m-expanded .b-pdp-grout_accordeon-content{overflow:visible;visibility:visible}@media screen and (max-width:767px){.b-pdp-grout_accordeon-inner.m-expanded .b-pdp-grout_accordeon-content{transform:translateX(0)}}@media screen and (min-width:768px){.b-pdp-grout_accordeon-inner.m-expanded .b-pdp-grout_accordeon-content{border:1px solid #dfdfdf;border-top:0;max-height:1000px;opacity:1;padding:16px}}.b-pdp-grout_accordeon-actions{background-color:#f3f3f3;bottom:0;left:0;padding:20px;position:absolute;right:0}@media screen and (min-width:768px){.b-pdp-grout_accordeon-actions{display:none}}.b-pdp-grout_swatch.large{align-items:center;display:flex;height:48px;justify-content:center;margin-right:0;width:48px}@media screen and (max-width:767px){.b-pdp-grout_swatch.large{margin-right:8px;width:32px}}.b-pdp-grout_swatch-outer{height:147px;position:relative;width:254px}@media screen and (max-width:767px){.b-pdp-grout_swatch-outer{width:100%}}.b-pdp-grout_swatch-outer.m-colorFamily{height:90px}@media screen and (max-width:1023px){.b-pdp-grout_swatch-outer.m-colorFamily{height:auto}}.b-pdp-grout_swatch-outer.m-colorFamily .b-pdp-grout_swatch-scroller{transform:rotate(-90deg) translateY(-82px);width:82px}@media screen and (max-width:1023px){.b-pdp-grout_swatch-outer.m-colorFamily .b-pdp-grout_swatch-scroller{transform:none;width:100%}}.b-pdp-grout_swatch-inner{box-sizing:border-box;height:32px;width:32px}.b-pdp-grout_swatch-inner.m-border{border:1px solid #8a8a8a}.b-pdp-grout_swatch-title{font-size:14px;font-weight:400;margin-bottom:16px}.b-pdp-grout_swatch-image{height:100%}.b-pdp-grout_swatch-image.swatch-straight_lay{transform:rotate(90deg)}.b-pdp-grout_swatch-image:before{display:block;height:100%;width:100%}.b-pdp-grout_swatch-icon{border:0}.b-pdp-grout_swatch-flex{display:flex;justify-content:space-between}.b-pdp-grout_swatch-scroller{cursor:grab;direction:rtl;display:flex;flex-wrap:wrap;left:0;max-height:254px;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:absolute;scrollbar-color:#88867d #e9e9e9;scrollbar-width:thin;top:0;transform:rotate(-90deg) translateY(-147px);transform-origin:right top;-webkit-user-select:none;user-select:none;width:147px}.b-pdp-grout_swatch-scroller::-webkit-scrollbar{background-color:#e9e9e9;height:119px;width:2px}.b-pdp-grout_swatch-scroller::-webkit-scrollbar-thumb{background-color:#88867d;border-radius:0}@media screen and (max-width:1023px){.b-pdp-grout_swatch-scroller{direction:ltr;flex-wrap:nowrap;height:auto;margin-bottom:10px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-y:contain;padding-bottom:11px;position:static;scrollbar-color:#88867d #e9e9e9;scrollbar-width:thin;transform:none;width:100%}.b-pdp-grout_swatch-scroller::-webkit-scrollbar{background-color:#e9e9e9;height:2px;width:4px}.b-pdp-grout_swatch-scroller::-webkit-scrollbar-thumb{background-color:#88867d;border-radius:0}}.b-pdp-grout_swatch-scroller:hover{overscroll-behavior-y:contain;scrollbar-color:#000 #e9e9e9;scrollbar-width:thin}.b-pdp-grout_swatch-scroller:hover::-webkit-scrollbar{background-color:#e9e9e9;height:119px;width:6px}.b-pdp-grout_swatch-scroller:hover::-webkit-scrollbar-thumb{background-color:#000;border-radius:0}@media screen and (max-width:1023px){.b-pdp-grout_swatch-scroller:hover{overscroll-behavior-y:contain;scrollbar-color:#000 #e9e9e9;scrollbar-width:thin}.b-pdp-grout_swatch-scroller:hover::-webkit-scrollbar{background-color:#e9e9e9;height:2px;width:4px}.b-pdp-grout_swatch-scroller:hover::-webkit-scrollbar-thumb{background-color:#000;border-radius:0}}.b-pdp-grout_swatch-label{background-color:#f3f3f3;border-bottom:2px solid #f3f3f3;display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;height:34px;line-height:34px;margin-bottom:0;text-align:center;-webkit-user-select:none;user-select:none}.b-pdp-grout_swatch-label.m-pattern{text-transform:capitalize}.b-pdp-grout_swatch.m-large{cursor:pointer;height:auto;margin:0;min-width:98px;padding-top:0;width:98px}.b-pdp-grout_swatch.m-large:not(.m-thin){direction:ltr;height:98px;transform:rotate(90deg) translateX(98px);transform-origin:right top}@media screen and (max-width:1023px){.b-pdp-grout_swatch.m-large:not(.m-thin){height:auto;transform:none}}.b-pdp-grout_swatch.m-large+.b-pdp-grout_swatch:not(.m-thin){margin-top:5px}@media screen and (max-width:1023px){.b-pdp-grout_swatch.m-large+.b-pdp-grout_swatch:not(.m-thin){margin:0 0 0 6px}}.b-pdp-grout_swatch.m-large+.b-pdp-grout_swatch.m-thin{margin-left:8px}.b-pdp-grout_swatch.m-large .b-pdp-grout_swatch-image{border:0;height:98px;position:static}.m-colorFamily .b-pdp-grout_swatch.m-large .b-pdp-grout_swatch-image{height:36px}.b-pdp-grout_swatch.m-large.m-current .b-pdp-grout_swatch-label{border-color:#ed1c24;font-weight:700}.b-pdp-grout_swatch.m-thin{min-width:0}.b-pdp-grout_swatch.m-thin .b-pdp-grout_swatch-image{color:#fff;font-size:72px;height:66px}.b-pdp-grout_swatch.m-disabled{pointer-events:none}.b-pdp-grout_swatch.m-disabled .b-pdp-grout_swatch-image{border:2px solid #e9e9e9;border-bottom:0;box-sizing:border-box;font-size:0;overflow:hidden;position:relative}.b-pdp-grout_swatch.m-disabled .b-pdp-grout_swatch-image:after,.b-pdp-grout_swatch.m-disabled .b-pdp-grout_swatch-image:before{background-color:#e9e9e9;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(40deg);width:150%}.b-pdp-grout_swatch.m-disabled .b-pdp-grout_swatch-image:after{transform:translate(-50%,-50%) rotate(-40deg)}.b-pdp-grout_swatch.m-disabled .b-pdp-grout_swatch-label{border:2px solid #e9e9e9;border-top:0;color:#bababa}.b-pdp-grout_swatch .swatch-straight_lay:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 63H1V1h62v62zM10.999 43h-8v17.999h8V43zm10 0H13v17.999h7.999V43zm10 0H23v17.999h7.999V43zm10 0H33v17.999h7.999V43zm10 0H43v17.999h7.999V43zm10 0H53v17.999h7.999V43zm-50-20h-8v17.999h8V23zm10 0H13v17.999h7.999V23zm10 0H23v17.999h7.999V23zm10 0H33v17.999h7.999V23zm10 0H43v17.999h7.999V23zm10 0H53v17.999h7.999V23zm-50-20.001h-8v18h8v-18zm10 0H13v18h7.999v-18zm10 0H23v18h7.999v-18zm10 0H33v18h7.999v-18zm10 0H43v18h7.999v-18zm10 0H53v18h7.999v-18z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-galveston:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 63H1V1h62v62zM10.999 33h-8v27.999h8V33zm10 10H13v17.999h7.999V43zm30 0H43v17.999h7.999V43zm-20 10H23v7.999h7.999V53zm10-20H33v27.999h7.999V33zm20 20H53v7.999h7.999V53zm-30-30H23v27.999h7.999V23zm30 0H53v27.999h7.999V23zm-40-10H13v27.999h7.999V13zm30 0H43v27.999h7.999V13zm-40-10.001h-8v28h8v-28zm30 0H33v28h7.999v-28zm-10 0H23v18h7.999v-18zm30 0H53v18h7.999v-18zm-40 0H13v8h7.999v-8zm30 0H43v8h7.999v-8z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-herringbone:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 .934V63H1V.934h62zM2.999 42.878V61h2.406l7.858-7.856L2.999 42.878zm18.572 4.43L7.88 60.998h11.666l7.858-7.857-5.833-5.833zm7.07 7.07l-6.617 6.62h11.682l.778-.777-5.842-5.842zm21.23-7.07L42.8 54.38l-6.622 6.618h11.668l7.858-7.857-5.833-5.833zm7.072 7.072l-6.617 6.618L61 61v-2.563l-4.057-4.056zm-28.3-14.142l-5.834 5.833 12.905 12.905 5.834-5.834-12.905-12.904zm28.3 0l-5.834 5.833 9.89 9.89V44.293l-4.056-4.056zm-7.072-7.072L36.966 46.07l5.834 5.834 12.905-12.905-5.834-5.833zm-28.3 0L8.666 46.07l5.834 5.834 12.905-12.905-5.834-5.833zm-18.572-4.43v11.666l4.43 4.432L13.263 39 2.999 28.736zm25.643-2.641l-5.833 5.834 12.905 12.904L41.548 39 28.642 26.095zm28.3 0l-5.833 5.834 9.89 9.89V30.151l-4.057-4.057zm-7.071-7.071L36.966 31.928l5.834 5.834 12.905-12.905-5.834-5.833zm-28.3 0L8.666 31.928l5.834 5.834 12.905-12.905-5.834-5.833zm-18.572-4.43V26.26l4.43 4.431 5.833-5.832L3 14.593zm25.643-2.641l-5.833 5.834L35.714 30.69l5.834-5.833-12.906-12.905zm28.3 0l-5.833 5.834 9.89 9.89V16.01l-4.057-4.057zM21.57 4.882L8.666 17.786 14.5 23.62l12.905-12.905-5.834-5.833zm28.3 0L36.966 17.786 42.8 23.62l12.905-12.905-5.834-5.833zM5.48 2.933l-2.481.001v9.184l4.43 4.43 5.833-5.832L5.48 2.933zm28.285 0H23.519l-.71.711 12.904 12.904 5.834-5.833-7.782-7.782zM61 2.934h-9.181l-.71.71L61 13.534v-10.6zm-11.655 0H36.239l6.553 6.552 6.553-6.553zm-28.301 0H7.954L14.5 9.477l6.544-6.545z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-coronado:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 63H1V1h62v62zM10.999 43h-8v17.999h8V43zm40 0H43v17.999h7.999V43zm-30 0H13v17.999h7.999V43zm20 10H23v7.999h17.999V53zm20-10H53v17.999h7.999V43zm-20-10H33v17.999h7.999V33zm-10 0H23v17.999h7.999V33zm-10 0h-18v7.999h18V33zm40 0H43v7.999h17.999V33zm-50-20h-8v17.999h8V13zm40 0H43v17.999h7.999V13zm-30 0H13v17.999h7.999V13zm20 10H23v7.999h17.999V23zm20-10H53v17.999h7.999V13zm-30-10.001H23v18h7.999v-18zm10 0H33v18h7.999v-18zm-20 0h-18v8h18v-8zm40 0H43v8h17.999v-8z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-brick:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M1 63V1h62v62H1zm10-10H3v8h8v-8zm50 0h-8v8h8v-8zm-30 0H13v8h18v-8zm20 0H33v8h18v-8zM21 43H3v8h18v-8zm20 0H23v8h18v-8zm20 0H43v8h18v-8zM11 33H3v8h8v-8zm50 0h-8v8h8v-8zm-30 0H13v8h18v-8zm20 0H33v8h18v-8zM21 23H3v8h18v-8zm20 0H23v8h18v-8zm20 0H43v8h18v-8zM11 13H3v8h8v-8zm50 0h-8v8h8v-8zm-30 0H13v8h18v-8zm20 0H33v8h18v-8zM21 3H3v8h18V3zm20 0H23v8h18V3zm20 0H43v8h18V3z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-harlequin:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 1v62H1V1h62zm-2 3.414L4.414 61h13.17L61 17.584V4.414zm0 16L20.414 61h13.17L61 33.584v-13.17zm0 16L36.414 61h13.17L61 49.584v-13.17zm0 16L52.414 61H61v-8.586zM59.584 3h-13.17L3 46.414v13.17L59.584 3zm-16 0h-13.17L3 30.414v13.17L43.584 3zm-16 0h-13.17L3 14.414v13.17L27.584 3zm-16 0H3v8.584L11.584 3z M63 1v62H1V1h62zM3 52.415V61h8.585L3 52.415zm0-32v13.17L30.415 61h13.17L3 20.415zm0 16v13.17L14.415 61h13.17L3 36.415zm0-32v13.17L46.415 61h13.17L3 4.415zm14.584-1.416H4.414L61 59.585v-13.17L17.584 2.999zm16 0h-13.17L61 43.585v-13.17L33.584 2.999zm16 0h-13.17L61 27.585v-13.17L49.584 2.999zm11.416 0h-8.586L61 11.585V2.999z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-0_degrees:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 1v62H1V1h62zm-2 50H3v10h58V51zm0-12H3v10h58V39zm0-12H3v10h58V27zm0-12H3v10h58V15zm0-12H3v10h58V3z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-90_degrees:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 1v62H1V1h62zM12.999 3H3v58h9.999V3zM49 3H39v58h10V3zM37 3H27v58h10V3zM25 3H14.999v58H25V3zm36 0H51v58h10V3z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-45_degrees:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 1v62H1V1h62zM3 52.415V61h8.585L3 52.415zm0-32v13.17L30.415 61h13.17L3 20.415zm0 16v13.17L14.415 61h13.17L3 36.415zm0-32v13.17L46.415 61h13.17L3 4.415zm14.584-1.416H4.414L61 59.585v-13.17L17.584 2.999zm16 0h-13.17L61 43.585v-13.17L33.584 2.999zm16 0h-13.17L61 27.585v-13.17L49.584 2.999zm11.416 0h-8.586L61 11.585V2.999z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp-grout_swatch .swatch-135_degrees:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 version%3D%221%22 width%3D%2264%22 height%3D%2264%22 viewBox%3D%220 0 64 64%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M63 1v62H1V1h62zm-2 3.414L4.414 61h13.17L61 17.584V4.414zm0 16L20.414 61h13.17L61 33.584v-13.17zm0 16L36.414 61h13.17L61 49.584v-13.17zm0 16L52.414 61H61v-8.586zM59.584 3h-13.17L3 46.414v13.17L59.584 3zm-16 0h-13.17L3 30.414v13.17L43.584 3zm-16 0h-13.17L3 14.414v13.17L27.584 3zm-16 0H3v8.584L11.584 3z%22%2F%3E%3C%2Fsvg%3E");background-size:cover;content:""}.b-pdp_visualize{background-color:#fff;margin:0 -20px 4px;position:relative}@media screen and (min-width:768px){.b-pdp_visualize{display:none}}@media screen and (max-width:1199px){.b-pdp_visualize{margin-bottom:12px}}.b-pdp_visualize-txt{color:#000;display:block;padding:12px 52px}.b-pdp_visualize-txt:before{content:""}.b-pdp_visualize-txt:after,.b-pdp_visualize-txt:before{-webkit-font-smoothing:antialiased;speak:none;font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_visualize-txt:after{content:""}.b-pdp_visualize-txt:after,.b-pdp_visualize-txt:before{color:#ed1c24;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_visualize-txt:before{left:20px}.b-pdp_visualize-txt:after{right:20px}.b-pdp_visualizeit{grid-area:b-pdp_visualizeit-s/b-pdp_visualizeit-s/b-pdp_visualizeit-e/b-pdp_visualizeit-e;padding-top:12px}@media screen and (max-width:767px){.b-pdp_visualizeit{margin:0 -20px;max-width:none;padding:12px 0 0;width:calc(100% + 40px)}}.b-pdp_visualizeit-inner{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;margin-bottom:4px;padding:14px 16px;position:relative}@media screen and (max-width:767px){.b-pdp_visualizeit-inner{justify-content:flex-start;padding-left:20px}}.b-pdp_visualizeit-inner.m-visualize{display:flex;justify-content:center}.b-pdp_visualizeit-inner.m-visualize:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-pdp_visualizeit-inner.m-visualize{padding-bottom:12px;padding-top:12px}}.b-pdp_visualizeit-inner.m-visualize:before{color:#ed1c24;display:inline-block;line-height:20px;margin-right:10px}.b-pdp_visualizeit-inner.m-view:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-pdp_visualizeit-inner.m-view{display:flex;transition:background-color .3s,color .3s}.b-pdp_visualizeit-inner.m-view:hover{background-color:#ed1c24;color:#fff}.b-pdp_visualizeit-inner.m-view:hover:after{color:#fff}}.b-pdp_visualizeit-inner.m-view:after{color:#ed1c24;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:color .3s}.b-pdp_visualizeit-inner.m-pdp_visualizeit-inner-alt{display:block;padding:20px 16px 16px;text-align:center}.b-pdp_visualizeit-inner.m-pdp_visualizeit-inner-alt .m-grout-visualizer{display:none}@media screen and (max-width:767px){.b-pdp_visualizeit-inner.m-pdp_visualizeit-inner-alt{padding:20px}}.b-pdp_visualizeit-content{display:contents}.b-pdp_visualizeit-item{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin-right:5px}@media screen and (min-width:1024px)and (max-width:1199px){.b-pdp_visualizeit-item{font-size:13px}}.b-pdp_visualizeit-item.m-visualize{display:inline-block}@media screen and (max-width:1199px){.b-pdp_visualizeit-item.m-visualize{box-sizing:border-box;margin-bottom:0}}.b-pdp_visualizeit-item.m-view:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (min-width:768px){.b-pdp_visualizeit-item.m-view{display:inline-block}}@media screen and (max-width:767px){.b-pdp_visualizeit-item.m-view{margin-right:15px}}.b-pdp_visualizeit-item.m-view:after{color:#ed1c24;position:absolute;right:8px;top:50%;transform:translateY(-50%)}@media screen and (min-width:768px){.b-pdp_visualizeit-item.m-view:after{display:none}}.b-pdp_visualizeit-visualize{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}.b-pdp_visualizeit-title{display:inline-block;letter-spacing:.14em;padding-left:34px;position:relative;text-transform:uppercase}.b-pdp_visualizeit-title:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;left:0;position:absolute;text-decoration:none;text-transform:none;top:-4px}.b-pdp_visualizeit-actions{display:flex;justify-content:space-between;margin-top:18px}@media screen and (max-width:1023px){.b-pdp_visualizeit-actions{display:block}}.b-pdp_visualizeit-actions .m-visualize:before{display:none}.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner{background-color:#f3f3f3;box-sizing:border-box;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:space-between;line-height:1.42em;margin-bottom:0;padding:14px 12px;text-align:left;width:calc(50% - 8px)}.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:1023px){.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner{margin-top:4px;width:100%}}.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner:after{display:inline-block}.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner .m-visualize{display:none}.b-pdp_visualizeit-actions .b-pdp_visualizeit-inner .m-space{font-weight:inherit}.b-pdp_visualizeit-grout{display:flex;flex-wrap:wrap;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;justify-content:center;line-height:1.29;width:100%}@media screen and (min-width:768px)and (max-width:1199px){.b-pdp_visualizeit-grout{padding-left:18px}}@media screen and (max-width:1199px){.b-pdp_visualizeit-grout{margin-bottom:7px}}.b-pdp_visualizeit-grout-outer{background-color:#0000;padding:4px 16px 16px}@media screen and (max-width:1023px){.b-pdp_visualizeit-grout-outer{padding:10px 16px 12px}}@media screen and (max-width:767px){.b-pdp_visualizeit-grout-outer{padding:12px 20px}}.b-pdp_visualizeit-grout_title{color:#8a8a8a;display:block;margin-bottom:10px;width:100%}@media screen and (max-width:1199px){.b-pdp_visualizeit-grout_title{margin-bottom:15px}}.b-pdp_visualizeit-grout_name{padding-left:34px;position:relative}@media screen and (max-width:767px){.b-pdp_visualizeit-grout_name{margin:0 20px}}.b-pdp_visualizeit-grout_link:hover .b-pdp_visualizeit-grout_link-text{color:#ed1c24}@media screen and (max-width:767px){.b-pdp_visualizeit-grout_link{display:none}}.b-pdp_visualizeit-grout_link-text{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;position:relative;text-decoration:underline;-webkit-text-decoration-color:#ed1c24;text-decoration-color:#ed1c24}@media screen and (max-width:767px){.b-pdp_visualizeit-grout_link-text:after{display:none}}.b-pdp_visualizeit-grout_link.m-grout{display:none}@media screen and (max-width:767px){.b-pdp_visualizeit-grout_link.m-grout{display:block}}.b-pdp_visualizeit-grout_color{border:1px solid #000;height:24px;left:-34px;position:absolute;top:50%;transform:translateY(-50%);width:24px}@media screen and (max-width:767px){.b-pdp_visualizeit-grout_color{left:0;top:13px}}.b-pdp_visualizeit-change_name{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;overflow:visible;padding-left:30px;position:relative}.b-pdp_visualizeit-change_name:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_visualizeit-change_name:link{overflow:visible}.b-pdp_visualizeit-change_name:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_visualizeit-change_name:hover{color:#ed1c24;text-decoration:none}.b-pdp_visualizeit-change_name:after{left:30px}.b-pdp_visualizeit-change_name:link{padding-left:30px}.b-pdp_visualizeit-change_name:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-actions{display:block}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-actions .b-pdp_visualizeit-inner{margin-top:4px;width:100%}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-grout-outer{padding:5px 0 25px}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-grout-outer .b-pdp_visualizeit-grout_link{font-size:12px}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-grout-outer .b-pdp_visualizeit-grout_link-text{font-size:inherit}.b-pdp_visualizeit.m-gv-quickview .b-pdp_visualizeit-grout_color{left:0}.b-products_carousel{--carousel-1-side-padding:6px;margin-bottom:50px}@media screen and (max-width:767px){.b-products_carousel{--carousel-1-side-padding:20px;max-width:none}}.b-products_carousel .tns-liveregion{display:none}.b-products_carousel .tns-controls{height:0}.b-products_carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.b-products_carousel .tns-controls button[disabled],.b-products_carousel .tns-controls button[disabled] span{opacity:.5}.b-products_carousel .tns-inner,.b-products_carousel .tns-outer,.b-products_carousel .tns-ovh{height:100%}.b-products_carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.b-products_carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.b-products_carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}.b-products_carousel.m-popup{flex-direction:column;justify-content:flex-start;margin:0 auto;max-width:850px}@media screen and (max-width:1023px){.b-products_carousel.m-popup{max-width:700px}}@media screen and (max-width:767px){.b-products_carousel.m-popup{max-width:none}}.b-products_carousel.m-popup .b-products_carousel-control{top:27%}@media screen and (max-width:1199px){.b-products_carousel.m-popup .b-products_carousel-control{display:none}.b-products_carousel.m-popup .b-product_tile-panel{display:block}}@media screen and (max-width:1023px){.b-products_carousel.m-popup .b-product_tile-panel{display:none}}.b-products_carousel-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.b-products_carousel-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.b-products_carousel-container div{max-width:none}.b-products_carousel-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.b-products_carousel-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.b-products_carousel-list{width:1050%!important}}.b-products_carousel-controls button{display:contents}.b-products_carousel-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-products_carousel-control{display:none}}.b-products_carousel-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-products_carousel-control.m-previous{left:var(--carousel-1-side-padding)}.b-products_carousel-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-products_carousel-control.m-next{right:var(--carousel-1-side-padding)}.b-products_carousel-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-products_carousel-control:hover:before{font-size:32px}.b-products_carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.b-products_carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.b-products_carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}@media screen and (min-width:768px){.b-products_carousel-item{width:33.33333%}}@media screen and (min-width:1200px){.b-products_carousel-item{width:33.33333%}}@media screen and (min-width:1440px){.b-products_carousel-item{width:25%}}@media screen and (min-width:1920px){.b-products_carousel-item{width:25%}}.b-products_carousel-item .b-product_tile.m-type_2{padding-bottom:16px}.b-products_carousel-item .l-plp-grid_item{height:100%}@media screen and (max-width:767px){.b-products_carousel-item .b-product_tile.m-type_1{padding:0}.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-category,.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-details,.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-projects,.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-sample,.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-title{margin:0 16px}.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-category{margin-bottom:8px}.b-products_carousel-item .b-product_tile.m-type_1 .b-product_tile-figure_label{left:0}}.b-products_carousel-more{padding:23px 0 0;text-align:center}@media screen and (min-width:1200px){.b-products_carousel-more{display:none}}.b-products_carousel-more_btn{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;overflow:visible;padding-left:0;padding-right:30px;position:relative}.b-products_carousel-more_btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-products_carousel-more_btn:link{overflow:visible}.b-products_carousel-more_btn:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;position:absolute;right:0}.b-products_carousel-more_btn:hover{color:#ed1c24;text-decoration:none}.b-products_carousel-more_btn:after{left:30px}.b-products_carousel-more_btn:link{padding-left:30px}.b-products_carousel-more_btn:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-products_carousel-more_btn:after{left:0;right:30px}.b-products_carousel-more_btn:link{padding-left:0;padding-right:30px}.b-products_carousel-more_btn:before{left:auto;right:0}.b-products_carousel .b-page_table{margin-bottom:24px;text-align:center}@media screen and (max-width:767px){.b-products_carousel .b-page_table.m-left{text-align:left}.b-products_carousel .b-page_table.m-left-title:after{left:0;transform:translateX(0)}}.b-products_carousel .b-page_table-title{font-family:Roboto,Arial,sans-serif;font-size:24px;font-weight:700;letter-spacing:2px;line-height:1.33;margin-bottom:16px;padding-bottom:16px;position:relative;text-transform:uppercase}@media screen and (max-width:767px){.b-products_carousel .b-page_table-title.m-left{text-align:left}.b-products_carousel .b-page_table-title{font-size:20px}}.b-products_carousel .b-page_table-title:after{background-color:#ed1c24;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}@media screen and (max-width:1023px){.b-products_overview{margin:0 -20px;max-width:none;overflow:hidden;padding:0 0 0 20px}}.b-products_overview-container{display:flex;margin-bottom:32px;overflow-x:auto}@media screen and (min-width:1024px){.b-products_overview-container{grid-gap:32px;display:grid}.b-products_overview-container.m-top{grid-template-columns:repeat(3,1fr)}.b-products_overview-container.m-bottom{grid-template-columns:repeat(4,1fr)}}.b-products_overview-item{background-color:#fff;padding-bottom:8px}@media screen and (max-width:1023px){.b-products_overview-item{margin-right:20px;min-width:80vw}}.b-products_overview-figure{background-color:#dfdfdf;display:block;height:0;margin:0 0 16px;overflow:hidden;padding-bottom:56.48148%;position:relative;width:100%}.b-products_overview-figure_img{height:auto;left:0;position:absolute;width:100%}.b-products_overview-figure_img.lazy{opacity:0;visibility:hidden}.b-products_overview-figure_img.lazy-error,.b-products_overview-figure_img.lazy-loaded{opacity:1;visibility:visible}.b-products_overview-title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;margin:0 16px 12px;padding-bottom:16px;position:relative;text-transform:uppercase}.b-products_overview-title:after{background-color:#ed1c24;bottom:0;content:"";height:4px;left:0;position:absolute;width:100px}.b-products_overview-text{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;margin:0 16px 16px}.b-pdp_desc{padding-bottom:24px;text-align:center}.b-pdp_desc-container{padding-bottom:24px;text-align:left}@media screen and (min-width:1024px){.b-pdp_desc-container.m-faq{grid-column-gap:32px;display:grid;grid-template-columns:repeat(3,1fr)}}.b-pdp_desc h4,.b-pdp_desc p.b-pdp_desc-subtitle,.b-pdp_desc p.faqSubheader,.b-pdp_desc-subtitle{color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}.b-pdp_desc .faqAnswer,.b-pdp_desc p,.b-pdp_desc p a,.b-pdp_desc-link,.b-pdp_desc-text{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-pdp_desc p a,.b-pdp_desc-link{color:#000;cursor:pointer;overflow:visible;position:relative}.b-pdp_desc p a:link,.b-pdp_desc-link:link{overflow:visible}.b-pdp_desc p a:after,.b-pdp_desc-link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_desc p a:hover,.b-pdp_desc-link:hover{color:#ed1c24;text-decoration:none}.b-pdp_desc-btn{align-items:center;background-color:#fff;border-width:1px;border:1px solid #000!important;color:#000!important;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:14px;padding:15px 10px!important;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:432px}.b-pdp_desc-btn:after,.b-pdp_desc-btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_desc-btn:before{padding-right:8px}.b-pdp_desc-btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_desc-btn:hover{text-decoration:none}.b-pdp_desc-btn:hover:after,.b-pdp_desc-btn:hover:before{color:#fff}.b-pdp_desc-btn:hover{background-color:#ed1c24;border-color:#ed1c24!important;color:#fff!important;text-decoration:none}}.b-pdp_desc-btn:focus,.b-pdp_desc-btn:hover{outline:none!important;text-decoration:none}.b-pdp_desc-btn.m-disabled,.b-pdp_desc-btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_desc-btn.m-disabled:before,.b-pdp_desc-btn:disabled:before{color:#bababa!important}@media screen and (max-width:1023px){.b-pdp_desc-btn{box-sizing:border-box;width:100%}}.b-tips_carousel{--carousel-1-side-padding:6px;margin-bottom:24px}@media screen and (max-width:767px){.b-tips_carousel{--carousel-1-side-padding:20px;max-width:none}}.b-tips_carousel .tns-liveregion{display:none}.b-tips_carousel .tns-controls{height:0}.b-tips_carousel .tns-controls button{background-color:#0000;display:contents;padding:0!important}.b-tips_carousel .tns-controls button[disabled],.b-tips_carousel .tns-controls button[disabled] span{opacity:.5}.b-tips_carousel .tns-inner,.b-tips_carousel .tns-outer,.b-tips_carousel .tns-ovh{height:100%}.b-tips_carousel .tns-outer{overflow:hidden}@media screen and (min-width:768px){.b-tips_carousel .tns-outer{margin-left:calc(var(--carousel-1-side-padding)*1);margin-right:calc(var(--carousel-1-side-padding)*1)}.b-tips_carousel .tns-ovh{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1)}}.b-tips_carousel.m-third .b-tips_carousel-control{top:37%}.b-tips_carousel-item{box-sizing:border-box;display:table-cell;min-height:100%;padding-bottom:8px;padding-right:var(--carousel-1-side-padding);position:relative}@media screen and (min-width:768px){.b-tips_carousel-item{padding-left:var(--carousel-1-side-padding)}}@media screen and (max-width:767px){.b-tips_carousel-item{min-width:calc(60vw - var(--basic-indent)*2)}}.b-tips_carousel-container{overflow:hidden;position:relative}@media screen and (min-width:768px){.b-tips_carousel-container{margin-left:calc(var(--carousel-1-side-padding)*-1);margin-right:calc(var(--carousel-1-side-padding)*-1);max-width:calc(100% + var(--carousel-1-side-padding) + var(--carousel-1-side-padding))}}.b-tips_carousel-container div{max-width:none}.b-tips_carousel-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-ms-scroll-chaining:none;display:table;font-size:0;height:100%;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;table-layout:fixed;white-space:nowrap}.b-tips_carousel-list::-webkit-scrollbar{display:none}@media print and (max-width:767px){.b-tips_carousel-list{width:1050%!important}}.b-tips_carousel-control{-webkit-appearance:none;appearance:none;background-color:#ed1c24;color:#fff;cursor:pointer;height:40px;margin-top:-20px;outline:none;position:absolute;text-align:center;top:50%;top:90px;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:40px;z-index:2}@media screen and (max-width:767px){.b-tips_carousel-control{display:none}}.b-tips_carousel-control:before{left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-tips_carousel-control.m-previous{left:var(--carousel-1-side-padding)}.b-tips_carousel-control.m-previous:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg) translateY(50%)}.b-tips_carousel-control.m-next{right:var(--carousel-1-side-padding)}.b-tips_carousel-control.m-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-tips_carousel-control:hover:before{font-size:32px}.b-tips_carousel-figure{padding-bottom:56.49547%}.b-tips_carousel-figure,.b-tips_carousel-video{background-color:#dfdfdf;display:block;height:0;margin:0;overflow:hidden;position:relative;width:100%}.b-tips_carousel-video{padding-bottom:56.40449%}.b-tips_carousel-video_img{height:auto;height:100%;left:0;position:absolute;width:100%}.b-tips_carousel-video_img.lazy{opacity:0;visibility:hidden}.b-tips_carousel-video_img.lazy-error,.b-tips_carousel-video_img.lazy-loaded{opacity:1;visibility:visible}.b-tips_carousel-figure_img{height:auto;left:0;position:absolute;width:100%}.b-tips_carousel-figure_img.lazy{opacity:0;visibility:hidden}.b-tips_carousel-figure_img.lazy-error,.b-tips_carousel-figure_img.lazy-loaded{opacity:1;visibility:visible}.b-tips_carousel-title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;margin-bottom:12px;position:relative;text-transform:uppercase}.b-tips_carousel-inner{background-color:#fff;padding:16px}.b-tips_carousel-text{margin-bottom:16px}.b-tips_carousel-link,.b-tips_carousel-text{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-tips_carousel-link{color:#000;cursor:pointer;overflow:visible;position:relative}.b-tips_carousel-link:link{overflow:visible}.b-tips_carousel-link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-tips_carousel-link:hover{color:#ed1c24;text-decoration:none}.b-products_icons-container{grid-gap:32px;display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:32px}@media screen and (max-width:1023px){.b-products_icons-container{grid-gap:20px;grid-template-columns:repeat(2,1fr)}}.b-products_icons-item{background-color:#000;padding:4px}.b-products_icons-figure{background-color:#dfdfdf;background-color:#fff;display:block;height:0;margin:0;overflow:hidden;padding-bottom:54.16667%;position:relative;width:100%}@media screen and (max-width:1023px){.b-products_icons-figure{background-color:#dfdfdf;display:block;height:0;overflow:hidden;padding-bottom:85.2459%;position:relative;width:100%}}.b-products_icons-figure_icon{color:#000;height:auto;left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.b-products_icons-figure_icon.lazy{opacity:0;visibility:hidden}.b-products_icons-figure_icon.lazy-error,.b-products_icons-figure_icon.lazy-loaded{opacity:1;visibility:visible}.b-products_icons-figure_icon:before{font-size:100px}.b-products_icons-title{align-items:center;color:#fff;display:flex;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;height:50px;letter-spacing:2px;line-height:1.33;position:relative;text-align:center;text-transform:uppercase}.b-pdp_specifications{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;border-top:1px solid #dfdfdf;margin-top:-1px}.b-pdp_specifications+.b-pdp_specifications{border-top:none;z-index:2}.b-pdp_specifications.m-popup{background-color:#fff;bottom:0;left:0;position:fixed;right:0;top:100px;z-index:1000}.b-pdp_specifications.m-specifications .b-pdp_specifications-content{overflow:visible!important}.b-pdp_specifications-wrapper{height:calc(100% - 64px);overflow-y:scroll;overscroll-behavior-y:contain;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-pdp_specifications-wrapper::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-pdp_specifications-wrapper::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}.b-pdp_specifications-navigation_item{padding:7px 0}.b-pdp_specifications-navigation_anchor{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;overflow:visible;position:relative}.b-pdp_specifications-navigation_anchor:link{overflow:visible}.b-pdp_specifications-navigation_anchor:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_specifications-navigation_anchor:hover{color:#ed1c24;text-decoration:none}.b-pdp_specifications-title{color:#000;cursor:pointer;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;padding:19px 0;position:relative;text-transform:uppercase}.b-pdp_specifications-title:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;pointer-events:none;position:absolute;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%);transform-origin:50% 50%}@media screen and (max-width:767px){.b-pdp_specifications-title{padding-right:25px}}.b-pdp_specifications-title:after{color:#ed1c24;right:0}.b-pdp_specifications-title2{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.33;margin-bottom:8px;text-transform:uppercase}.b-pdp_specifications-list{list-style-type:disc;margin:0 0 20px 20px;padding:0}.b-pdp_specifications-list_item{list-style-type:disc;padding:8px 0}.b-pdp_specifications-content{max-height:0;opacity:0;overflow:hidden;padding-top:1px;position:relative;transition:max-height .3s cubic-bezier(0,1,1,1),opacity .3s,visibility .3s ease .3s,padding .3s;visibility:hidden;will-change:max-height,opacity,visibility;z-index:2}@media screen and (max-width:767px){.b-pdp_specifications-content.m-carousel{overflow:visible}}.b-pdp_specifications-content.m-product-carousel{overflow:hidden}.b-pdp_specifications-accordeon{border-bottom:1px solid #dfdfdf}.b-pdp_specifications-accordeon.m-expanded .b-pdp_specifications-content{max-height:none;opacity:1;transition:max-height .3s cubic-bezier(1,0,1,1),opacity .3s;visibility:visible}.b-pdp_specifications-accordeon.m-expanded .b-pdp_specifications-title{font-family:Roboto,Arial,sans-serif;font-weight:700}.b-pdp_specifications-accordeon.m-expanded .b-pdp_specifications-title:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_specifications-inner.m-expanded .b-pdp_specifications-more_btn:before{content:""}.b-pdp_specifications-subtitle{font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;grid-column:1/4;letter-spacing:2px;line-height:1.33;padding-bottom:18px;padding-top:8px;text-transform:uppercase}@media screen and (max-width:1023px){.b-pdp_specifications-subtitle{grid-column:1/2;padding-top:18px}}.b-pdp_specifications-container{column-gap:32px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:26px;position:relative;z-index:1}@media screen and (max-width:1023px){.b-pdp_specifications-container{grid-template-columns:1fr}}.b-pdp_specifications-container+.b-pdp_specifications-container{z-index:2}.b-pdp_specifications-container+.b-pdp_specifications-container+.b-pdp_specifications-container{z-index:3}.b-pdp_specifications-container+.b-pdp_specifications-container+.b-pdp_specifications-container+.b-pdp_specifications-container{z-index:4}.b-pdp_specifications-item{align-items:center;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;justify-content:space-between;line-height:1.29;margin-top:-1px;padding:12px 0}.b-pdp_specifications-name{color:#000;margin-right:30px;position:relative}@media screen and (max-width:767px){.b-pdp_specifications-name{max-width:50%}}.b-pdp_specifications-number{align-items:center;display:flex;font-weight:700;text-align:right}.b-pdp_specifications-number_img{height:30px;margin-left:10px;width:50px}.b-pdp_specifications-name_icon{color:#ed1c24;cursor:pointer;display:inline-block;height:24px;position:relative;position:absolute;right:-25px;text-align:center;top:50%;transform:translateY(-50%);width:24px;z-index:2}.b-pdp_specifications-name_icon:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_specifications-name_text{text-align:center}.b-pdp_specifications-name_text ul{list-style:none}.b-pdp_specifications-txt{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.43;margin-bottom:24px}.b-pdp_specifications-txt p{padding:8px 0}.b-pdp_specifications-txt ul{list-style-type:disc;margin-left:20px}.b-pdp_specifications-name_close{color:#fff;position:absolute;right:5px;top:5px;top:2px}.b-pdp_specifications-name_close:after{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_specifications-more{text-align:center}@media screen and (min-width:1024px){.b-pdp_specifications-more{display:none}}@media screen and (max-width:1023px){.b-pdp_specifications-more{padding-bottom:24px}}.b-pdp_specifications-more_btn{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;overflow:visible;padding-left:0;padding-right:30px;position:relative}.b-pdp_specifications-more_btn:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.b-pdp_specifications-more_btn:link{overflow:visible}.b-pdp_specifications-more_btn:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;position:absolute;right:0}.b-pdp_specifications-more_btn:hover{color:#ed1c24;text-decoration:none}.b-pdp_specifications-more_btn:after{left:30px}.b-pdp_specifications-more_btn:link{padding-left:30px}.b-pdp_specifications-more_btn:before{color:#ed1c24;left:0;position:absolute;top:50%;transform:translateY(-50%)}.b-pdp_specifications-more_btn:after{left:0;right:30px}.b-pdp_specifications-more_btn:link{padding-left:0;padding-right:30px}.b-pdp_specifications-more_btn:before{left:auto;right:0}.b-products_install-container{grid-gap:32px;display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:32px}@media screen and (max-width:1023px){.b-products_install-container{grid-gap:20px;grid-template-columns:repeat(2,1fr)}}.b-products_install-item{background-color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:17px 17px 0}.b-products_install-figure{margin:0}.b-products_install-figure_icon{color:#ed1c24;font-size:46px;text-align:center;top:50%;transform:translateY(-50%)}.b-products_install-figure_icon.icon-i-usage-guide-before{background:url(../fonts/icons/i-usage-guide.svg) 0 0 no-repeat;display:block;height:55.2px;position:relative}.b-products_install-figure_icon.icon-i-usage-guide-before:before{content:""}.b-products_install-title{border-bottom:1px solid #dfdfdf;color:#000;display:block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.29;margin:0 -17px;padding:16px 17px;position:relative}.b-products_install-title:before{-webkit-font-smoothing:antialiased;speak:none;color:#ed1c24;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;position:absolute;right:8px;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%)}.b-products_install-link{align-items:center;color:#000;display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;height:50px;line-height:1.29;position:relative;text-align:center}.b-products_install-link:before{-webkit-font-smoothing:antialiased;speak:none;color:#dfdfdf;content:"";font-family:icons;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;position:absolute;right:-9px;text-decoration:none;text-transform:none;top:50%;transform:translateY(-50%)}@media screen and (min-width:768px){.b-pdp_popup{min-width:calc(var(--content-width-tablet) - 70px)}}.b-pdp_popup-check{border-bottom:1px solid #dfdfdf;padding-bottom:24px}@media screen and (max-width:767px){.b-pdp_popup-check{margin:0 -20px;padding:0 20px 24px}}@media screen and (min-width:768px){.b-pdp_popup-check_inner{display:flex}}.b-pdp_popup-title{font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:700;letter-spacing:2px;line-height:1.2;margin-bottom:24px;text-transform:uppercase}@media screen and (max-width:1199px){.b-pdp_popup-title.m-added{background-color:#fff;left:0;padding:25px 20px 20px;position:absolute;right:0;top:0;z-index:1}}@media screen and (max-width:767px){.b-pdp_popup-title.m-added{padding-bottom:10px}.b-pdp_popup-title{font-size:18px}}.b-pdp_popup-check_help{padding:24px 0 0}@media screen and (min-width:768px){.b-pdp_popup-check_help{align-self:flex-end;flex-grow:1;padding:0 0 0 10%}}.b-pdp_popup-check_inventory{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:18px;padding-top:16px;width:100%}.b-pdp_popup .b-pdp_popup-field{display:flex;flex-wrap:wrap}.b-pdp_popup-field_label{width:100%}.b-pdp_popup-field_wrap{box-sizing:border-box;padding-right:16px;width:calc(100% - 97px)}.b-pdp_popup-field_input{width:100%}.b-pdp_popup-field_btn{background-color:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;outline:none;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:97px}.b-pdp_popup-field_btn:after,.b-pdp_popup-field_btn:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_popup-field_btn:before{padding-right:8px}.b-pdp_popup-field_btn:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_popup-field_btn:hover{text-decoration:none}.b-pdp_popup-field_btn:hover:after,.b-pdp_popup-field_btn:hover:before{color:#fff}}.b-pdp_popup-field_btn:link{padding:16px}.b-pdp_popup-field_btn:link,.b-pdp_popup-field_btn:visited{color:#fff}.b-pdp_popup-field_btn:focus{outline:none}@media not all and (pointer:coarse){.b-pdp_popup-field_btn:hover{background-color:#ed1c24}}.b-pdp_popup-field_btn.m-disabled,.b-pdp_popup-field_btn:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_popup-field_btn.m-disabled:before,.b-pdp_popup-field_btn:disabled:before{color:#bababa!important}@media screen and (min-width:768px){.b-pdp_popup-help{transform:translateY(20px)}}.b-pdp_popup-help_title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;text-transform:uppercase}.b-pdp_popup-info{margin-bottom:15px}.b-pdp_popup-help_text,.b-pdp_popup-info{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25}.b-pdp_popup-help_text{margin-bottom:0;padding-top:8px}.b-pdp_popup-error{color:#ed1c24;font-size:16px;line-height:1.25;padding-bottom:20px}.b-pdp_popup-help_link,.b-pdp_popup-help_tel{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;overflow:visible;position:relative}.b-pdp_popup-help_link:link,.b-pdp_popup-help_tel:link{overflow:visible}.b-pdp_popup-help_link:after,.b-pdp_popup-help_tel:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_popup-help_link:hover,.b-pdp_popup-help_tel:hover{color:#ed1c24;text-decoration:none}.b-pdp_available{display:flex;flex-direction:column;padding-top:24px}@media screen and (min-width:768px){.b-pdp_available{max-height:calc(55vh - 10px)}}@media screen and (max-width:767px){.b-pdp_available{padding-bottom:143px}}.b-pdp_available-title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.43;margin:0;text-transform:uppercase}.b-pdp_available .b-qty_selector{grid-area:b-qty}.b-pdp_available-instock{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;grid-area:instock;line-height:1.25;padding-top:14px;text-align:center}@media screen and (max-width:767px){.b-pdp_available-instock{text-align:right}}.b-pdp_available-instock_price{padding-bottom:5px}.b-pdp_available-instock_unit{font-weight:400}.b-pdp_available-instock_numbers{font-size:14px}.b-pdp_available-distance{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;grid-area:distanc;justify-self:flex-end;line-height:1.25;padding-top:14px}.b-pdp_available-location{grid-area:location}@media screen and (max-width:767px){.b-pdp_available-location{padding:0 0 16px}}.b-pdp_available-box.m-main{background-color:#f3f3f3;margin:0 -32px;overscroll-behavior-y:contain;padding:24px 32px 0;scrollbar-color:#d8d8d8 #fff;scrollbar-width:thin}.b-pdp_available-box.m-main::-webkit-scrollbar{background-color:#fff;height:119px;width:4px}.b-pdp_available-box.m-main::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:0}@media screen and (min-width:768px){.b-pdp_available-box.m-main{max-height:calc(100% - 215px);overflow-y:auto}}@media screen and (max-width:767px){.b-pdp_available-list{padding-bottom:21px}}.b-pdp_available-item{display:grid;grid-template-areas:"location distanc" "b-qty instock";grid-template-columns:1fr 1fr;padding:16px 0}@media screen and (min-width:768px){.b-pdp_available-item{grid-template-areas:"b-qty instock location distanc";grid-template-columns:1fr 1fr 1.5fr 1fr}}@media screen and (max-width:767px){.b-pdp_available-item{margin:0 -20px;padding:16px 20px}}.b-pdp_available-item .b-qty_selector.m-pdp{width:160px}.b-pdp_available-item .b-store_pickup-location_title{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}.b-pdp_available-item .b-store_pickup-location_subtitle{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-pdp_available-footer,.b-pdp_available-item+.b-pdp_available-item{border-top:1px solid #dfdfdf}.b-pdp_available-footer{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:24px 32px 14px}@media screen and (min-width:768px){.b-pdp_available-footer{margin:0 -32px}}@media screen and (max-width:767px){.b-pdp_available-footer{bottom:0;flex-wrap:wrap;left:0;padding:20px;position:fixed;right:0}}.b-pdp_available-subtotal,.b-pdp_available-total{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}.b-pdp_available-subtotal_cost,.b-pdp_available-total_cost{color:#000;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.b-pdp_available-subtotal_cost,.b-pdp_available-total_cost{margin-bottom:16px}}.b-pdp_available-addtocart{background-color:#000;border:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;height:auto;justify-content:center;letter-spacing:2px;line-height:16px;max-width:100%;padding:16px;text-align:center;text-transform:uppercase;transition:background-color .2s;vertical-align:top;width:250px;width:320px}.b-pdp_available-addtocart:after,.b-pdp_available-addtocart:before{color:#ed1c24;font-size:24px;transition:color .2s}.b-pdp_available-addtocart:before{padding-right:8px}.b-pdp_available-addtocart:after{padding-left:8px}@media not all and (pointer:coarse){.b-pdp_available-addtocart:hover{text-decoration:none}.b-pdp_available-addtocart:hover:after,.b-pdp_available-addtocart:hover:before{color:#fff}}.b-pdp_available-addtocart:link{padding:16px}.b-pdp_available-addtocart:link,.b-pdp_available-addtocart:visited{color:#fff}.b-pdp_available-addtocart:focus{outline:none}@media not all and (pointer:coarse){.b-pdp_available-addtocart:hover{background-color:#ed1c24}}.b-pdp_available-addtocart.m-disabled,.b-pdp_available-addtocart:disabled{background-color:#dfdfdf!important;border-color:#dfdfdf!important;color:#bababa!important;pointer-events:none}.b-pdp_available-addtocart.m-disabled:before,.b-pdp_available-addtocart:disabled:before{color:#bababa!important}@media screen and (max-width:767px){.b-pdp_available-addtocart{width:100%}}.b-pdp_available-addtocart .i-cart-before{color:#ed1c24;font-size:24px;margin-right:8px}.b-pdp_available-addtocart:hover .i-cart-before{color:#fff}.b-pdp_added{max-width:850px}@media screen and (min-width:768px){.b-pdp_added{min-width:700px}}@media screen and (min-width:1200px){.b-pdp_added{min-width:850px}}@media screen and (max-width:1199px){.b-pdp_added{padding-bottom:90px;padding-top:20px}}.b-pdp_added-item{display:grid;grid-template:[start thumb-s title-s inst-s subt-s btns-s] auto [title-e attrib-s] auto [end thumb-e attrib-e inst-e subt-e btns-e]/[start thumb-s] minmax(0,150px) [thumb-e title-s attrib-s] minmax(0,1fr) [title-e attrib-e inst-s] minmax(0,1fr) [inst-e subt-s] minmax(0,.5fr) [subt-e btns-s] auto [end btns-e];padding-bottom:26px}@media screen and (max-width:1199px){.b-pdp_added-item{border-bottom:1px solid #dfdfdf;grid-template:[start thumb-s title-s] auto [title-e inst-s subt-s] auto [end thumb-e inst-e subt-e]/[start thumb-s btns-s] minmax(0,75px) [thumb-e title-s inst-s] minmax(0,1fr) [inst-e subt-s] auto [end subt-e title-e btns-e];margin-bottom:-1px;padding:20px 0}}.b-pdp_added-materials{background-color:#f3f3f3;margin:0 -30px;max-width:none;padding-bottom:20px}@media screen and (min-width:768px){.b-pdp_added-materials{background-color:#f3f3f3;margin:0 -32px -12px;padding:0 32px 20px}}@media screen and (max-width:767px){.b-pdp_added-materials{margin:0 -30px;padding:20px 0 20px 30px}}.b-pdp_added-materials_title{font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;line-height:1.25;margin:0;padding:25px 0 22px;text-transform:uppercase}.b-pdp_added-thumbnail{grid-area:thumb-s/thumb-s/thumb-e/thumb-e;margin:0}.b-pdp_added-thumbnail_img{max-width:100%}.b-pdp_added-sample_badge_txt{background-color:#dfdfdf;color:#000;display:inline-flex;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.67;margin:0 0 7px 16px;padding:4px 8px;text-transform:uppercase}@media screen and (min-width:768px){.b-pdp_added-sample_badge_txt{letter-spacing:2px;margin:0 0 7px 24px}}@media screen and (max-width:767px){.b-pdp_added-sample_badge_txt{font-size:10px;padding:2px 4px}}.b-pdp_added-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;grid-area:title-s/title-s/title-e/title-e;line-height:1.25;margin:0 0 16px 16px;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:1200px){.b-pdp_added-title{margin:0 0 8px 24px}}@media screen and (max-width:1199px){.b-pdp_added-title{font-size:14px}}.b-pdp_added-attributes{grid-area:attrib-s/attrib-s/attrib-e/attrib-e}@media screen and (max-width:1199px){.b-pdp_added-attributes{grid-area:thumb-e/thumb-s/subt-e/subt-e;padding-top:20px}}@media screen and (min-width:1024px){.b-pdp_added-attributes_container{padding-left:24px}}@media screen and (max-width:1023px){.b-pdp_added-attributes_container{position:relative}}.b-pdp_added-attribute{display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29;margin-bottom:8px}@media screen and (max-width:767px){.b-pdp_added-attribute{display:none}}.b-pdp_added-attribute.m-price{font-weight:700}@media screen and (min-width:1024px){.b-pdp_added-attribute.m-price{margin-bottom:16px}}@media screen and (max-width:1023px){.b-pdp_added-attribute.m-price{position:absolute;right:0;top:0}}.b-pdp_added-attribute.m-price .b-store_item-attribute_mark{color:#000;font-weight:400}.b-pdp_added-attribute.m-sample-text{display:block;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;white-space:nowrap}.b-pdp_added-attribute .b-store_item-attribute_mark{margin-left:4px}.b-pdp_added-attribute_mark{color:#8a8a8a;margin-left:1px;margin-right:4px}.b-pdp_added-attribute_link{color:#000;cursor:pointer;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.33;overflow:visible;position:relative}.b-pdp_added-attribute_link:link{overflow:visible}.b-pdp_added-attribute_link:after{background-color:#ed1c24;bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.b-pdp_added-attribute_link:hover{color:#ed1c24;text-decoration:none}.b-pdp_added-instock{grid-area:inst-s/inst-s/inst-e/inst-e}@media screen and (min-width:1200px){.b-pdp_added-instock{text-align:center}}@media screen and (max-width:1023px){.b-pdp_added-instock{margin-bottom:16px}}@media screen and (max-width:767px){.b-pdp_added-instock{margin:0 0 0 16px}}@media screen and (max-width:1199px){.b-pdp_added-instock{margin-left:16px}}.b-pdp_added-instock_number{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.29}.b-pdp_added-instock_text{color:#8a8a8a;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.29}@media screen and (min-width:1200px){.b-pdp_added-instock_text{display:block}}.b-pdp_added-subtotal{display:flex;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;grid-area:subt-s/subt-s/subt-e/subt-e;justify-content:center;line-height:1.53;margin-right:16px}@media screen and (max-width:1023px){.b-pdp_added-subtotal{margin-bottom:24px}}@media screen and (max-width:1199px){.b-pdp_added-subtotal{margin-bottom:0}}.b-pdp_added-subtotal_price{font-weight:700;text-align:right}@media screen and (min-width:1024px){.b-pdp_added-subtotal_price{text-align:center}}.b-pdp_added-subtotal_txt{color:#8a8a8a;margin-right:3px;text-transform:capitalize}@media screen and (min-width:1024px){.b-pdp_added-subtotal_txt{display:none}}.b-pdp_added-btns{display:flex;flex-direction:column;grid-area:btns-s/btns-s/btns-e/btns-e;width:230px}@media screen and (max-width:767px){.b-pdp_added-btns{align-items:flex-end;background-color:#f3f3f3;border-top:1px solid #dfdfdf;bottom:0;justify-content:space-between;left:0;padding:21px;position:fixed;right:0;z-index:2}}@media screen and (min-width:1200px)and (max-width:1439px){.b-pdp_added-btns{width:130px}}@media screen and (max-width:1199px){.b-pdp_added-btns{background-color:#f3f3f3;bottom:0;flex-direction:row;justify-content:space-between;left:0;padding:22px 21px;position:fixed;right:0;width:auto;z-index:2}}.b-pdp_added-btns_continue,.b-pdp_added-btns_view{box-sizing:border-box;width:230px}@media screen and (min-width:1200px){.b-pdp_added-btns_continue,.b-pdp_added-btns_view{margin-bottom:16px}}@media screen and (max-width:1199px){.b-pdp_added-btns_continue,.b-pdp_added-btns_view{align-items:center;display:flex;height:48px;padding:5px 0;width:calc(50% - 11px)}}.b-product_banner{display:block}.b-product_banner-img{width:100%}.not-selectable{-webkit-user-select:none;user-select:none}.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{-webkit-overflow-scrolling:touch;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;touch-action:pan-y;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,#0000);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-filter:drop-shadow(1px 1px 1px #0006);bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,#18181beb);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{height:100%;min-height:0}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-36px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc #ffffff1a;scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:#ffffff1a}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px #0003}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{touch-action:none;transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:#0000;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:#18181be6;color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:#0000;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:initial;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid var(--fancybox-accent-color,#01d2e8f0);border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:#ffffff1a;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,#0000 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,#00000070);display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px #0006);top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,#01d2e8f0);height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}a[data-fancybox] img{cursor:zoom-in}a[data-fancybox] img.m-video-thumb_img{cursor:pointer}.fancybox__container{--carousel-button-width:40px;--carousel-button-height:40px;--carousel-button-bg:red;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:#fff;--carousel-button-color:#fff;--carousel-button-border-radius:0;--fancybox-bg:#f3f3f3;--fancybox-thumbs-width:72px;padding-bottom:114px}.fancybox__container .fancybox__content{height:100vh}@media screen and (max-width:767px){.fancybox__container .fancybox__content{height:auto;width:100%}}.fancybox__container .fancybox__content .fancybox__image{height:100vh}@media screen and (max-width:767px){.fancybox__container .fancybox__content .fancybox__image{height:auto;width:100%}}.fancybox__container .fancybox__counter{display:none}.fancybox__container .carousel__button{color:#fff;height:40px;padding:0!important;width:40px}.fancybox__container .carousel__button svg{fill:#fff;stroke:#fff}.fancybox__container .carousel__button.is-next,.fancybox__container .carousel__button.is-prev{margin:0}@media screen and (max-width:767px){.fancybox__container .carousel__button.is-next,.fancybox__container .carousel__button.is-prev{bottom:40px;display:none;height:24px;top:auto;width:24px}}.fancybox__container .carousel__button.is-next svg,.fancybox__container .carousel__button.is-prev svg{display:none}.fancybox__container .carousel__button.fancybox__button--close{background-color:#f3f3f380}.fancybox__container .carousel__button.fancybox__button--close svg{fill:#00000080;stroke:#00000080}.fancybox__container .carousel__button.fancybox__button--fullscreen,.fancybox__container .carousel__button.fancybox__button--slideshow,.fancybox__container .carousel__button.fancybox__button--thumbs,.fancybox__container .carousel__button.fancybox__button--zoom{display:none}.fancybox__container .fancybox__toolbar{background:none}.fancybox__container .plyr__control{padding:10px!important}.fancybox__viewport{height:100vh;overflow:visible;position:relative}.fancybox__carousel{flex:1 1 auto;height:100vh;position:relative;z-index:10}.fancybox__nav{--carousel-button-svg-width:55px;--carousel-button-svg-height:55px;--carousel-button-svg-stroke-width:3}.fancybox__nav .carousel__button.is-prev{left:30px}.fancybox__nav .carousel__button.is-prev:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;transform:rotate(180deg)}.fancybox__nav .carousel__button.is-next{right:30px}.fancybox__nav .carousel__button.is-next:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.carousel__button.is-close{right:30px;top:30px}.fancybox__slide{padding:0}.carousel__viewport{padding-bottom:5px}.fancybox__thumbs{bottom:24px;left:0;position:absolute;right:0;z-index:10}.fancybox__thumbs .carousel__slide{height:72px;margin:0 10px;overflow:visible;padding:0}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb{position:relative;transform:scale(1)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:before{background-color:#ed1c24;bottom:-5px;content:"";height:2px;left:0;position:absolute;right:0}.fancybox__thumbs .carousel__slide.has-html5video{position:relative}.fancybox__thumbs .carousel__slide.has-html5video:before{-webkit-font-smoothing:antialiased;speak:none;background-color:#ed1c24;color:#fff;content:"";font-family:icons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:24px;left:50%;line-height:24px;position:absolute;text-align:center;text-decoration:none;text-transform:none;top:50%;transform:translate(-50%,-50%);width:24px;z-index:1}.fancybox__thumbs .carousel__slide .fancybox__thumb{background-position:50%;background-size:cover;border-radius:0;height:100%;margin-bottom:4px;padding:0}.fancybox__thumbs .carousel__slide .fancybox__thumb:after,.is-nav-selected:after{display:none}.is-nav-selected .fancybox__thumb{transform:scale(1.25)}.b-hp_products-list img{min-width:200px}.l-pdp{background-color:#f3f3f3}.l-pdp.m-quick-view{margin:-20px -20px 0;padding-top:20px;position:relative}@media screen and (min-width:768px){.l-pdp.m-quick-view{margin:-32px -32px -12px;min-width:calc(var(--content-width-tablet) - 70px);padding-top:32px}}@media screen and (max-width:767px){.l-pdp.m-quick-view{display:none}}.l-pdp.m-quick-view .l-pdp-product{padding-bottom:0}@media screen and (max-width:1199px){.l-pdp{padding-top:20px}}.l-pdp-container{box-sizing:border-box;margin:0 auto;max-width:var(--basic-container);padding-left:var(--basic-indent);padding-right:var(--basic-indent)}@media screen and (max-width:1199px){.l-pdp-container{--basic-indent:20px}}.l-pdp-product{grid-column-gap:32px;display:grid;grid-template:[start b-pdp-top-s] auto [b-pdp-top-e b-pdp-main-s] auto [end b-pdp-main-e]/[start b-pdp-top-s b-pdp-main-s] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [end b-pdp-top-e b-pdp-main-e]}@media screen and (max-width:767px){.l-pdp-product{grid-template:[start b-pdp-top-s] auto [b-pdp-top-e b-pdp-main-s] auto [end b-pdp-main-e]/[start b-pdp-top-s b-pdp-main-s] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [end b-pdp-top-e b-pdp-main-e]}}@media screen and (min-width:768px){.l-pdp-container.m-quick-view .l-pdp-product{display:block}}.l-pdp-product{padding-bottom:48px}.l-pdp-product_main{grid-area:b-pdp-main-s/b-pdp-main-s/b-pdp-main-e/b-pdp-main-e}.l-pdp-product_thumbnail{grid-area:b-pdp-thumbnail-s/b-pdp-thumbnail-s/b-pdp-thumbnail-e/b-pdp-thumbnail-e}.l-pdp-product_title{grid-area:b-pdp-title-s/b-pdp-title-s/b-pdp-title-e/b-pdp-title-e}.l-pdp-product_cost{grid-area:b-pdp-cost-s/b-pdp-cost-s/b-pdp-cost-e/b-pdp-cost-e}.l-pdp-product_details{grid-area:b-pdp-details-s/b-pdp-details-s/b-pdp-details-e/b-pdp-details-e}.l-pdp-product_calc{grid-area:b-pdp-calc-s/b-pdp-calc-s/b-pdp-calc-e/b-pdp-calc-e}.l-pdp-product_delivery{grid-area:b-pdp-delivery-s/b-pdp-delivery-s/b-pdp-delivery-e/b-pdp-delivery-e}.l-pdp-product_btns{grid-area:b-pdp-btns-s/b-pdp-btns-s/b-pdp-btns-e/b-pdp-btns-e}.l-pdp-product_customer{grid-area:b-pdp-customer-s/b-pdp-customer-s/b-pdp-customer-e/b-pdp-customer-e}.l-pdp-product_related{grid-area:b-pdp-related-s/b-pdp-related-s/b-pdp-related-e/b-pdp-related-e}.l-pdp-product_install{grid-area:b-pdp-install-s/b-pdp-install-s/b-pdp-install-e/b-pdp-install-e}.l-pdp-product_coordinating{grid-area:b-pdp-coordinating-s/b-pdp-coordinating-s/b-pdp-coordinating-e/b-pdp-coordinating-e}.l-pdp .l-pdp-details,.l-pdp-product_form{display:contents}.l-pdp-product_specifications{grid-area:b-pdp-specifications-s/b-pdp-specifications-s/b-pdp-specifications-e/b-pdp-specifications-e}.l-pdp-product_materials{grid-area:b-pdp-materials-s/b-pdp-materials-s/b-pdp-materials-e/b-pdp-materials-e}.l-pdp-product_overview{grid-area:b-pdp-overview-s/b-pdp-overview-s/b-pdp-overview-e/b-pdp-overview-e}.l-pdp-product_popular{grid-area:b-pdp-popular-s/b-pdp-popular-s/b-pdp-popular-e/b-pdp-popular-e;margin-top:-1px}.l-pdp-product_popular-inner{padding-top:48px}@media screen and (min-width:768px){.l-pdp-product_popular-inner{border-top:1px solid #dfdfdf}}.l-pdp-product_recently{grid-area:b-pdp-recently-s/b-pdp-recently-s/b-pdp-recently-e/b-pdp-recently-e}.l-pdp-product_questions{grid-area:b-pdp-questions-s/b-pdp-questions-s/b-pdp-questions-e/b-pdp-questions-e;padding-bottom:20px}.l-pdp-product_collection{grid-area:b-pdp-collection-s/b-pdp-collection-s/b-pdp-collection-e/b-pdp-collection-e}.l-pdp-product_banner{border-bottom:1px solid #dfdfdf;grid-area:b-pdp-banner-s/b-pdp-banner-s/b-pdp-banner-e/b-pdp-banner-e;margin-bottom:48px;padding-bottom:48px;padding-top:30px}.l-pdp-product_top{grid-column-gap:32px;display:grid;grid-area:b-pdp-top-s/b-pdp-top-s/b-pdp-top-e/b-pdp-top-e;grid-template:[start b-pdp-thumbnail-s b-pdp-title-s] auto [b-pdp-title-e b-pdp-cost-s] auto [b-pdp-cost-e b-pdp-details-s] auto [b-pdp-details-e b-pdp-calc-s] auto [b-pdp-calc-e b-pdp-delivery-s] auto [b-pdp-delivery-e b-pdp-btns-s] auto [end b-pdp-thumbnail-e b-pdp-btns-e]/[start b-pdp-thumbnail-s] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [b-pdp-thumbnail-e b-pdp-title-s b-pdp-cost-s b-pdp-details-s b-pdp-calc-s b-pdp-delivery-s b-pdp-btns-s] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [end b-pdp-title-e b-pdp-cost-e b-pdp-details-e b-pdp-calc-e b-pdp-delivery-e b-pdp-btns-e];padding-bottom:32px}@media screen and (max-width:767px){.l-pdp-product_top{grid-template:[start b-pdp-title-s] auto [b-pdp-title-e b-pdp-cost-s] auto [b-pdp-cost-e b-pdp-thumbnail-s] auto [b-pdp-thumbnail-e b-pdp-details-s] auto [b-pdp-details-e b-pdp-calc-s] auto [b-pdp-calc-e b-pdp-delivery-s] auto [b-pdp-delivery-e b-pdp-btns-s] auto [end b-pdp-btns-e]/[start b-pdp-title-s b-pdp-cost-s b-pdp-thumbnail-s b-pdp-details-s b-pdp-calc-s b-pdp-delivery-s b-pdp-btns-s] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [] minmax(0,1fr) [end b-pdp-title-e b-pdp-cost-e b-pdp-thumbnail-e b-pdp-details-e b-pdp-calc-e b-pdp-delivery-e b-pdp-btns-e]}}.s-signupmodal{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400}.s-signupmodal .b-scs_popup-title{margin-bottom:5px}.s-signupmodal .b-scs_popup-text{margin-bottom:10px}.s-signupmodal .f-input_checkbox-label,.s-signupmodal .f-input_text-label{display:block;float:none;width:100%}.s-signupmodal .f-input_text-field{font-size:16px;height:48px;margin-left:0;width:100%}.b-signupmodal_value-props{padding-bottom:20px}.b-signupmodal_value-prop{float:left;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:700;margin-top:10px;width:50%}.b-signupmodal_value-prop:after{clear:both;content:"";display:table}.b-signupmodal_value-prop:before{-webkit-font-smoothing:antialiased;speak:none;content:"";font-family:icons;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}@media screen and (max-width:767px){.b-signupmodal_value-prop{width:100%}}.b-signupmodal_value-prop:before{border:2px solid #80b023;border-radius:50%;color:#80b023;font-weight:700;padding:1px}.b-signupmodal_error{align-items:center;background-color:#fae1e2;border-bottom:2px solid #ed1c24;color:#ed1c24;display:flex;height:53px;justify-content:center;margin-bottom:16px;margin-top:16px;width:100%}@media screen and (max-width:767px){.b-signupmodal_error{box-sizing:border-box;flex-direction:column;height:80px;padding:8px}}.b-signupmodal_error-link{color:#ed1c24!important;font-weight:700!important;padding-left:4px!important}.b-signupmodal_content{display:flex;flex-direction:column}.b-signupmodal-text{font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.29;margin:-15px 0 10px}.b-signupmodal_form_row{margin:0 -10px}.b-signupmodal_form_row_continue{margin:10px -10px 0}@media screen and (max-width:767px){.b-signupmodal_form_row_continue{display:block;margin:0 -10px}}.b-signupmodal_form_group{display:block;padding:0 10px 10px;width:100%}.b-signupmodal_form_radio-group{align-items:flex-end;display:flex;margin:10px 0 15px}@media screen and (max-width:767px){.b-signupmodal_form_radio-group{align-items:center}}.b-signupmodal_form_radio-group.is-invalid-container .f-input_radio-label:before{border-color:var(--color-error)}.b-signupmodal_form_radio-group label{vertical-align:middle!important}.b-signupmodal_form_radio-label{margin-right:10px}.b-signupmodal_form_radio-label:before{background-color:#ed1c24;border-radius:50%;color:inherit;content:"";display:inline-block;font-size:14px;height:4px;margin-left:2px;margin-right:4px;position:relative;top:8px;vertical-align:top;width:4px}.b-signupmodal_form_disclaimer{padding:10px 0}.b-signupmodal_form_text-field.is-invalid{border-color:var(--color-error)}.b-signupmodal_login_link{color:#ed1c24!important;margin:0!important;width:100%}.b-signupmodal_buttons{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px}.b-signupmodal_buttons.m-create{padding:10px 0 15px}.b-signupmodal_buttons-create{padding-top:30px}.b-signupmodal_buttons .g-button_1,.b-signupmodal_buttons .g-button_2{box-sizing:border-box;margin:0;padding:16px!important;width:calc(50% - 12px)}