@charset "UTF-8";@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:4px;border-radius:var(--plyr-control-radius,4px);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:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:8px;border-radius:var(--plyr-menu-radius,8px);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-top-color:#ffffffe6;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:focus-visible: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 #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:focus-visible: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]:focus-visible: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;-moz-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 0,#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;-moz-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;-webkit-user-select:none;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;-webkit-user-select:none;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;-webkit-user-select:none;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]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:#fff;background:var(--plyr-tooltip-background,#fff);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 #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .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:translate(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:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .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:focus-visible .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;position:relative}.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);max-width:90px;min-width:60px;position:relative;z-index:2}.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:focus-visible,.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{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;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:focus-visible,.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:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.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;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:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);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 #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 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:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 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;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}@media (min-width: 768px){.legacy-styles .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.legacy-styles .dl-horizontal dd{margin-left:180px}}.legacy-styles abbr[data-original-title],.legacy-styles abbr[title]{cursor:help;border-bottom:1px dotted #777}.legacy-styles .initialism{font-size:90%;text-transform:uppercase}.legacy-styles blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.legacy-styles blockquote ol:last-child,.legacy-styles blockquote p:last-child,.legacy-styles blockquote ul:last-child{margin-bottom:0}.legacy-styles blockquote .small,.legacy-styles blockquote footer,.legacy-styles blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}.legacy-styles blockquote .small:before,.legacy-styles blockquote footer:before,.legacy-styles blockquote small:before{content:"— "}.legacy-styles .blockquote-reverse,.legacy-styles blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.legacy-styles .blockquote-reverse .small:before,.legacy-styles .blockquote-reverse footer:before,.legacy-styles .blockquote-reverse small:before,.legacy-styles blockquote.pull-right .small:before,.legacy-styles blockquote.pull-right footer:before,.legacy-styles blockquote.pull-right small:before{content:""}.legacy-styles .blockquote-reverse .small:after,.legacy-styles .blockquote-reverse footer:after,.legacy-styles .blockquote-reverse small:after,.legacy-styles blockquote.pull-right .small:after,.legacy-styles blockquote.pull-right footer:after,.legacy-styles blockquote.pull-right small:after{content:" —"}.legacy-styles address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.legacy-styles .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.legacy-styles .container{width:750px}}@media (min-width: 992px){.legacy-styles .container{width:970px}}@media (min-width: 1200px){.legacy-styles .container{width:1170px}}.legacy-styles .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.legacy-styles .row{margin-right:-15px;margin-left:-15px}.legacy-styles .col-lg-1,.legacy-styles .col-lg-10,.legacy-styles .col-lg-11,.legacy-styles .col-lg-12,.legacy-styles .col-lg-2,.legacy-styles .col-lg-3,.legacy-styles .col-lg-4,.legacy-styles .col-lg-5,.legacy-styles .col-lg-6,.legacy-styles .col-lg-7,.legacy-styles .col-lg-8,.legacy-styles .col-lg-9,.legacy-styles .col-md-1,.legacy-styles .col-md-10,.legacy-styles .col-md-11,.legacy-styles .col-md-12,.legacy-styles .col-md-2,.legacy-styles .col-md-3,.legacy-styles .col-md-4,.legacy-styles .col-md-5,.legacy-styles .col-md-6,.legacy-styles .col-md-7,.legacy-styles .col-md-8,.legacy-styles .col-md-9,.legacy-styles .col-sm-1,.legacy-styles .col-sm-10,.legacy-styles .col-sm-11,.legacy-styles .col-sm-12,.legacy-styles .col-sm-2,.legacy-styles .col-sm-3,.legacy-styles .col-sm-4,.legacy-styles .col-sm-5,.legacy-styles .col-sm-6,.legacy-styles .col-sm-7,.legacy-styles .col-sm-8,.legacy-styles .col-sm-9,.legacy-styles .col-xs-1,.legacy-styles .col-xs-10,.legacy-styles .col-xs-11,.legacy-styles .col-xs-12,.legacy-styles .col-xs-2,.legacy-styles .col-xs-3,.legacy-styles .col-xs-4,.legacy-styles .col-xs-5,.legacy-styles .col-xs-6,.legacy-styles .col-xs-7,.legacy-styles .col-xs-8,.legacy-styles .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.legacy-styles .col-xs-1,.legacy-styles .col-xs-10,.legacy-styles .col-xs-11,.legacy-styles .col-xs-12,.legacy-styles .col-xs-2,.legacy-styles .col-xs-3,.legacy-styles .col-xs-4,.legacy-styles .col-xs-5,.legacy-styles .col-xs-6,.legacy-styles .col-xs-7,.legacy-styles .col-xs-8,.legacy-styles .col-xs-9{float:left}.legacy-styles .col-xs-12{width:100%}.legacy-styles .col-xs-11{width:91.66666667%}.legacy-styles .col-xs-10{width:83.33333333%}.legacy-styles .col-xs-9{width:75%}.legacy-styles .col-xs-8{width:66.66666667%}.legacy-styles .col-xs-7{width:58.33333333%}.legacy-styles .col-xs-6{width:50%}.legacy-styles .col-xs-5{width:41.66666667%}.legacy-styles .col-xs-4{width:33.33333333%}.legacy-styles .col-xs-3{width:25%}.legacy-styles .col-xs-2{width:16.66666667%}.legacy-styles .col-xs-1{width:8.33333333%}.legacy-styles .col-xs-pull-12{right:100%}.legacy-styles .col-xs-pull-11{right:91.66666667%}.legacy-styles .col-xs-pull-10{right:83.33333333%}.legacy-styles .col-xs-pull-9{right:75%}.legacy-styles .col-xs-pull-8{right:66.66666667%}.legacy-styles .col-xs-pull-7{right:58.33333333%}.legacy-styles .col-xs-pull-6{right:50%}.legacy-styles .col-xs-pull-5{right:41.66666667%}.legacy-styles .col-xs-pull-4{right:33.33333333%}.legacy-styles .col-xs-pull-3{right:25%}.legacy-styles .col-xs-pull-2{right:16.66666667%}.legacy-styles .col-xs-pull-1{right:8.33333333%}.legacy-styles .col-xs-pull-0{right:auto}.legacy-styles .col-xs-push-12{left:100%}.legacy-styles .col-xs-push-11{left:91.66666667%}.legacy-styles .col-xs-push-10{left:83.33333333%}.legacy-styles .col-xs-push-9{left:75%}.legacy-styles .col-xs-push-8{left:66.66666667%}.legacy-styles .col-xs-push-7{left:58.33333333%}.legacy-styles .col-xs-push-6{left:50%}.legacy-styles .col-xs-push-5{left:41.66666667%}.legacy-styles .col-xs-push-4{left:33.33333333%}.legacy-styles .col-xs-push-3{left:25%}.legacy-styles .col-xs-push-2{left:16.66666667%}.legacy-styles .col-xs-push-1{left:8.33333333%}.legacy-styles .col-xs-push-0{left:auto}.legacy-styles .col-xs-offset-12{margin-left:100%}.legacy-styles .col-xs-offset-11{margin-left:91.66666667%}.legacy-styles .col-xs-offset-10{margin-left:83.33333333%}.legacy-styles .col-xs-offset-9{margin-left:75%}.legacy-styles .col-xs-offset-8{margin-left:66.66666667%}.legacy-styles .col-xs-offset-7{margin-left:58.33333333%}.legacy-styles .col-xs-offset-6{margin-left:50%}.legacy-styles .col-xs-offset-5{margin-left:41.66666667%}.legacy-styles .col-xs-offset-4{margin-left:33.33333333%}.legacy-styles .col-xs-offset-3{margin-left:25%}.legacy-styles .col-xs-offset-2{margin-left:16.66666667%}.legacy-styles .col-xs-offset-1{margin-left:8.33333333%}.legacy-styles .col-xs-offset-0{margin-left:0}@media (min-width: 768px){.legacy-styles .col-sm-1,.legacy-styles .col-sm-10,.legacy-styles .col-sm-11,.legacy-styles .col-sm-12,.legacy-styles .col-sm-2,.legacy-styles .col-sm-3,.legacy-styles .col-sm-4,.legacy-styles .col-sm-5,.legacy-styles .col-sm-6,.legacy-styles .col-sm-7,.legacy-styles .col-sm-8,.legacy-styles .col-sm-9{float:left}.legacy-styles .col-sm-12{width:100%}.legacy-styles .col-sm-11{width:91.66666667%}.legacy-styles .col-sm-10{width:83.33333333%}.legacy-styles .col-sm-9{width:75%}.legacy-styles .col-sm-8{width:66.66666667%}.legacy-styles .col-sm-7{width:58.33333333%}.legacy-styles .col-sm-6{width:50%}.legacy-styles .col-sm-5{width:41.66666667%}.legacy-styles .col-sm-4{width:33.33333333%}.legacy-styles .col-sm-3{width:25%}.legacy-styles .col-sm-2{width:16.66666667%}.legacy-styles .col-sm-1{width:8.33333333%}.legacy-styles .col-sm-pull-12{right:100%}.legacy-styles .col-sm-pull-11{right:91.66666667%}.legacy-styles .col-sm-pull-10{right:83.33333333%}.legacy-styles .col-sm-pull-9{right:75%}.legacy-styles .col-sm-pull-8{right:66.66666667%}.legacy-styles .col-sm-pull-7{right:58.33333333%}.legacy-styles .col-sm-pull-6{right:50%}.legacy-styles .col-sm-pull-5{right:41.66666667%}.legacy-styles .col-sm-pull-4{right:33.33333333%}.legacy-styles .col-sm-pull-3{right:25%}.legacy-styles .col-sm-pull-2{right:16.66666667%}.legacy-styles .col-sm-pull-1{right:8.33333333%}.legacy-styles .col-sm-pull-0{right:auto}.legacy-styles .col-sm-push-12{left:100%}.legacy-styles .col-sm-push-11{left:91.66666667%}.legacy-styles .col-sm-push-10{left:83.33333333%}.legacy-styles .col-sm-push-9{left:75%}.legacy-styles .col-sm-push-8{left:66.66666667%}.legacy-styles .col-sm-push-7{left:58.33333333%}.legacy-styles .col-sm-push-6{left:50%}.legacy-styles .col-sm-push-5{left:41.66666667%}.legacy-styles .col-sm-push-4{left:33.33333333%}.legacy-styles .col-sm-push-3{left:25%}.legacy-styles .col-sm-push-2{left:16.66666667%}.legacy-styles .col-sm-push-1{left:8.33333333%}.legacy-styles .col-sm-push-0{left:auto}.legacy-styles .col-sm-offset-12{margin-left:100%}.legacy-styles .col-sm-offset-11{margin-left:91.66666667%}.legacy-styles .col-sm-offset-10{margin-left:83.33333333%}.legacy-styles .col-sm-offset-9{margin-left:75%}.legacy-styles .col-sm-offset-8{margin-left:66.66666667%}.legacy-styles .col-sm-offset-7{margin-left:58.33333333%}.legacy-styles .col-sm-offset-6{margin-left:50%}.legacy-styles .col-sm-offset-5{margin-left:41.66666667%}.legacy-styles .col-sm-offset-4{margin-left:33.33333333%}.legacy-styles .col-sm-offset-3{margin-left:25%}.legacy-styles .col-sm-offset-2{margin-left:16.66666667%}.legacy-styles .col-sm-offset-1{margin-left:8.33333333%}.legacy-styles .col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.legacy-styles .col-md-1,.legacy-styles .col-md-10,.legacy-styles .col-md-11,.legacy-styles .col-md-12,.legacy-styles .col-md-2,.legacy-styles .col-md-3,.legacy-styles .col-md-4,.legacy-styles .col-md-5,.legacy-styles .col-md-6,.legacy-styles .col-md-7,.legacy-styles .col-md-8,.legacy-styles .col-md-9{float:left}.legacy-styles .col-md-12{width:100%}.legacy-styles .col-md-11{width:91.66666667%}.legacy-styles .col-md-10{width:83.33333333%}.legacy-styles .col-md-9{width:75%}.legacy-styles .col-md-8{width:66.66666667%}.legacy-styles .col-md-7{width:58.33333333%}.legacy-styles .col-md-6{width:50%}.legacy-styles .col-md-5{width:41.66666667%}.legacy-styles .col-md-4{width:33.33333333%}.legacy-styles .col-md-3{width:25%}.legacy-styles .col-md-2{width:16.66666667%}.legacy-styles .col-md-1{width:8.33333333%}.legacy-styles .col-md-pull-12{right:100%}.legacy-styles .col-md-pull-11{right:91.66666667%}.legacy-styles .col-md-pull-10{right:83.33333333%}.legacy-styles .col-md-pull-9{right:75%}.legacy-styles .col-md-pull-8{right:66.66666667%}.legacy-styles .col-md-pull-7{right:58.33333333%}.legacy-styles .col-md-pull-6{right:50%}.legacy-styles .col-md-pull-5{right:41.66666667%}.legacy-styles .col-md-pull-4{right:33.33333333%}.legacy-styles .col-md-pull-3{right:25%}.legacy-styles .col-md-pull-2{right:16.66666667%}.legacy-styles .col-md-pull-1{right:8.33333333%}.legacy-styles .col-md-pull-0{right:auto}.legacy-styles .col-md-push-12{left:100%}.legacy-styles .col-md-push-11{left:91.66666667%}.legacy-styles .col-md-push-10{left:83.33333333%}.legacy-styles .col-md-push-9{left:75%}.legacy-styles .col-md-push-8{left:66.66666667%}.legacy-styles .col-md-push-7{left:58.33333333%}.legacy-styles .col-md-push-6{left:50%}.legacy-styles .col-md-push-5{left:41.66666667%}.legacy-styles .col-md-push-4{left:33.33333333%}.legacy-styles .col-md-push-3{left:25%}.legacy-styles .col-md-push-2{left:16.66666667%}.legacy-styles .col-md-push-1{left:8.33333333%}.legacy-styles .col-md-push-0{left:auto}.legacy-styles .col-md-offset-12{margin-left:100%}.legacy-styles .col-md-offset-11{margin-left:91.66666667%}.legacy-styles .col-md-offset-10{margin-left:83.33333333%}.legacy-styles .col-md-offset-9{margin-left:75%}.legacy-styles .col-md-offset-8{margin-left:66.66666667%}.legacy-styles .col-md-offset-7{margin-left:58.33333333%}.legacy-styles .col-md-offset-6{margin-left:50%}.legacy-styles .col-md-offset-5{margin-left:41.66666667%}.legacy-styles .col-md-offset-4{margin-left:33.33333333%}.legacy-styles .col-md-offset-3{margin-left:25%}.legacy-styles .col-md-offset-2{margin-left:16.66666667%}.legacy-styles .col-md-offset-1{margin-left:8.33333333%}.legacy-styles .col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.legacy-styles .col-lg-1,.legacy-styles .col-lg-10,.legacy-styles .col-lg-11,.legacy-styles .col-lg-12,.legacy-styles .col-lg-2,.legacy-styles .col-lg-3,.legacy-styles .col-lg-4,.legacy-styles .col-lg-5,.legacy-styles .col-lg-6,.legacy-styles .col-lg-7,.legacy-styles .col-lg-8,.legacy-styles .col-lg-9{float:left}.legacy-styles .col-lg-12{width:100%}.legacy-styles .col-lg-11{width:91.66666667%}.legacy-styles .col-lg-10{width:83.33333333%}.legacy-styles .col-lg-9{width:75%}.legacy-styles .col-lg-8{width:66.66666667%}.legacy-styles .col-lg-7{width:58.33333333%}.legacy-styles .col-lg-6{width:50%}.legacy-styles .col-lg-5{width:41.66666667%}.legacy-styles .col-lg-4{width:33.33333333%}.legacy-styles .col-lg-3{width:25%}.legacy-styles .col-lg-2{width:16.66666667%}.legacy-styles .col-lg-1{width:8.33333333%}.legacy-styles .col-lg-pull-12{right:100%}.legacy-styles .col-lg-pull-11{right:91.66666667%}.legacy-styles .col-lg-pull-10{right:83.33333333%}.legacy-styles .col-lg-pull-9{right:75%}.legacy-styles .col-lg-pull-8{right:66.66666667%}.legacy-styles .col-lg-pull-7{right:58.33333333%}.legacy-styles .col-lg-pull-6{right:50%}.legacy-styles .col-lg-pull-5{right:41.66666667%}.legacy-styles .col-lg-pull-4{right:33.33333333%}.legacy-styles .col-lg-pull-3{right:25%}.legacy-styles .col-lg-pull-2{right:16.66666667%}.legacy-styles .col-lg-pull-1{right:8.33333333%}.legacy-styles .col-lg-pull-0{right:auto}.legacy-styles .col-lg-push-12{left:100%}.legacy-styles .col-lg-push-11{left:91.66666667%}.legacy-styles .col-lg-push-10{left:83.33333333%}.legacy-styles .col-lg-push-9{left:75%}.legacy-styles .col-lg-push-8{left:66.66666667%}.legacy-styles .col-lg-push-7{left:58.33333333%}.legacy-styles .col-lg-push-6{left:50%}.legacy-styles .col-lg-push-5{left:41.66666667%}.legacy-styles .col-lg-push-4{left:33.33333333%}.legacy-styles .col-lg-push-3{left:25%}.legacy-styles .col-lg-push-2{left:16.66666667%}.legacy-styles .col-lg-push-1{left:8.33333333%}.legacy-styles .col-lg-push-0{left:auto}.legacy-styles .col-lg-offset-12{margin-left:100%}.legacy-styles .col-lg-offset-11{margin-left:91.66666667%}.legacy-styles .col-lg-offset-10{margin-left:83.33333333%}.legacy-styles .col-lg-offset-9{margin-left:75%}.legacy-styles .col-lg-offset-8{margin-left:66.66666667%}.legacy-styles .col-lg-offset-7{margin-left:58.33333333%}.legacy-styles .col-lg-offset-6{margin-left:50%}.legacy-styles .col-lg-offset-5{margin-left:41.66666667%}.legacy-styles .col-lg-offset-4{margin-left:33.33333333%}.legacy-styles .col-lg-offset-3{margin-left:25%}.legacy-styles .col-lg-offset-2{margin-left:16.66666667%}.legacy-styles .col-lg-offset-1{margin-left:8.33333333%}.legacy-styles .col-lg-offset-0{margin-left:0}}.legacy-styles table{background-color:transparent}.legacy-styles caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.legacy-styles th{text-align:left}.legacy-styles .table{width:100%;max-width:100%;margin-bottom:20px}.legacy-styles .table>tbody>tr>td,.legacy-styles .table>tbody>tr>th,.legacy-styles .table>tfoot>tr>td,.legacy-styles .table>tfoot>tr>th,.legacy-styles .table>thead>tr>td,.legacy-styles .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.legacy-styles .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.legacy-styles .table>caption+thead>tr:first-child>td,.legacy-styles .table>caption+thead>tr:first-child>th,.legacy-styles .table>colgroup+thead>tr:first-child>td,.legacy-styles .table>colgroup+thead>tr:first-child>th,.legacy-styles .table>thead:first-child>tr:first-child>td,.legacy-styles .table>thead:first-child>tr:first-child>th{border-top:0}.legacy-styles .table>tbody+tbody{border-top:2px solid #ddd}.legacy-styles .table .table{background-color:#fff}.legacy-styles .table-condensed>tbody>tr>td,.legacy-styles .table-condensed>tbody>tr>th,.legacy-styles .table-condensed>tfoot>tr>td,.legacy-styles .table-condensed>tfoot>tr>th,.legacy-styles .table-condensed>thead>tr>td,.legacy-styles .table-condensed>thead>tr>th{padding:5px}.legacy-styles .table-bordered{border:1px solid #ddd}.legacy-styles .table-bordered>tbody>tr>td,.legacy-styles .table-bordered>tbody>tr>th,.legacy-styles .table-bordered>tfoot>tr>td,.legacy-styles .table-bordered>tfoot>tr>th,.legacy-styles .table-bordered>thead>tr>td,.legacy-styles .table-bordered>thead>tr>th{border:1px solid #ddd}.legacy-styles .table-bordered>thead>tr>td,.legacy-styles .table-bordered>thead>tr>th{border-bottom-width:2px}.legacy-styles .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.legacy-styles .table-hover>tbody>tr:hover{background-color:#f5f5f5}.legacy-styles table col[class*=col-]{position:static;display:table-column;float:none}.legacy-styles table td[class*=col-],.legacy-styles table th[class*=col-]{position:static;display:table-cell;float:none}.legacy-styles .table>tbody>tr.active>td,.legacy-styles .table>tbody>tr.active>th,.legacy-styles .table>tbody>tr>td.active,.legacy-styles .table>tbody>tr>th.active,.legacy-styles .table>tfoot>tr.active>td,.legacy-styles .table>tfoot>tr.active>th,.legacy-styles .table>tfoot>tr>td.active,.legacy-styles .table>tfoot>tr>th.active,.legacy-styles .table>thead>tr.active>td,.legacy-styles .table>thead>tr.active>th,.legacy-styles .table>thead>tr>td.active,.legacy-styles .table>thead>tr>th.active{background-color:#f5f5f5}.legacy-styles .table-hover>tbody>tr.active:hover>td,.legacy-styles .table-hover>tbody>tr.active:hover>th,.legacy-styles .table-hover>tbody>tr:hover>.active,.legacy-styles .table-hover>tbody>tr>td.active:hover,.legacy-styles .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.legacy-styles .table>tbody>tr.success>td,.legacy-styles .table>tbody>tr.success>th,.legacy-styles .table>tbody>tr>td.success,.legacy-styles .table>tbody>tr>th.success,.legacy-styles .table>tfoot>tr.success>td,.legacy-styles .table>tfoot>tr.success>th,.legacy-styles .table>tfoot>tr>td.success,.legacy-styles .table>tfoot>tr>th.success,.legacy-styles .table>thead>tr.success>td,.legacy-styles .table>thead>tr.success>th,.legacy-styles .table>thead>tr>td.success,.legacy-styles .table>thead>tr>th.success{background-color:#dff0d8}.legacy-styles .table-hover>tbody>tr.success:hover>td,.legacy-styles .table-hover>tbody>tr.success:hover>th,.legacy-styles .table-hover>tbody>tr:hover>.success,.legacy-styles .table-hover>tbody>tr>td.success:hover,.legacy-styles .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.legacy-styles .table>tbody>tr.info>td,.legacy-styles .table>tbody>tr.info>th,.legacy-styles .table>tbody>tr>td.info,.legacy-styles .table>tbody>tr>th.info,.legacy-styles .table>tfoot>tr.info>td,.legacy-styles .table>tfoot>tr.info>th,.legacy-styles .table>tfoot>tr>td.info,.legacy-styles .table>tfoot>tr>th.info,.legacy-styles .table>thead>tr.info>td,.legacy-styles .table>thead>tr.info>th,.legacy-styles .table>thead>tr>td.info,.legacy-styles .table>thead>tr>th.info{background-color:#d9edf7}.legacy-styles .table-hover>tbody>tr.info:hover>td,.legacy-styles .table-hover>tbody>tr.info:hover>th,.legacy-styles .table-hover>tbody>tr:hover>.info,.legacy-styles .table-hover>tbody>tr>td.info:hover,.legacy-styles .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.legacy-styles .table>tbody>tr.warning>td,.legacy-styles .table>tbody>tr.warning>th,.legacy-styles .table>tbody>tr>td.warning,.legacy-styles .table>tbody>tr>th.warning,.legacy-styles .table>tfoot>tr.warning>td,.legacy-styles .table>tfoot>tr.warning>th,.legacy-styles .table>tfoot>tr>td.warning,.legacy-styles .table>tfoot>tr>th.warning,.legacy-styles .table>thead>tr.warning>td,.legacy-styles .table>thead>tr.warning>th,.legacy-styles .table>thead>tr>td.warning,.legacy-styles .table>thead>tr>th.warning{background-color:#fcf8e3}.legacy-styles .table-hover>tbody>tr.warning:hover>td,.legacy-styles .table-hover>tbody>tr.warning:hover>th,.legacy-styles .table-hover>tbody>tr:hover>.warning,.legacy-styles .table-hover>tbody>tr>td.warning:hover,.legacy-styles .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.legacy-styles .table>tbody>tr.danger>td,.legacy-styles .table>tbody>tr.danger>th,.legacy-styles .table>tbody>tr>td.danger,.legacy-styles .table>tbody>tr>th.danger,.legacy-styles .table>tfoot>tr.danger>td,.legacy-styles .table>tfoot>tr.danger>th,.legacy-styles .table>tfoot>tr>td.danger,.legacy-styles .table>tfoot>tr>th.danger,.legacy-styles .table>thead>tr.danger>td,.legacy-styles .table>thead>tr.danger>th,.legacy-styles .table>thead>tr>td.danger,.legacy-styles .table>thead>tr>th.danger{background-color:#f2dede}.legacy-styles .table-hover>tbody>tr.danger:hover>td,.legacy-styles .table-hover>tbody>tr.danger:hover>th,.legacy-styles .table-hover>tbody>tr:hover>.danger,.legacy-styles .table-hover>tbody>tr>td.danger:hover,.legacy-styles .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.legacy-styles .table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.legacy-styles .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.legacy-styles .table-responsive>.table{margin-bottom:0}.legacy-styles .table-responsive>.table>tbody>tr>td,.legacy-styles .table-responsive>.table>tbody>tr>th,.legacy-styles .table-responsive>.table>tfoot>tr>td,.legacy-styles .table-responsive>.table>tfoot>tr>th,.legacy-styles .table-responsive>.table>thead>tr>td,.legacy-styles .table-responsive>.table>thead>tr>th{white-space:nowrap}.legacy-styles .table-responsive>.table-bordered{border:0}.legacy-styles .table-responsive>.table-bordered>tbody>tr>td:first-child,.legacy-styles .table-responsive>.table-bordered>tbody>tr>th:first-child,.legacy-styles .table-responsive>.table-bordered>tfoot>tr>td:first-child,.legacy-styles .table-responsive>.table-bordered>tfoot>tr>th:first-child,.legacy-styles .table-responsive>.table-bordered>thead>tr>td:first-child,.legacy-styles .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.legacy-styles .table-responsive>.table-bordered>tbody>tr>td:last-child,.legacy-styles .table-responsive>.table-bordered>tbody>tr>th:last-child,.legacy-styles .table-responsive>.table-bordered>tfoot>tr>td:last-child,.legacy-styles .table-responsive>.table-bordered>tfoot>tr>th:last-child,.legacy-styles .table-responsive>.table-bordered>thead>tr>td:last-child,.legacy-styles .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.legacy-styles .table-responsive>.table-bordered>tbody>tr:last-child>td,.legacy-styles .table-responsive>.table-bordered>tbody>tr:last-child>th,.legacy-styles .table-responsive>.table-bordered>tfoot>tr:last-child>td,.legacy-styles .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.legacy-styles fieldset{min-width:0;padding:0;margin:0;border:0}.legacy-styles legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.legacy-styles label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.legacy-styles input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.legacy-styles input[type=checkbox],.legacy-styles input[type=radio]{margin:4px 0 0;margin-top:1px\	;line-height:normal}.legacy-styles input[type=file]{display:block}.legacy-styles input[type=range]{display:block;width:100%}.legacy-styles select[multiple],.legacy-styles select[size]{height:auto}.legacy-styles input[type=file]:focus,.legacy-styles input[type=checkbox]:focus,.legacy-styles input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.legacy-styles output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.legacy-styles .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.legacy-styles .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.legacy-styles .form-control::-moz-placeholder{color:#999;opacity:1}.legacy-styles .form-control:-ms-input-placeholder{color:#999}.legacy-styles .form-control::-webkit-input-placeholder{color:#999}.legacy-styles .form-control::-ms-expand{background-color:transparent;border:0}.legacy-styles .form-control[disabled],.legacy-styles .form-control[readonly],.legacy-styles fieldset[disabled] .form-control{background-color:#eee;opacity:1}.legacy-styles .form-control[disabled],.legacy-styles fieldset[disabled] .form-control{cursor:not-allowed}.legacy-styles textarea.form-control{height:auto}.legacy-styles input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.legacy-styles input[type=date].form-control,.legacy-styles input[type=time].form-control,.legacy-styles input[type=datetime-local].form-control,.legacy-styles input[type=month].form-control{line-height:34px}.legacy-styles .input-group-sm input[type=date],.legacy-styles .input-group-sm input[type=time],.legacy-styles .input-group-sm input[type=datetime-local],.legacy-styles .input-group-sm input[type=month],.legacy-styles input[type=date].input-sm,.legacy-styles input[type=time].input-sm,.legacy-styles input[type=datetime-local].input-sm,.legacy-styles input[type=month].input-sm{line-height:30px}.legacy-styles .input-group-lg input[type=date],.legacy-styles .input-group-lg input[type=time],.legacy-styles .input-group-lg input[type=datetime-local],.legacy-styles .input-group-lg input[type=month],.legacy-styles input[type=date].input-lg,.legacy-styles input[type=time].input-lg,.legacy-styles input[type=datetime-local].input-lg,.legacy-styles input[type=month].input-lg{line-height:46px}}.legacy-styles .form-group{margin-bottom:15px}.legacy-styles .checkbox,.legacy-styles .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.legacy-styles .checkbox label,.legacy-styles .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.legacy-styles .checkbox input[type=checkbox],.legacy-styles .checkbox-inline input[type=checkbox],.legacy-styles .radio input[type=radio],.legacy-styles .radio-inline input[type=radio]{position:absolute;margin-top:4px\	;margin-left:-20px}.legacy-styles .checkbox+.checkbox,.legacy-styles .radio+.radio{margin-top:-5px}.legacy-styles .checkbox-inline,.legacy-styles .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.legacy-styles .checkbox-inline+.checkbox-inline,.legacy-styles .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.legacy-styles fieldset[disabled] input[type=checkbox],.legacy-styles fieldset[disabled] input[type=radio],.legacy-styles input[type=checkbox].disabled,.legacy-styles input[type=checkbox][disabled],.legacy-styles input[type=radio].disabled,.legacy-styles input[type=radio][disabled],.legacy-styles .checkbox-inline.disabled,.legacy-styles .radio-inline.disabled,.legacy-styles fieldset[disabled] .checkbox-inline,.legacy-styles fieldset[disabled] .radio-inline,.legacy-styles .checkbox.disabled label,.legacy-styles .radio.disabled label,.legacy-styles fieldset[disabled] .checkbox label,.legacy-styles fieldset[disabled] .radio label{cursor:not-allowed}.legacy-styles .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.legacy-styles .form-control-static.input-lg,.legacy-styles .form-control-static.input-sm{padding-right:0;padding-left:0}.legacy-styles .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.legacy-styles select.input-sm{height:30px;line-height:30px}.legacy-styles select[multiple].input-sm,.legacy-styles textarea.input-sm{height:auto}.legacy-styles .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.legacy-styles .form-group-sm select.form-control{height:30px;line-height:30px}.legacy-styles .form-group-sm select[multiple].form-control,.legacy-styles .form-group-sm textarea.form-control{height:auto}.legacy-styles .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.legacy-styles .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.legacy-styles select.input-lg{height:46px;line-height:46px}.legacy-styles select[multiple].input-lg,.legacy-styles textarea.input-lg{height:auto}.legacy-styles .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.legacy-styles .form-group-lg select.form-control{height:46px;line-height:46px}.legacy-styles .form-group-lg select[multiple].form-control,.legacy-styles .form-group-lg textarea.form-control{height:auto}.legacy-styles .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.legacy-styles .has-feedback{position:relative}.legacy-styles .has-feedback .form-control{padding-right:42.5px}.legacy-styles .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.legacy-styles .form-group-lg .form-control+.form-control-feedback,.legacy-styles .input-group-lg+.form-control-feedback,.legacy-styles .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.legacy-styles .form-group-sm .form-control+.form-control-feedback,.legacy-styles .input-group-sm+.form-control-feedback,.legacy-styles .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.legacy-styles .has-success .checkbox,.legacy-styles .has-success .checkbox-inline,.legacy-styles .has-success .control-label,.legacy-styles .has-success .help-block,.legacy-styles .has-success .radio,.legacy-styles .has-success .radio-inline,.legacy-styles .has-success.checkbox label,.legacy-styles .has-success.checkbox-inline label,.legacy-styles .has-success.radio label,.legacy-styles .has-success.radio-inline label{color:#3c763d}.legacy-styles .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.legacy-styles .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}.legacy-styles .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.legacy-styles .has-success .form-control-feedback{color:#3c763d}.legacy-styles .has-warning .checkbox,.legacy-styles .has-warning .checkbox-inline,.legacy-styles .has-warning .control-label,.legacy-styles .has-warning .help-block,.legacy-styles .has-warning .radio,.legacy-styles .has-warning .radio-inline,.legacy-styles .has-warning.checkbox label,.legacy-styles .has-warning.checkbox-inline label,.legacy-styles .has-warning.radio label,.legacy-styles .has-warning.radio-inline label{color:#8a6d3b}.legacy-styles .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.legacy-styles .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}.legacy-styles .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.legacy-styles .has-warning .form-control-feedback{color:#8a6d3b}.legacy-styles .has-error .checkbox,.legacy-styles .has-error .checkbox-inline,.legacy-styles .has-error .control-label,.legacy-styles .has-error .help-block,.legacy-styles .has-error .radio,.legacy-styles .has-error .radio-inline,.legacy-styles .has-error.checkbox label,.legacy-styles .has-error.checkbox-inline label,.legacy-styles .has-error.radio label,.legacy-styles .has-error.radio-inline label{color:#a94442}.legacy-styles .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.legacy-styles .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}.legacy-styles .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.legacy-styles .has-error .form-control-feedback{color:#a94442}.legacy-styles .has-feedback label~.form-control-feedback{top:25px}.legacy-styles .has-feedback label.sr-only~.form-control-feedback{top:0}.legacy-styles .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.legacy-styles .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.legacy-styles .fade.in{opacity:1}.legacy-styles .collapse{display:none}.legacy-styles .collapse.in{display:block}.legacy-styles tr.collapse.in{display:table-row}.legacy-styles tbody.collapse.in{display:table-row-group}.legacy-styles .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.legacy-styles .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\	;border-right:4px solid transparent;border-left:4px solid transparent}.legacy-styles .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.legacy-styles .jumbotron .h1,.legacy-styles .jumbotron h1{color:inherit}.legacy-styles .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.legacy-styles .jumbotron>hr{border-top-color:#d5d5d5}.legacy-styles .container .jumbotron,.legacy-styles .container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.legacy-styles .jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.legacy-styles .jumbotron{padding-top:48px;padding-bottom:48px}.legacy-styles .container .jumbotron,.legacy-styles .container-fluid .jumbotron{padding-right:60px;padding-left:60px}.legacy-styles .jumbotron .h1,.legacy-styles .jumbotron h1{font-size:63px}}.legacy-styles .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.legacy-styles .thumbnail a>img,.legacy-styles .thumbnail>img{margin-right:auto;margin-left:auto}.legacy-styles a.thumbnail.active,.legacy-styles a.thumbnail:focus,.legacy-styles a.thumbnail:hover{border-color:#337ab7}.legacy-styles .thumbnail .caption{padding:9px;color:#333}.legacy-styles .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.legacy-styles .alert h4{margin-top:0;color:inherit}.legacy-styles .alert .alert-link{font-weight:700}.legacy-styles .alert>p,.legacy-styles .alert>ul{margin-bottom:0}.legacy-styles .alert>p+p{margin-top:5px}.legacy-styles .alert-dismissable,.legacy-styles .alert-dismissible{padding-right:35px}.legacy-styles .alert-dismissable .close,.legacy-styles .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.legacy-styles .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.legacy-styles .alert-success hr{border-top-color:#c9e2b3}.legacy-styles .alert-success .alert-link{color:#2b542c}.legacy-styles .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.legacy-styles .alert-info hr{border-top-color:#a6e1ec}.legacy-styles .alert-info .alert-link{color:#245269}.legacy-styles .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.legacy-styles .alert-warning hr{border-top-color:#f7e1b5}.legacy-styles .alert-warning .alert-link{color:#66512c}.legacy-styles .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.legacy-styles .alert-danger hr{border-top-color:#e4b9c0}.legacy-styles .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.legacy-styles .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}.legacy-styles .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.legacy-styles .progress-bar-striped,.legacy-styles .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.legacy-styles .progress-bar.active,.legacy-styles .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.legacy-styles .progress-bar-success{background-color:#5cb85c}.legacy-styles .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.legacy-styles .progress-bar-info{background-color:#5bc0de}.legacy-styles .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.legacy-styles .progress-bar-warning{background-color:#f0ad4e}.legacy-styles .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.legacy-styles .progress-bar-danger{background-color:#d9534f}.legacy-styles .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.legacy-styles .media{margin-top:15px}.legacy-styles .media:first-child{margin-top:0}.legacy-styles .media,.legacy-styles .media-body{overflow:hidden;zoom:1}.legacy-styles .media-body{width:10000px}.legacy-styles .media-object{display:block}.legacy-styles .media-object.img-thumbnail{max-width:none}.legacy-styles .media-right,.legacy-styles .media>.pull-right{padding-left:10px}.legacy-styles .media-left,.legacy-styles .media>.pull-left{padding-right:10px}.legacy-styles .media-body,.legacy-styles .media-left,.legacy-styles .media-right{display:table-cell;vertical-align:top}.legacy-styles .media-middle{vertical-align:middle}.legacy-styles .media-bottom{vertical-align:bottom}.legacy-styles .media-heading{margin-top:0;margin-bottom:5px}.legacy-styles .media-list{padding-left:0;list-style:none}.legacy-styles .list-group{padding-left:0;margin-bottom:20px}.legacy-styles .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.legacy-styles .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.legacy-styles .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.legacy-styles a.list-group-item,.legacy-styles button.list-group-item{color:#555}.legacy-styles a.list-group-item .list-group-item-heading,.legacy-styles button.list-group-item .list-group-item-heading{color:#333}.legacy-styles a.list-group-item:focus,.legacy-styles a.list-group-item:hover,.legacy-styles button.list-group-item:focus,.legacy-styles button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.legacy-styles button.list-group-item{width:100%;text-align:left}.legacy-styles .list-group-item.disabled,.legacy-styles .list-group-item.disabled:focus,.legacy-styles .list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.legacy-styles .list-group-item.disabled .list-group-item-heading,.legacy-styles .list-group-item.disabled:focus .list-group-item-heading,.legacy-styles .list-group-item.disabled:hover .list-group-item-heading{color:inherit}.legacy-styles .list-group-item.disabled .list-group-item-text,.legacy-styles .list-group-item.disabled:focus .list-group-item-text,.legacy-styles .list-group-item.disabled:hover .list-group-item-text{color:#777}.legacy-styles .list-group-item.active,.legacy-styles .list-group-item.active:focus,.legacy-styles .list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.legacy-styles .list-group-item.active .list-group-item-heading,.legacy-styles .list-group-item.active .list-group-item-heading>.small,.legacy-styles .list-group-item.active .list-group-item-heading>small,.legacy-styles .list-group-item.active:focus .list-group-item-heading,.legacy-styles .list-group-item.active:focus .list-group-item-heading>.small,.legacy-styles .list-group-item.active:focus .list-group-item-heading>small,.legacy-styles .list-group-item.active:hover .list-group-item-heading,.legacy-styles .list-group-item.active:hover .list-group-item-heading>.small,.legacy-styles .list-group-item.active:hover .list-group-item-heading>small{color:inherit}.legacy-styles .list-group-item.active .list-group-item-text,.legacy-styles .list-group-item.active:focus .list-group-item-text,.legacy-styles .list-group-item.active:hover .list-group-item-text{color:#c7ddef}.legacy-styles .list-group-item-success{color:#3c763d;background-color:#dff0d8}.legacy-styles a.list-group-item-success,.legacy-styles button.list-group-item-success{color:#3c763d}.legacy-styles a.list-group-item-success .list-group-item-heading,.legacy-styles button.list-group-item-success .list-group-item-heading{color:inherit}.legacy-styles a.list-group-item-success:focus,.legacy-styles a.list-group-item-success:hover,.legacy-styles button.list-group-item-success:focus,.legacy-styles button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.legacy-styles a.list-group-item-success.active,.legacy-styles a.list-group-item-success.active:focus,.legacy-styles a.list-group-item-success.active:hover,.legacy-styles button.list-group-item-success.active,.legacy-styles button.list-group-item-success.active:focus,.legacy-styles button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.legacy-styles .list-group-item-info{color:#31708f;background-color:#d9edf7}.legacy-styles a.list-group-item-info,.legacy-styles button.list-group-item-info{color:#31708f}.legacy-styles a.list-group-item-info .list-group-item-heading,.legacy-styles button.list-group-item-info .list-group-item-heading{color:inherit}.legacy-styles a.list-group-item-info:focus,.legacy-styles a.list-group-item-info:hover,.legacy-styles button.list-group-item-info:focus,.legacy-styles button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.legacy-styles a.list-group-item-info.active,.legacy-styles a.list-group-item-info.active:focus,.legacy-styles a.list-group-item-info.active:hover,.legacy-styles button.list-group-item-info.active,.legacy-styles button.list-group-item-info.active:focus,.legacy-styles button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.legacy-styles .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.legacy-styles a.list-group-item-warning,.legacy-styles button.list-group-item-warning{color:#8a6d3b}.legacy-styles a.list-group-item-warning .list-group-item-heading,.legacy-styles button.list-group-item-warning .list-group-item-heading{color:inherit}.legacy-styles a.list-group-item-warning:focus,.legacy-styles a.list-group-item-warning:hover,.legacy-styles button.list-group-item-warning:focus,.legacy-styles button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.legacy-styles a.list-group-item-warning.active,.legacy-styles a.list-group-item-warning.active:focus,.legacy-styles a.list-group-item-warning.active:hover,.legacy-styles button.list-group-item-warning.active,.legacy-styles button.list-group-item-warning.active:focus,.legacy-styles button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.legacy-styles .list-group-item-danger{color:#a94442;background-color:#f2dede}.legacy-styles a.list-group-item-danger,.legacy-styles button.list-group-item-danger{color:#a94442}.legacy-styles a.list-group-item-danger .list-group-item-heading,.legacy-styles button.list-group-item-danger .list-group-item-heading{color:inherit}.legacy-styles a.list-group-item-danger:focus,.legacy-styles a.list-group-item-danger:hover,.legacy-styles button.list-group-item-danger:focus,.legacy-styles button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.legacy-styles a.list-group-item-danger.active,.legacy-styles a.list-group-item-danger.active:focus,.legacy-styles a.list-group-item-danger.active:hover,.legacy-styles button.list-group-item-danger.active,.legacy-styles button.list-group-item-danger.active:focus,.legacy-styles button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.legacy-styles .list-group-item-heading{margin-top:0;margin-bottom:5px}.legacy-styles .list-group-item-text{margin-bottom:0;line-height:1.3}.legacy-styles .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}.legacy-styles .panel-body{padding:15px}.legacy-styles .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.legacy-styles .panel-heading>.dropdown .dropdown-toggle{color:inherit}.legacy-styles .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.legacy-styles .panel-title>.small,.legacy-styles .panel-title>.small>a,.legacy-styles .panel-title>a,.legacy-styles .panel-title>small,.legacy-styles .panel-title>small>a{color:inherit}.legacy-styles .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.legacy-styles .panel>.list-group,.legacy-styles .panel>.panel-collapse>.list-group{margin-bottom:0}.legacy-styles .panel>.list-group .list-group-item,.legacy-styles .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.legacy-styles .panel>.list-group:first-child .list-group-item:first-child,.legacy-styles .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.legacy-styles .panel>.list-group:last-child .list-group-item:last-child,.legacy-styles .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.legacy-styles .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.legacy-styles .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.legacy-styles .list-group+.panel-footer{border-top-width:0}.legacy-styles .panel>.panel-collapse>.table,.legacy-styles .panel>.table,.legacy-styles .panel>.table-responsive>.table{margin-bottom:0}.legacy-styles .panel>.panel-collapse>.table caption,.legacy-styles .panel>.table caption,.legacy-styles .panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.legacy-styles .panel>.table-responsive:first-child>.table:first-child,.legacy-styles .panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.legacy-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.legacy-styles .panel>.table:first-child>tbody:first-child>tr:first-child,.legacy-styles .panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.legacy-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.legacy-styles .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.legacy-styles .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.legacy-styles .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.legacy-styles .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.legacy-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.legacy-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.legacy-styles .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.legacy-styles .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.legacy-styles .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.legacy-styles .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.legacy-styles .panel>.table-responsive:last-child>.table:last-child,.legacy-styles .panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.legacy-styles .panel>.table:last-child>tbody:last-child>tr:last-child,.legacy-styles .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.legacy-styles .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.legacy-styles .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.legacy-styles .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.legacy-styles .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.legacy-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.legacy-styles .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.legacy-styles .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.legacy-styles .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.legacy-styles .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.legacy-styles .panel>.panel-body+.table,.legacy-styles .panel>.panel-body+.table-responsive,.legacy-styles .panel>.table+.panel-body,.legacy-styles .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.legacy-styles .panel>.table>tbody:first-child>tr:first-child td,.legacy-styles .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.legacy-styles .panel>.table-bordered,.legacy-styles .panel>.table-responsive>.table-bordered{border:0}.legacy-styles .panel>.table-bordered>tbody>tr>td:first-child,.legacy-styles .panel>.table-bordered>tbody>tr>th:first-child,.legacy-styles .panel>.table-bordered>tfoot>tr>td:first-child,.legacy-styles .panel>.table-bordered>tfoot>tr>th:first-child,.legacy-styles .panel>.table-bordered>thead>tr>td:first-child,.legacy-styles .panel>.table-bordered>thead>tr>th:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.legacy-styles .panel>.table-bordered>tbody>tr>td:last-child,.legacy-styles .panel>.table-bordered>tbody>tr>th:last-child,.legacy-styles .panel>.table-bordered>tfoot>tr>td:last-child,.legacy-styles .panel>.table-bordered>tfoot>tr>th:last-child,.legacy-styles .panel>.table-bordered>thead>tr>td:last-child,.legacy-styles .panel>.table-bordered>thead>tr>th:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.legacy-styles .panel>.table-bordered>tbody>tr:first-child>td,.legacy-styles .panel>.table-bordered>tbody>tr:first-child>th,.legacy-styles .panel>.table-bordered>thead>tr:first-child>td,.legacy-styles .panel>.table-bordered>thead>tr:first-child>th,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.legacy-styles .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.legacy-styles .panel>.table-bordered>tbody>tr:last-child>td,.legacy-styles .panel>.table-bordered>tbody>tr:last-child>th,.legacy-styles .panel>.table-bordered>tfoot>tr:last-child>td,.legacy-styles .panel>.table-bordered>tfoot>tr:last-child>th,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.legacy-styles .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.legacy-styles .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.legacy-styles .panel>.table-responsive{margin-bottom:0;border:0}.legacy-styles .panel-group{margin-bottom:20px}.legacy-styles .panel-group .panel{margin-bottom:0;border-radius:4px}.legacy-styles .panel-group .panel+.panel{margin-top:5px}.legacy-styles .panel-group .panel-heading{border-bottom:0}.legacy-styles .panel-group .panel-heading+.panel-collapse>.list-group,.legacy-styles .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.legacy-styles .panel-group .panel-footer{border-top:0}.legacy-styles .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.legacy-styles .panel-default{border-color:#ddd}.legacy-styles .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.legacy-styles .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.legacy-styles .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.legacy-styles .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.legacy-styles .panel-primary{border-color:#337ab7}.legacy-styles .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.legacy-styles .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.legacy-styles .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.legacy-styles .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.legacy-styles .panel-success{border-color:#d6e9c6}.legacy-styles .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.legacy-styles .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.legacy-styles .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.legacy-styles .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.legacy-styles .panel-info{border-color:#bce8f1}.legacy-styles .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.legacy-styles .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.legacy-styles .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.legacy-styles .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.legacy-styles .panel-warning{border-color:#faebcc}.legacy-styles .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.legacy-styles .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.legacy-styles .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.legacy-styles .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.legacy-styles .panel-danger{border-color:#ebccd1}.legacy-styles .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.legacy-styles .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.legacy-styles .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.legacy-styles .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.legacy-styles .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.legacy-styles .embed-responsive .embed-responsive-item,.legacy-styles .embed-responsive embed,.legacy-styles .embed-responsive iframe,.legacy-styles .embed-responsive object,.legacy-styles .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.legacy-styles .embed-responsive-16by9{padding-bottom:56.25%}.legacy-styles .embed-responsive-4by3{padding-bottom:75%}.legacy-styles .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}.legacy-styles .well blockquote{border-color:#ddd;border-color:#00000026}.legacy-styles .well-lg{padding:24px;border-radius:6px}.legacy-styles .well-sm{padding:9px;border-radius:3px}.legacy-styles .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.legacy-styles .close:focus,.legacy-styles .close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.legacy-styles button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.legacy-styles .modal-open{overflow:hidden}.legacy-styles .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.legacy-styles .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translateY(-25%)}.legacy-styles .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.legacy-styles .modal-open .modal{overflow-x:hidden;overflow-y:auto}.legacy-styles .modal-dialog{position:relative;width:auto;margin:10px}.legacy-styles .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.legacy-styles .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.legacy-styles .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.legacy-styles .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.legacy-styles .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.legacy-styles .modal-header .close{margin-top:-2px}.legacy-styles .modal-title{margin:0;line-height:1.42857143}.legacy-styles .modal-body{position:relative;padding:15px}.legacy-styles .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.legacy-styles .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.legacy-styles .modal-footer .btn-group .btn+.btn{margin-left:-1px}.legacy-styles .modal-footer .btn-block+.btn-block{margin-left:0}.legacy-styles .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.legacy-styles .modal-dialog{width:600px;margin:30px auto}.legacy-styles .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.legacy-styles .modal-sm{width:300px}}@media (min-width: 992px){.legacy-styles .modal-lg{width:900px}}.legacy-styles .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.legacy-styles .tooltip.in{filter:alpha(opacity=90);opacity:.9}.legacy-styles .tooltip.top{padding:5px 0;margin-top:-3px}.legacy-styles .tooltip.right{padding:0 5px;margin-left:3px}.legacy-styles .tooltip.bottom{padding:5px 0;margin-top:3px}.legacy-styles .tooltip.left{padding:0 5px;margin-left:-3px}.legacy-styles .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.legacy-styles .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.legacy-styles .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.legacy-styles .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.legacy-styles .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.legacy-styles .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.legacy-styles .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.legacy-styles .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.legacy-styles .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.legacy-styles .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.legacy-styles .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;line-break:auto}.legacy-styles .popover.top{margin-top:-10px}.legacy-styles .popover.right{margin-left:10px}.legacy-styles .popover.bottom{margin-top:10px}.legacy-styles .popover.left{margin-left:-10px}.legacy-styles .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.legacy-styles .popover-content{padding:9px 14px}.legacy-styles .popover>.arrow,.legacy-styles .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.legacy-styles .popover>.arrow{border-width:11px}.legacy-styles .popover>.arrow:after{content:"";border-width:10px}.legacy-styles .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:#00000040;border-bottom-width:0}.legacy-styles .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.legacy-styles .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:#00000040;border-left-width:0}.legacy-styles .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.legacy-styles .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040}.legacy-styles .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.legacy-styles .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}.legacy-styles .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.legacy-styles .carousel{position:relative}.legacy-styles .carousel-inner{position:relative;width:100%;overflow:hidden}.legacy-styles .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.legacy-styles .carousel-inner>.item>a>img,.legacy-styles .carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.legacy-styles .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.legacy-styles .carousel-inner>.item.active.right,.legacy-styles .carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.legacy-styles .carousel-inner>.item.active.left,.legacy-styles .carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.legacy-styles .carousel-inner>.item.active,.legacy-styles .carousel-inner>.item.next.left,.legacy-styles .carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.legacy-styles .carousel-inner>.active,.legacy-styles .carousel-inner>.next,.legacy-styles .carousel-inner>.prev{display:block}.legacy-styles .carousel-inner>.active{left:0}.legacy-styles .carousel-inner>.next,.legacy-styles .carousel-inner>.prev{position:absolute;top:0;width:100%}.legacy-styles .carousel-inner>.next{left:100%}.legacy-styles .carousel-inner>.prev{left:-100%}.legacy-styles .carousel-inner>.next.left,.legacy-styles .carousel-inner>.prev.right{left:0}.legacy-styles .carousel-inner>.active.left{left:-100%}.legacy-styles .carousel-inner>.active.right{left:100%}.legacy-styles .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:#0000;filter:alpha(opacity=50);opacity:.5}.legacy-styles .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,#00000080 0,#0000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x}.legacy-styles .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,#0000 0,#00000080);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x}.legacy-styles .carousel-control:focus,.legacy-styles .carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.legacy-styles .carousel-control .glyphicon-chevron-left,.legacy-styles .carousel-control .glyphicon-chevron-right,.legacy-styles .carousel-control .icon-next,.legacy-styles .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.legacy-styles .carousel-control .glyphicon-chevron-left,.legacy-styles .carousel-control .icon-prev{left:50%;margin-left:-10px}.legacy-styles .carousel-control .glyphicon-chevron-right,.legacy-styles .carousel-control .icon-next{right:50%;margin-right:-10px}.legacy-styles .carousel-control .icon-next,.legacy-styles .carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.legacy-styles .carousel-control .icon-prev:before{content:"‹"}.legacy-styles .carousel-control .icon-next:before{content:"›"}.legacy-styles .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.legacy-styles .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \	;background-color:#0000;border:1px solid #fff;border-radius:10px}.legacy-styles .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.legacy-styles .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.legacy-styles .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.legacy-styles .carousel-control .glyphicon-chevron-left,.legacy-styles .carousel-control .glyphicon-chevron-right,.legacy-styles .carousel-control .icon-next,.legacy-styles .carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.legacy-styles .carousel-control .glyphicon-chevron-left,.legacy-styles .carousel-control .icon-prev{margin-left:-10px}.legacy-styles .carousel-control .glyphicon-chevron-right,.legacy-styles .carousel-control .icon-next{margin-right:-10px}.legacy-styles .carousel-caption{right:20%;left:20%;padding-bottom:30px}.legacy-styles .carousel-indicators{bottom:20px}}.legacy-styles .btn-group-vertical>.btn-group:after,.legacy-styles .btn-group-vertical>.btn-group:before,.legacy-styles .btn-toolbar:after,.legacy-styles .btn-toolbar:before,.legacy-styles .clearfix:after,.legacy-styles .clearfix:before,.legacy-styles .container-fluid:after,.legacy-styles .container-fluid:before,.legacy-styles .container:after,.legacy-styles .container:before,.legacy-styles .dl-horizontal dd:after,.legacy-styles .dl-horizontal dd:before,.legacy-styles .form-horizontal .form-group:after,.legacy-styles .form-horizontal .form-group:before,.legacy-styles .modal-footer:after,.legacy-styles .modal-footer:before,.legacy-styles .modal-header:after,.legacy-styles .modal-header:before,.legacy-styles .nav:after,.legacy-styles .nav:before,.legacy-styles .navbar-collapse:after,.legacy-styles .navbar-collapse:before,.legacy-styles .navbar-header:after,.legacy-styles .navbar-header:before,.legacy-styles .navbar:after,.legacy-styles .navbar:before,.legacy-styles .pager:after,.legacy-styles .pager:before,.legacy-styles .panel-body:after,.legacy-styles .panel-body:before,.legacy-styles .row:after,.legacy-styles .row:before{display:table;content:" "}.legacy-styles .btn-group-vertical>.btn-group:after,.legacy-styles .btn-toolbar:after,.legacy-styles .clearfix:after,.legacy-styles .container-fluid:after,.legacy-styles .container:after,.legacy-styles .dl-horizontal dd:after,.legacy-styles .form-horizontal .form-group:after,.legacy-styles .modal-footer:after,.legacy-styles .modal-header:after,.legacy-styles .nav:after,.legacy-styles .navbar-collapse:after,.legacy-styles .navbar-header:after,.legacy-styles .navbar:after,.legacy-styles .pager:after,.legacy-styles .panel-body:after,.legacy-styles .row:after{clear:both}.legacy-styles .center-block{display:block;margin-right:auto;margin-left:auto}.legacy-styles .pull-right{float:right!important}.legacy-styles .pull-left{float:left!important}.legacy-styles .hide{display:none!important}.legacy-styles .show{display:block!important}.legacy-styles .invisible{visibility:hidden}.legacy-styles .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.legacy-styles .hidden{display:none!important}.legacy-styles .affix{position:fixed}@-ms-viewport{.legacy-styles{width:device-width}}.legacy-styles .visible-lg,.legacy-styles .visible-md,.legacy-styles .visible-sm,.legacy-styles .visible-xs,.legacy-styles .visible-lg-block,.legacy-styles .visible-lg-inline,.legacy-styles .visible-lg-inline-block,.legacy-styles .visible-md-block,.legacy-styles .visible-md-inline,.legacy-styles .visible-md-inline-block,.legacy-styles .visible-sm-block,.legacy-styles .visible-sm-inline,.legacy-styles .visible-sm-inline-block,.legacy-styles .visible-xs-block,.legacy-styles .visible-xs-inline,.legacy-styles .visible-xs-inline-block{display:none!important}@media (max-width: 767px){.legacy-styles .visible-xs{display:block!important}.legacy-styles table.visible-xs{display:table!important}.legacy-styles tr.visible-xs{display:table-row!important}.legacy-styles td.visible-xs,.legacy-styles th.visible-xs{display:table-cell!important}}@media (max-width: 767px){.legacy-styles .visible-xs-block{display:block!important}}@media (max-width: 767px){.legacy-styles .visible-xs-inline{display:inline!important}}@media (max-width: 767px){.legacy-styles .visible-xs-inline-block{display:inline-block!important}}@media (min-width: 768px) and (max-width: 991px){.legacy-styles .visible-sm{display:block!important}.legacy-styles table.visible-sm{display:table!important}.legacy-styles tr.visible-sm{display:table-row!important}.legacy-styles td.visible-sm,.legacy-styles th.visible-sm{display:table-cell!important}}@media (min-width: 768px) and (max-width: 991px){.legacy-styles .visible-sm-block{display:block!important}}@media (min-width: 768px) and (max-width: 991px){.legacy-styles .visible-sm-inline{display:inline!important}}@media (min-width: 768px) and (max-width: 991px){.legacy-styles .visible-sm-inline-block{display:inline-block!important}}@media (min-width: 992px) and (max-width: 1199px){.legacy-styles .visible-md{display:block!important}.legacy-styles table.visible-md{display:table!important}.legacy-styles tr.visible-md{display:table-row!important}.legacy-styles td.visible-md,.legacy-styles th.visible-md{display:table-cell!important}}@media (min-width: 992px) and (max-width: 1199px){.legacy-styles .visible-md-block{display:block!important}}@media (min-width: 992px) and (max-width: 1199px){.legacy-styles .visible-md-inline{display:inline!important}}@media (min-width: 992px) and (max-width: 1199px){.legacy-styles .visible-md-inline-block{display:inline-block!important}}@media (min-width: 1200px){.legacy-styles .visible-lg{display:block!important}.legacy-styles table.visible-lg{display:table!important}.legacy-styles tr.visible-lg{display:table-row!important}.legacy-styles td.visible-lg,.legacy-styles th.visible-lg{display:table-cell!important}}@media (min-width: 1200px){.legacy-styles .visible-lg-block{display:block!important}}@media (min-width: 1200px){.legacy-styles .visible-lg-inline{display:inline!important}}@media (min-width: 1200px){.legacy-styles .visible-lg-inline-block{display:inline-block!important}}@media (max-width: 767px){.legacy-styles .hidden-xs{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.legacy-styles .hidden-sm{display:none!important}}@media (min-width: 992px) and (max-width: 1199px){.legacy-styles .hidden-md{display:none!important}}@media (min-width: 1200px){.legacy-styles .hidden-lg{display:none!important}}.legacy-styles .visible-print{display:none!important}@media print{.legacy-styles .visible-print{display:block!important}.legacy-styles table.visible-print{display:table!important}.legacy-styles tr.visible-print{display:table-row!important}.legacy-styles td.visible-print,.legacy-styles th.visible-print{display:table-cell!important}}.legacy-styles .visible-print-block{display:none!important}@media print{.legacy-styles .visible-print-block{display:block!important}}.legacy-styles .visible-print-inline{display:none!important}@media print{.legacy-styles .visible-print-inline{display:inline!important}}.legacy-styles .visible-print-inline-block{display:none!important}@media print{.legacy-styles .visible-print-inline-block{display:inline-block!important}}@media print{.legacy-styles .hidden-print{display:none!important}}.legacy-styles .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.legacy-styles .pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.legacy-styles .pswp img{max-width:none}.legacy-styles .pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.legacy-styles .pswp--open{display:block}.legacy-styles .pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.legacy-styles .pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.legacy-styles .pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.legacy-styles .pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.legacy-styles .pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.legacy-styles .pswp__container,.legacy-styles .pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.legacy-styles .pswp__container,.legacy-styles .pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.legacy-styles .pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.legacy-styles .pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.legacy-styles .pswp--animated-in .pswp__bg,.legacy-styles .pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.legacy-styles .pswp__container,.legacy-styles .pswp__zoom-wrap{-webkit-backface-visibility:hidden}.legacy-styles .pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.legacy-styles .pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.legacy-styles .pswp__img--placeholder{-webkit-backface-visibility:hidden}.legacy-styles .pswp__img--placeholder--blank{background:#222}.legacy-styles .pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.legacy-styles .pswp__error-msg{position:absolute;left:0;top:50%;width:100%;margin-top:-8px;color:#ccc}.legacy-styles .pswp__error-msg a{color:#ccc;text-decoration:underline}.legacy-styles .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.legacy-styles .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.legacy-styles .slick-list:focus{outline:none}.legacy-styles .slick-list.dragging{cursor:pointer;cursor:hand}.legacy-styles .slick-slider .slick-track,.legacy-styles .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.legacy-styles .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.legacy-styles .slick-track:before,.legacy-styles .slick-track:after{content:"";display:table}.legacy-styles .slick-track:after{clear:both}.slick-loading .legacy-styles .slick-track{visibility:hidden}.legacy-styles .slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .legacy-styles .slick-slide{float:right}.legacy-styles .slick-slide img{display:block}.legacy-styles .slick-slide.slick-loading img{display:none}.legacy-styles .slick-slide.dragging img{pointer-events:none}.slick-initialized .legacy-styles .slick-slide{display:block}.slick-loading .legacy-styles .slick-slide{visibility:hidden}.slick-vertical .legacy-styles .slick-slide{display:block;height:auto;border:1px solid transparent}.legacy-styles .slick-arrow.slick-hidden{display:none}.slick-loading .legacy-styles .slick-list{background:#fff slick-image-url("ajax-loader.gif") center center no-repeat}@font-face{font-family:slick;src:slick-font-url("slick.eot");src:slick-font-url("slick.eot?#iefix") format("embedded-opentype"),slick-font-url("slick.woff") format("woff"),slick-font-url("slick.ttf") format("truetype"),slick-font-url("slick.svg#slick") format("svg");font-weight:400;font-style:normal}.legacy-styles .slick-prev,.legacy-styles .slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);padding:0;border:none;outline:none}.legacy-styles .slick-prev:hover,.legacy-styles .slick-prev:focus,.legacy-styles .slick-next:hover,.legacy-styles .slick-next:focus{outline:none;background:transparent;color:transparent}.legacy-styles .slick-prev:hover:before,.legacy-styles .slick-prev:focus:before,.legacy-styles .slick-next:hover:before,.legacy-styles .slick-next:focus:before{opacity:1}.legacy-styles .slick-prev.slick-disabled:before,.legacy-styles .slick-next.slick-disabled:before{opacity:.25}.legacy-styles .slick-prev:before,.legacy-styles .slick-next:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.legacy-styles .slick-prev{left:-25px}[dir=rtl] .legacy-styles .slick-prev{left:auto;right:-25px}.legacy-styles .slick-prev:before{content:"←"}[dir=rtl] .legacy-styles .slick-prev:before{content:"→"}.legacy-styles .slick-next{right:-25px}[dir=rtl] .legacy-styles .slick-next{left:-25px;right:auto}.legacy-styles .slick-next:before{content:"→"}[dir=rtl] .legacy-styles .slick-next:before{content:"←"}.legacy-styles .slick-dotted.slick-slider{margin-bottom:30px}.legacy-styles .slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.legacy-styles .slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.legacy-styles .slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.legacy-styles .slick-dots li button:hover,.legacy-styles .slick-dots li button:focus{outline:none}.legacy-styles .slick-dots li button:hover:before,.legacy-styles .slick-dots li button:focus:before{opacity:1}.legacy-styles .slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.legacy-styles .slick-dots li.slick-active button:before{color:#000;opacity:.75}.legacy-styles .epigraph{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:10px;line-height:10px}.legacy-styles .button,.legacy-styles .selectmenu .btn{font-style:normal;font-weight:400;font-size:12px;line-height:12px;letter-spacing:.25px;text-transform:uppercase;-webkit-font-smoothing:initial}.legacy-styles .pagination-container .load-more-button .button,.legacy-styles .selectmenu .btn{font-weight:800}.legacy-styles label,.legacy-styles #email_signup label{font-weight:400;-webkit-font-smoothing:initial;font-style:normal;font-size:12px;line-height:12px;letter-spacing:.25px;text-transform:uppercase;color:#1e2129}.legacy-styles .pswp__error-msg{text-align:center;font-size:14px;line-height:16px}.legacy-styles .documents .document.panel .toggle{line-height:58px;text-decoration:none!important}.legacy-styles #wrap .featured-1 a:not(.button),.legacy-styles #wrap .featured-2 a:not(.button),.legacy-styles #wrap .featured-3 a:not(.button),.legacy-styles #wrap .featured-4 a:not(.button),.legacy-styles #wrap .giftguide a:not(.button),.legacy-styles #wrap .stories a:not(.button){text-decoration:none}.legacy-styles .best-sellers .slick-dots li button:before{font-size:15px}.legacy-styles .product-list .slick-dots li button:before{font-size:15px}.legacy-styles .selectmenu .dropdowngreen>ul.dropdown-menu>li>a{font-weight:100;font-size:12px}.legacy-styles .cardgroup .tempimage .availablesizes table td.notavailable,.legacy-styles div.availablesizes-inner span.notavailable{text-decoration:line-through}.legacy-styles .full-image .text strong,.legacy-styles .split-banner-left .text strong,.legacy-styles .split-banner-right .text strong,.legacy-styles .lookbook-columns .text strong{font-size:9px}.legacy-styles div.medium-serif-paragraph a.showmore{text-transform:uppercase;font-size:12px}@media (max-width: 400px){.legacy-styles div.medium-serif-paragraph a.showmore{font-size:10px}}.legacy-styles .prodintro .container h1,.legacy-styles .prodintro .container h2,.legacy-styles .prodintro .container h3,.legacy-styles .prodintro .container h4,.legacy-styles .prodintro .container h5,.legacy-styles .prodintro .container h6,.legacy-styles section.content h1,.legacy-styles section.content h2,.legacy-styles section.content h3,.legacy-styles section.content h4,.legacy-styles section.content h5,.legacy-styles section.content h6,.legacy-styles .richpage h1,.legacy-styles .richpage h2,.legacy-styles .richpage h3,.legacy-styles .richpage h4,.legacy-styles .richpage h5,.legacy-styles .richpage h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px}@media (min-width: 501px){.legacy-styles .prodintro .container h1,.legacy-styles .prodintro .container h2,.legacy-styles .prodintro .container h3,.legacy-styles .prodintro .container h4,.legacy-styles .prodintro .container h5,.legacy-styles .prodintro .container h6,.legacy-styles section.content h1,.legacy-styles section.content h2,.legacy-styles section.content h3,.legacy-styles section.content h4,.legacy-styles section.content h5,.legacy-styles section.content h6,.legacy-styles .richpage h1,.legacy-styles .richpage h2,.legacy-styles .richpage h3,.legacy-styles .richpage h4,.legacy-styles .richpage h5,.legacy-styles .richpage h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:36px;line-height:46px}}.legacy-styles .split-banner__text-column h3{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px}@media (min-width: 501px){.legacy-styles .split-banner__text-column h3{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:30px;line-height:36px}}.legacy-styles .split-banner__text-column .split-banner__text-column-paragraph{font-style:normal;font-weight:400;font-size:13px;line-height:24px;-webkit-font-smoothing:initial}@media (min-width: 501px){.legacy-styles .split-banner__text-column .split-banner__text-column-paragraph{font-style:normal;font-weight:400;font-size:19px;line-height:30px;-webkit-font-smoothing:initial}}.legacy-styles .productdetails .details h1{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:26px;line-height:35px}@media (min-width: 501px){.legacy-styles .productdetails .details h1{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:36px;line-height:46px}}.legacy-styles .richpage__description p,.legacy-styles .collection_description--text p,.legacy-styles .intro .container p,.legacy-styles .productdetails .medium-serif-paragraph p{font-style:normal;font-weight:400;font-size:13px;line-height:24px;-webkit-font-smoothing:initial}@media (min-width: 501px){.legacy-styles .richpage__description p,.legacy-styles .collection_description--text p,.legacy-styles .intro .container p,.legacy-styles .productdetails .medium-serif-paragraph p{font-style:normal;font-weight:400;font-size:19px;line-height:30px;-webkit-font-smoothing:initial}}.legacy-styles .button_area{display:flex;align-items:center}.legacy-styles .button_area svg{width:9.6px;height:auto}@media (min-width: 501px){.legacy-styles .button_area svg{width:14.4px}}.legacy-styles .button_area .button{padding:0;border-width:0;width:unset;height:unset;white-space:nowrap;margin:.25em 4px 0 0;font-style:normal;font-weight:400;font-size:12px;line-height:12px;letter-spacing:.25px;text-transform:uppercase}@media (min-width: 501px){.legacy-styles .button_area .button{font-size:19px;line-height:23px;letter-spacing:.25px;text-transform:uppercase;margin:.25em 8px 0 0}}.legacy-styles .errors{margin-bottom:30px}.legacy-styles .errors ul li{color:#c31f24}.legacy-styles .pricensize input.button{transition:background .3s ease}.legacy-styles .address-form select[name="address[country]"],.legacy-styles .address-form select[name="address[province]"]{width:100%;height:45px;line-height:45px;padding:0 15px;border:1px solid #1e2129;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.legacy-styles .button{border-width:1px;border-style:solid;padding:0 7px;cursor:pointer;height:30px;display:inline-flex;align-items:center;justify-content:center}.legacy-styles .button.white{color:#fff!important;border-color:#fff3;transition:border .6s ease}.legacy-styles .button.white:hover{border-color:#fff}.legacy-styles .button.black{position:relative;z-index:501}.legacy-styles .button.black,.legacy-styles button.sizeguide,.legacy-styles section.giftguide .textcol a.button{border-color:#2d2b2e26;transition:border .6s ease;text-transform:uppercase}.legacy-styles .button.black:hover,.legacy-styles button.sizeguide:hover,.legacy-styles section.giftguide .textcol a.button:hover{border-color:#1e2129}.legacy-styles .centered{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.legacy-styles .centered-x{position:absolute;top:0;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translate(-50%)}.legacy-styles .content{max-width:620px;margin:94px auto 130px;text-align:center}.legacy-styles .top{margin-top:20px;position:relative;z-index:9999}.legacy-styles .top .container{padding-left:45px;padding-right:48px}.legacy-styles .top .left{height:22px;float:left}.legacy-styles .top .left ul{margin:0;padding:0}.legacy-styles .top .left li{height:22px;line-height:22px;position:relative}.legacy-styles .top .left li{margin-left:0;margin-right:37px}.legacy-styles .top .left li:last-of-type{margin-right:0}.legacy-styles .top .right{float:right}.legacy-styles .top .right ul{margin:0;padding:0}.legacy-styles .top .right li{display:inline-block;text-transform:uppercase;margin:0 10px;height:22px;line-height:22px}.legacy-styles .top .right li>div{position:relative;height:100%;display:inline-block;transition:opacity .6s ease}.legacy-styles .top .right>ul>li>div:first-of-type:hover,.legacy-styles .top .right>ul>li>div:first-of-type:hover .currentCurrency{cursor:pointer;opacity:.5}.legacy-styles .top .right>ul>li>div.currency:hover{opacity:1}.legacy-styles .top .right li:last-of-type{margin-right:0;position:relative}.legacy-styles .top .right .account{width:12px}.legacy-styles .top .right .account:before{content:"";width:27px;height:28px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/account.svg?v=160809468614479516981749142234);background-position:center center;background-size:contain;background-repeat:no-repeat;position:absolute;top:-5px;left:-6px}.legacy-styles .top .right .bag:before{content:"";width:12px;height:14px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/bag.svg?v=33932170057927430831749142234);background-position:center center;background-size:contain;background-repeat:no-repeat;padding-left:21px;position:relative;top:-2px}.legacy-styles #shopify-section-header{padding-top:162px}@media (min-width: 768px){.legacy-styles #shopify-section-header{height:212px}}.legacy-styles .headroom--top{position:absolute;left:0;top:0;width:100%}@media (min-width: 768px){.legacy-styles .headroom--not-top{position:fixed;width:100%;background-color:#fff;z-index:1000;top:0;opacity:0}}.legacy-styles .headroom.headroom--pinned{opacity:1;transition:opacity .4s ease}@media (min-width: 768px){.legacy-styles .headroom.headroom--unpinned{opacity:0}}@media (min-width: 1025px){.legacy-styles .headroom:not(.headroom--top) header .logo{display:none}.legacy-styles .headroom:not(.headroom--top) header .logo.sticky{display:inline-block;padding-top:20px}.legacy-styles .headroom:not(.headroom--top) header .logo.sticky img{width:125px}.legacy-styles .headroom:not(.headroom--top) header .mega-menu{top:0}.legacy-styles .headroom:not(.headroom--top) header .mega-menu .inner{margin-top:100px}.legacy-styles .headroom--not-top{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.legacy-styles .headroom.headroom--unpinned.custom-trans{transition:opacity .4s ease}.legacy-styles .headroom:not(.headroom--top) .container{width:auto}.legacy-styles .headroom:not(.headroom--top) .top{order:2;margin-top:0}.legacy-styles .headroom:not(.headroom--top) .top .left,.legacy-styles .headroom:not(.headroom--top) .top li:nth-of-type(2),.legacy-styles .headroom:not(.headroom--top) .top li:nth-of-type(3){display:none}.legacy-styles .headroom:not(.headroom--top) header{flex:1}.legacy-styles .headroom:not(.headroom--top) header .container{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.legacy-styles .headroom:not(.headroom--top) #main-nav-menu{display:inline-block}}.legacy-styles section[class*=featured] h1,.legacy-styles section[class*=featured] h2,.legacy-styles section[class*=featured] h3,.legacy-styles section[class*=featured] h4,.legacy-styles section[class*=featured] h5,.legacy-styles section[class*=featured] h6{color:#fff}.legacy-styles .featured-1{text-align:center;color:#fff}.legacy-styles .featured-1 .container{padding-left:51px;padding-right:51px}.legacy-styles .featured-1 .left,.legacy-styles .featured-1 .right{position:relative;overflow:hidden}.legacy-styles .featured-1 .left{width:57.03%;float:left}.legacy-styles .featured-1 .right{width:39.09%;float:right}.legacy-styles .featured-1 img{max-width:100%}.legacy-styles #wrap .featured-1 a:not(.button),.legacy-styles #wrap .giftguide a:not(.button){border-bottom:none}.legacy-styles .best-sellers{margin-top:100px;margin-bottom:90px}.legacy-styles .best-sellers h3{text-align:center;margin-bottom:55px}.legacy-styles .best-sellers img{max-width:100%;border-left:1px solid #fff;height:auto}.legacy-styles .best-sellers p{padding-left:30px;padding-right:30px}.legacy-styles .best-sellers p:first-of-type{margin-top:30px}.legacy-styles .best-sellers .slick-dots{top:-45px;bottom:auto}.legacy-styles .best-sellers .slick-dots li{margin:0}.legacy-styles .best-sellers .slick-dots li button:before{color:#eee;opacity:1}.legacy-styles .best-sellers .slick-dots li.slick-active button:before{color:#1e2129;opacity:1}.legacy-styles .best-sellers .carousel a{border-bottom:none;width:100%}.legacy-styles .richpage .product-list h3{margin-top:0;font-size:16px;font-style:normal;font-weight:400;line-height:14.4px;letter-spacing:.05em;text-transform:uppercase}.legacy-styles .product-list h3{text-align:center;margin-bottom:55px}.legacy-styles .product-list .product-list__product{margin-right:1px}.legacy-styles .product-list .product-list__product img{max-width:100%;border-left:1px solid #fff;height:auto}.legacy-styles .product-list .product-list__product .product-list__product-text-margin{margin-top:15px}@media (min-width: 992px){.legacy-styles .product-list .product-list__product .product-list__product-text-margin{margin-top:30px}}.legacy-styles .product-list .product-list__product p{padding-left:30px;padding-right:30px;line-height:14.4px;margin-top:15px}.legacy-styles .product-list .slick-dots li button:before{color:#eee;opacity:1}.legacy-styles .featured-4 .container{padding-left:51px;padding-right:51px;position:relative;text-align:center;color:#fff}.legacy-styles .featured-4 img{max-width:100%}.legacy-styles #wrap{max-width:1440px;margin:0 auto}.legacy-styles .prodintro{margin-top:6%;margin-bottom:6%}.legacy-styles .prodintro h1{margin-top:30px;margin-bottom:32px}@media (min-width: 501px){.legacy-styles .prodintro h1{margin-top:130px;margin-bottom:37px}}.legacy-styles .prodintro .medium-serif-paragraph{margin-top:2px}.legacy-styles .prodintro .medium-serif-paragraph .showmore{display:none}@media (max-width: 500px){.legacy-styles .prodintro .medium-serif-paragraph.showingmore{max-height:none;padding-bottom:30px}}.legacy-styles select{-webkit-appearance:none;border:1px solid #403f3f;box-shadow:none;background:transparent;background-image:none;color:#000;margin-top:1%;margin-bottom:1%;height:22px;padding:2px 1.2% 2px 20px;border-radius:0;margin-left:1%;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/search.svg?v=67630985851094285131749142234);background-repeat:no-repeat;background-size:15%;background-position-x:8%;background-position-y:50%}.legacy-styles select:nth-of-type(1){margin-left:5%}.legacy-styles select:nth-of-type(6){float:right;margin-right:7%}.legacy-styles select{background-image:none;background-repeat:no-repeat}.legacy-styles .selectmenu .row>.col-lg-8.col-lg-offset-2{height:44px}.legacy-styles .selectmenu .btn{box-shadow:none;background:transparent;background-image:none;color:#000;margin-top:1%;margin-bottom:1%;height:22px;padding:2px 1.2% 2px 2px;border-radius:0;margin-left:1%}.legacy-styles .selectmenu .dropdowngreen{margin-top:9px;position:relative;z-index:15;float:left;border:1px solid black;margin-left:1.2%;padding-left:.4%;padding-right:1%;height:22px}.legacy-styles .selectmenu .dropdowngreen:nth-of-type(1){margin-left:4.9%}.legacy-styles .selectmenu .dropdowngreen>ul.dropdown-menu{margin-top:3px;left:-64px;top:34px;width:204px;list-style:none;padding-left:21%;padding-top:39%;padding-bottom:45%;background-color:#1a6c53;border-radius:0}.legacy-styles .selectmenu .dropdowngreen>ul.dropdown-menu>li{width:100%;padding-left:13%;margin-top:6.2%}.legacy-styles .selectmenu .dropdowngreen>ul.dropdown-menu>li>a{padding:0 28px;color:#fff;background-color:#1a6c53}.legacy-styles .selectmenu .dropdowngreen>ul.dropdown-menu>li>a.selected{background-repeat:no-repeat;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/checkmarkwhite.svg?v=63620504696142012861749142234);background-position:10px}.legacy-styles .selectmenu .dropdownlatest{float:right;margin-right:7%;background-color:#fff;color:#000}.legacy-styles .selectmenu .dropdownlatest>ul.dropdown-menu{background-color:#cacccf}.legacy-styles .selectmenu .dropdownlatest>ul.dropdown-menu>li{background-color:transparent}.legacy-styles .selectmenu .dropdownlatest>ul.dropdown-menu>li>a{background-color:transparent;color:#000}.legacy-styles .cardgroup{margin-top:0}.legacy-styles .cardgroup .row{margin-bottom:2.8%}.legacy-styles .cardgroup .card{padding:0 0 0 1px;margin-bottom:30px}.legacy-styles .cardgroup .card a{border:none}.legacy-styles .cardgroup .tempimage{position:relative;z-index:1}.legacy-styles .cardgroup .tempimage img{width:100%}.legacy-styles .product-item__image-wrapper.tempimage:hover .flipimage,.legacy-styles .cardgroup .tempimage:hover .flipimage{opacity:1}.legacy-styles .product-item__image-wrapper.tempimage:hover .flipimage{z-index:inherit}.legacy-styles .product-item__image-wrapper.tempimage .flipimage,.legacy-styles .cardgroup .tempimage .flipimage{position:absolute;top:0;left:0;z-index:-2;opacity:0}.legacy-styles .product-item__image-wrapper.tempimage .cardimage,.legacy-styles .cardgroup .tempimage .cardimage{opacity:1;z-index:5}.legacy-styles .product-item__image-wrapper.tempimage .cardimage:hover,.legacy-styles .cardgroup .tempimage .cardimage:hover{opacity:0}@media (max-width: 768px){.legacy-styles .search-results.cardgroup .tempimage .cardimage:hover{opacity:1}}.legacy-styles .product-item__image-wrapper{position:relative}.legacy-styles .product-item__image-wrapper:hover .availablesizes,.legacy-styles .cardgroup .tempimage:hover .availablesizes{opacity:1}.legacy-styles .product-item__image-wrapper .availablesizes,.legacy-styles .cardgroup .tempimage .availablesizes{color:#fff;z-index:-1;position:absolute;bottom:0;background-color:#1e2129;min-height:95px;width:86.3%;left:6%;opacity:0}.legacy-styles .product-item__image-wrapper .availablesizes{z-index:inherit}.legacy-styles .product-item__image-wrapper .availablesizes h5,.legacy-styles .cardgroup .tempimage .availablesizes h5{position:relative;margin-top:8%;padding-right:2%;text-align:center}.legacy-styles .product-item__image-wrapper .availablesizes table,.legacy-styles .cardgroup .tempimage .availablesizes table{width:57%;color:#fff;text-align:center;margin:0 auto}.legacy-styles .product-item__image-wrapper .availablesizes table td.notavailable,.legacy-styles .cardgroup .tempimage .availablesizes table td.notavailable{color:#96989c!important}.legacy-styles .textpart{padding:7% 13.5%}.legacy-styles .textpart p{margin:0}.legacy-styles .textpart p:nth-of-type(4){margin-top:4%}.legacy-styles img{max-width:100%;min-width:100%;max-height:100%}.legacy-styles .lookbook-columns .text{position:absolute;bottom:20px;left:20px}.legacy-styles .lookbook-columns .text.white-text,.legacy-styles .split-banner-left .text.white-text,.legacy-styles .split-banner-right .text.white-text,.legacy-styles .double-banner .text.white-text,.legacy-styles .lookbook-columns .text.white-text a,.legacy-styles .double-banner .text.white-text a,.legacy-styles .split-banner-left .text.white-text a,.legacy-styles .split-banner-right .text.white-text a{color:#fff;border-bottom-color:#fff3}.legacy-styles .text.white-text a:hover{border-bottom:1px solid rgb(255,255,255);display:inline-block;line-height:1.2}@media (min-width: 768px){.legacy-styles .text.white-text a:hover{transition:border .2s ease}}.legacy-styles .split-banner-left .text,.legacy-styles .split-banner-right .text{display:flex;flex-direction:column}.legacy-styles .lookbook-columns .text .links{margin-left:-5px}.legacy-styles .lookbook-columns .text .links a,.legacy-styles .split-banner-left .text .links a,.legacy-styles .split-banner-right .text .links a{margin:5px 5px 5px 0;text-transform:lowercase}.legacy-styles .lookbook-columns .text .links a,.legacy-styles .split-banner-left .text .links a,.legacy-styles .split-banner-right .text .links a{text-transform:uppercase}.legacy-styles .split-banner-left .text,.legacy-styles .split-banner-right .text{padding:16px 16px 32px}.legacy-styles .lookbook-columns .text .links a[href=""]{display:none}.legacy-styles .two-columns{margin-bottom:6%}.legacy-styles .two-columns .container{padding-left:172px;padding-right:172px}.legacy-styles .two-columns .col-md-6{padding:0}.legacy-styles .two-columns .col-md-6:first-of-type>div{padding-right:51px}.legacy-styles .two-columns .col-md-6:last-of-type>div{padding-left:51px}.legacy-styles .split-banner-left.two-columns .text,.legacy-styles .split-banner-right.two-columns .text{margin-top:16px}@media screen and (min-width: 992px){.legacy-styles .split-banner-left.two-columns .text,.legacy-styles .split-banner-right.two-columns .text{margin-top:32px}}.legacy-styles .two-columns .text{margin-top:50px}.legacy-styles .two-columns h3{margin-bottom:35px}.legacy-styles .two-columns img{max-width:100%}.legacy-styles .one-column{margin-bottom:6%}.legacy-styles .one-column .container{padding-left:340px;padding-right:340px;text-align:center}.legacy-styles .one-column h3{margin-bottom:25px}.legacy-styles .one-column p{margin-bottom:30px}.legacy-styles .quote{margin-bottom:6%;text-align:center}.legacy-styles .quote .container{position:relative}.legacy-styles .quote .inner{position:relative;padding-bottom:1px}.legacy-styles .quote .backdrop{width:100%;position:absolute;top:19px;bottom:0;max-width:768px;z-index:-1;left:50%;transform:translate(-50%)}.legacy-styles .quote h1{line-height:1.3;margin-top:-18px;width:100%;margin-bottom:127px}.legacy-styles .quote h1 span{display:block}.legacy-styles .lookbook-columns{margin-bottom:6%}.legacy-styles .lookbook-columns-margin{margin-bottom:0}.legacy-styles .lookbook-columns img{width:100%;height:100%}.legacy-styles .lookbook-columns .left,.legacy-styles .lookbook-columns .right{float:left;width:50%;position:relative}.legacy-styles .lookbook-columns .left{margin-bottom:30px}@media (min-width: 1025px){.legacy-styles .lookbook-columns .left{margin-bottom:60px}}.legacy-styles .lookbook-columns:after{content:"";clear:both;display:block}.legacy-styles h2.search-results-title{margin-top:6%;margin-bottom:50px;text-align:center}.legacy-styles .search-results{margin-bottom:20px}.legacy-styles .search-results:last-of-type{margin-bottom:150px}.legacy-styles .search-results .results-text{margin-bottom:25px;text-align:center}.legacy-styles .search-results .results-text .button{margin:0 7px}.legacy-styles .search-results .container,.legacy-styles .search-results .col-md-3{padding:0}.legacy-styles .search-results .card .textpart{text-align:left}.legacy-styles .search-results-row:before{display:none}.legacy-styles .search-results .col-md-3:before{content:"";width:1px;height:100%;position:absolute;top:0;right:0;background:#fff}.legacy-styles .search-results .col-md-3:nth-child(6n+5):before{content:"";display:none}.legacy-styles .search-results .text{padding:24px 50px 50px;text-align:left}.legacy-styles .search-results-row{display:flex;flex-flow:row wrap;justify-content:space-between;column-gap:6px}@media (min-width: 992px){.legacy-styles .search-results-row{justify-content:unset}}.legacy-styles .account-content{margin-top:6%;margin-bottom:6%;text-align:center}.legacy-styles .account-content form{text-align:left;max-width:381px;display:block;margin:35px auto 0}.legacy-styles .account-content label{display:block}.legacy-styles .account-content input[type=text]{margin-bottom:12px}.legacy-styles .account-content input[type=submit]{margin:30px auto 40px;display:table;line-height:47px}.legacy-styles .account-content .button{margin:0 5px}.legacy-styles .orders{margin-bottom:6%}.legacy-styles .orders .container{padding:0 170px}.legacy-styles .orders .left{width:43.73%;float:left;padding-right:100px}.legacy-styles .orders .left p,.legacy-styles .orders .left a{margin-left:20px}.legacy-styles .orders .left .button{margin-top:10px}.legacy-styles .orders .right{width:56.27%;float:left}.legacy-styles .orders h5{margin-left:20px}.legacy-styles .orders h5,.legacy-styles .orders hr{margin-bottom:20px}.legacy-styles .orders .order-table{display:table;border-collapse:collapse;width:100%}.legacy-styles .orders .order-table .table-row{display:table-row;border-top:1px solid #1e2129}.legacy-styles .orders .order-table .table-row:last-of-type{border-bottom:1px solid #1e2129}.legacy-styles .orders .order-table .column{padding:10px 20px;display:table-cell}.legacy-styles .orders-single .left{width:50%;padding-right:50px}.legacy-styles .orders-single .right{width:50%;padding-left:50px}.legacy-styles .orders-single .right p{margin-left:20px}.legacy-styles .orders-single .order-table .table-row:first-of-type{border-top:none}.legacy-styles .orders-single .order-table .table-row:last-of-type{border-bottom:none}.legacy-styles .addresses{max-width:380px;margin-left:auto;margin-right:auto;margin-bottom:6%}.legacy-styles .addresses>.button{margin-left:20px}.legacy-styles .addresses .address{border-top:1px solid #1e2129;padding:15px 24px 10px;margin-top:30px}.legacy-styles .addresses .address .button{margin-top:5px;margin-right:12px}.legacy-styles .panel,.legacy-styles .panel-group .panel{border-radius:0;background-color:transparent;box-shadow:none;border:none}.legacy-styles .panel-group .panel+.panel{margin:0}.legacy-styles .documents{text-align:left;margin:50px auto 6%;max-width:618px;width:100%}.legacy-styles .documents .document.panel{border-top:1px solid #1e2129}.legacy-styles .documents .document.panel:last-of-type{border-bottom:1px solid #1e2129}.legacy-styles .documents .document.panel .toggle{height:58px;border:none;display:block;padding:0}.legacy-styles .documents .document.panel .toggle:before{content:"";background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/plus.svg?v=106896520820900662281749142234);background-size:100% 100%;width:13px;height:13px;display:inline-block;margin-right:7px;position:relative;top:1px}.legacy-styles .documents .document.panel .toggle[aria-expanded=true]:before{content:"";background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/minus.svg?v=66788159493567284241749142234);background-size:contain;background-repeat:no-repeat;background-position:center}.legacy-styles .documents .document.panel p:first-of-type{margin-top:15px}.legacy-styles .documents .document.panel p:last-of-type{margin-bottom:40px}.legacy-styles .prodintro{margin-top:1.5%}.legacy-styles .devcomp header{max-height:89px;overflow:hidden}@media (max-width: 400px){.legacy-styles .devcomp #wrap{max-width:320px;height:4071px;opacity:.2}.legacy-styles .devcomp body{background-image:url(../../../../dev/mob/mobproductsingleexpandlist.png);background-repeat:no-repeat;background-size:320px 4071px}.legacy-styles .devcomp body .col-xs-12.col-xs-offset-0.col-xs-offset-2.col-md-6.col-md-offset-0{max-height:364px;overflow:hidden}}@media (min-width: 401px) and (max-width: 767px){.legacy-styles .devcomp #wrap{max-width:600px;height:7605;opacity:.2}.legacy-styles .devcomp body{background-image:url(../../../../dev/mob/mobproductsingleexpandlist.png);background-repeat:no-repeat;background-size:600px 7605px}}@media (min-width: 768px){.legacy-styles .devcomp #wrap{max-width:768px;height:4759px;height:1758px;opacity:.2}.legacy-styles .devcomp body{background-image:url(../../../../dev/pad/padproductsingle.png);background-image:url(../../../../dev/pad/productsoptionsmenu.png);background-repeat:no-repeat;background-size:768px 4759px;background-size:768px 1758px}}@media (min-width: 1024px){.legacy-styles .devcomp #wrap{max-width:1440px;height:4224px;opacity:.2}.legacy-styles .devcomp body{background-image:url(../../../../dev/desk/productsinglecollapse.png);background-image:url(../../../../dev/desk/carddropdowngreen2.png);background-repeat:no-repeat;background-size:1440px 3158px}}.legacy-styles .devcomp #wrap{margin:0!important}.legacy-styles .devcomp #wrap divv:nth-child(2n){background-color:#238f23}.legacy-styles .devcomp #wrap divv:nth-child(odd){background-color:#00f}.legacy-styles .devcomp #wrap divv:nth-child(3){background-color:#d9ff00}.legacy-styles .flipimageback{z-index:-10}.legacy-styles .flipimageback:hover{z-index:10}.legacy-styles section.productdetails{margin-bottom:90px}.legacy-styles span.modelname{display:block;margin-top:59px}.legacy-styles .productdetails{margin-top:45px;position:relative}.legacy-styles section.productdetails div.medium-serif-paragraph{margin-top:46px;position:relative}.legacy-styles section.productdetails div.medium-serif-paragraph.showingmore{max-height:none;padding-bottom:40px}.legacy-styles .productdetails .nice-select .option.disabled{color:#96989c!important}.legacy-styles #mobile-filter-button{display:none;float:left;border:1px solid #cacccf;padding:0 10px;height:24px}.legacy-styles #mobile-filter-button:before{content:"";background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/menu.svg?v=94506380478237649931749142234);width:10px;height:9px;display:inline-block;background-repeat:no-repeat;background-size:cover;background-position:center center;margin-right:5px}.legacy-styles #close-mobile-filters{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/closewhite.svg?v=56631620066033550571749142234);background-repeat:no-repeat;background-size:100%;position:absolute;top:2.6%;width:20px;height:20px;right:auto;left:30px;z-index:999;border:none;display:none}@media (max-width: 768px){.legacy-styles header .container{display:block}.legacy-styles header .hamburger{top:20px}.legacy-styles .ribbon~header .hamburger{top:70px}.legacy-styles #mobile-filter-button,.legacy-styles #close-mobile-filters{display:block}.legacy-styles #collection-filters{display:none;position:relative;padding-top:100px}.legacy-styles #mobile-filter-button.open+#collection-filters{display:block;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;background:#1a6c53;height:100vh;z-index:999}.legacy-styles .collection-filters-container{margin-left:20px}.legacy-styles .padselectmenu .collection-filters-container .cf-options-container{display:block;float:none;color:#fff;margin-bottom:15px}.legacy-styles .collection-filters-container .cf-options-container .nice-select{border:0;background-color:transparent;color:#fff;float:none;overflow:hidden}.legacy-styles .collection-filters-container .cf-options-container .nice-select:after{display:none}.legacy-styles .collection-filters-container .cf-options-container .nice-select.open{height:auto;overflow:visible}.legacy-styles .collection-filters-container .cf-options-container .nice-select .current{display:none}.legacy-styles .collection-filters-container .cf-options-container .nice-select .list{box-shadow:none;opacity:1;position:static;transform:none;margin-top:0;padding-top:0;padding-left:0}.legacy-styles .collection-filters-container .cf-options-container .nice-select .list .option{margin-left:30px}.legacy-styles .collection-filters-container .cf-options-container .nice-select .list .option:nth-child(1){margin-left:0;position:relative;padding-left:25px}.legacy-styles .collection-filters-container .cf-options-container .nice-select .list .option:nth-child(1):before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/pluswhite.svg?v=87937005372167643731749142234);content:"";width:15px;height:15px;margin-right:8px;background-repeat:no-repeat;background-size:100%;background-position:center center;display:inline-block;margin-left:-18px;position:absolute;left:17px;top:0}.legacy-styles .collection-filters-container .cf-options-container .nice-select.open .list .option:nth-child(1):before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/minuswhite.svg?v=23168867804763414701749142234)}.legacy-styles .padselectmenu .collection-filters-container .cf-options-container .nice-select.open .list{padding-left:0;width:auto;left:0;transform:none;margin-top:0;padding-top:0}}.legacy-styles div.medium-serif-paragraph a.showmore{background-color:#fff;padding-right:4px;padding-top:2px;position:absolute;right:0;top:61px;border:none}.legacy-styles div.medium-serif-paragraph a.showmore span:not(.burgertexticon){border-bottom:1px solid #cacccf;transition:border-color .2s ease}.legacy-styles div.medium-serif-paragraph a.showmore:hover span:not(.burgertexticon){border-color:#000}.legacy-styles div.medium-serif-paragraph.showingmore a.showmore{top:auto;bottom:0}.legacy-styles div.medium-serif-paragraph a.showmore:before{content:"";display:block;position:absolute;right:100%;width:40px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgb(255,255,255) 77%,rgb(255,255,255) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgb(255,255,255) 77%,rgb(255,255,255) 100%);background:linear-gradient(to right,#fff0,#fff 77%,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);height:100%}@media (max-width: 400px){.legacy-styles div.medium-serif-paragraph a.showmore{left:65%;width:35%}}.legacy-styles .pricensize{margin-top:42px}.legacy-styles .pricensize .nice-select{margin-top:13px;height:45px;line-height:45px;min-width:140px;float:left;width:calc(100% - 174px)}.legacy-styles .pricensize .nice-select:after{left:auto;right:18px}.legacy-styles .pricensize .nice-select:before{content:"";width:1px;height:33px;top:5px;right:45px;background-color:#cacccf;display:block;position:absolute}.legacy-styles .pricensize .nice-select .option[data-value=""]{background-color:transparent;color:#fff!important}.legacy-styles span.pricetag{padding-top:2px;display:inline-block;padding-left:0;margin-left:-2px}.legacy-styles i.vattag,.legacy-styles i.currencytag{display:block;margin-top:13.75px}.legacy-styles i.currencytag{margin-top:1px}.legacy-styles .pricensize ul{list-style:none}.legacy-styles #sizedropdown{display:none;padding:0;border-radius:0;position:absolute;bottom:0;top:100%;left:0;background-color:#fff;margin-top:0;border:0px solid black;width:100%;height:100%}.legacy-styles #sizedropdown.hover{display:block}.legacy-styles #sizedropdown li{padding-left:0;width:100%;height:100%;border:1px solid black;border-top:none;background-color:#cacccf}.legacy-styles .pricensize .col-lg-8{padding-left:7px}.legacy-styles ul.sizepicker{margin-top:13px;position:relative;padding-left:0;width:185px;height:45px;padding-bottom:12px;margin-right:0;float:left;border-bottom:1px solid #1e2129}.legacy-styles ul.sizepicker a{padding-left:20px;padding-top:14px;padding-bottom:12px;height:100%;width:100%;display:block}.legacy-styles ul.sizepicker>li{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/chevron-down.svg?v=91524314427887422611749142234);background-repeat:no-repeat;background-size:7%;background-position:89.6% 51%}.legacy-styles ul.sizepicker>li:hover{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/chevron-up.svg?v=35271260689709043671749142234)}.legacy-styles ul.sizepicker>li>a{border:1px solid #1e2129}.legacy-styles ul.sizepicker>li>a:before{content:"";position:absolute;width:65px;height:34px;top:18px;right:30px;background:url(//bergbergstore.com/cdn/shop/t/19/assets/minus.svg?v=66788159493567284241749142234) no-repeat;background-size:38px}.legacy-styles ul.sizepicker>li>a:before{transform:rotate(90deg)}.legacy-styles ul.sizepicker a.selected{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/checkmark.svg?v=49934084753292297661749142234);background-repeat:no-repeat;background-position:12% 40%;padding-left:24%}.legacy-styles ul.sizepicker a.outofstock{background-color:#cacccf}.legacy-styles button.sizeguide{clear:right;float:right;margin-top:14px;width:105px;height:24px;padding-left:29px;padding-right:6px;margin-bottom:6px;padding-top:2px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/sizeguide.svg?v=124522855935045162741749142234);background-repeat:no-repeat;background-position:8px;background-color:#fff}.legacy-styles #fitsizing ul{margin-bottom:0;position:relative}.legacy-styles #fitsizing ul:nth-of-type(2n){margin-top:0}.legacy-styles li.sizeguide{cursor:pointer;list-style-type:disc}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none){.legacy-styles button.sizeguide{padding-top:2px}}}.legacy-styles .colorpicker{margin-top:24px;padding:12px}.legacy-styles .colorpicker ul{list-style:none;padding-left:3px}.legacy-styles .colorpicker li{position:relative;float:left;margin-right:23px;padding-bottom:14px}.legacy-styles .colorpicker a{height:25px;width:25px;background-color:#fff;display:block;border-radius:50%}.legacy-styles .colorpicker li.selected:before{content:"";position:absolute;left:16%;bottom:12px;height:1px;width:68%;border-bottom:2px solid #1e2129}.legacy-styles .collapsebattery{padding-right:8px;padding-left:14px;margin-top:12px;margin-bottom:24px}.legacy-styles .collapsebattery hr{border:none;height:1px;background:#000}.legacy-styles .collapsebattery .collapse{overflow:hidden}.legacy-styles .collapsebattery .button{display:flex;justify-content:flex-start;border:none;line-height:19px;height:19px}.legacy-styles .collapsebattery div>p:first-child{margin-top:10px}.legacy-styles .collapsebattery div{margin-bottom:30px}.legacy-styles .collapsebattery #howtomeasure{margin-bottom:0}.legacy-styles .collapsebattery .button span{text-transform:uppercase}.legacy-styles .collapsebattery .button:before{content:" ";background-repeat:no-repeat;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/plus.svg?v=106896520820900662281749142234);border:none;background-position:0% calc(50% - 2px);height:19px;width:25px;display:block;padding:0}@media (min-width: 1024px){.legacy-styles .collapsebattery .button:before{background-position:0% calc(50% - 1px)}}.legacy-styles .collapsebattery .button:before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/minus.svg?v=66788159493567284241749142234)}.legacy-styles .collapsebattery .button.collapsed:before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/plus.svg?v=106896520820900662281749142234)}.legacy-styles .collapsebattery ul{padding-left:19px;margin-top:23px}.legacy-styles .collapsebattery li{padding-left:11px}.legacy-styles section.giftguide{margin-top:30px;margin-bottom:148px;padding-top:89px;position:relative}.legacy-styles section.giftguide .backgroundcolor{background-color:#9ab6b8;position:absolute;width:100%;height:85.8%;top:0;left:0}.legacy-styles section.giftguide .image{padding-left:12px;padding-right:0}.legacy-styles section.giftguide .textcol{padding-left:1.5%}.legacy-styles section.giftguide .textcol h2+p{margin-top:4%}.legacy-styles section.giftguide .textcol a.button{text-transform:uppercase;margin-top:17px;margin-left:2px;padding-right:8px;padding-left:8px}@media (max-width: 767px){.legacy-styles span.modelname{margin-top:115px}.legacy-styles .details{padding-left:11px}.legacy-styles section.productdetails{margin-bottom:0}.legacy-styles .productdetails h2{margin-top:19px}.legacy-styles .productdetails p.medium-serif-paragraph{margin-top:24px;margin-right:0;position:relative;overflow:hidden;max-height:148px}.legacy-styles .productdetails p.medium-serif-paragraph span.showmore{margin-right:0;padding-left:54px;position:absolute;background-color:#fff;padding-top:2px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/show-more.svg?v=175566656809327425361749142234);background-position:8px 13px;background-repeat:no-repeat;background-size:31px;top:93px;right:2px;padding-right:21px}.legacy-styles .productdetails .pricensize{margin-top:15px}.legacy-styles .productdetails span.pricetag{padding-top:25px;display:inline-block;padding-left:0;margin-left:0}.legacy-styles .productdetails i.currencytag{margin-top:15px}.legacy-styles .productdetails .pricensize .col-lg-8{padding-left:15px}.legacy-styles .productdetails ul.sizepicker{width:100%;margin-top:41px;height:100%;padding-bottom:0}.legacy-styles .productdetails ul.sizepicker li{height:100%}.legacy-styles .productdetails ul.sizepicker>li{background-size:4.3%;background-position:94.6% 48%}.legacy-styles .productdetails ul.sizepicker a{padding-left:6%;padding-top:6%;padding-bottom:5%}.legacy-styles .productdetails ul.sizepicker a.selected{padding-left:17%;background-size:5%;background-position-x:7%;background-position-y:50%}.legacy-styles .productdetails ul.sizepicker>li>a:before{width:44px;height:2px;top:37px;right:46px;background-size:68px}.legacy-styles .productdetails .pricensize a.button{width:100%;margin:0;padding-top:5.5%;padding-left:11px}}@media (max-width: 767px) and (min-width: 768px){.legacy-styles .productdetails .pricensize a.button{height:76px}}@media (max-width: 767px){.legacy-styles .productdetails button.sizeguide{margin-right:-1%;width:auto;height:24px;margin-top:4.7%;padding-left:40px;background-size:17%;background-position:9% 50%}.legacy-styles .productdetails .colorpicker ul{padding-left:7px;margin-top:18px}.legacy-styles .productdetails .colorpicker ul li{margin-right:45px;padding-bottom:27px}.legacy-styles .productdetails .colorpicker ul li a{width:45px;height:45px}.legacy-styles section.giftguide{padding-top:54px}.legacy-styles section.giftguide .image{width:80.6%;padding-left:3.2%}.legacy-styles section.giftguide .backgroundcolor{background-color:#9ab6b8;position:absolute;width:100%;height:51%;top:118px;left:0}.legacy-styles section.giftguide .textcol{padding-top:10.8%;padding-left:11.5%}.legacy-styles section.giftguide .textcol h2{margin-top:36px}.legacy-styles section.giftguide .textcol h2+p{margin-top:6.6%;padding-right:10%}.legacy-styles section.giftguide .textcol a.button{margin-top:28px;margin-left:-2px;padding:13px 15px 13px 13px;height:42px}}@media (min-width: 768px) and (max-width: 1024px){.legacy-styles section.productdetails{margin-bottom:0}.legacy-styles .productdetails .image{max-height:834px;width:59.3%;margin:50px auto 0}.legacy-styles .productdetails .image .imageselectordots{height:60px;width:6%}.legacy-styles .productdetails .image .imageselectordots a{margin-top:128%;height:10%;padding:0}.legacy-styles .details{padding:0}.legacy-styles .details span.modelname{margin-top:30px}.legacy-styles .details p.medium-serif-paragraph{margin-top:36px;letter-spacing:-.37px;margin-right:0}.legacy-styles .details p.medium-serif-paragraph span.showmore{margin-right:22px;width:114px}.legacy-styles .details .row.pricensize{margin-top:32px}.legacy-styles .details i.currencytag{margin-top:4px;letter-spacing:.15px}.legacy-styles .details ul#sizepicker{float:left;margin-left:84px}.legacy-styles .details button.sizeguide{margin-right:0;margin-left:35px}.legacy-styles .details .col-lg-12.colorpicker{margin-top:4px}.legacy-styles .details div#collapsebattery{margin-top:44px}.legacy-styles .details hr{margin-bottom:19px}.legacy-styles .details p.base-paragraph{margin-bottom:18px}.legacy-styles section.giftguide{padding-top:57px}.legacy-styles section.giftguide .image{width:65%;padding-left:inherit;margin:0 auto;float:none}.legacy-styles section.giftguide .backgroundcolor{height:950px;top:115px}.legacy-styles section.giftguide .col-xs-12.col-xs-offset-0.col-lg-4.col-lg-offset-1.textcol{padding-top:46px;margin:0 auto;float:none}.legacy-styles section.giftguide .textcol h2{padding-top:10px}.legacy-styles section.giftguide .textcol h2+p{padding-top:5px}}@media (min-width: 1024px){.legacy-styles .details{padding-left:2px}.legacy-styles .details hr{margin-top:20px;margin-bottom:20px}.legacy-styles section.giftguide .textcol{padding-top:14.8%}}@media (max-width: 767px){.legacy-styles span.modelname{margin-top:35px}.legacy-styles .productdetails .image{width:81%;margin:0 auto}}@media (max-width: 400px){.legacy-styles .productdetails .modelname{margin-top:6%}.legacy-styles .productdetails h2{margin-top:3%}.legacy-styles .productdetails p.medium-serif-paragraph{margin-top:6%;height:78px}.legacy-styles .productdetails p.medium-serif-paragraph a.showmore{background-color:#fff;padding-left:43px;background-position:7px 4px;background-repeat:no-repeat;position:absolute;left:54%;bottom:0%;width:46%;display:block;height:33%}.legacy-styles .productdetails .pricensize{margin-top:0}.legacy-styles .productdetails span.pricetag{padding-top:9px}.legacy-styles .productdetails i.currencytag{margin-top:1%}.legacy-styles .productdetails ul.sizepicker{margin-top:7.2%;height:42px;margin-bottom:1.7%}.legacy-styles .productdetails ul.sizepicker li a{padding-bottom:0%;height:42px;padding-top:0}.legacy-styles .productdetails ul.sizepicker li a:before{width:22px;top:17px}.legacy-styles .productdetails .pricensize a.button{padding-top:0}}@media (max-width: 400px) and (min-width: 768px){.legacy-styles .productdetails .pricensize a.button{height:42px}}@media (max-width: 400px){.legacy-styles .productdetails button.sizeguide{height:22px;margin-top:16px}.legacy-styles .productdetails div.colorpicker{margin-top:0%;padding:3.2%}.legacy-styles .productdetails div.colorpicker ul li{padding-bottom:5%;margin-right:9%}.legacy-styles .productdetails div.colorpicker ul li a{width:25px;height:25px}.legacy-styles .productdetails .collapsebattery{margin-top:12%}.legacy-styles .productdetails .collapsebattery .collapse{margin-bottom:30px}.legacy-styles .productdetails .collapsebattery hr,.legacy-styles .productdetails .collapsebattery .base-paragraph{margin-bottom:6%}.legacy-styles .productdetails .collapsebattery ul{margin-top:20px}.legacy-styles .productdetails .collapsebattery ul li{padding-left:5%}.legacy-styles section.giftguide{margin-top:-1%;margin-bottom:0%}.legacy-styles section.giftguide .backgroundcolor{height:28.7%;top:9.7%}.legacy-styles section.giftguide .image{width:79%;padding-left:4%}.legacy-styles section.giftguide .textcol{padding-top:8%;padding-left:13%}.legacy-styles section.giftguide .textcol h2{margin-top:6%}.legacy-styles section.giftguide .textcol a.button{margin-top:4%;height:24px;padding:1% 2% 2% 3%}}.legacy-styles div span.lessspan{display:none}.legacy-styles div.showingmore span.lessspan,.legacy-styles div span.morespan{display:inline}.legacy-styles div.showingmore span.morespan{display:none}.legacy-styles span.burgertexticon{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/show-more.svg?v=175566656809327425361749142234);background-position:7px;background-repeat:no-repeat;width:32px;height:15px;display:inline-block;position:relative}@media (max-width: 400px){.legacy-styles span.burgertexticon{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/show-more.svg?v=175566656809327425361749142234);background-position:7px;background-repeat:no-repeat;width:24px;height:12px;display:inline-block;position:relative}.legacy-styles div.medium-serif-paragraph a.showmore{background-color:#fff;padding-left:43px;background-position:7px 4px;background-repeat:no-repeat;position:absolute;left:54%;bottom:0%;width:46%;display:block;height:33%}}.legacy-styles .modal-sizeguide{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:20px;z-index:700}.legacy-styles .modal-sizeguide .collapsebattery a.button{position:relative;z-index:25}.legacy-styles .modal-sizeguide .closebutton{z-index:25;cursor:pointer}.legacy-styles .modal-sizeguide:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:.6;background:#fff}.legacy-styles .sizeguidewrap{color:#1e2129;width:54%;margin:0 auto;padding:5.2% 6% 2.9%;background-color:#e5e0db;position:absolute;top:72px;bottom:72px;left:50%;transform:translate(-50%);overflow:auto}.legacy-styles .sizeguidewrap ul{margin-left:0%;padding-left:32px;margin-bottom:0}.legacy-styles .sizeguidewrap ul li{padding-left:2%}.legacy-styles .sizeguidewrap .collapsebattery{margin-bottom:10%}.legacy-styles .sizeguidewrap .collapsebattery hr{margin-top:5.5%;margin-bottom:2.5%}.legacy-styles .sizeguidewrap .collapsebattery hr:nth-of-type(2){margin-top:2.3%}.legacy-styles .sizeguidewrap .collapsebattery p{padding-top:2px;margin-bottom:0}.legacy-styles .sizeguidewrap .closebutton{position:absolute;top:2.6%;right:4.4%;height:26px;width:21px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/close.svg?v=63419607680205532001749142234);background-repeat:no-repeat;background-size:100%}.legacy-styles .sizeguidewrap table{width:95.5%;margin:0 auto 7.5%;table-layout:fixed;position:relative;left:-.2%}.legacy-styles .sizeguidewrap table thead,.legacy-styles .sizeguidewrap table tr{border-bottom:1px solid #1e2129}.legacy-styles .sizeguidewrap table th{padding-top:4.2%;padding-bottom:2.5%;text-align:left}.legacy-styles .sizeguidewrap table th:nth-of-type(2){padding-left:4%}.legacy-styles .sizeguidewrap table th:nth-of-type(3){padding-left:3%}.legacy-styles .sizeguidewrap table th:nth-of-type(4){padding-left:3%}.legacy-styles .sizeguidewrap table th:nth-of-type(5){padding-left:3.5%}.legacy-styles .sizeguidewrap table th:nth-of-type(6){padding-left:2.6%}.legacy-styles .sizeguidewrap table td{padding-top:2.6%;padding-bottom:1.7%;padding-left:3.5%;border:none}.legacy-styles .sizeguidewrap table tr:nth-of-type(3) td{padding-bottom:1.8%}.legacy-styles .sizeguidewrap table td:nth-of-type(3){padding-left:2.7%}.legacy-styles .sizeguidewrap table td:nth-of-type(4){padding-left:2.7%}.legacy-styles .sizeguidewrap table td:nth-of-type(6){padding-left:2.7%}.legacy-styles .sizeguidewrap table tr:nth-of-type(1) td{padding-top:5%;padding-bottom:1.7%}@media (max-width: 1023px){.legacy-styles .modal-sizeguide table{margin-top:12%}.legacy-styles .modal-sizeguide table th{transform:rotate(270deg) translate(31%,-38%);padding-left:0!important}}@media (max-width: 767px){.legacy-styles .modal-sizeguide table{margin-top:25%}.legacy-styles .modal-sizeguide table th{transform:rotate(270deg) translate(33%,-14%);padding-left:0!important}}@media (min-width: 501px){.legacy-styles header .menu{display:block!important}}@media (max-width: 1024px){.legacy-styles .featured-1 .container{padding:0 70px}.legacy-styles .featured-1 .left,.legacy-styles .featured-1 .right{width:auto;float:none}.legacy-styles .featured-1 .left{margin-bottom:60px}.legacy-styles .featured-1 .text{width:100%}.legacy-styles .best-sellers{margin-top:80px}.legacy-styles .best-sellers p{padding-left:15px;padding-right:15px}.legacy-styles .best-sellers p:first-of-type{margin-top:15px}.legacy-styles .featured-4 .container{padding:0 80px}.legacy-styles .featured-4 .text{width:100%}.legacy-styles .two-columns .container,.legacy-styles .one-column .container,.legacy-styles .quote .container,.legacy-styles footer .container{padding:0}.legacy-styles .quote h1{margin-top:40px}.legacy-styles .quote img{max-width:none;width:100%}.legacy-styles .orders .container{display:table;width:100%;padding:0 52px}.legacy-styles .orders:not(.orders-single) .left,.legacy-styles .orders:not(.orders-single) .right{width:auto;float:none}.legacy-styles .orders:not(.orders-single) .left{display:table-footer-group;padding-right:0}.legacy-styles .orders:not(.orders-single) .right{display:table-header-group}.legacy-styles .orders:not(.orders-single) .order-table{margin-bottom:90px}.legacy-styles .cart-summary{padding-left:50px;padding-right:50px}.legacy-styles footer .left,.legacy-styles footer .right{width:100%;float:none}.legacy-styles footer .left{margin-bottom:100px}.legacy-styles footer .right{padding:0}.legacy-styles .social{margin-top:100px}}@media (max-width: 991px) and (min-width: 730px){.legacy-styles .search-results .container{padding:0 20px}}@media (max-width: 768px){.legacy-styles .content{padding:0 30px;margin-top:50px;margin-bottom:0}.legacy-styles .two-columns .text,.legacy-styles .two-columns h3,.legacy-styles .one-column .text,.legacy-styles .one-column h3{margin-top:0}.legacy-styles .two-columns .container,.legacy-styles .one-column .container{padding:0 50px}.legacy-styles footer .container{padding:0 52px}}@media (max-width: 500px){.legacy-styles #shopify-section-header{padding-top:140px}.legacy-styles .modal-search{z-index:950}.legacy-styles .hidden-m{display:none}.legacy-styles section.productdetails div.medium-serif-paragraph .showmore{top:49px}.legacy-styles section.productdetails div.medium-serif-paragraph.showingmore .showmore{top:auto;bottom:0}.legacy-styles .top{position:absolute;top:17px;right:0}.legacy-styles .top .container{padding:0 25px 0 0}.legacy-styles .top .left,.legacy-styles .top .right li:not(:last-of-type){display:none}.legacy-styles .top .right .bag:before{display:block;margin:0 auto;width:18px;height:20px}.legacy-styles .ribbon~.top{top:87px}.legacy-styles header .logo img{width:120px;height:30px}.legacy-styles header .container,.legacy-styles .featured-1 .container,.legacy-styles .featured-4 .container,.legacy-styles .quote .container{padding:0}.legacy-styles header{margin-top:40px}.legacy-styles header .menu{display:none}.legacy-styles header .menu li{display:block;margin-bottom:10px}.legacy-styles header .menu>li{display:block;margin-bottom:20px}.legacy-styles header .mega-menu{display:none;position:static;margin-top:0}.legacy-styles header .mega-menu.open{display:block}.legacy-styles header .mega-menu .inner{margin-top:32px;margin-bottom:40px}.legacy-styles header .mega-menu .inner .col-1,.legacy-styles header .mega-menu .inner .col-2{float:none;width:100%}.legacy-styles header .mega-menu .inner ul .menu-title:not(.mega-menu__banner-card){margin-bottom:16px}.legacy-styles header .hamburger{display:inline-block;z-index:910}.legacy-styles .featured-1 .left{margin-bottom:30px}.legacy-styles .two-columns .container,.legacy-styles .one-column .container,.legacy-styles footer .container{padding-left:30px;padding-right:30px}.legacy-styles .two-columns .col-md-6{float:none;width:auto}.legacy-styles .two-columns .col-md-6:first-of-type>div{padding-right:0;margin-bottom:40px}.legacy-styles .two-columns .col-md-6:last-of-type>div{padding-left:0}.legacy-styles .two-columns h3,.legacy-styles .one-column h3{margin-bottom:13px}.legacy-styles .lookbook-columns .left,.legacy-styles .lookbook-columns .right{float:none;width:100%}.legacy-styles .lookbook-columns-margin{margin-bottom:32px}.legacy-styles .lookbook-columns .text{position:relative;left:auto;bottom:auto;padding:16px 16px 0}.legacy-styles .lookbook-columns .text .links{display:flex;flex-direction:column;line-height:30px}.legacy-styles .lookbook-columns .text .links:after{content:"";clear:both;display:block}.legacy-styles .lookbook-columns .text .links a{display:block;float:left;padding-bottom:0;line-height:18px;margin-bottom:5px;margin-top:5px}.legacy-styles .lookbook-columns .text .links a:only-child,.legacy-styles .lookbook-columns .text .links a:last-child{margin-bottom:0;margin-top:0}.legacy-styles .quote{margin-bottom:30px}.legacy-styles .quote h1{max-width:240px;margin:30px auto}.legacy-styles .quote .backdrop{top:8px}.legacy-styles h2.search-results-title{margin-top:50px}.legacy-styles .account-content{padding-left:15px;padding-right:15px}.legacy-styles .account-content input[type=submit]{width:100%}.legacy-styles .account-content .button:first-of-type{margin-left:0}.legacy-styles .orders .container{padding:0 30px}.legacy-styles .orders .container,.legacy-styles .orders .left,.legacy-styles .orders .right,.legacy-styles .orders .order-table,.legacy-styles .orders .order-table .table-row,.legacy-styles .orders .order-table .column{display:block}.legacy-styles .orders h5,.legacy-styles .orders .left p,.legacy-styles .orders .left a{margin-left:0}.legacy-styles .orders .left{margin-bottom:50px}.legacy-styles .orders .order-table{margin-bottom:0}.legacy-styles .orders .order-table .column{padding:1px 0}.legacy-styles .orders .order-table .column:first-of-type,.legacy-styles .orders .order-table .column:last-of-type{padding-top:15px;padding-bottom:15px}.legacy-styles .orders.orders-single .left,.legacy-styles .orders.orders-single .right{width:100%;float:none;padding:0}.legacy-styles .orders.orders-single .right p{margin-left:0}.legacy-styles .orders.orders-single .order-table .table-row:after{content:"";display:block;clear:both}.legacy-styles .orders.orders-single .order-table .table-row:first-of-type .column:not(:first-of-type),.legacy-styles .orders.orders-single .order-table .table-row:not(:first-of-type) .column:nth-of-type(2),.legacy-styles .orders.orders-single .order-table .table-row:not(:first-of-type) .column:nth-of-type(3),.legacy-styles .orders.orders-single .order-table .table-row:not(:first-of-type) .column:nth-of-type(4){display:none}.legacy-styles .orders.orders-single .order-table .table-row .column{width:50%;float:left}.legacy-styles .orders.orders-single .order-table .table-row .column:last-of-type{text-align:right}.legacy-styles .addresses{margin-left:30px;margin-right:30px}.legacy-styles .addresses>.button{margin-left:0}.legacy-styles .addresses .address{padding-left:0;padding-right:0}.legacy-styles .account-content .buttons{text-align:center}.legacy-styles footer{margin-top:50px}.legacy-styles footer .left,.legacy-styles footer .right{width:auto;float:none}.legacy-styles footer .left{margin-bottom:50px}.legacy-styles footer .right{padding:0}.legacy-styles footer .right div{margin-bottom:80px}.legacy-styles footer p{margin-bottom:25px}.legacy-styles footer li{margin-bottom:20px}.legacy-styles .social{float:none}.legacy-styles .social a:first-of-type{margin-left:0}.legacy-styles .social .panagora{float:right}.legacy-styles .search-results .text{padding-left:0;padding-right:0}}.legacy-styles .padselectmenu .cf-label{display:none}.legacy-styles .padselectmenu .cf-options-container{display:inline-block}.legacy-styles .padselectmenu .cf-select{margin:0 10px 0 0}.legacy-styles .cf-select-wrapper{float:left}.legacy-styles .sort-select{float:right}.legacy-styles html.fullscreen,.legacy-styles html.fullscreen body{overflow:hidden}.legacy-styles .productdetails .image.fullscreen{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;top:0;left:0;right:0;bottom:0;max-width:100vw;margin:0;background:#fff;z-index:10000;width:100%}.legacy-styles .productdetails .image .close{display:none;width:32px;height:32px;position:absolute;top:20px;right:20px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/close.svg?v=63419607680205532001749142234);background-repeat:no-repeat;background-size:100%;cursor:pointer;z-index:1000}.legacy-styles .productdetails .image.fullscreen .close{display:block}.legacy-styles .fullscreen .productimage-slider{height:100%!important;width:600px!important;margin:0 auto}.legacy-styles .productdetails .fullscreen .productimagecontrols{display:none}.legacy-styles .fullscreen .productdetails .image .slick-prev,.legacy-styles .fullscreen .productdetails .image .slick-next{opacity:1;filter:invert(100%);-webkit-filter:invert(100%);top:50%!important;background-size:auto 70%;position:fixed}.legacy-styles .productdetails .image.fullscreen .slick-next{right:20px!important}.legacy-styles .productdetails .image.fullscreen .slick-prev{left:10px!important;right:auto!important}.legacy-styles .productdetails .image.fullscreen .slick-list{cursor:zoom-in;-webkit-cursor:-webkit-zoom-in;overflow-y:scroll}.legacy-styles .productdetails .image.fullscreen.zoom .slick-list{cursor:zoom-out;-webkit-cursor:-webkit-zoom-out}.legacy-styles .fullscreen.zoom .productimage-slider{height:auto!important;width:100%!important}.legacy-styles .nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;height:42px;outline:none;padding-left:18px;padding-right:30px;position:relative;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto}.legacy-styles .nice-select:hover{border-color:#dbdbdb}.legacy-styles .nice-select:active,.legacy-styles .nice-select.open,.legacy-styles .nice-select:focus{border-color:#999}.legacy-styles .nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-6px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.legacy-styles .nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.legacy-styles .nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px #4444441c;box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;right:0;left:50%;width:205px;transform:translate(-50%);transition:opacity .2s ease-in;z-index:9}.legacy-styles .nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.legacy-styles .nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.legacy-styles .nice-select.disabled:after{border-color:#ccc}.legacy-styles .nice-select.wide{width:100%}.legacy-styles .nice-select.wide .list{left:0!important;right:0!important}.legacy-styles .nice-select.right{float:right}.legacy-styles .nice-select.right .list{left:auto;right:0}.legacy-styles .nice-select.small{height:36px}.legacy-styles .nice-select.small:after{height:4px;width:4px}.legacy-styles .nice-select.small .option{line-height:34px;min-height:34px}.legacy-styles .nice-select .list:hover .option:not(:hover){background-color:transparent!important}.legacy-styles .nice-select .option{cursor:pointer;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;-webkit-transition:all .2s;transition:all .2s}.legacy-styles .nice-select .option:hover,.legacy-styles .nice-select .option.focus,.legacy-styles .nice-select .option.selected.focus{background-color:#f6f6f6}.legacy-styles .nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.legacy-styles .no-csspointerevents .nice-select .list{display:none}.legacy-styles .no-csspointerevents .nice-select.open .list{display:block}.legacy-styles select{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/chevron-down.svg?v=91524314427887422611749142234);background-repeat:no-repeat;background-size:7%;background-position:89.6% 51%}.legacy-styles .nice-select{border-radius:0;padding:0 10px 0 15px;border-color:#1e212933;height:24px;line-height:25px}.legacy-styles .nice-select:hover,.legacy-styles .nice-select.open{border-color:#000}.legacy-styles .nice-select span.current{text-transform:uppercase}.legacy-styles .nice-select:after{left:8px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/chevron-down.svg?v=91524314427887422611749142234);background-repeat:no-repeat;background-size:100%;background-position:center center;border:0;width:10px;height:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.legacy-styles .nice-select.open:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.legacy-styles .nice-select .list,.legacy-styles .nice-select.open .list{background-color:#1a6c53;border-radius:0;padding-left:50%;padding-top:40px;padding-bottom:30px;margin-top:25px;color:#fff}.legacy-styles .nice-select .option:hover,.legacy-styles .nice-select .option.focus,.legacy-styles .nice-select .option.selected.focus{background:transparent}.legacy-styles .nice-select .option{min-height:30px}.legacy-styles .nice-select .option.selected.focus:before{content:"";width:10px;height:7px;margin-right:8px;background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/checkmarkwhite.svg?v=63620504696142012861749142234);background-repeat:no-repeat;background-size:100%;background-position:center center;display:inline-block;margin-left:-18px}.legacy-styles .sort-select .nice-select .list,.legacy-styles .sort-select .nice-select.open .list{background-color:#cacccf;color:#1e2129}.legacy-styles .sort-select .nice-select .option.selected.focus:before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/checkmark.svg?v=49934084753292297661749142234)}.legacy-styles div.pricensize .nice-select .option.selected.focus{padding-left:48px!important}.legacy-styles .documents .document.panel .toggle{text-transform:uppercase}.legacy-styles .cc_container.cc_banner{max-width:400px;bottom:40px;left:40px;background-color:#1a6c53}.legacy-styles .cc_container.cc_banner:before{position:absolute;top:15px;right:15px;cursor:pointer}.legacy-styles .cc_container.cc_banner .cc_message{line-height:1.7}.legacy-styles .cc_container.cc_banner .cc_btn_accept_all{color:#fff!important;background:none!important;padding:0;display:inline;text-align:left;float:none;margin:0 0 0 6px}.legacy-styles .cc_container.cc_banner a{color:#fff!important}@media screen and (max-width: 992px){.legacy-styles .cc_container.cc_banner .cc_message{margin-right:20px}.legacy-styles section.productdetails div.medium-serif-paragraph{margin-right:0}.legacy-styles .productdetails .image.fullscreen .productimage-slider{margin-bottom:0}.legacy-styles .productdetails .image.fullscreen .productimage-slider img{max-width:none;max-height:100vh;left:50%;position:relative;transform:translate(-50%)}.legacy-styles .productdetails .image.fullscreen .productimage-slider .slick-dots{display:none!important}.legacy-styles .pricensize>div:last-of-type>div{float:left;width:auto}}.legacy-styles #quick-search .button.black.showall{background:#1e2129;color:#fff;padding:12px 20px;height:auto;width:auto}.legacy-styles .productdetails .nice-select .list,.legacy-styles .nice-select.open .list{background:#cacccf;margin-top:0;padding:0;margin-left:-1px;left:0;color:#5a5c63!important;width:calc(100% + 2px);transform:none}.legacy-styles .nice-select.open .list{left:0}.legacy-styles .productdetails .nice-select .option{border:1px solid #5a5c63;margin-bottom:-1px;padding:6px 20px 6px 30px;min-width:140px!important;color:#1e2129!important;height:45px;line-height:35px}.legacy-styles .productdetails .nice-select .option[data-value=""]{color:#1e2129!important}.legacy-styles .productdetails .nice-select .option:last-child{margin-bottom:0}.legacy-styles .productdetails .option.selected.focus:before{background-image:url(//bergbergstore.com/cdn/shop/t/19/assets/checkmark.svg?v=49934084753292297661749142234)}.legacy-styles .pricensize .nice-select.open:before{background:#cacccf}.legacy-styles .BOLD-mc-picker>.currentCurrency{border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding-left:10px!important;width:60px!important}.legacy-styles .BOLD-mc-picker>.currentCurrency>.flag,.legacy-styles .BOLD-mc-picker>.currencyList>.option>.flag{display:none!important}.legacy-styles .BOLD-mc-picker>.currencyList>.option{width:60px;clear:both;float:left;padding-left:15px;display:block}.legacy-styles section.newsletter-signup{text-align:center;padding:0;margin-bottom:150px}.legacy-styles .newsletter-signup p{width:100%;max-width:765px;margin:0 auto}.legacy-styles #email_signup{margin:30px auto 0;max-width:400px}.legacy-styles #email_signup button.klaviyo_submit_button{background-color:#1e2129;border-radius:0;margin-top:25px;padding:0 25px}.legacy-styles #email_signup button.klaviyo_submit_button:hover{padding:0 24px 0 25px;border-left:0}.legacy-styles #email_signup .klaviyo_field_group{width:calc(100% - 107px);float:left}.legacy-styles #email_signup .klaviyo_messages{clear:left;text-align:left}.legacy-styles .alert{position:relative}.legacy-styles .alert-close{position:absolute;top:15px;right:15px}@media (min-width: 1200px){.legacy-styles .details>.medium-serif-paragraph{margin-right:17%}.legacy-styles .account-content{margin-top:5%}}@media (max-width: 1200px){.legacy-styles .account-content{margin-top:8%}.legacy-styles .slick-dotted.slick-slider{margin-bottom:80px}.legacy-styles .slick-dots{bottom:-31px}.legacy-styles .slick-dots li{margin:0}}.legacy-styles .cc_container{padding:10px 15px 15px!important}@media (max-width: 700px){.legacy-styles .account-content{margin-top:12%}}@media (max-width: 562px){.legacy-styles .account-content{margin-top:20%}}@media (max-width: 500px){.legacy-styles .account-content{margin-top:6%}.legacy-styles .lookbook-columns .text.white-text,.legacy-styles .lookbook-columns .text.white-text a{color:#000}.legacy-styles .cc_container{padding-top:15px!important}.legacy-styles .cc_container.cc_banner{bottom:30px;left:30px;margin-right:30px}.legacy-styles section.giftguide .backgroundcolor{display:none}.legacy-styles section.giftguide .image{position:relative}.legacy-styles section.giftguide .image:before{content:"";background-color:#9ab6b8;width:300%;height:calc(100% - 80px);position:absolute;top:40px;left:0;z-index:-1;margin-left:-100%;margin-right:-100%}.legacy-styles .pricensize .nice-select{width:100%}.legacy-styles .productdetails .pricensize>div:first-of-type{margin-top:10px;margin-bottom:10px}.legacy-styles .productdetails .details{border-top:1px solid #cacccf}.legacy-styles .productdetails button.sizeguide{margin-right:0}.legacy-styles div.medium-serif-paragraph a.showmore{height:25px;padding:0;left:auto;right:0;width:auto;border:none}.legacy-styles div.medium-serif-paragraph a.showmore:after{background:#cacccf;width:calc(100% - 30px);height:1px;position:absolute;bottom:0;right:0}.legacy-styles span.burgertexticon{width:32px}}@media (max-width: 414px){.legacy-styles .slick-arrow{display:none!important}}@media screen and (min-width: 768px){.legacy-styles .cc_container{padding-bottom:20px!important}}.legacy-styles .shopify-challenge__container{margin-top:90px!important;margin-bottom:20px!important}.legacy-styles .shopify-challenge__container .shopify-challenge__button{border-radius:0;color:#fff!important}.legacy-styles #add_address h3{margin-top:30px;margin-bottom:30px}.legacy-styles #add_address .nice-select li{color:#5a5c63}@media (min-width: 1200px){.legacy-styles .productdetails .image{max-width:none;max-height:none}.legacy-styles .productdetails .fullscreen .slick-slider .slick-list{height:100vh}}.legacy-styles #collapsebattery .collapsing,.legacy-styles .modal-sizeguide .collapsebattery .collapsing{-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);-o-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s}@media (min-width: 1024px){.legacy-styles .productdetails .image{width:calc(100% - 100px)}}.legacy-styles .collection-filters-container .nice-select.open .list{background-color:#1a6c53}.legacy-styles .padselectmenu .nice-select.open .list{color:#fff!important;margin-top:24px;box-shadow:none;padding-left:50%;padding-top:40px;padding-bottom:30px;width:205px;left:50%;transform:translate(-50%)}.legacy-styles .padselectmenu .text-right .nice-select.open .list .option{color:#1e2129!important}.legacy-styles .document.panel .toggle,.legacy-styles .document.panel .collapse,.legacy-styles .document *,.legacy-styles a{outline:0}.legacy-styles .addresses .nice-select{float:none;height:45px;line-height:45px;padding-left:25px}.legacy-styles .addresses .nice-select .list{background:#cacccf;max-height:300px;overflow-y:auto;width:calc(100% + 2px);padding-left:20px;margin-top:1px!important}.legacy-styles .addresses .nice-select .option.selected.focus:before{background-image:url(/cdn/shop/t/7/assets/checkmark.svg?10189)}.legacy-styles #shopify-section-header{position:relative;z-index:500}.legacy-styles .pswp img{max-height:none}.legacy-styles .pswp__bg{opacity:1;background:#fff}.legacy-styles .pswp__top-bar{opacity:1!important;background:transparent!important;margin-top:20px;padding-right:20px}.legacy-styles .pswp__button--close,.legacy-styles .pswp__button--arrow--left,.legacy-styles .pswp__button--arrow--right{background-color:transparent}.legacy-styles .pswp__top-bar .pswp__button--close{background-image:url(/cdn/shop/t/7/assets/close.svg?10188);background-position:center center;background-size:contain;width:30px;height:30px;border:none;right:30px;position:absolute}.legacy-styles .pswp__top-bar .pswp__button--close:hover{cursor:pointer}.legacy-styles .pswp__button--arrow--left,.legacy-styles .pswp__button--arrow--right{width:40px;height:40px;position:absolute;border:none;top:50%;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width: 767px){.legacy-styles .pswp__button--arrow--left,.legacy-styles .pswp__button--arrow--right{display:none}}.legacy-styles .pswp__button--arrow--right{background-image:url(/cdn/shop/t/7/assets/chevron-large-right.svg?10191);background-position:center left;right:30px}.legacy-styles .pswp__button--arrow--left{background-image:url(/cdn/shop/t/7/assets/chevron-large-left.svg?10190);background-position:center right;left:30px}.legacy-styles .pswp__button--arrow--left:before,.legacy-styles .pswp__button--arrow--right:before{background:none;background-repeat:no-repeat}.legacy-styles .pswp__button--arrow--left:before{background-image:url(/cdn/shop/t/7/assets/chevron-large-left.svg?10190);background-position:center right}.legacy-styles .pswp__button--arrow--right:before{background-image:url(/cdn/shop/t/7/assets/chevron-large-right.svg?10191);background-position:center left}.legacy-styles .pswp__counter,.legacy-styles .pswp__button.pswp__button--share,.legacy-styles .pswp__button.pswp__button--fs,.legacy-styles .pswp__button.pswp__button--zoom,.legacy-styles .pswp__share-modal,.legacy-styles .pswp__caption{display:none!important}.legacy-styles .ribbon{display:flex;width:100%;height:50px;justify-content:center;align-items:center;position:absolute;top:0;background-color:var(--bg-color, #c4beb4)}.legacy-styles .ribbon .ribbon-close{width:20px;height:20px;align-self:flex-end;background:url(/cdn/shop/t/7/assets/close.svg?10188);background-size:contain;position:absolute;right:30px;top:50%;transform:translateY(-50%);cursor:pointer}.legacy-styles .ribbon p{margin:0;padding-left:40px;padding-right:40px}@media (min-width: 1025px){.legacy-styles .ribbon+#main-header.headroom--top{top:50px}}.legacy-styles .collection-flex-row{display:flex;flex-flow:row wrap;justify-content:space-between;column-gap:6px}@media (min-width: 992px){.legacy-styles .collection-flex-row{justify-content:unset}}.legacy-styles .collection-flex-row .card{width:calc(50vw - 3px);position:relative}@media (min-width: 992px){.legacy-styles .collection-flex-row .card{width:calc(25vw - 9px)}}@media (max-width: 500px){.legacy-styles .ribbon+#main-header{top:40px}.legacy-styles .ribbon.closed+#main-header{top:0}.legacy-styles .ribbon{height:40px}.legacy-styles .ribbon .ribbon-close{width:15px;height:15px;right:15px}.legacy-styles .slick-dotted.slick-slider{margin-bottom:40px}.legacy-styles .best-sellers{margin-bottom:40px;margin-top:50px}.legacy-styles section.newsletter-signup{padding:0 15px 20px;margin-bottom:20px}.legacy-styles section.newsletter-signup .klaviyo_field_group,.legacy-styles section.newsletter-signup .klaviyo_form_actions{width:100%!important}.legacy-styles section.newsletter-signup .klaviyo_field_group{text-align:left}.legacy-styles section.newsletter-signup .klaviyo_field_group label{margin-bottom:10px}.legacy-styles #email_signup button.klaviyo_submit_button{width:100%}.legacy-styles .klaviyo_condensed_styling .klaviyo_field_group,.legacy-styles .klaviyo_styling .klaviyo_field_group{margin-bottom:0!important}.legacy-styles section.productdetails{margin-top:0}.legacy-styles .pricensize>div:last-of-type>div{float:none}}@media (min-width: 1025px){.legacy-styles .ribbon.closed+#main-header{top:0}}.legacy-styles .pagination-container{width:100%}@media (max-width: 500px){.legacy-styles .pagination-container{margin-bottom:40px}}.legacy-styles .pagination-container .pagination-content{width:100%;max-width:300px;margin:0 auto;padding:20px}.legacy-styles .pagination-container .progressbar{width:100%;background-color:#ccc;height:4px}.legacy-styles .pagination-container .progressbar .loading-progress{height:4px;background-color:#000}.legacy-styles .pagination-container .load-more-button{margin-top:20px}.legacy-styles .pagination-container .load-more-button .button{width:100%}.legacy-styles body.cart-open{position:fixed;left:0;right:0}.legacy-styles .sale-price{color:#c31f24;padding-right:4px}.legacy-styles .old-price{color:#cacccf;text-decoration:line-through}@media (min-width: 501px) and (max-width: 768px){.legacy-styles .pricensize>div:last-of-type>div .nice-select,.legacy-styles .pricensize>div:last-of-type>div input.button{min-width:0;max-width:none}.legacy-styles #mobile-filter-button.open+#collection-filters{right:auto;width:35%}.legacy-styles .collection-filters-container .cf-options-container .nice-select .list{width:100%}.legacy-styles .headroom--top .top{margin-top:18px}}@media (max-width: 1024px){.legacy-styles section.giftguide .textcol{padding:40px 40px 0}}@media (max-width: 768px){.legacy-styles section.giftguide .textcol{padding:40px 80px 0}.legacy-styles .modal-sizeguide{padding-top:0;z-index:2000;position:fixed}.legacy-styles .sizeguidewrap{margin-top:0;padding-top:80px;max-height:100vh;overflow:auto;width:100%;top:0;bottom:0}.legacy-styles .sizeguidewrap .closebutton{width:15px;height:15px;right:auto;left:30px}.legacy-styles .sizeguidewrap>p{margin-left:10px}.legacy-styles .sizeguidewrap .collapsebattery hr{height:1px;background:#000;border:none}.legacy-styles .sizeguidewrap td{border-left:none;border-right:none;border-top:1px solid rgba(45,43,46,.15);border-bottom:none}.legacy-styles .sizeguidewrap table tr:nth-of-type(1) td{border-top:none}.legacy-styles .sizeguidewrap tr{border:none!important}.legacy-styles .productdetails .collapsebattery hr{margin-top:14px;margin-bottom:14px}.legacy-styles .featured-1 .left,.legacy-styles .featured-1 .right{width:100%;height:100%}.legacy-styles .featured-1 img{width:100%;transform:scale(1.004)}.legacy-styles .featured-1 .left>a,.legacy-styles .featured-1 .right>a{display:block}.legacy-styles .cardgroup .container,.legacy-styles .modal-search .container{width:100%;padding-left:0;padding-right:0}.legacy-styles .modal-search .container .card a{width:100%}}@media (min-width: 992px) and (max-width: 1024px){.legacy-styles section.giftguide .textcol{width:65%;margin:0 auto;float:none}}.legacy-styles .nosto_element .carousel{visibility:hidden;overflow:hidden;height:350px}.legacy-styles section.giftcard{margin-top:100px}.legacy-styles #QrCode img{max-height:80px;max-width:80px;margin-right:auto;margin-left:auto}.legacy-styles section.giftcard .gc-row{position:relative}.legacy-styles section.giftcard .gift-image{padding-right:25px;padding-left:50px;height:730px;background-clip:content-box;background-size:cover;background-position:center}.legacy-styles section.giftcard .gift-body{padding-right:50px;padding-left:25px;text-align:center;background-color:#9ab6b8;background-clip:content-box;height:730px}.legacy-styles section.giftcard .gift-body h1{padding-top:50px;margin-bottom:25px;max-width:60%;margin-left:auto;margin-right:auto}.legacy-styles section.giftcard .gift-body p{color:#1e2129}.legacy-styles section.giftcard .gift-body .button{margin-top:25px;margin-bottom:50px}@media (max-width: 768px){.legacy-styles section.giftcard .gc-row{position:relative}.legacy-styles section.giftcard .gift-image{position:absolute;width:260px;height:360px;padding-right:0;padding-left:0;left:0;right:0;top:-30px;margin-left:auto;margin-right:auto;z-index:1}.legacy-styles section.giftcard .gift-body{padding-right:0;padding-left:0;padding-top:360px;text-align:center;background-color:#9ab6b8;background-clip:border-box;height:890px}.legacy-styles section.giftcard .gift-body h1{padding-top:0}.legacy-styles section.giftcard .gift-body .button{margin-top:25px;margin-bottom:50px}}.legacy-styles div.availablesizes-inner{width:100%;padding:0 20px;margin-left:auto;margin-right:auto;text-align:center;font-size:12px}.legacy-styles div.availablesizes-inner span{display:inline-block;padding:5px}.legacy-styles div.availablesizes-inner span:last-of-type{margin-bottom:5px}.legacy-styles div.availablesizes-inner span.notavailable{color:#96989c!important}.legacy-styles div.mega-menu{z-index:502}.legacy-styles .menu li a{z-index:503}.legacy-styles .button.black{z-index:400}.legacy-styles section.content h1,.legacy-styles h2,.legacy-styles h3,.legacy-styles h4{margin-top:30px}.legacy-styles section.content li{padding-left:15px}.legacy-styles section.content blockquote p{margin-bottom:0!important;margin-top:0!important}.legacy-styles section.content blockquote{margin-top:30px;margin-bottom:30px;padding:0 20px}@media (max-width: 600px){.legacy-styles section.content h1,.legacy-styles h2,.legacy-styles h3{margin-top:30px}}.legacy-styles .productdetails{margin-top:55px}@media (max-width: 900px){.legacy-styles .productdetails .details{border-top:1px solid #cacccf}}@media (max-width: 768px){.legacy-styles section.giftcard .gift-body h1{margin-top:10px;line-height:40px}.legacy-styles img.flipimage,.legacy-styles div.availablesizes{display:none}.legacy-styles .cardgroup .tempimage .cardimage:hover{opacity:1}}@media (max-width: 600px){.legacy-styles section.giftcard{margin-top:50px}}@media (max-width: 400px){.legacy-styles .productdetails .collapsebattery ul{padding-left:22px}}.legacy-styles .search-results .card{width:calc(50% - 3px);height:385px}@media (min-width: 420px){.legacy-styles .search-results .card{height:482px}}@media (min-width: 540px){.legacy-styles .search-results .card{height:624px}}@media (min-width: 768px){.legacy-styles .search-results .card{height:677px}}@media (min-width: 992px){.legacy-styles .search-results .card{width:calc(25% - 5px);height:459px}}@media (min-width: 1200px){.legacy-styles .search-results .card{height:537px}}@media (min-width: 1440px){.legacy-styles .search-results .card{height:628px}}.legacy-styles .search-results .results-text .button{margin-bottom:15px}@media (min-width: 500px) and (max-width: 992px){.legacy-styles h2.search-results-title{margin-top:10%}}@media (max-width: 500px){.legacy-styles .modal-search form{width:calc(100% - 50px)}.legacy-styles .modal-search input[type=submit]{width:20px;padding-bottom:3px}}.legacy-styles .modal-search .closebtn{background-image:url(/cdn/shop/files/close.svg?2319241678713284420);width:15px;height:15px;background-size:cover}@media (min-width: 768px){.legacy-styles div.currency:hover{opacity:1}.legacy-styles #main-header .BOLD-mc-picker.multi.open:before{content:"";display:block;height:20px;width:165.3px;background-color:#cacccf;position:absolute;top:30px;left:0;z-index:120}.legacy-styles #main-header .BOLD-mc-picker.multi.open:after{content:"";display:block;height:20px;width:165.3px;position:absolute;top:205px;left:0;z-index:120;background-color:#cacccf}.legacy-styles #main-header .top .right>ul>li>div:first-of-type:hover .currentCurrency{cursor:pointer;opacity:1}.legacy-styles #main-header .BOLD-mc-picker.multi .currentCurrency{position:relative;border:1px solid rgba(30,33,41,.2)!important;height:22px;padding-left:25px!important;padding-right:5px!important;width:auto!important;top:0;line-height:23px}.legacy-styles #main-header .BOLD-mc-picker.multi.open .currentCurrency,.legacy-styles .BOLD-mc-picker.multi .currentCurrency:hover{border:1px solid #1e2129!important;opacity:1}.legacy-styles #main-header .BOLD-mc-picker.multi .name:before{content:"";position:absolute;left:5px;top:5px;width:10px;height:10px;background-image:url(//cdn.shopify.com/s/files/1/2999/6700/t/2/assets/chevron-down.svg?5869);background-repeat:no-repeat;background-size:100%;background-position:center center;transition:.3s ease}.legacy-styles #main-header .BOLD-mc-picker.multi.open .name:before{transform:rotate(-180deg)}.legacy-styles #main-header .BOLD-mc-picker.multi .chevron{display:none}.legacy-styles #main-header .BOLD-mc-picker.multi>.currencyList{left:0;-webkit-transform:translateX(0);transform:translate(0);border:none;background-color:#cacccf;padding:0 67px 0 71px;max-height:0}.legacy-styles #main-header .BOLD-mc-picker.multi.open>.currencyList{max-height:193px;padding-top:20px;padding-bottom:0}.legacy-styles #main-header .BOLD-mc-picker>.currencyList>.option{padding-left:0;width:auto;border:none;position:relative;cursor:pointer}.legacy-styles #main-header .BOLD-mc-picker>.currencyList>.option:last-child{margin-bottom:20px!important}.legacy-styles #main-header .BOLD-mc-picker>.currencyList>.option:hover:after{content:"";display:block;position:absolute;width:95%;height:1px;background-color:#000;left:0;bottom:8px}.legacy-styles #main-header .BOLD-mc-picker>.currencyList>.option.active:before{content:"";display:block;width:10px;height:10px;position:absolute;background-repeat:no-repeat;top:10px;left:-20px;background-image:url(//cdn.shopify.com/s/files/1/2999/6700/t/2/assets/checkmark.svg?5869)}}.legacy-styles .featured__image--mobile{display:inherit}.legacy-styles .featured__image--desktop{display:none}@media (min-width: 1025px){.legacy-styles .featured__image--mobile{display:none}.legacy-styles .featured__image--desktop{display:inherit}}.legacy-styles a{color:#1e2129;text-decoration:none}@media (min-width: 576px){.legacy-styles .template-index #MainContent{padding-top:20px}}@media (min-width: 768px){.legacy-styles .d-md-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media (min-width: 768px){.legacy-styles .justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:flex-center!important}}@media (min-width: 768px){.legacy-styles .align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}}.legacy-styles .color-gray{color:#8b8b8b}.legacy-styles .d-none{display:none!important}.legacy-styles .m-0{margin:0!important}.legacy-styles .mt-0,.legacy-styles .my-0{margin-top:0!important}.legacy-styles .mr-0,.legacy-styles .mx-0{margin-right:0!important}.legacy-styles .mb-0,.legacy-styles .my-0{margin-bottom:0!important}.legacy-styles .ml-0,.legacy-styles .mx-0{margin-left:0!important}.legacy-styles .m-1{margin:.25rem!important}.legacy-styles .mt-1,.legacy-styles .my-1{margin-top:.25rem!important}.legacy-styles .mr-1,.legacy-styles .mx-1{margin-right:.25rem!important}.legacy-styles .mb-1,.legacy-styles .my-1{margin-bottom:.25rem!important}.legacy-styles .ml-1,.legacy-styles .mx-1{margin-left:.25rem!important}.legacy-styles .m-2{margin:.5rem!important}.legacy-styles .mt-2,.legacy-styles .my-2{margin-top:.5rem!important}.legacy-styles .mr-2,.legacy-styles .mx-2{margin-right:.5rem!important}.legacy-styles .mb-2,.legacy-styles .my-2{margin-bottom:.5rem!important}.legacy-styles .ml-2,.legacy-styles .mx-2{margin-left:.5rem!important}.legacy-styles .m-3{margin:1rem!important}.legacy-styles .mt-3,.legacy-styles .my-3{margin-top:1rem!important}.legacy-styles .mr-3,.legacy-styles .mx-3{margin-right:1rem!important}.legacy-styles .mb-3,.legacy-styles .my-3{margin-bottom:1rem!important}.legacy-styles .ml-3,.legacy-styles .mx-3{margin-left:1rem!important}.legacy-styles .m-4{margin:1.5rem!important}.legacy-styles .mt-4,.legacy-styles .my-4{margin-top:1.5rem!important}.legacy-styles .mr-4,.legacy-styles .mx-4{margin-right:1.5rem!important}.legacy-styles .mb-4,.legacy-styles .my-4{margin-bottom:1.5rem!important}.legacy-styles .ml-4,.legacy-styles .mx-4{margin-left:1.5rem!important}.legacy-styles .m-5{margin:3rem!important}.legacy-styles .mt-5,.legacy-styles .my-5{margin-top:3rem!important}.legacy-styles .mr-5,.legacy-styles .mx-5{margin-right:3rem!important}.legacy-styles .mb-5,.legacy-styles .my-5{margin-bottom:3rem!important}.legacy-styles .ml-5,.legacy-styles .mx-5{margin-left:3rem!important}.legacy-styles .p-0{padding:0!important}.legacy-styles .pt-0,.legacy-styles .py-0{padding-top:0!important}.legacy-styles .pr-0,.legacy-styles .px-0{padding-right:0!important}.legacy-styles .pb-0,.legacy-styles .py-0{padding-bottom:0!important}.legacy-styles .pl-0,.legacy-styles .px-0{padding-left:0!important}.legacy-styles .p-1{padding:.25rem!important}.legacy-styles .pt-1,.legacy-styles .py-1{padding-top:.25rem!important}.legacy-styles .pr-1,.legacy-styles .px-1{padding-right:.25rem!important}.legacy-styles .pb-1,.legacy-styles .py-1{padding-bottom:.25rem!important}.legacy-styles .pl-1,.legacy-styles .px-1{padding-left:.25rem!important}.legacy-styles .p-2{padding:.5rem!important}.legacy-styles .pt-2,.legacy-styles .py-2{padding-top:.5rem!important}.legacy-styles .pr-2,.legacy-styles .px-2{padding-right:.5rem!important}.legacy-styles .pb-2,.legacy-styles .py-2{padding-bottom:.5rem!important}.legacy-styles .pl-2,.legacy-styles .px-2{padding-left:.5rem!important}.legacy-styles .p-3{padding:1rem!important}.legacy-styles .pt-3,.legacy-styles .py-3{padding-top:1rem!important}.legacy-styles .pr-3,.legacy-styles .px-3{padding-right:1rem!important}.legacy-styles .pb-3,.legacy-styles .py-3{padding-bottom:1rem!important}.legacy-styles .pl-3,.legacy-styles .px-3{padding-left:1rem!important}.legacy-styles .p-4{padding:1.5rem!important}.legacy-styles .pt-4,.legacy-styles .py-4{padding-top:1.5rem!important}.legacy-styles .pr-4,.legacy-styles .px-4{padding-right:1.5rem!important}.legacy-styles .pb-4,.legacy-styles .py-4{padding-bottom:1.5rem!important}.legacy-styles .pl-4,.legacy-styles .px-4{padding-left:1.5rem!important}.legacy-styles .p-5{padding:3rem!important}.legacy-styles .pt-5,.legacy-styles .py-5{padding-top:3rem!important}.legacy-styles .pr-5,.legacy-styles .px-5{padding-right:3rem!important}.legacy-styles .pb-5,.legacy-styles .py-5{padding-bottom:3rem!important}.legacy-styles .pl-5,.legacy-styles .px-5{padding-left:3rem!important}.legacy-styles .m-n1{margin:-.25rem!important}.legacy-styles .mt-n1,.legacy-styles .my-n1{margin-top:-.25rem!important}.legacy-styles .mr-n1,.legacy-styles .mx-n1{margin-right:-.25rem!important}.legacy-styles .mb-n1,.legacy-styles .my-n1{margin-bottom:-.25rem!important}.legacy-styles .ml-n1,.legacy-styles .mx-n1{margin-left:-.25rem!important}.legacy-styles .m-n2{margin:-.5rem!important}.legacy-styles .mt-n2,.legacy-styles .my-n2{margin-top:-.5rem!important}.legacy-styles .mr-n2,.legacy-styles .mx-n2{margin-right:-.5rem!important}.legacy-styles .mb-n2,.legacy-styles .my-n2{margin-bottom:-.5rem!important}.legacy-styles .ml-n2,.legacy-styles .mx-n2{margin-left:-.5rem!important}.legacy-styles .m-n3{margin:-1rem!important}.legacy-styles .mt-n3,.legacy-styles .my-n3{margin-top:-1rem!important}.legacy-styles .mr-n3,.legacy-styles .mx-n3{margin-right:-1rem!important}.legacy-styles .mb-n3,.legacy-styles .my-n3{margin-bottom:-1rem!important}.legacy-styles .ml-n3,.legacy-styles .mx-n3{margin-left:-1rem!important}.legacy-styles .m-n4{margin:-1.5rem!important}.legacy-styles .mt-n4,.legacy-styles .my-n4{margin-top:-1.5rem!important}.legacy-styles .mr-n4,.legacy-styles .mx-n4{margin-right:-1.5rem!important}.legacy-styles .mb-n4,.legacy-styles .my-n4{margin-bottom:-1.5rem!important}.legacy-styles .ml-n4,.legacy-styles .mx-n4{margin-left:-1.5rem!important}.legacy-styles .m-n5{margin:-3rem!important}.legacy-styles .mt-n5,.legacy-styles .my-n5{margin-top:-3rem!important}.legacy-styles .mr-n5,.legacy-styles .mx-n5{margin-right:-3rem!important}.legacy-styles .mb-n5,.legacy-styles .my-n5{margin-bottom:-3rem!important}.legacy-styles .ml-n5,.legacy-styles .mx-n5{margin-left:-3rem!important}.legacy-styles .m-auto{margin:auto!important}.legacy-styles .mt-auto,.legacy-styles .my-auto{margin-top:auto!important}.legacy-styles .mr-auto,.legacy-styles .mx-auto{margin-right:auto!important}.legacy-styles .mb-auto,.legacy-styles .my-auto{margin-bottom:auto!important}.legacy-styles .ml-auto,.legacy-styles .mx-auto{margin-left:auto!important}@media (min-width: 576px){.legacy-styles .m-sm-0{margin:0!important}.legacy-styles .mt-sm-0,.legacy-styles .my-sm-0{margin-top:0!important}.legacy-styles .mr-sm-0,.legacy-styles .mx-sm-0{margin-right:0!important}.legacy-styles .mb-sm-0,.legacy-styles .my-sm-0{margin-bottom:0!important}.legacy-styles .ml-sm-0,.legacy-styles .mx-sm-0{margin-left:0!important}.legacy-styles .m-sm-1{margin:.25rem!important}.legacy-styles .mt-sm-1,.legacy-styles .my-sm-1{margin-top:.25rem!important}.legacy-styles .mr-sm-1,.legacy-styles .mx-sm-1{margin-right:.25rem!important}.legacy-styles .mb-sm-1,.legacy-styles .my-sm-1{margin-bottom:.25rem!important}.legacy-styles .ml-sm-1,.legacy-styles .mx-sm-1{margin-left:.25rem!important}.legacy-styles .m-sm-2{margin:.5rem!important}.legacy-styles .mt-sm-2,.legacy-styles .my-sm-2{margin-top:.5rem!important}.legacy-styles .mr-sm-2,.legacy-styles .mx-sm-2{margin-right:.5rem!important}.legacy-styles .mb-sm-2,.legacy-styles .my-sm-2{margin-bottom:.5rem!important}.legacy-styles .ml-sm-2,.legacy-styles .mx-sm-2{margin-left:.5rem!important}.legacy-styles .m-sm-3{margin:1rem!important}.legacy-styles .mt-sm-3,.legacy-styles .my-sm-3{margin-top:1rem!important}.legacy-styles .mr-sm-3,.legacy-styles .mx-sm-3{margin-right:1rem!important}.legacy-styles .mb-sm-3,.legacy-styles .my-sm-3{margin-bottom:1rem!important}.legacy-styles .ml-sm-3,.legacy-styles .mx-sm-3{margin-left:1rem!important}.legacy-styles .m-sm-4{margin:1.5rem!important}.legacy-styles .mt-sm-4,.legacy-styles .my-sm-4{margin-top:1.5rem!important}.legacy-styles .mr-sm-4,.legacy-styles .mx-sm-4{margin-right:1.5rem!important}.legacy-styles .mb-sm-4,.legacy-styles .my-sm-4{margin-bottom:1.5rem!important}.legacy-styles .ml-sm-4,.legacy-styles .mx-sm-4{margin-left:1.5rem!important}.legacy-styles .m-sm-5{margin:3rem!important}.legacy-styles .mt-sm-5,.legacy-styles .my-sm-5{margin-top:3rem!important}.legacy-styles .mr-sm-5,.legacy-styles .mx-sm-5{margin-right:3rem!important}.legacy-styles .mb-sm-5,.legacy-styles .my-sm-5{margin-bottom:3rem!important}.legacy-styles .ml-sm-5,.legacy-styles .mx-sm-5{margin-left:3rem!important}.legacy-styles .p-sm-0{padding:0!important}.legacy-styles .pt-sm-0,.legacy-styles .py-sm-0{padding-top:0!important}.legacy-styles .pr-sm-0,.legacy-styles .px-sm-0{padding-right:0!important}.legacy-styles .pb-sm-0,.legacy-styles .py-sm-0{padding-bottom:0!important}.legacy-styles .pl-sm-0,.legacy-styles .px-sm-0{padding-left:0!important}.legacy-styles .p-sm-1{padding:.25rem!important}.legacy-styles .pt-sm-1,.legacy-styles .py-sm-1{padding-top:.25rem!important}.legacy-styles .pr-sm-1,.legacy-styles .px-sm-1{padding-right:.25rem!important}.legacy-styles .pb-sm-1,.legacy-styles .py-sm-1{padding-bottom:.25rem!important}.legacy-styles .pl-sm-1,.legacy-styles .px-sm-1{padding-left:.25rem!important}.legacy-styles .p-sm-2{padding:.5rem!important}.legacy-styles .pt-sm-2,.legacy-styles .py-sm-2{padding-top:.5rem!important}.legacy-styles .pr-sm-2,.legacy-styles .px-sm-2{padding-right:.5rem!important}.legacy-styles .pb-sm-2,.legacy-styles .py-sm-2{padding-bottom:.5rem!important}.legacy-styles .pl-sm-2,.legacy-styles .px-sm-2{padding-left:.5rem!important}.legacy-styles .p-sm-3{padding:1rem!important}.legacy-styles .pt-sm-3,.legacy-styles .py-sm-3{padding-top:1rem!important}.legacy-styles .pr-sm-3,.legacy-styles .px-sm-3{padding-right:1rem!important}.legacy-styles .pb-sm-3,.legacy-styles .py-sm-3{padding-bottom:1rem!important}.legacy-styles .pl-sm-3,.legacy-styles .px-sm-3{padding-left:1rem!important}.legacy-styles .p-sm-4{padding:1.5rem!important}.legacy-styles .pt-sm-4,.legacy-styles .py-sm-4{padding-top:1.5rem!important}.legacy-styles .pr-sm-4,.legacy-styles .px-sm-4{padding-right:1.5rem!important}.legacy-styles .pb-sm-4,.legacy-styles .py-sm-4{padding-bottom:1.5rem!important}.legacy-styles .pl-sm-4,.legacy-styles .px-sm-4{padding-left:1.5rem!important}.legacy-styles .p-sm-5{padding:3rem!important}.legacy-styles .pt-sm-5,.legacy-styles .py-sm-5{padding-top:3rem!important}.legacy-styles .pr-sm-5,.legacy-styles .px-sm-5{padding-right:3rem!important}.legacy-styles .pb-sm-5,.legacy-styles .py-sm-5{padding-bottom:3rem!important}.legacy-styles .pl-sm-5,.legacy-styles .px-sm-5{padding-left:3rem!important}.legacy-styles .m-sm-n1{margin:-.25rem!important}.legacy-styles .mt-sm-n1,.legacy-styles .my-sm-n1{margin-top:-.25rem!important}.legacy-styles .mr-sm-n1,.legacy-styles .mx-sm-n1{margin-right:-.25rem!important}.legacy-styles .mb-sm-n1,.legacy-styles .my-sm-n1{margin-bottom:-.25rem!important}.legacy-styles .ml-sm-n1,.legacy-styles .mx-sm-n1{margin-left:-.25rem!important}.legacy-styles .m-sm-n2{margin:-.5rem!important}.legacy-styles .mt-sm-n2,.legacy-styles .my-sm-n2{margin-top:-.5rem!important}.legacy-styles .mr-sm-n2,.legacy-styles .mx-sm-n2{margin-right:-.5rem!important}.legacy-styles .mb-sm-n2,.legacy-styles .my-sm-n2{margin-bottom:-.5rem!important}.legacy-styles .ml-sm-n2,.legacy-styles .mx-sm-n2{margin-left:-.5rem!important}.legacy-styles .m-sm-n3{margin:-1rem!important}.legacy-styles .mt-sm-n3,.legacy-styles .my-sm-n3{margin-top:-1rem!important}.legacy-styles .mr-sm-n3,.legacy-styles .mx-sm-n3{margin-right:-1rem!important}.legacy-styles .mb-sm-n3,.legacy-styles .my-sm-n3{margin-bottom:-1rem!important}.legacy-styles .ml-sm-n3,.legacy-styles .mx-sm-n3{margin-left:-1rem!important}.legacy-styles .m-sm-n4{margin:-1.5rem!important}.legacy-styles .mt-sm-n4,.legacy-styles .my-sm-n4{margin-top:-1.5rem!important}.legacy-styles .mr-sm-n4,.legacy-styles .mx-sm-n4{margin-right:-1.5rem!important}.legacy-styles .mb-sm-n4,.legacy-styles .my-sm-n4{margin-bottom:-1.5rem!important}.legacy-styles .ml-sm-n4,.legacy-styles .mx-sm-n4{margin-left:-1.5rem!important}.legacy-styles .m-sm-n5{margin:-3rem!important}.legacy-styles .mt-sm-n5,.legacy-styles .my-sm-n5{margin-top:-3rem!important}.legacy-styles .mr-sm-n5,.legacy-styles .mx-sm-n5{margin-right:-3rem!important}.legacy-styles .mb-sm-n5,.legacy-styles .my-sm-n5{margin-bottom:-3rem!important}.legacy-styles .ml-sm-n5,.legacy-styles .mx-sm-n5{margin-left:-3rem!important}.legacy-styles .m-sm-auto{margin:auto!important}.legacy-styles .mt-sm-auto,.legacy-styles .my-sm-auto{margin-top:auto!important}.legacy-styles .mr-sm-auto,.legacy-styles .mx-sm-auto{margin-right:auto!important}.legacy-styles .mb-sm-auto,.legacy-styles .my-sm-auto{margin-bottom:auto!important}.legacy-styles .ml-sm-auto,.legacy-styles .mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.legacy-styles .m-md-0{margin:0!important}.legacy-styles .mt-md-0,.legacy-styles .my-md-0{margin-top:0!important}.legacy-styles .mr-md-0,.legacy-styles .mx-md-0{margin-right:0!important}.legacy-styles .mb-md-0,.legacy-styles .my-md-0{margin-bottom:0!important}.legacy-styles .ml-md-0,.legacy-styles .mx-md-0{margin-left:0!important}.legacy-styles .m-md-1{margin:.25rem!important}.legacy-styles .mt-md-1,.legacy-styles .my-md-1{margin-top:.25rem!important}.legacy-styles .mr-md-1,.legacy-styles .mx-md-1{margin-right:.25rem!important}.legacy-styles .mb-md-1,.legacy-styles .my-md-1{margin-bottom:.25rem!important}.legacy-styles .ml-md-1,.legacy-styles .mx-md-1{margin-left:.25rem!important}.legacy-styles .m-md-2{margin:.5rem!important}.legacy-styles .mt-md-2,.legacy-styles .my-md-2{margin-top:.5rem!important}.legacy-styles .mr-md-2,.legacy-styles .mx-md-2{margin-right:.5rem!important}.legacy-styles .mb-md-2,.legacy-styles .my-md-2{margin-bottom:.5rem!important}.legacy-styles .ml-md-2,.legacy-styles .mx-md-2{margin-left:.5rem!important}.legacy-styles .m-md-3{margin:1rem!important}.legacy-styles .mt-md-3,.legacy-styles .my-md-3{margin-top:1rem!important}.legacy-styles .mr-md-3,.legacy-styles .mx-md-3{margin-right:1rem!important}.legacy-styles .mb-md-3,.legacy-styles .my-md-3{margin-bottom:1rem!important}.legacy-styles .ml-md-3,.legacy-styles .mx-md-3{margin-left:1rem!important}.legacy-styles .m-md-4{margin:1.5rem!important}.legacy-styles .mt-md-4,.legacy-styles .my-md-4{margin-top:1.5rem!important}.legacy-styles .mr-md-4,.legacy-styles .mx-md-4{margin-right:1.5rem!important}.legacy-styles .mb-md-4,.legacy-styles .my-md-4{margin-bottom:1.5rem!important}.legacy-styles .ml-md-4,.legacy-styles .mx-md-4{margin-left:1.5rem!important}.legacy-styles .m-md-5{margin:3rem!important}.legacy-styles .mt-md-5,.legacy-styles .my-md-5{margin-top:3rem!important}.legacy-styles .mr-md-5,.legacy-styles .mx-md-5{margin-right:3rem!important}.legacy-styles .mb-md-5,.legacy-styles .my-md-5{margin-bottom:3rem!important}.legacy-styles .ml-md-5,.legacy-styles .mx-md-5{margin-left:3rem!important}.legacy-styles .p-md-0{padding:0!important}.legacy-styles .pt-md-0,.legacy-styles .py-md-0{padding-top:0!important}.legacy-styles .pr-md-0,.legacy-styles .px-md-0{padding-right:0!important}.legacy-styles .pb-md-0,.legacy-styles .py-md-0{padding-bottom:0!important}.legacy-styles .pl-md-0,.legacy-styles .px-md-0{padding-left:0!important}.legacy-styles .p-md-1{padding:.25rem!important}.legacy-styles .pt-md-1,.legacy-styles .py-md-1{padding-top:.25rem!important}.legacy-styles .pr-md-1,.legacy-styles .px-md-1{padding-right:.25rem!important}.legacy-styles .pb-md-1,.legacy-styles .py-md-1{padding-bottom:.25rem!important}.legacy-styles .pl-md-1,.legacy-styles .px-md-1{padding-left:.25rem!important}.legacy-styles .p-md-2{padding:.5rem!important}.legacy-styles .pt-md-2,.legacy-styles .py-md-2{padding-top:.5rem!important}.legacy-styles .pr-md-2,.legacy-styles .px-md-2{padding-right:.5rem!important}.legacy-styles .pb-md-2,.legacy-styles .py-md-2{padding-bottom:.5rem!important}.legacy-styles .pl-md-2,.legacy-styles .px-md-2{padding-left:.5rem!important}.legacy-styles .p-md-3{padding:1rem!important}.legacy-styles .pt-md-3,.legacy-styles .py-md-3{padding-top:1rem!important}.legacy-styles .pr-md-3,.legacy-styles .px-md-3{padding-right:1rem!important}.legacy-styles .pb-md-3,.legacy-styles .py-md-3{padding-bottom:1rem!important}.legacy-styles .pl-md-3,.legacy-styles .px-md-3{padding-left:1rem!important}.legacy-styles .p-md-4{padding:1.5rem!important}.legacy-styles .pt-md-4,.legacy-styles .py-md-4{padding-top:1.5rem!important}.legacy-styles .pr-md-4,.legacy-styles .px-md-4{padding-right:1.5rem!important}.legacy-styles .pb-md-4,.legacy-styles .py-md-4{padding-bottom:1.5rem!important}.legacy-styles .pl-md-4,.legacy-styles .px-md-4{padding-left:1.5rem!important}.legacy-styles .p-md-5{padding:3rem!important}.legacy-styles .pt-md-5,.legacy-styles .py-md-5{padding-top:3rem!important}.legacy-styles .pr-md-5,.legacy-styles .px-md-5{padding-right:3rem!important}.legacy-styles .pb-md-5,.legacy-styles .py-md-5{padding-bottom:3rem!important}.legacy-styles .pl-md-5,.legacy-styles .px-md-5{padding-left:3rem!important}.legacy-styles .m-md-n1{margin:-.25rem!important}.legacy-styles .mt-md-n1,.legacy-styles .my-md-n1{margin-top:-.25rem!important}.legacy-styles .mr-md-n1,.legacy-styles .mx-md-n1{margin-right:-.25rem!important}.legacy-styles .mb-md-n1,.legacy-styles .my-md-n1{margin-bottom:-.25rem!important}.legacy-styles .ml-md-n1,.legacy-styles .mx-md-n1{margin-left:-.25rem!important}.legacy-styles .m-md-n2{margin:-.5rem!important}.legacy-styles .mt-md-n2,.legacy-styles .my-md-n2{margin-top:-.5rem!important}.legacy-styles .mr-md-n2,.legacy-styles .mx-md-n2{margin-right:-.5rem!important}.legacy-styles .mb-md-n2,.legacy-styles .my-md-n2{margin-bottom:-.5rem!important}.legacy-styles .ml-md-n2,.legacy-styles .mx-md-n2{margin-left:-.5rem!important}.legacy-styles .m-md-n3{margin:-1rem!important}.legacy-styles .mt-md-n3,.legacy-styles .my-md-n3{margin-top:-1rem!important}.legacy-styles .mr-md-n3,.legacy-styles .mx-md-n3{margin-right:-1rem!important}.legacy-styles .mb-md-n3,.legacy-styles .my-md-n3{margin-bottom:-1rem!important}.legacy-styles .ml-md-n3,.legacy-styles .mx-md-n3{margin-left:-1rem!important}.legacy-styles .m-md-n4{margin:-1.5rem!important}.legacy-styles .mt-md-n4,.legacy-styles .my-md-n4{margin-top:-1.5rem!important}.legacy-styles .mr-md-n4,.legacy-styles .mx-md-n4{margin-right:-1.5rem!important}.legacy-styles .mb-md-n4,.legacy-styles .my-md-n4{margin-bottom:-1.5rem!important}.legacy-styles .ml-md-n4,.legacy-styles .mx-md-n4{margin-left:-1.5rem!important}.legacy-styles .m-md-n5{margin:-3rem!important}.legacy-styles .mt-md-n5,.legacy-styles .my-md-n5{margin-top:-3rem!important}.legacy-styles .mr-md-n5,.legacy-styles .mx-md-n5{margin-right:-3rem!important}.legacy-styles .mb-md-n5,.legacy-styles .my-md-n5{margin-bottom:-3rem!important}.legacy-styles .ml-md-n5,.legacy-styles .mx-md-n5{margin-left:-3rem!important}.legacy-styles .m-md-auto{margin:auto!important}.legacy-styles .mt-md-auto,.legacy-styles .my-md-auto{margin-top:auto!important}.legacy-styles .mr-md-auto,.legacy-styles .mx-md-auto{margin-right:auto!important}.legacy-styles .mb-md-auto,.legacy-styles .my-md-auto{margin-bottom:auto!important}.legacy-styles .ml-md-auto,.legacy-styles .mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.legacy-styles .m-lg-0{margin:0!important}.legacy-styles .mt-lg-0,.legacy-styles .my-lg-0{margin-top:0!important}.legacy-styles .mr-lg-0,.legacy-styles .mx-lg-0{margin-right:0!important}.legacy-styles .mb-lg-0,.legacy-styles .my-lg-0{margin-bottom:0!important}.legacy-styles .ml-lg-0,.legacy-styles .mx-lg-0{margin-left:0!important}.legacy-styles .m-lg-1{margin:.25rem!important}.legacy-styles .mt-lg-1,.legacy-styles .my-lg-1{margin-top:.25rem!important}.legacy-styles .mr-lg-1,.legacy-styles .mx-lg-1{margin-right:.25rem!important}.legacy-styles .mb-lg-1,.legacy-styles .my-lg-1{margin-bottom:.25rem!important}.legacy-styles .ml-lg-1,.legacy-styles .mx-lg-1{margin-left:.25rem!important}.legacy-styles .m-lg-2{margin:.5rem!important}.legacy-styles .mt-lg-2,.legacy-styles .my-lg-2{margin-top:.5rem!important}.legacy-styles .mr-lg-2,.legacy-styles .mx-lg-2{margin-right:.5rem!important}.legacy-styles .mb-lg-2,.legacy-styles .my-lg-2{margin-bottom:.5rem!important}.legacy-styles .ml-lg-2,.legacy-styles .mx-lg-2{margin-left:.5rem!important}.legacy-styles .m-lg-3{margin:1rem!important}.legacy-styles .mt-lg-3,.legacy-styles .my-lg-3{margin-top:1rem!important}.legacy-styles .mr-lg-3,.legacy-styles .mx-lg-3{margin-right:1rem!important}.legacy-styles .mb-lg-3,.legacy-styles .my-lg-3{margin-bottom:1rem!important}.legacy-styles .ml-lg-3,.legacy-styles .mx-lg-3{margin-left:1rem!important}.legacy-styles .m-lg-4{margin:1.5rem!important}.legacy-styles .mt-lg-4,.legacy-styles .my-lg-4{margin-top:1.5rem!important}.legacy-styles .mr-lg-4,.legacy-styles .mx-lg-4{margin-right:1.5rem!important}.legacy-styles .mb-lg-4,.legacy-styles .my-lg-4{margin-bottom:1.5rem!important}.legacy-styles .ml-lg-4,.legacy-styles .mx-lg-4{margin-left:1.5rem!important}.legacy-styles .m-lg-5{margin:3rem!important}.legacy-styles .mt-lg-5,.legacy-styles .my-lg-5{margin-top:3rem!important}.legacy-styles .mr-lg-5,.legacy-styles .mx-lg-5{margin-right:3rem!important}.legacy-styles .mb-lg-5,.legacy-styles .my-lg-5{margin-bottom:3rem!important}.legacy-styles .ml-lg-5,.legacy-styles .mx-lg-5{margin-left:3rem!important}.legacy-styles .p-lg-0{padding:0!important}.legacy-styles .pt-lg-0,.legacy-styles .py-lg-0{padding-top:0!important}.legacy-styles .pr-lg-0,.legacy-styles .px-lg-0{padding-right:0!important}.legacy-styles .pb-lg-0,.legacy-styles .py-lg-0{padding-bottom:0!important}.legacy-styles .pl-lg-0,.legacy-styles .px-lg-0{padding-left:0!important}.legacy-styles .p-lg-1{padding:.25rem!important}.legacy-styles .pt-lg-1,.legacy-styles .py-lg-1{padding-top:.25rem!important}.legacy-styles .pr-lg-1,.legacy-styles .px-lg-1{padding-right:.25rem!important}.legacy-styles .pb-lg-1,.legacy-styles .py-lg-1{padding-bottom:.25rem!important}.legacy-styles .pl-lg-1,.legacy-styles .px-lg-1{padding-left:.25rem!important}.legacy-styles .p-lg-2{padding:.5rem!important}.legacy-styles .pt-lg-2,.legacy-styles .py-lg-2{padding-top:.5rem!important}.legacy-styles .pr-lg-2,.legacy-styles .px-lg-2{padding-right:.5rem!important}.legacy-styles .pb-lg-2,.legacy-styles .py-lg-2{padding-bottom:.5rem!important}.legacy-styles .pl-lg-2,.legacy-styles .px-lg-2{padding-left:.5rem!important}.legacy-styles .p-lg-3{padding:1rem!important}.legacy-styles .pt-lg-3,.legacy-styles .py-lg-3{padding-top:1rem!important}.legacy-styles .pr-lg-3,.legacy-styles .px-lg-3{padding-right:1rem!important}.legacy-styles .pb-lg-3,.legacy-styles .py-lg-3{padding-bottom:1rem!important}.legacy-styles .pl-lg-3,.legacy-styles .px-lg-3{padding-left:1rem!important}.legacy-styles .p-lg-4{padding:1.5rem!important}.legacy-styles .pt-lg-4,.legacy-styles .py-lg-4{padding-top:1.5rem!important}.legacy-styles .pr-lg-4,.legacy-styles .px-lg-4{padding-right:1.5rem!important}.legacy-styles .pb-lg-4,.legacy-styles .py-lg-4{padding-bottom:1.5rem!important}.legacy-styles .pl-lg-4,.legacy-styles .px-lg-4{padding-left:1.5rem!important}.legacy-styles .p-lg-5{padding:3rem!important}.legacy-styles .pt-lg-5,.legacy-styles .py-lg-5{padding-top:3rem!important}.legacy-styles .pr-lg-5,.legacy-styles .px-lg-5{padding-right:3rem!important}.legacy-styles .pb-lg-5,.legacy-styles .py-lg-5{padding-bottom:3rem!important}.legacy-styles .pl-lg-5,.legacy-styles .px-lg-5{padding-left:3rem!important}.legacy-styles .m-lg-n1{margin:-.25rem!important}.legacy-styles .mt-lg-n1,.legacy-styles .my-lg-n1{margin-top:-.25rem!important}.legacy-styles .mr-lg-n1,.legacy-styles .mx-lg-n1{margin-right:-.25rem!important}.legacy-styles .mb-lg-n1,.legacy-styles .my-lg-n1{margin-bottom:-.25rem!important}.legacy-styles .ml-lg-n1,.legacy-styles .mx-lg-n1{margin-left:-.25rem!important}.legacy-styles .m-lg-n2{margin:-.5rem!important}.legacy-styles .mt-lg-n2,.legacy-styles .my-lg-n2{margin-top:-.5rem!important}.legacy-styles .mr-lg-n2,.legacy-styles .mx-lg-n2{margin-right:-.5rem!important}.legacy-styles .mb-lg-n2,.legacy-styles .my-lg-n2{margin-bottom:-.5rem!important}.legacy-styles .ml-lg-n2,.legacy-styles .mx-lg-n2{margin-left:-.5rem!important}.legacy-styles .m-lg-n3{margin:-1rem!important}.legacy-styles .mt-lg-n3,.legacy-styles .my-lg-n3{margin-top:-1rem!important}.legacy-styles .mr-lg-n3,.legacy-styles .mx-lg-n3{margin-right:-1rem!important}.legacy-styles .mb-lg-n3,.legacy-styles .my-lg-n3{margin-bottom:-1rem!important}.legacy-styles .ml-lg-n3,.legacy-styles .mx-lg-n3{margin-left:-1rem!important}.legacy-styles .m-lg-n4{margin:-1.5rem!important}.legacy-styles .mt-lg-n4,.legacy-styles .my-lg-n4{margin-top:-1.5rem!important}.legacy-styles .mr-lg-n4,.legacy-styles .mx-lg-n4{margin-right:-1.5rem!important}.legacy-styles .mb-lg-n4,.legacy-styles .my-lg-n4{margin-bottom:-1.5rem!important}.legacy-styles .ml-lg-n4,.legacy-styles .mx-lg-n4{margin-left:-1.5rem!important}.legacy-styles .m-lg-n5{margin:-3rem!important}.legacy-styles .mt-lg-n5,.legacy-styles .my-lg-n5{margin-top:-3rem!important}.legacy-styles .mr-lg-n5,.legacy-styles .mx-lg-n5{margin-right:-3rem!important}.legacy-styles .mb-lg-n5,.legacy-styles .my-lg-n5{margin-bottom:-3rem!important}.legacy-styles .ml-lg-n5,.legacy-styles .mx-lg-n5{margin-left:-3rem!important}.legacy-styles .m-lg-auto{margin:auto!important}.legacy-styles .mt-lg-auto,.legacy-styles .my-lg-auto{margin-top:auto!important}.legacy-styles .mr-lg-auto,.legacy-styles .mx-lg-auto{margin-right:auto!important}.legacy-styles .mb-lg-auto,.legacy-styles .my-lg-auto{margin-bottom:auto!important}.legacy-styles .ml-lg-auto,.legacy-styles .mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.legacy-styles .m-xl-0{margin:0!important}.legacy-styles .mt-xl-0,.legacy-styles .my-xl-0{margin-top:0!important}.legacy-styles .mr-xl-0,.legacy-styles .mx-xl-0{margin-right:0!important}.legacy-styles .mb-xl-0,.legacy-styles .my-xl-0{margin-bottom:0!important}.legacy-styles .ml-xl-0,.legacy-styles .mx-xl-0{margin-left:0!important}.legacy-styles .m-xl-1{margin:.25rem!important}.legacy-styles .mt-xl-1,.legacy-styles .my-xl-1{margin-top:.25rem!important}.legacy-styles .mr-xl-1,.legacy-styles .mx-xl-1{margin-right:.25rem!important}.legacy-styles .mb-xl-1,.legacy-styles .my-xl-1{margin-bottom:.25rem!important}.legacy-styles .ml-xl-1,.legacy-styles .mx-xl-1{margin-left:.25rem!important}.legacy-styles .m-xl-2{margin:.5rem!important}.legacy-styles .mt-xl-2,.legacy-styles .my-xl-2{margin-top:.5rem!important}.legacy-styles .mr-xl-2,.legacy-styles .mx-xl-2{margin-right:.5rem!important}.legacy-styles .mb-xl-2,.legacy-styles .my-xl-2{margin-bottom:.5rem!important}.legacy-styles .ml-xl-2,.legacy-styles .mx-xl-2{margin-left:.5rem!important}.legacy-styles .m-xl-3{margin:1rem!important}.legacy-styles .mt-xl-3,.legacy-styles .my-xl-3{margin-top:1rem!important}.legacy-styles .mr-xl-3,.legacy-styles .mx-xl-3{margin-right:1rem!important}.legacy-styles .mb-xl-3,.legacy-styles .my-xl-3{margin-bottom:1rem!important}.legacy-styles .ml-xl-3,.legacy-styles .mx-xl-3{margin-left:1rem!important}.legacy-styles .m-xl-4{margin:1.5rem!important}.legacy-styles .mt-xl-4,.legacy-styles .my-xl-4{margin-top:1.5rem!important}.legacy-styles .mr-xl-4,.legacy-styles .mx-xl-4{margin-right:1.5rem!important}.legacy-styles .mb-xl-4,.legacy-styles .my-xl-4{margin-bottom:1.5rem!important}.legacy-styles .ml-xl-4,.legacy-styles .mx-xl-4{margin-left:1.5rem!important}.legacy-styles .m-xl-5{margin:3rem!important}.legacy-styles .mt-xl-5,.legacy-styles .my-xl-5{margin-top:3rem!important}.legacy-styles .mr-xl-5,.legacy-styles .mx-xl-5{margin-right:3rem!important}.legacy-styles .mb-xl-5,.legacy-styles .my-xl-5{margin-bottom:3rem!important}.legacy-styles .ml-xl-5,.legacy-styles .mx-xl-5{margin-left:3rem!important}.legacy-styles .p-xl-0{padding:0!important}.legacy-styles .pt-xl-0,.legacy-styles .py-xl-0{padding-top:0!important}.legacy-styles .pr-xl-0,.legacy-styles .px-xl-0{padding-right:0!important}.legacy-styles .pb-xl-0,.legacy-styles .py-xl-0{padding-bottom:0!important}.legacy-styles .pl-xl-0,.legacy-styles .px-xl-0{padding-left:0!important}.legacy-styles .p-xl-1{padding:.25rem!important}.legacy-styles .pt-xl-1,.legacy-styles .py-xl-1{padding-top:.25rem!important}.legacy-styles .pr-xl-1,.legacy-styles .px-xl-1{padding-right:.25rem!important}.legacy-styles .pb-xl-1,.legacy-styles .py-xl-1{padding-bottom:.25rem!important}.legacy-styles .pl-xl-1,.legacy-styles .px-xl-1{padding-left:.25rem!important}.legacy-styles .p-xl-2{padding:.5rem!important}.legacy-styles .pt-xl-2,.legacy-styles .py-xl-2{padding-top:.5rem!important}.legacy-styles .pr-xl-2,.legacy-styles .px-xl-2{padding-right:.5rem!important}.legacy-styles .pb-xl-2,.legacy-styles .py-xl-2{padding-bottom:.5rem!important}.legacy-styles .pl-xl-2,.legacy-styles .px-xl-2{padding-left:.5rem!important}.legacy-styles .p-xl-3{padding:1rem!important}.legacy-styles .pt-xl-3,.legacy-styles .py-xl-3{padding-top:1rem!important}.legacy-styles .pr-xl-3,.legacy-styles .px-xl-3{padding-right:1rem!important}.legacy-styles .pb-xl-3,.legacy-styles .py-xl-3{padding-bottom:1rem!important}.legacy-styles .pl-xl-3,.legacy-styles .px-xl-3{padding-left:1rem!important}.legacy-styles .p-xl-4{padding:1.5rem!important}.legacy-styles .pt-xl-4,.legacy-styles .py-xl-4{padding-top:1.5rem!important}.legacy-styles .pr-xl-4,.legacy-styles .px-xl-4{padding-right:1.5rem!important}.legacy-styles .pb-xl-4,.legacy-styles .py-xl-4{padding-bottom:1.5rem!important}.legacy-styles .pl-xl-4,.legacy-styles .px-xl-4{padding-left:1.5rem!important}.legacy-styles .p-xl-5{padding:3rem!important}.legacy-styles .pt-xl-5,.legacy-styles .py-xl-5{padding-top:3rem!important}.legacy-styles .pr-xl-5,.legacy-styles .px-xl-5{padding-right:3rem!important}.legacy-styles .pb-xl-5,.legacy-styles .py-xl-5{padding-bottom:3rem!important}.legacy-styles .pl-xl-5,.legacy-styles .px-xl-5{padding-left:3rem!important}.legacy-styles .m-xl-n1{margin:-.25rem!important}.legacy-styles .mt-xl-n1,.legacy-styles .my-xl-n1{margin-top:-.25rem!important}.legacy-styles .mr-xl-n1,.legacy-styles .mx-xl-n1{margin-right:-.25rem!important}.legacy-styles .mb-xl-n1,.legacy-styles .my-xl-n1{margin-bottom:-.25rem!important}.legacy-styles .ml-xl-n1,.legacy-styles .mx-xl-n1{margin-left:-.25rem!important}.legacy-styles .m-xl-n2{margin:-.5rem!important}.legacy-styles .mt-xl-n2,.legacy-styles .my-xl-n2{margin-top:-.5rem!important}.legacy-styles .mr-xl-n2,.legacy-styles .mx-xl-n2{margin-right:-.5rem!important}.legacy-styles .mb-xl-n2,.legacy-styles .my-xl-n2{margin-bottom:-.5rem!important}.legacy-styles .ml-xl-n2,.legacy-styles .mx-xl-n2{margin-left:-.5rem!important}.legacy-styles .m-xl-n3{margin:-1rem!important}.legacy-styles .mt-xl-n3,.legacy-styles .my-xl-n3{margin-top:-1rem!important}.legacy-styles .mr-xl-n3,.legacy-styles .mx-xl-n3{margin-right:-1rem!important}.legacy-styles .mb-xl-n3,.legacy-styles .my-xl-n3{margin-bottom:-1rem!important}.legacy-styles .ml-xl-n3,.legacy-styles .mx-xl-n3{margin-left:-1rem!important}.legacy-styles .m-xl-n4{margin:-1.5rem!important}.legacy-styles .mt-xl-n4,.legacy-styles .my-xl-n4{margin-top:-1.5rem!important}.legacy-styles .mr-xl-n4,.legacy-styles .mx-xl-n4{margin-right:-1.5rem!important}.legacy-styles .mb-xl-n4,.legacy-styles .my-xl-n4{margin-bottom:-1.5rem!important}.legacy-styles .ml-xl-n4,.legacy-styles .mx-xl-n4{margin-left:-1.5rem!important}.legacy-styles .m-xl-n5{margin:-3rem!important}.legacy-styles .mt-xl-n5,.legacy-styles .my-xl-n5{margin-top:-3rem!important}.legacy-styles .mr-xl-n5,.legacy-styles .mx-xl-n5{margin-right:-3rem!important}.legacy-styles .mb-xl-n5,.legacy-styles .my-xl-n5{margin-bottom:-3rem!important}.legacy-styles .ml-xl-n5,.legacy-styles .mx-xl-n5{margin-left:-3rem!important}.legacy-styles .m-xl-auto{margin:auto!important}.legacy-styles .mt-xl-auto,.legacy-styles .my-xl-auto{margin-top:auto!important}.legacy-styles .mr-xl-auto,.legacy-styles .mx-xl-auto{margin-right:auto!important}.legacy-styles .mb-xl-auto,.legacy-styles .my-xl-auto{margin-bottom:auto!important}.legacy-styles .ml-xl-auto,.legacy-styles .mx-xl-auto{margin-left:auto!important}}.legacy-styles .ratio{position:relative}.legacy-styles .ratio:before{padding-top:calc(var(--height) / var(--width) * 100%);content:"";display:block}.legacy-styles .ratio img{position:absolute;top:0;left:0;width:100%}.legacy-styles .ribbon{z-index:1}@media (max-width: 1025px) and (min-width: 501px){.legacy-styles .ribbon.closed+#main-header .top.alert-banner-active{margin-top:18px}}.legacy-styles .productimage-slider .lazy-image{padding-top:138.9%}.legacy-styles .template-article .two-columns .lazy-image{padding-top:150%}.legacy-styles .template-article .full-image .lazy-image{padding-top:56.5%}@media (min-width: 769px){.legacy-styles .filter-wrap{float:left;display:flex;flex-wrap:wrap}.legacy-styles .filter-wrap.searching .drop-list{margin-top:92px}}.legacy-styles .filter-wrap #color-filter .nice-select,.legacy-styles .filter-wrap #size-filter .nice-select,.legacy-styles .filter-wrap #model-filter .nice-select,.legacy-styles .filter-wrap #pattern-filter .nice-select,.legacy-styles .filter-wrap #material-filter .nice-select{text-transform:uppercase;font-size:12px}@media (max-width: 768px){.legacy-styles .filter-wrap #color-filter .nice-select,.legacy-styles .filter-wrap #size-filter .nice-select,.legacy-styles .filter-wrap #model-filter .nice-select,.legacy-styles .filter-wrap #pattern-filter .nice-select,.legacy-styles .filter-wrap #material-filter .nice-select{border:none;background-color:transparent;color:#fff;float:none;padding-left:40px;padding-bottom:30px}.legacy-styles .filter-wrap #color-filter .nice-select:after,.legacy-styles .filter-wrap #size-filter .nice-select:after,.legacy-styles .filter-wrap #model-filter .nice-select:after,.legacy-styles .filter-wrap #pattern-filter .nice-select:after,.legacy-styles .filter-wrap #material-filter .nice-select:after{background-image:none}}@media (min-width: 769px){.legacy-styles .filter-wrap #color-filter .nice-select,.legacy-styles .filter-wrap #size-filter .nice-select,.legacy-styles .filter-wrap #model-filter .nice-select,.legacy-styles .filter-wrap #pattern-filter .nice-select,.legacy-styles .filter-wrap #material-filter .nice-select{border-radius:0;padding:0 10px 0 25px;border-color:#1e212933;height:24px;line-height:25px}}.legacy-styles .filter-wrap .select-wrap{position:relative;margin-right:10px}@media (max-width: 768px){.legacy-styles .filter-wrap .select-wrap{padding-bottom:10px}.legacy-styles .filter-wrap .select-wrap.active{padding-bottom:30px}.legacy-styles .filter-wrap .select-wrap.active:before{display:none}.legacy-styles .filter-wrap .select-wrap:before,.legacy-styles .filter-wrap .select-wrap:after{content:"";height:1px;width:15px;display:block;background-color:#fff;position:absolute;top:10px}.legacy-styles .filter-wrap .select-wrap:before{transform:rotate(90deg)}}.legacy-styles .filter-wrap .select-wrap.active>.drop-list{display:block}.legacy-styles .filter-wrap .select-wrap .select{text-align:center}.legacy-styles .filter-wrap .drop-list{float:none;color:#fff;list-style:none;text-transform:capitalize;padding-left:65px;display:none}@media (min-width: 769px){.legacy-styles .filter-wrap .drop-list{background-color:#1a6c53;position:absolute;margin-top:47px;padding-top:40px;padding-bottom:40px;padding-left:50px;width:205px;left:50%;transform:translate(-50%);z-index:2}}.legacy-styles .filter-wrap .drop-list li{padding:6px 0}@media (min-width: 769px){.legacy-styles .filter-wrap .drop-list li{transition:opacity .2s ease-out}}.legacy-styles .filter-wrap .drop-list li:hover{cursor:pointer}.legacy-styles .filter-wrap .drop-list li:hover span{text-decoration:underline}.legacy-styles .filter-wrap .drop-list li.current span{font-weight:400}.legacy-styles .added-filters-wrap .added-filters{display:flex;flex-wrap:wrap;justify-content:center}.legacy-styles .added-filters-wrap .added-filters .filter-item{display:block;padding:5px 10px;margin:0 5px 20px;border:1px solid;font-size:11px;line-height:8px;text-transform:uppercase}.legacy-styles .added-filters-wrap .added-filters .filter-item span{position:relative;height:10px;width:10px;display:inline-block;margin-left:5px}.legacy-styles .added-filters-wrap .added-filters .filter-item span:before,.legacy-styles .added-filters-wrap .added-filters .filter-item span:after{content:"";position:absolute;top:50%;height:1px;width:100%;background-color:#151515;transition:transform .25s ease-out}.legacy-styles .added-filters-wrap .added-filters .filter-item span:before{transform:rotate(45deg)}.legacy-styles .added-filters-wrap .added-filters .filter-item span:after{transform:rotate(-45deg)}.legacy-styles .added-filters-wrap .added-filters .filter-item span:hover{cursor:pointer}.legacy-styles .card.filter{display:none!important}.legacy-styles .gift-wrap{display:block;margin-top:20px;text-align:right;margin-bottom:20px}.product--out-of-stock .legacy-styles .gift-wrap{margin-bottom:0}@media (min-width: 576px){.legacy-styles .gift-wrap{margin-top:0}}.legacy-styles .gift-wrap .gift-product{display:inline-block;padding:1px 6px 2px;border:1px solid #cacccf;font-size:12px;position:relative;transition:border-color .6s ease}.legacy-styles .gift-wrap .gift-product:hover{border-color:#1e2129}.legacy-styles .gift-wrap .line-item-property__field{display:flex;align-items:center}.legacy-styles .gift-wrap #add-gift-wrapping-to-this-product{display:none}.legacy-styles .gift-wrap svg{margin:0 2px}.legacy-styles .gift-wrap .custom-check{border:1px solid #000;height:11px;width:11px;margin:0 5px;position:relative}.legacy-styles .gift-wrap .custom-check:before{content:"";position:absolute;width:8px;height:4px;left:1px;bottom:3px;border-bottom:1px solid #fff;border-left:1px solid #fff;transform:rotate(-50deg)}.legacy-styles .gift-wrap #add-gift-wrapping-to-this-product:checked+.custom-check{background-color:#000}@media (max-width: 576px){.legacy-styles .gift-wrap .gw-text{padding-top:3px}}.legacy-styles .gift-wrap p label{font-family:sans-serif}.legacy-styles .gift-wrap p label span{margin-top:1px;display:inline-block}.legacy-styles #header-cart-form .error{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:80%;color:red;text-align:center}@media (max-width: 500px){.legacy-styles .cart-open #main-header{top:0!important}.legacy-styles #header-cart-form .error{bottom:-45px}.legacy-styles p#out-of-stock-text{margin-top:0}}.legacy-styles #header-cart-form{height:100vh;overflow:auto;padding:25px;right:-100%;max-width:100%}@media (min-width: 768px){.legacy-styles #header-cart-form{max-width:449px;height:100%}}.legacy-styles #header-cart-form span.money-container{transition:opacity .45s ease-in}.legacy-styles #header-cart-form .empty-state{display:flex;flex-direction:column;justify-content:space-between;height:90vh}.legacy-styles #header-cart-form .empty-state .delivery{margin-bottom:20px;font-size:12px}.legacy-styles #header-cart-form .empty-state .empty-message{font-size:30px;color:#898989;text-align:center;line-height:35px}.legacy-styles #header-cart-form.open{right:0;display:block}.legacy-styles #header-cart-form .close-cart{width:15px;height:15px;align-self:flex-end;background:url(//bergbergstore.com/cdn/shop/t/19/assets/close.svg?v=63419607680205532001749142234);background-size:contain;position:absolute;right:25px;top:25px;cursor:pointer;z-index:999999}.legacy-styles #header-cart-form .close-cart:hover{cursor:pointer}.legacy-styles #header-cart-form .bag-top{padding-bottom:30px}.legacy-styles #header-cart-form .bag-top .delivery{margin-bottom:10px;font-size:12px}.legacy-styles #header-cart-form .bag-top input{font-size:12px}.legacy-styles #header-cart-form .item{position:relative;margin-bottom:50px;display:flex;font-size:14px}.legacy-styles #header-cart-form .item:after{content:"";clear:both;display:block}.legacy-styles #header-cart-form .item .image{width:188px;height:260px;background-position:50% 50%;background-size:cover}.legacy-styles #header-cart-form .item .image img{height:188px}.legacy-styles #header-cart-form .item .info{display:flex;flex-direction:column;justify-content:space-between;padding-left:17px;padding-top:5px;max-width:137px}@media (min-width: 768px){.legacy-styles #header-cart-form .item .info{max-width:210px;min-width:210px}}.legacy-styles #header-cart-form .item .info .color-gray{font-size:12px}.legacy-styles #header-cart-form .item .info .actions{width:100%;display:flex;flex-wrap:wrap}.legacy-styles #header-cart-form .item .info .actions .qty{width:100%;position:relative;margin-bottom:10px}@media (min-width: 768px){.legacy-styles #header-cart-form .item .info .actions .qty{width:50%;margin-bottom:0}}.legacy-styles #header-cart-form .item .info .actions .qty .plus,.legacy-styles #header-cart-form .item .info .actions .qty .minus{position:absolute;top:0;padding:10px 20px}.legacy-styles #header-cart-form .item .info .actions .qty .minus{left:-15px}.legacy-styles #header-cart-form .item .info .actions .qty .plus{left:45px}.legacy-styles #header-cart-form .item .info .actions .qty input[type=number]{pointer-events:none;margin-left:20px;height:20px;padding:0}.legacy-styles #header-cart-form .item .info .actions .price{width:100%}@media (min-width: 768px){.legacy-styles #header-cart-form .item .info .actions .price{width:50%}}.legacy-styles #header-cart-form .item .info .actions .price span{font-weight:400}.legacy-styles #header-cart-form .cart-continue-shopping{display:block;text-align:center;padding:10px;height:auto;margin-bottom:30px;transition:border-color .6s ease}.legacy-styles #header-cart-form .cart-continue-shopping:hover{border-color:#1e2129}.legacy-styles #header-cart-form .charged-in{font-style:italic;line-height:1.5;text-align:center;padding:0 10px;font-size:12px}.legacy-styles #pandectes-dsr-container{text-align:left}.legacy-styles #pandectes-dsr-container h3.pd-section-title{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px;margin-bottom:8px;margin-top:0}@media (min-width: 501px){.legacy-styles #pandectes-dsr-container h3.pd-section-title{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:30px;line-height:36px;margin-bottom:16px}}.legacy-styles #pandectes-dsr-container .pd-horizontal-menu{margin:20px 0}.legacy-styles #pandectes-dsr-container .pd-horizontal-menu>ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -15px}.legacy-styles #pandectes-dsr-container .pd-horizontal-menu>ul>li{padding:0;margin:0 15px;white-space:nowrap}.legacy-styles #pandectes-dsr-container .pd-horizontal-menu>ul>li>a{border-bottom-color:#ccc}.legacy-styles #pandectes-dsr-container .pd-horizontal-menu>ul>li>a:hover{border-bottom-color:#000}.legacy-styles #pandectes-dsr-container .pd-access-portability-table table{line-height:1;font-size:12px}.legacy-styles #pandectes-dsr-container .pd-access-portability-table caption{padding:10px}.legacy-styles #pandectes-dsr-container .pd-access-portability-table td,.legacy-styles #pandectes-dsr-container .pd-access-portability-table th{border:1px solid #ccc;padding:10px}.legacy-styles .featured-1 .container,.legacy-styles .featured-text-block .container,.legacy-styles .featured-3 .container{display:flex;flex-wrap:wrap}@media (min-width: 1025px){.legacy-styles .featured-1 .container,.legacy-styles .featured-text-block .container,.legacy-styles .featured-3 .container{flex-wrap:nowrap;justify-content:space-between;gap:51px}}.legacy-styles .featured-1 .container:before,.legacy-styles .featured-1 .container:after,.legacy-styles .featured-text-block .container:before,.legacy-styles .featured-text-block .container:after,.legacy-styles .featured-3 .container:before,.legacy-styles .featured-3 .container:after{content:unset}.legacy-styles .featured-1 .embed-responsive,.legacy-styles .featured-text-block .embed-responsive,.legacy-styles .featured-3 .embed-responsive{width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none}.legacy-styles .featured-1 .button_area,.legacy-styles .featured-text-block .button_area,.legacy-styles .featured-3 .button_area{height:23px;margin-bottom:-6px}@media (min-width: 1025px){.legacy-styles .featured-1 .button_area,.legacy-styles .featured-text-block .button_area,.legacy-styles .featured-3 .button_area{height:35px;margin-bottom:-10px}}.legacy-styles .featured-1 .text,.legacy-styles .featured-text-block .text,.legacy-styles .featured-3 .text{z-index:1;position:absolute;left:0;bottom:0;right:0;transform:unset;text-align:left;display:flex;justify-content:space-between;align-items:flex-end;top:unset;padding-left:30px;padding-bottom:30px;padding-right:30px}.legacy-styles .featured-1 .text h1,.legacy-styles .featured-1 .text h2,.legacy-styles .featured-1 .text h3,.legacy-styles .featured-1 .text h4,.legacy-styles .featured-1 .text h5,.legacy-styles .featured-1 .text h6,.legacy-styles .featured-text-block .text h1,.legacy-styles .featured-text-block .text h2,.legacy-styles .featured-text-block .text h3,.legacy-styles .featured-text-block .text h4,.legacy-styles .featured-text-block .text h5,.legacy-styles .featured-text-block .text h6,.legacy-styles .featured-3 .text h1,.legacy-styles .featured-3 .text h2,.legacy-styles .featured-3 .text h3,.legacy-styles .featured-3 .text h4,.legacy-styles .featured-3 .text h5,.legacy-styles .featured-3 .text h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px;letter-spacing:.1px;text-transform:uppercase;margin:0 0 -6px;max-width:160px}@media (min-width: 1025px){.legacy-styles .featured-1 .text h1,.legacy-styles .featured-1 .text h2,.legacy-styles .featured-1 .text h3,.legacy-styles .featured-1 .text h4,.legacy-styles .featured-1 .text h5,.legacy-styles .featured-1 .text h6,.legacy-styles .featured-text-block .text h1,.legacy-styles .featured-text-block .text h2,.legacy-styles .featured-text-block .text h3,.legacy-styles .featured-text-block .text h4,.legacy-styles .featured-text-block .text h5,.legacy-styles .featured-text-block .text h6,.legacy-styles .featured-3 .text h1,.legacy-styles .featured-3 .text h2,.legacy-styles .featured-3 .text h3,.legacy-styles .featured-3 .text h4,.legacy-styles .featured-3 .text h5,.legacy-styles .featured-3 .text h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:26px;line-height:35px;margin-bottom:-10px;letter-spacing:normal;width:100%;max-width:230px}}@media (min-width: 1025px){.legacy-styles .featured-1 .text,.legacy-styles .featured-text-block .text,.legacy-styles .featured-3 .text{padding-left:48px;padding-bottom:40px;padding-right:48px}}.legacy-styles .featured-1 .text .featured-1__button_area,.legacy-styles .featured-text-block .text .featured-1__button_area,.legacy-styles .featured-3 .text .featured-1__button_area{display:flex;align-items:center;margin-left:7px}.legacy-styles .featured-1 .text .featured-1__button_area svg,.legacy-styles .featured-text-block .text .featured-1__button_area svg,.legacy-styles .featured-3 .text .featured-1__button_area svg{width:8px;height:auto}@media (min-width: 1025px){.legacy-styles .featured-1 .text .featured-1__button_area svg,.legacy-styles .featured-text-block .text .featured-1__button_area svg,.legacy-styles .featured-3 .text .featured-1__button_area svg{width:15px}}.legacy-styles .featured-1 .text .featured-1__button_area .button,.legacy-styles .featured-text-block .text .featured-1__button_area .button,.legacy-styles .featured-3 .text .featured-1__button_area .button{padding:0;border-width:0;width:unset;height:unset;white-space:nowrap;margin:3px 7px 0 0;font-style:normal;font-weight:400;font-size:12px;line-height:12px;letter-spacing:.25px;text-transform:uppercase}@media (min-width: 1025px){.legacy-styles .featured-1 .text .featured-1__button_area .button,.legacy-styles .featured-text-block .text .featured-1__button_area .button,.legacy-styles .featured-3 .text .featured-1__button_area .button{font-size:19px;line-height:12px;letter-spacing:.25px;text-transform:uppercase;margin:7px 7px 0 0}}.legacy-styles .featured-1 .right,.legacy-styles .featured-1 .left,.legacy-styles .featured-text-block .right,.legacy-styles .featured-text-block .left,.legacy-styles .featured-3 .right,.legacy-styles .featured-3 .left{overflow:hidden}.legacy-styles .featured-1 .right a,.legacy-styles .featured-1 .left a,.legacy-styles .featured-text-block .right a,.legacy-styles .featured-text-block .left a,.legacy-styles .featured-3 .right a,.legacy-styles .featured-3 .left a{aspect-ratio:4/5;-webkit-aspect-ratio:4/5;width:100%}.legacy-styles .featured-1 img,.legacy-styles .featured-text-block img,.legacy-styles .featured-3 img{aspect-ratio:4/5;-webkit-aspect-ratio:4/5;object-fit:cover;width:100%;transform:scale(1.004)}.legacy-styles .featured-1 .left{display:flex;float:unset;background-color:#eee}@media (min-width: 1025px){.legacy-styles .featured-1 .left .embed-responsive iframe{width:150%;height:150%;left:50%;top:50%;transform:translate(-50%,-50%)}.legacy-styles .featured-1 .left a{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;aspect-ratio:unset}}.legacy-styles .featured-1 .left .lazy-image{padding-top:81%}.legacy-styles .featured-1 .right{align-items:stretch;display:flex;float:unset;background-color:#eee}.legacy-styles .featured-1 .right a{position:relative;width:100%}.legacy-styles .featured-1 .right .lazy-image{padding-top:118%}.legacy-styles .featured-1 .right .featured__video--mobile:before{content:"";display:block;width:100%;padding-top:125%}.legacy-styles .featured-2{position:relative;background-size:100%;background-position:0 0;background-repeat:no-repeat}@media (min-width: 500px){.legacy-styles .featured-2{background-position:center center}}.legacy-styles .featured-2 .image-container{position:absolute;left:0;right:0;bottom:unset;content:"";width:100%;left:50%;top:0;transform:translate(-50%);background-size:100%;background-position:center;aspect-ratio:320/268}@media (min-width: 500px){.legacy-styles .featured-2 .image-container{aspect-ratio:1440/901;max-width:1440px}}@media (min-width: 1441px){.legacy-styles .featured-2 .image-container{aspect-ratio:unset;max-width:100%;height:901px}}.legacy-styles .featured-2 .container{padding:0;height:unset;width:100%;max-width:1440px;aspect-ratio:320/268}@media (min-width: 500px){.legacy-styles .featured-2 .container{aspect-ratio:1440/901}}.legacy-styles .featured-2 .container:before,.legacy-styles .featured-2 .container:after{content:unset}.legacy-styles .featured-2 .embed-responsive{-webkit-user-select:none;user-select:none;pointer-events:none}.legacy-styles .featured-2 .left{width:46.67%;float:left;margin-right:97px}.legacy-styles .featured-2 .left a{width:100%}.legacy-styles .featured-2 .left .lazy-image{padding-top:118%}.legacy-styles .featured-2 .left img{max-width:100%;aspect-ratio:4/5;-webkit-aspect-ratio:4/5;object-fit:cover;top:-72px;position:relative}.legacy-styles .featured-2 .right{width:34.51%;float:left;position:relative;padding-top:106px}.legacy-styles .featured-2 .right h1{margin-top:20px}.legacy-styles .featured-2 .right a{width:100%}.legacy-styles .featured-2 .right .lazy-image{padding-top:131%}.legacy-styles .featured-2 .right img{max-width:100%;aspect-ratio:4/5;-webkit-aspect-ratio:4/5;object-fit:cover;position:relative;bottom:-109px}@media (min-width: 768px){.legacy-styles .featured-2 .button_area,.legacy-styles .featured-2 .button_area .button{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:16px;line-height:19px}.legacy-styles .featured-2 .button_area{margin-top:24px}}.legacy-styles .featured-2 .featured-2__button-area{margin-left:0;margin-top:14px}@media (max-width: 1024px){.legacy-styles .featured-2 .left,.legacy-styles .featured-2 .right{width:auto;float:none}.legacy-styles .featured-2 .left{margin-left:20%;margin-right:20%;position:relative;text-align:center}.legacy-styles .featured-2 .left img{top:-40px}.legacy-styles .featured-2 .right{background:#fff;padding-top:5px;padding-bottom:20px;margin-left:20%;margin-right:20%}.legacy-styles .featured-2 .right h1{margin-top:0}.legacy-styles .featured-2 .right img{display:none}.legacy-styles .featured-2 .right .text{position:relative;z-index:5}.legacy-styles .featured-2 .right .text h1,.legacy-styles .featured-2 .right .text h2,.legacy-styles .featured-2 .right .text h3,.legacy-styles .featured-2 .right .text h4,.legacy-styles .featured-2 .right .text h5,.legacy-styles .featured-2 .right .text h6{margin-top:0}.legacy-styles .featured-2 .right:before{content:"";background:#fff;position:absolute;left:-300px;top:0;height:100%;width:500%;z-index:1}}@media (max-width: 500px){.legacy-styles .featured-2 .left{margin-left:40px;margin-right:40px}.legacy-styles .featured-2 .right{padding-left:40px;padding-right:40px;margin-left:0;margin-right:0}}.legacy-styles #wrap .featured-3 a:not(.button),.legacy-styles #wrap .featured-text-block a:not(.button){border-bottom:none}.legacy-styles .featured-text-block,.legacy-styles .featured-3{text-align:center;color:#fff}.legacy-styles .featured-text-block .container,.legacy-styles .featured-3 .container{padding-left:51px;padding-right:51px}.legacy-styles .featured-text-block .left,.legacy-styles .featured-text-block .right,.legacy-styles .featured-3 .left,.legacy-styles .featured-3 .right{position:relative}.legacy-styles .featured-text-block .left,.legacy-styles .featured-3 .left{width:39.09%;float:left;margin-bottom:0}.legacy-styles .featured-text-block .right,.legacy-styles .featured-3 .right{width:57.03%;float:right}.legacy-styles .featured-text-block img,.legacy-styles .featured-3 img{max-width:100%}@media (max-width: 1024px){.legacy-styles .featured-text-block .container,.legacy-styles .featured-3 .container{padding:0 70px}.legacy-styles .featured-text-block .left,.legacy-styles .featured-text-block .right,.legacy-styles .featured-3 .left,.legacy-styles .featured-3 .right{width:auto;float:none}.legacy-styles .featured-text-block .left,.legacy-styles .featured-3 .left{margin-bottom:30px}.legacy-styles .featured-text-block .text,.legacy-styles .featured-3 .text{width:100%}}@media (max-width: 500px){.legacy-styles .featured-text-block .container,.legacy-styles .featured-3 .container{padding:0}}@media (max-width: 768px){.legacy-styles .featured-text-block .left,.legacy-styles .featured-text-block .right,.legacy-styles .featured-3 .left,.legacy-styles .featured-3 .right,.legacy-styles .featured-text-block img,.legacy-styles .featured-3 img{width:100%}.legacy-styles .featured-text-block .left>a,.legacy-styles .featured-text-block .right>a,.legacy-styles .featured-3 .left>a,.legacy-styles .featured-3 .right>a{display:block}}.legacy-styles .featured-text-block .right,.legacy-styles .featured-3 .right{display:flex;float:unset;background-color:#eee}@media (min-width: 1025px){.legacy-styles .featured-text-block .right .embed-responsive iframe,.legacy-styles .featured-3 .right .embed-responsive iframe{width:150%;height:150%;left:50%;top:50%;transform:translate(-50%,-50%)}.legacy-styles .featured-text-block .right a,.legacy-styles .featured-3 .right a{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;aspect-ratio:unset}}.legacy-styles .featured-text-block .right .lazy-image,.legacy-styles .featured-3 .right .lazy-image{padding-top:81%}.legacy-styles .featured-text-block .left,.legacy-styles .featured-3 .left{display:flex;float:unset;background-color:#eee}.legacy-styles .featured-text-block .left a,.legacy-styles .featured-3 .left a{width:100%}.legacy-styles .featured-text-block .left .lazy-image,.legacy-styles .featured-3 .left .lazy-image{padding-top:118%}.legacy-styles #wrap .featured-4 a:not(.button){border-bottom:none}.legacy-styles .featured-4 a{width:100%;display:block;position:relative}.legacy-styles .featured-4 img{object-fit:cover;max-width:100%}.legacy-styles .featured-4 a,.legacy-styles .featured-4 img{aspect-ratio:4/5;-webkit-aspect-ratio:4/5}.legacy-styles .featured-4 .featured-4__video-mobile:before{content:"";display:block;width:100%;padding-top:125%}.legacy-styles .featured-4 h1,.legacy-styles .featured-4 h2,.legacy-styles .featured-4 h3,.legacy-styles .featured-4 h4,.legacy-styles .featured-4 h5,.legacy-styles .featured-4 h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px;text-transform:uppercase;margin:0}@media (min-width: 1025px){.legacy-styles .featured-4 h1,.legacy-styles .featured-4 h2,.legacy-styles .featured-4 h3,.legacy-styles .featured-4 h4,.legacy-styles .featured-4 h5,.legacy-styles .featured-4 h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:26px;line-height:35px;letter-spacing:normal}}.legacy-styles .featured-4 .container{position:relative;text-align:center;color:#fff;padding-left:0;padding-right:0}@media (min-width: 501px){.legacy-styles .featured-4 .container{padding-left:70px;padding-right:70px}}@media (min-width: 1025px){.legacy-styles .featured-4 .container{padding-left:51px;padding-right:51px}}.legacy-styles .featured-4 .container:before,.legacy-styles .featured-4 .container:after{position:absolute;left:0;background:#fff;top:0;bottom:0;height:100%;z-index:1;width:0}@media (min-width: 501px){.legacy-styles .featured-4 .container:before,.legacy-styles .featured-4 .container:after{width:70px}}@media (min-width: 1025px){.legacy-styles .featured-4 .container:before,.legacy-styles .featured-4 .container:after{width:51px}}.legacy-styles .featured-4 .container:before{left:auto;right:0}.legacy-styles .featured-4 .text{z-index:1}@media (max-width: 1024px){.legacy-styles .featured-4 .text{width:100%}}.legacy-styles .featured-4 .featured-4__video-background{overflow:hidden}.legacy-styles .featured-4 .featured-4__video-background .embed-responsive iframe{width:100%;height:100%}.legacy-styles .featured-4 .featured-4__video-background,.legacy-styles .featured-4 .featured-4__video-background .embed-responsive{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none}@media (min-width: 1025px){.legacy-styles .featured-4 a,.legacy-styles .featured-4 img{aspect-ratio:1.685138539}.legacy-styles .featured-4 .featured-4__video-background .embed-responsive{width:100%;height:170%;left:50%;top:50%;transform:translate(-50%,-50%)}}.legacy-styles .featured-4 .featured-4__button-area.button_area{margin-top:10px}@media (min-width: 1025px){.legacy-styles .featured-4 .featured-4__button-area.button_area{margin-top:24px}}@media (min-width: 1025px){.legacy-styles .featured-4 .featured-4__video-background .embed-responsive iframe{height:100%}.legacy-styles .featured-4 .featured-4__video-background .embed-responsive{aspect-ratio:1.685138539;height:100%}.legacy-styles .featured-4 a,.legacy-styles .featured-4 img{aspect-ratio:1.685138539;width:100%}}@media (min-width: 1025px){.legacy-styles #wrap .featured-4 a:not(.button){display:block;overflow:hidden;aspect-ratio:1.685138539}}.legacy-styles .featured-text-block img{aspect-ratio:5/6;object-fit:cover;width:100%}@media (max-width: 1024px){.legacy-styles .featured-text-block img{aspect-ratio:4/5;-webkit-aspect-ratio:4/5}}.legacy-styles .featured-text-block .left a{aspect-ratio:5/6;width:100%}@media (max-width: 1024px){.legacy-styles .featured-text-block .left a{aspect-ratio:4/5;-webkit-aspect-ratio:4/5}}@media (max-width: 1024px){.legacy-styles .featured-text-block .left{margin-bottom:30px}}.legacy-styles .featured-text-block .right{margin-bottom:0}.legacy-styles .featured-text-block .right a{width:100%}@media (max-width: 1024px){.legacy-styles .featured-text-block .right a{aspect-ratio:unset}}.legacy-styles .featured-text-block .right .text{position:unset;padding:35px 27px;display:block}@media (min-width: 1025px){.legacy-styles .featured-text-block .right .text{position:absolute;padding:35px 48px}}@media (min-width: 1200px){.legacy-styles .featured-text-block .right .text{padding-right:28%;padding-top:0;padding-bottom:48px}}.legacy-styles .featured-text-block .right .text h2{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px;color:#000;max-width:unset;margin-bottom:8px;text-transform:unset}@media (min-width: 1025px){.legacy-styles .featured-text-block .right .text h2{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:30px;line-height:36px;margin-bottom:24px}}.legacy-styles .featured-text-block .right .text p{font-style:normal;font-weight:400;font-size:13px;line-height:24px;-webkit-font-smoothing:initial}@media (min-width: 1025px){.legacy-styles .featured-text-block .right .text p{font-style:normal;font-weight:400;font-size:19px;line-height:30px;-webkit-font-smoothing:initial}}.legacy-styles .featured-text-block .right .text button{margin-top:24px}.legacy-styles .featured-text-block .featured-text-block__content--button{display:flex;justify-content:center;align-items:center;height:45px;text-transform:uppercase;color:#fff;border:none;transition:background-color .3s ease;background-color:transparent;color:#1e2129;border:1px solid #1e2129;padding:0 39px;margin-top:24px;width:max-content}.legacy-styles .featured-text-block .featured-text-block__content--button>span{padding-top:3px}@media (min-width: 1024px){.legacy-styles .featured-text-block .featured-text-block__content--button{margin-top:32px}}.legacy-styles .section--area{margin-top:0;margin-bottom:0}.legacy-styles .section--area.section--margin-bottom{margin-top:0;margin-bottom:30px}@media (min-width: 1025px){.legacy-styles .section--area.section--margin-bottom{margin-top:0;margin-bottom:60px}}.legacy-styles .featured-2{margin-top:40px;margin-bottom:0}@media (min-width: 1025px){.legacy-styles .featured-2{margin-top:72px;margin-bottom:30px}}.legacy-styles .featured-2.section--area.section--margin-bottom{margin-top:40px;margin-bottom:30px}@media (min-width: 1025px){.legacy-styles .featured-2.section--area.section--margin-bottom{margin-top:72px;margin-bottom:169px}}.legacy-styles .shopify-section{display:flex;flex-direction:column}.legacy-styles .full-image{margin-bottom:6%;position:relative}.legacy-styles .full-image img{max-width:100%;width:100%}.legacy-styles .full-image .text.white-text,.legacy-styles .full-image .text.white-text a{color:#fff;border-bottom-color:#fff3}.legacy-styles .full-image .text{position:absolute;bottom:20px;left:20px}.legacy-styles .full-image .text strong{font-size:9px}.legacy-styles .full-image .text .links{margin-left:-5px}.legacy-styles .full-image .text .links a{margin:5px 5px 5px 0;text-transform:lowercase;text-transform:uppercase}.legacy-styles .full-image .text .links a[href=""]{display:none}.legacy-styles .full-image.lookbook{margin:0}@media (max-width: 500px){.legacy-styles .full-image .text{position:relative;bottom:auto;left:auto;padding:30px 30px 0}.legacy-styles .full-image .text .links{display:flex;flex-direction:column;line-height:30px}.legacy-styles .full-image .text .links:after{content:"";clear:both;display:block}.legacy-styles .full-image .text .links a{display:block;float:left;padding-bottom:0;line-height:18px;margin-bottom:5px;margin-top:5px}.legacy-styles .full-image .text .links a:only-child,.legacy-styles .full-image .text .links a:last-child{margin-bottom:0;margin-top:0}.legacy-styles .full-image .text.white-text,.legacy-styles .full-image .text.white-text a{color:#000}}.legacy-styles .full-image{position:relative;aspect-ratio:4/5;-webkit-aspect-ratio:4/5}.legacy-styles .full-image img,.legacy-styles .full-image .ratio{aspect-ratio:4/5;-webkit-aspect-ratio:4/5;width:100%}.legacy-styles .full-image img:before,.legacy-styles .full-image .ratio:before{content:unset}.legacy-styles .full-image img{object-fit:cover}.legacy-styles .full-image .full-image__video-background{overflow:hidden}.legacy-styles .full-image .full-image__video-background,.legacy-styles .full-image .full-image__video-background .embed-responsive{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none}@media (min-width: 501px){.legacy-styles .full-image,.legacy-styles .full-image img,.legacy-styles .full-image .ratio{aspect-ratio:16/9}.legacy-styles .full-image .full-image__video-background .embed-responsive{width:100%;height:170%;left:50%;top:50%;transform:translate(-50%,-50%)}}.legacy-styles .richpage .margin-bottom-none{margin-bottom:0}.legacy-styles .richpage .margin-bottom-small{margin-bottom:16px}@media (min-width: 992px){.legacy-styles .richpage .margin-bottom-small{margin-bottom:32px}}.legacy-styles .richpage .margin-bottom-medium{margin-bottom:32px}@media (min-width: 992px){.legacy-styles .richpage .margin-bottom-medium{margin-bottom:64px}}.legacy-styles .richpage .margin-bottom-large{margin-bottom:48px}@media (min-width: 992px){.legacy-styles .richpage .margin-bottom-large{margin-bottom:96px}}@media (min-width: 501px){.legacy-styles .klaviyo_styling .klaviyo_form_actions{display:flex}}.legacy-styles #email_signup button.klaviyo_submit_button{margin:0}.legacy-styles #email_signup .klaviyo_field_group{float:unset;display:flex;flex-direction:column;margin:0}.legacy-styles .newsletter-signup #email_signup{display:flex;justify-content:center;align-items:flex-end;flex-direction:column}@media (min-width: 501px){.legacy-styles .newsletter-signup #email_signup{flex-direction:row}}.legacy-styles .split-banner-right .container:after,.legacy-styles .split-banner-right .container:before,.legacy-styles .split-banner-left .container:after,.legacy-styles .split-banner-left .container:before{content:unset}.legacy-styles .split-banner-right .container,.legacy-styles .split-banner-left .container{display:flex}.legacy-styles .split-banner__text-column h3{margin-top:0}@media (max-width: 500px){.legacy-styles .split-banner-left.two-columns div.text,.legacy-styles .split-banner-right.two-columns div.text{padding:0;margin:0}.legacy-styles .split-banner-left .container,.legacy-styles .split-banner-right .container{flex-direction:column;flex-direction:column-reverse}.legacy-styles .split-banner-left.two-columns h3{margin-top:38px}.legacy-styles .split-banner-right.two-columns p{margin-bottom:38px}}@media (min-width: 501px){.legacy-styles .split-banner__text-column{display:flex;justify-content:center;align-items:center}.legacy-styles .split-banner-right.two-columns div.text,.legacy-styles .split-banner-left.two-columns div.text{margin-top:0}}.legacy-styles .quote__block .quote__block--inner{position:relative}.legacy-styles .quote__block .quote__block-epigraph{font-weight:400;font-style:normal;font-size:10px;line-height:15px;letter-spacing:.25px;text-transform:uppercase;color:#1e2129;-webkit-font-smoothing:initial}@media (min-width: 768px){.legacy-styles .quote__block .quote__block-epigraph{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px}}.legacy-styles .quote__block .quote__block-content{width:100%;padding:40px 30px;margin:0 auto}@media (min-width: 768px){.legacy-styles .quote__block .quote__block-content{padding:88px 40px}}@media (min-width: 1040px){.legacy-styles .quote__block .quote__block-content{max-width:958px;padding:88px 0}}.legacy-styles .quote__block .quote__block-content p{margin:24px auto 0}@media (min-width: 768px){.legacy-styles .quote__block .quote__block-content p{margin-top:20px;max-width:100%}}.legacy-styles section.content blockquote p{font-style:normal;font-weight:400;font-size:24px;line-height:40px;letter-spacing:.01em;-webkit-font-smoothing:initial}@media (min-width: 768px){.legacy-styles section.content blockquote p{font-size:40px;line-height:70px}}.legacy-styles .richpage h3{margin-top:0}.legacy-styles .product-list{background-color:#e5e0db;padding-top:24px;padding-bottom:24px;display:flex;flex-direction:column}.legacy-styles .product-list h3{width:100%;padding-left:27px;padding-right:27px;text-align:left;margin-bottom:22px;margin-top:0;font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px}@media (min-width: 768px){.legacy-styles .product-list h3{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:30px;line-height:36px}}@media (min-width: 768px){.legacy-styles .product-list{padding-top:30px;padding-bottom:30px}}@media (min-width: 992px){.legacy-styles .product-list h3{margin-left:auto;margin-right:auto;margin-bottom:30px}}@media (min-width: 1025px){.legacy-styles .product-list h3{padding-left:45px;padding-right:48px}}.legacy-styles .product-list .product-list__products{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;grid-row-gap:35px}@media (min-width: 992px){.legacy-styles .product-list .product-list__products{grid-template-columns:1fr 1fr 1fr 1fr;grid-row-gap:6px}}.legacy-styles .product-list a:not(.button){border:0}.legacy-styles .product-list .product-list__product{width:100%!important}.legacy-styles .product-list .product-list__product p{padding-left:39px;padding-right:39px}.legacy-styles .product-list .product-list__product img{max-width:100%;height:auto;border:0}.legacy-styles .product-list .product-list__product .product-list__product--info{font-size:12px;padding-left:30px;padding-right:30px;margin-top:15px;line-height:19px}@media (min-width: 992px){.legacy-styles .product-list .product-list__product .product-list__product--info{margin-top:24px}}.legacy-styles .product-list .product-list__product:last-of-type{margin-right:0}.legacy-styles .product-list .sale-price.money,.legacy-styles .product-list .old-price.money{display:inline}.legacy-styles .product-list .old-price.money{color:#1e2129}.legacy-styles .product-list a.product-list__button{font-family:Reader Regular,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:300;letter-spacing:.25px;text-transform:uppercase;-webkit-font-smoothing:initial;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#1e2129;transition:background-color .3s ease;border-radius:0!important;margin-top:25px!important;padding:0 25px;border:1px solid #1e2129!important;margin-left:auto;margin-right:auto;max-width:calc(100% - 60px);min-height:45px;min-width:166px}@media (min-width: 1025px){.legacy-styles .product-list a.product-list__button:hover{background-color:transparent;color:#1e2129;border:1px solid #1e2129;text-decoration:none}}.legacy-styles .product-list a.product-list__button span{display:flex;width:100%;height:100%;justify-content:center;align-items:center;font-weight:300;padding-top:3px}.legacy-styles .product-list .slick-dots{top:-45px;bottom:auto}.legacy-styles .product-list .slick-dots li{margin:0}.legacy-styles .product-list .slick-dots li button:before{color:#eee;opacity:1;font-size:15px}.legacy-styles .product-list .slick-dots li.slick-active button:before{color:#1e2129;opacity:1}.legacy-styles .product-list .carousel a{border-bottom:none;width:100%}.legacy-styles #wrap .stories a:not(.button){border-bottom:none}.legacy-styles #wrap .stories a{display:block}.legacy-styles #wrap .stories a.button{display:inline-block}.legacy-styles .stories{margin-bottom:70px}.legacy-styles .stories .container{padding:0 50px}.legacy-styles .stories .row{margin-right:-20px;margin-left:-20px}.legacy-styles .stories .col-md-4{margin-bottom:40px;padding-left:20px;padding-right:20px}.legacy-styles .stories .text{width:100%;text-align:center}.legacy-styles .stories h2{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:26px;line-height:35px;color:#fff;max-width:90%;margin:10px auto}.legacy-styles .story-nav{margin-bottom:10%;margin-top:60px}.legacy-styles .story-nav .container:before{content:"";width:100%;height:1px;border-top:1px solid #1e2129;padding-bottom:32px}.legacy-styles .story-nav .left{float:left;width:50%}.legacy-styles .story-nav .left span{padding-left:15px}.legacy-styles .story-nav .right{float:right;width:50%;text-align:right}.legacy-styles .story-nav .right span{padding-right:20px}@media (max-width: 768px){.legacy-styles .story-nav .container{padding:0 52px}.legacy-styles .stories{margin-bottom:70px}.legacy-styles .stories .container{width:auto}.legacy-styles .stories .row{margin:0;display:flex;flex-flow:row wrap}.legacy-styles .stories .row:before{display:none}.legacy-styles .stories .container,.legacy-styles .stories .col-md-4{padding:0;margin-bottom:0;float:none;display:block}}@media (max-width: 768px) and (min-width: 501px){.legacy-styles .stories .col-md-4:nth-child(odd):before{content:"";width:1px;height:100%;position:absolute;top:0;right:0;background:#fff}.legacy-styles .stories .col-md-4{margin-bottom:1px}}@media (max-width: 500px){.legacy-styles .story-nav .container:before{padding-bottom:20px}.legacy-styles .story-nav span{display:none}.legacy-styles .stories .col-md-4{width:auto;float:none;text-align:center;margin-bottom:1px}}@media (max-width: 1024px){.legacy-styles .story-nav .container{padding:0}}@media (max-width: 500px){.legacy-styles .story-nav .container{padding-left:30px;padding-right:30px}}.legacy-styles .text-block{padding-top:30px;padding-bottom:30px}@media (min-width: 501px){.legacy-styles .text-block{padding-top:60px;padding-bottom:60px}}.legacy-styles .text-block h3{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:19px;line-height:23px;margin-bottom:8px;margin-top:0}@media (min-width: 501px){.legacy-styles .text-block h3{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:30px;line-height:36px;margin-bottom:16px}}.legacy-styles .text-block .container{display:grid;margin-left:auto;margin-right:auto;grid-template-columns:repeat(var(--grid-columns, 12),minmax(0,1fr));column-gap:24px;padding-left:0;padding-right:0}.legacy-styles .text-block .container:after,.legacy-styles .text-block .container:before{content:unset}@media (min-width: 501px){.legacy-styles .text-block .container{padding-left:70px;padding-right:70px}}@media (min-width: 1025px){.legacy-styles .text-block .container{padding-left:51px;padding-right:51px}}.legacy-styles .text-block .text-block__content{display:flex;flex-direction:column}.legacy-styles .text-block .text-block__content.text-block__content--flex-start,.legacy-styles .text-block .text-block__content.text-block__content--center,.legacy-styles .text-block .text-block__content.text-block__content--flex-end{grid-column:2/span 10}.legacy-styles .text-block .text-block__content.text-block__content--flex-start{align-items:flex-start}.legacy-styles .text-block .text-block__content.text-block__content--flex-start h3,.legacy-styles .text-block .text-block__content.text-block__content--flex-start .text-block__content--text,.legacy-styles .text-block .text-block__content.text-block__content--flex-start .text-block__content--button{text-align:left}@media (min-width: 501px){.legacy-styles .text-block .text-block__content.text-block__content--flex-start{grid-column:3/span 6}}.legacy-styles .text-block .text-block__content.text-block__content--center{align-items:center}.legacy-styles .text-block .text-block__content.text-block__content--center h3,.legacy-styles .text-block .text-block__content.text-block__content--center .text-block__content--text,.legacy-styles .text-block .text-block__content.text-block__content--center .text-block__content--button{text-align:center}@media (min-width: 501px){.legacy-styles .text-block .text-block__content.text-block__content--center{grid-column:4/span 6}}.legacy-styles .text-block .text-block__content.text-block__content--flex-end{align-items:flex-end}.legacy-styles .text-block .text-block__content.text-block__content--flex-end h3,.legacy-styles .text-block .text-block__content.text-block__content--flex-end .text-block__content--text,.legacy-styles .text-block .text-block__content.text-block__content--flex-end .text-block__content--button{text-align:right}@media (min-width: 501px){.legacy-styles .text-block .text-block__content.text-block__content--flex-end{grid-column:5/span 6}}.legacy-styles .text-block .text-block__content--text{font-style:normal;font-weight:400;font-size:13px;line-height:24px;-webkit-font-smoothing:initial}@media (min-width: 501px){.legacy-styles .text-block .text-block__content--text{font-style:normal;font-weight:400;font-size:19px;line-height:30px;-webkit-font-smoothing:initial}}.legacy-styles .text-block .text-block__content--text p{margin:unset}.legacy-styles .text-block .text-block__content--button{font-family:Reader Regular,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:45px;text-transform:uppercase;color:#fff;border:none;transition:background-color .3s ease;background-color:transparent;color:#1e2129;border:1px solid #1e2129;padding:0 39px;margin-top:24px;width:max-content}.legacy-styles .text-block .text-block__content--button>span{padding-top:3px}@media (min-width: 1025px){.legacy-styles .text-block .text-block__content--button{margin-top:32px}}.legacy-styles .template-collection .card a{width:100%}.legacy-styles .template-collection .tempimage{width:100%;min-height:186px}@media (min-width: 768px){.legacy-styles .template-collection .tempimage{min-height:324px}}.legacy-styles .template-collection .tempimage .lazy-image{padding-top:139%}@media (min-width: 769px){.legacy-styles .template-collection select{opacity:0}}.legacy-styles .intro{text-align:center;margin-top:6%;margin-bottom:6%}.legacy-styles .intro .container{width:100%;max-width:770px;margin:0 auto;padding:0}.legacy-styles .intro .container h1,.legacy-styles .intro .container h2,.legacy-styles .intro .container h3,.legacy-styles .intro .container h4,.legacy-styles .intro .container h5,.legacy-styles .intro .container h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:26px;line-height:35px;letter-spacing:.1px;margin:0 0 25px}@media (min-width: 501px){.legacy-styles .intro .container h1,.legacy-styles .intro .container h2,.legacy-styles .intro .container h3,.legacy-styles .intro .container h4,.legacy-styles .intro .container h5,.legacy-styles .intro .container h6{font-style:normal;font-weight:400;-webkit-font-smoothing:initial;font-size:36px;line-height:46px;letter-spacing:normal}}.legacy-styles .intro-text{margin-top:6%;margin-bottom:150px;text-align:center}@media (max-width: 768px){.legacy-styles .intro .container{padding:0 84px}}@media (max-width: 500px){.legacy-styles .intro .container{padding-left:30px;padding-right:30px}.legacy-styles .intro{margin-top:0;margin-bottom:50px}.legacy-styles .intro-text{margin-top:50px;margin-bottom:110px}.legacy-styles .intro-text .container{padding:0 50px}.legacy-styles .intro-text h2{margin-bottom:20px}}.legacy-styles .stories img{min-height:360px;aspect-ratio:4/5;-webkit-aspect-ratio:4/5;object-fit:cover}.legacy-styles .pswp--zoom-allowed .pswp__img,.legacy-styles .pswp--animated-in .pswp__bg,.legacy-styles .pswp--animated-in .pswp__zoom-wrap{cursor:url(//bergbergstore.com/cdn/shop/t/19/assets/hover-zoom.svg?v=2717211100291021331749142234),auto!important}.legacy-styles .full-image.lookbook .lazy-image{padding-top:70%}.legacy-styles iframe[src="//localhost:3000/preview_bar"]{display:none}@media (min-width: 501px){.legacy-styles .main-content .shopify-section:first-of-type{margin-top:50px}}.legacy-styles .breadcrumbs{margin-top:16px;font-size:12px}.legacy-styles .large-serif-paragraph{margin-top:16px;font-size:18px;font-family:"ABC Arizona Flare, sans-serif";font-weight:400}:not(.legacy-styles) *{box-sizing:border-box!important}
