@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:rgba(0,0,0,.7);--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{align-items:center;backdrop-filter:var(--f-button-backdrop-filter);background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;overflow:hidden;padding:0;pointer-events:all;position:relative;transform:var(--f-button-transform);transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([aria-disabled]){background-color:var(--f-button-hover-bg,var(--f-button-bg));color:var(--f-button-hover-color,var(--f-button-color))}}.f-button:active:not([aria-disabled]){background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)));color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);opacity:var(--f-button-svg-opacity,1);pointer-events:none;transform:var(--f-button-svg-transform);transition:var(--f-button-svg-transition);width:var(--f-button-svg-width)}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child,[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child,[data-autoplay-action=toggle] svg g:first-child{display:flex}.has-autoplay [data-autoplay-action=toggle] svg g:first-child,[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-radius:var(--f-spinner-border-radius);border-top-color:var(--f-spinner-color-2);height:var(--f-spinner-height);left:50%;margin:0;padding:0;position:absolute;top:50%;translate:-50% -50%;width:var(--f-spinner-width)}@keyframes f-spinner{to{rotate:1turn}}.f-panzoom,.f-zoomable{align-items:center;display:flex;flex-direction:column;overflow:hidden;position:relative}.f-panzoom:after,.f-panzoom:before,.f-zoomable:after,.f-zoomable:before{content:"";display:block}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{aspect-ratio:unset!important;height:100%!important;left:0;margin:0!important;max-height:none!important;max-width:none!important;position:fixed;top:0;width:100%!important;z-index:9999}.f-panzoom__wrapper{max-height:100%;max-width:100%;min-height:0;min-width:0;position:relative}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;max-height:100%;max-width:100%;min-height:0;min-width:0}.f-panzoom__content.has-lazyerror,.f-panzoom__content.is-lazyloading{visibility:hidden}img.f-panzoom__content{height:auto;object-fit:contain;transition:none;user-select:none;vertical-align:top;width:auto}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{height:100%;object-fit:fill;width:100%}picture.f-panzoom__content img{height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none;vertical-align:top;width:100%}.f-panzoom__protected{inset:0;position:absolute;user-select:none;z-index:1}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.2) ease calc(var(--f-transition-duration, .2s)*.8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration,.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:var(--f-zoomInUp-opacity,0);transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0)}}.f-throwOutUp{animation:var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throwOutDown-y,150px),0)}}.has-gmap .f-html,.has-iframe .f-html,.has-pdf .f-html{height:100%;min-height:1px;overflow:visible;width:100%}.has-gmap .f-html,.has-pdf .f-html{padding:0}.f-html{background:var(--f-html-bg);box-sizing:border-box;color:var(--f-html-color,currentColor);margin:var(--f-html-margin,0);padding:var(--f-html-padding,2rem);position:relative}.is-loading>.f-html{opacity:0}.f-html.is-error{text-align:center}.f-iframe{border:0;display:block;height:100%;margin:0;width:100%}.f-caption{text-wrap:balance;align-self:center;background:var(--f-caption-bg);color:var(--f-caption-color);flex-shrink:0;line-height:var(--f-caption-line-height);font:var(--f-caption-font);margin:var(--f-caption-margin);max-height:calc(80vh - 100px);max-width:100%;overflow:auto;overflow-wrap:anywhere;padding:var(--f-caption-padding,16px 8px)}.has-html5video .f-html,.has-vimeo .f-html,.has-youtube .f-html{aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg,rgba(0,0,0,.9));height:100%;max-height:var(--f-video-height,540px);max-width:var(--f-video-width,960px);min-height:1px;overflow:visible;padding:0;width:100%}.f-html5video{background:transparent;border:0;display:block;height:100%;width:100%}.f-button.is-arrow{--f-button-width:var(--f-arrow-width,46px);--f-button-height:var(--f-arrow-height,46px);--f-button-svg-width:var(--f-arrow-svg-width,24px);--f-button-svg-height:var(--f-arrow-svg-height,24px);--f-button-svg-stroke-width:var(--f-arrow-svg-stroke-width,1.75);--f-button-border-radius:var(--f-arrow-border-radius,unset);--f-button-bg:var(--f-arrow-bg,transparent);--f-button-hover-bg:var(--f-arrow-hover-bg,var(--f-arrow-bg));--f-button-active-bg:var(--f-arrow-active-bg,var(--f-arrow-hover-bg));--f-button-shadow:var(--f-arrow-shadow);--f-button-color:var(--f-arrow-color);--f-button-hover-color:var(--f-arrow-hover-color,var(--f-arrow-color));--f-button-active-color:var( --f-arrow-active-color,var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-next,.f-button.is-arrow.is-prev{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-next,.is-horizontal .f-button.is-arrow.is-prev{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos,0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos,0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{bottom:auto;left:50%;right:auto;top:var(--f-arrow-pos,0);transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{bottom:var(--f-arrow-pos,0);left:50%;right:auto;top:auto;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-next svg,.is-vertical .f-button.is-arrow.is-prev svg{transform:rotate(90deg)}.f-carousel__toolbar{-webkit-font-smoothing:subpixel-antialiased;backdrop-filter:var(--f-toolbar-backdrop-filter);background:var(--f-toolbar-bg,none);box-shadow:var(--f-toolbar-shadow,none);color:var(--f-toolbar-color,currentColor);display:grid;font-family:var(--f-toolbar-font,-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif);font-size:var(--f-toolbar-font-size,17px);font-variant-numeric:tabular-nums;font-weight:var(--f-toolbar-font-weight,inherit);grid-template-columns:1fr auto 1fr;line-height:var(--f-toolbar-line-height);margin:var(--f-toolbar-margin,0);padding:var(--f-toolbar-padding,8px);pointer-events:none;position:relative;text-align:center;text-shadow:var(--f-toolbar-text-shadow);white-space:nowrap;z-index:20}.f-carousel__toolbar.is-absolute{left:0;position:absolute;right:0;top:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--f-toolbar-gap,0)}.f-carousel__toolbar__column.is-left{display:flex;justify-content:flex-start;justify-self:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;flex-flow:nowrap;justify-content:flex-end;justify-self:flex-end}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius);cursor:default;display:flex;flex-direction:row;line-height:var(--f-counter-line-height);margin:var(--f-counter-margin,0);padding:var(--f-counter-padding,4px);position:relative;user-select:none}.f-counter span{padding:0 var(--f-counter-gap,4px)}:root{--f-thumbs-gap:8px;--f-thumbs-margin:0;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:transparent;--f-thumbs-transition:max-height .3s ease,max-width .3s ease,padding .3s ease;--f-thumbs-z-index:1;--f-thumbs-viewport-padding-x:0px;--f-thumbs-viewport-padding-y:0px;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease,transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-shadow:none;--f-thumb-bg:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.05));--f-thumb-focus-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;--f-thumb-border-transition:all .1s ease;--f-thumb-img-width:100%;--f-thumb-img-height:100%;--f-thumb-img-fit:cover;--f-thumb-img-position:50% 20%}.f-thumbs{--f-carousel-slide-width:var(--f-thumb-width);--f-carousel-slide-height:var(--f-thumb-height);--f-carousel-gap:var(--f-thumbs-gap);-webkit-tap-highlight-color:transparent;background:var(--f-thumbs-bg);box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);overflow:hidden;padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);position:relative;transition:var(--f-thumbs-transition);user-select:none;z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y)*2)}.f-thumbs.is-horizontal.is-hidden{--f-thumbs-padding-y:0;max-height:0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)*2)}.f-thumbs.is-vertical.is-hidden{--f-thumbs-padding-x:0;max-width:0}.f-thumbs.is-scrollable.is-hidden{--f-thumbs-padding-y:0;max-height:0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{border-radius:inherit;color:transparent;display:block;height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;width:var(--f-thumb-img-width)}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{display:grid;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x)}.f-thumbs__slide,.f-thumbs__viewport{box-sizing:border-box;overflow:visible}.f-thumbs__slide{align-items:center;cursor:pointer;display:flex;flex-direction:column;grid-area:1/1;height:var(--f-carousel-slide-height);margin:0;padding:0;position:relative;width:var(--f-carousel-slide-width)}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity,1);transform:var(--f-thumb-hover-transform,none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border,none);box-shadow:var(--f-thumb-hover-shadow,var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;background:var(--f-thumb-bg);border-radius:var(--f-thumb-border-radius);display:block;height:100%;margin:auto;opacity:var(--f-thumb-opacity);outline:none;overflow:visible;padding:0;position:relative;transform:var(--f-thumb-transform);transition:var(--f-thumb-transition);width:100%}.f-thumbs__slide button:after{border:var(--f-thumb-border);border-radius:inherit;box-shadow:var(--f-thumb-shadow);content:"";inset:0;position:absolute;transition:var(--f-thumb-border-transition);z-index:1}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity,1);transform:var(--f-thumb-focus-transform,none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity,1);transform:var(--f-thumb-active-transform,none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border,none);box-shadow:var(--f-thumb-active-shadow,var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity,1);transform:var(--f-thumb-selected-transform,none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border,none);box-shadow:var(--f-thumb-selected-shadow,var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width:calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));--f-carousel-slide-height:var(--f-thumb-height);--f-carousel-gap:0;--width-diff:(var(--f-thumb-width) - var(--f-thumb-clip-width))}.f-thumbs.is-modern .f-thumbs__viewport{margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x))*-1);width:calc(100% + var(--f-carousel-slide-width)*2 + var(--f-thumbs-padding-x))}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff)*0.5)*var(--progress));--clip-path:inset(0 var(--clip-shift) round var(--f-thumb-border-radius,0));left:var(--shift,0);overflow:visible;padding:0;transition:left var(--f-transition-duration) var(--f-transition-easing);will-change:left}.f-thumbs.is-modern .f-thumbs__slide button{border:none;box-shadow:none;clip-path:var(--clip-path);display:block;margin-inline:50%;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease);width:var(--f-thumb-width)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{border:var(--f-thumb-focus-border,none);border-radius:inherit;bottom:0;box-shadow:var(--f-thumb-focus-shadow,none);content:"";left:var(--clip-shift);position:absolute;right:var(--clip-shift);top:0;transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);z-index:1}.f-thumbs.is-modern{--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;gap:var(--f-thumbs-gap);grid-auto-rows:var(--f-thumb-height);grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{cursor:pointer;display:block;grid-area:auto;height:var(--f-thumb-height);max-width:100%;outline:none;position:relative;width:var(--f-thumb-width)}:root{--f-progressbar-height:3px;--f-progressbar-color:var(--f-carousel-theme-color,#575ad6);--f-progressbar-opacity:1;--f-progressbar-z-index:30}.f-progressbar{animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear;background:var(--f-progressbar-color);height:var(--f-progressbar-height);left:0;opacity:var(--f-progressbar-opacity);pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;user-select:none;z-index:var(--f-progressbar-z-index)}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height:100%;--f-progressbar-opacity:.2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-height:0!important;min-width:0!important}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__dialog{background:transparent;border:0;height:100vh;inset:0;margin:0;max-height:unset;max-width:unset;overflow:hidden;overscroll-behavior:contain;padding:0;position:fixed;touch-action:none;width:100%;z-index:1050}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog :empty{display:block}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-backdrop-bg:rgba(24,24,27,.95);--f-toolbar-margin:0;--f-toolbar-padding:8px;--f-toolbar-gap:0;--f-toolbar-color:#ddd;--f-toolbar-font-size:16px;--f-toolbar-font-weight:500;--f-toolbar-font:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;--f-toolbar-line-height:var(--f-button-height);--f-toolbar-text-shadow:1px 1px 1px rgba(0,0,0,.75);--f-toolbar-shadow:none;--f-toolbar-bg:none;--f-counter-margin:0;--f-counter-padding:0px 10px;--f-counter-gap:4px;--f-counter-line-height:var(--f-button-height);--f-carousel-gap:17px;--f-carousel-slide-width:100%;--f-carousel-slide-height:100%;--f-carousel-slide-padding:0;--f-carousel-slide-bg:unset;--f-html-color:#222;--f-html-bg:#fff;--f-error-color:#fff;--f-error-bg:#333;--f-caption-margin:0;--f-caption-padding:16px 8px;--f-caption-color:var(--fancybox-color,#dbdbdb);--f-caption-bg:transparent;--f-caption-font:inherit;--f-caption-line-height:1.375;--f-spinner-color-1:hsla(0,0%,100%,.2);--f-spinner-color-2:hsla(0,0%,100%,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:#fff;--f-button-width:46px;--f-button-height:46px;--f-button-color:#ddd;--f-button-hover-color:#fff;--f-button-outline-width:1px;--f-button-outline-color:hsla(0,0%,100%,.75);--f-button-outline-offset:0px;--f-button-bg:rgba(54,54,54,.75);--f-button-border:0;--f-button-border-radius:0;--f-button-shadow:none;--f-button-transition:all .2s ease;--f-button-transform:none;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.75;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.01)),drop-shadow(1px 2px 1px rgba(24,24,27,.05));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.5;--f-arrow-pos:32px;--f-arrow-width:50px;--f-arrow-height:50px;--f-arrow-svg-width:24px;--f-arrow-svg-height:24px;--f-arrow-svg-stroke-width:2.5;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54,54,54,.65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--f-close-button-width:30px;--f-close-button-height:30px;--f-close-button-svg-width:24px;--f-close-button-svg-height:24px;--f-close-button-svg-stroke-width:1.75;--f-close-border-radius:4px;--f-close-button-color:#fff;--f-close-button-hover-color:#fff;--f-close-button-bg:transparent;--f-close-button-hover-bg:transparent;--f-close-button-active-bg:transparent;--f-thumbs-margin:0px;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:none;--f-thumb-transition:all .2s ease;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-opacity:1;--f-thumb-border:none;--f-thumb-shadow:none;--f-thumb-transform:none;--f-thumb-focus-opacity:1;--f-thumb-focus-border:none;--f-thumb-focus-shadow:inset 0 0 0 2px hsla(0,0%,100%,.65);--f-thumb-focus-transform:none;--f-thumb-hover-opacity:1;--f-thumb-hover-border:none;--f-thumb-hover-transform:none;--f-thumb-active-opacity:var(--f-thumb-hover-opacity);--f-thumb-active-border:var(--f-thumb-hover-border);--f-thumb-active-transform:var(--f-thumb-hover-transform);--f-thumb-selected-opacity:1;--f-thumb-selected-border:none;--f-thumb-selected-shadow:inset 0 0 0 2px #fff;--f-thumb-selected-transform:none;--f-scrollbar-width:7px;--f-scrollbar-track-bg:#444;--f-scrollbar-track-border-radius:10px;--f-scrollbar-track-shadow:inset 0 0 6px rgba(0,0,0,.2);--f-scrollbar-thumb-bg:#ddd;--f-scrollbar-thumb-border-radius:10px}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:hsla(0,0%,100%,.97);--f-toolbar-color:var(--fancybox-color,#222);--f-toolbar-text-shadow:none;--f-toolbar-font-weight:400;--f-html-color:var(--fancybox-color,#222);--f-html-bg:#fff;--f-error-color:#555;--f-error-bg:#fff;--f-video-bg:#fff;--f-caption-color:#333;--f-spinner-color-1:rgba(0,0,0,.2);--f-spinner-color-2:rgba(0,0,0,.8);--f-spinner-border-width:3.5px;--f-progressbar-color:#6f6f74;--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0,0,0,.85);--f-button-bg:hsla(0,0%,100%,.85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:hsla(0,0%,100%,.85);--f-arrow-color:#333;--f-arrow-hover-color:#000;--f-arrow-svg-stroke-width:1.3;--f-close-button-color:#555;--f-close-button-hover-color:#000;--f-thumb-bg:linear-gradient(#ebeff2,#e2e8f0);--f-thumb-focus-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #888;--f-thumb-selected-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #000;--f-scrollbar-track-bg:#ddd;--f-scrollbar-thumb-bg:#444}.fancybox__container{display:flex;flex-direction:column;inset:0;overflow:hidden;position:absolute}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container .fancybox__carousel>:not(.fancybox__grid,.fancybox__viewport),.fancybox__container .fancybox__column>:not(.fancybox__viewport),.fancybox__container .fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container .fancybox__slide:not(.is-selected),.fancybox__container>:not(.fancybox__carousel){opacity:var(--f-drag-opacity,1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing .fancybox__carousel>:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-revealing .fancybox__column>:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper),.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),.fancybox__container.is-revealing>:not(.fancybox__carousel){animation:var(--f-interface-enter-duration,.35s) ease none f-fadeIn}.fancybox__container.is-hiding .fancybox__carousel>:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper),.fancybox__container.is-hiding>:not(.fancybox__carousel){animation:var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{opacity:0;pointer-events:none}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:f-fadeOut .15s ease-out both}.fancybox__backdrop{background:var(--fancybox-backdrop-bg);filter:var(--fancybox-backdrop-filter);inset:0;position:fixed;z-index:-1}.fancybox__carousel{display:flex;flex:1;flex-direction:column;min-height:0;min-width:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__carousel.is-vertical{--f-carousel-slide-height:100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{content:"";inset:-30px;position:absolute;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;overflow:visible;position:relative;transform:translate3d(0,var(--f-drag-offset,0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [contenteditable],.fancybox__viewport [data-selectable]{cursor:auto}.fancybox__slide{align-items:center;backface-visibility:hidden;background:var(--f-carousel-slide-bg);box-sizing:border-box;display:flex;flex-direction:column;grid-area:1/1;height:var(--f-carousel-slide-height);margin:0;max-width:100%;min-height:0;min-width:0;padding:var(--f-carousel-slide-padding);position:relative;transform:translateZ(0);width:var(--f-carousel-slide-width);will-change:transform}.fancybox__slide:after,.fancybox__slide:before{content:"";display:block}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color:var(--f-error-color,--f-html-color);--f-html-bg:var(--f-error-bg,--f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-iframe{overflow:hidden;padding:8px 0}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel,.fancybox__container.is-closing .fancybox__slide.is-selected,.fancybox__container.is-closing .fancybox__viewport{overflow:visible}.f-button.is-close-button{--f-button-width:var(--f-close-button-width);--f-button-height:var(--f-close-button-height);--f-button-border-radius:var(--f-close-border-radius);--f-button-color:var(--f-close-button-color);--f-button-hover-color:var(--f-close-button-hover-color);--f-button-bg:var(--f-close-button-bg);--f-button-hover-bg:var(--f-close-button-hover-bg);--f-button-active-bg:var(--f-close-button-active-bg);--f-button-svg-width:var(--f-close-button-svg-width);--f-button-svg-height:var(--f-close-button-svg-height);--f-button-svg-stroke-width:var(--f-close-button-svg-stroke-width);position:absolute;right:0;top:calc((var(--f-button-height) + 2px)*-1);z-index:10}.is-loading .f-button.is-close-button{visibility:hidden}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols:1;--f-thumbs-gap:8px;--f-thumbs-transition:none;--f-thumbs-padding-x:4px;--f-thumbs-padding-y:8px;--f-thumbs-viewport-padding-x:4px;--f-thumbs-viewport-padding-y:0px;max-width:calc(var(--f-thumb-width)*var(--f-thumbs-cols) + var(--f-thumbs-gap)*(var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x)*2 + var(--f-thumbs-viewport-padding-x)*2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{--f-thumbs-padding-x:0;--f-thumbs-padding-y:unset;max-height:unset;max-width:0}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap)*(var(--f-thumbs-cols) - 1))/var(--f-thumbs-cols)))!important;overflow-x:hidden!important}.col-5,.col-xs-5{flex:0 0 20%;max-width:20%}@media(min-width:576px){.col-sm-5{flex:0 0 20%;max-width:20%}}@media(min-width:768px){.col-md-5{flex:0 0 20%;max-width:20%}}@media(min-width:992px){.col-lg-5{flex:0 0 20%;max-width:20%}}@media(min-width:1200px){.col-xl-5{flex:0 0 20%;max-width:20%}}@media(min-width:1600px){.col-xxl-5{flex:0 0 20%;max-width:20%}}@media(min-width:1800px){.col-xxxl-5{flex:0 0 20%;max-width:20%}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ae0400;--orange:#fd7e14;--yellow:#ffc107;--green:#9fc521;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#a18064;--secondary:#aaa;--success:#9fc521;--info:#17a2b8;--warning:#ff9a52;--danger:#ae0400;--light:#e9ecef;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1600px;--breakpoint-xxxl:1800px;--font-family-sans-serif:"Plus Jakarta Sans",-apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Plus Jakarta Sans,-apple-system,blinkmacsystemfont,Segoe UI,Helvetica Neue,arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}@media(max-width:1200px){body{font-size:calc(.8rem + .26667vw)}}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6,p{margin-bottom:1.25rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:800}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#a18064;text-decoration:none}a:hover{color:#735a46;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}@media(max-width:1200px){legend{font-size:calc(.9rem + .8vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#212529;font-weight:700;line-height:1.2;margin-bottom:1.25rem}.h1,h1{font-size:2rem}@media(max-width:1200px){.h1,h1{font-size:calc(1rem + 1.33333vw)}}.h2,h2{font-size:1.75rem}@media(max-width:1200px){.h2,h2{font-size:calc(.95rem + 1.06667vw)}}.h3,h3{font-size:1.5rem}@media(max-width:1200px){.h3,h3{font-size:calc(.9rem + .8vw)}}.h4,h4{font-size:1.25rem}@media(max-width:1200px){.h4,h4{font-size:calc(.85rem + .53333vw)}}.h5,h5{font-size:1.125rem}@media(max-width:1200px){.h5,h5{font-size:calc(.825rem + .4vw)}}.h6,h6{font-size:1rem}@media(max-width:1200px){.h6,h6{font-size:calc(.8rem + .26667vw)}}.lead{font-size:1.25rem;font-weight:300}@media(max-width:1200px){.lead{font-size:calc(.85rem + .53333vw)}}.display-1{font-size:2.5rem;font-weight:400;line-height:1.2}@media(max-width:1200px){.display-1{font-size:calc(1.1rem + 1.86667vw)}}.display-2{font-size:2.25rem;font-weight:400;line-height:1.2}@media(max-width:1200px){.display-2{font-size:calc(1.05rem + 1.6vw)}}.display-3{font-size:2rem;font-weight:400;line-height:1.2}@media(max-width:1200px){.display-3{font-size:calc(1rem + 1.33333vw)}}.display-4{font-size:1.75rem;font-weight:400;line-height:1.2}@media(max-width:1200px){.display-4{font-size:calc(.95rem + 1.06667vw)}}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:10px;margin-top:10px}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:10px}@media(max-width:1200px){.blockquote{font-size:calc(.85rem + .53333vw)}}.blockquote-footer{color:#6c757d;display:block;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.4rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:5px}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.4rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto,.col-xxxl,.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-auto{padding-left:.625rem;padding-right:.625rem;position:relative;width:100%}.col{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1,.col-xs-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2,.col-xs-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3,.col-xs-3{flex:0 0 25%;max-width:25%}.col-4,.col-xs-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5,.col-xs-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6,.col-xs-6{flex:0 0 50%;max-width:50%}.col-7,.col-xs-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8,.col-xs-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9,.col-xs-9{flex:0 0 75%;max-width:75%}.col-10,.col-xs-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11,.col-xs-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12,.col-xs-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width:1600px){.col-xxl{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}@media(min-width:1800px){.col-xxxl{flex-basis:0%;flex-grow:1;max-width:100%}.row-cols-xxxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxxl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xxxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxxl-3{flex:0 0 25%;max-width:25%}.col-xxxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxxl-6{flex:0 0 50%;max-width:50%}.col-xxxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxxl-9{flex:0 0 75%;max-width:75%}.col-xxxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxxl-12{flex:0 0 100%;max-width:100%}.order-xxxl-first{order:-1}.order-xxxl-last{order:13}.order-xxxl-0{order:0}.order-xxxl-1{order:1}.order-xxxl-2{order:2}.order-xxxl-3{order:3}.order-xxxl-4{order:4}.order-xxxl-5{order:5}.order-xxxl-6{order:6}.order-xxxl-7{order:7}.order-xxxl-8{order:8}.order-xxxl-9{order:9}.order-xxxl-10{order:10}.order-xxxl-11{order:11}.order-xxxl-12{order:12}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}}.table{color:#212529;margin-bottom:10px;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.table-primary,.table-primary>td,.table-primary>th{background-color:#e5dbd4}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#cebdae}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#dbcec4}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#e7e7e7}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#d3d3d3}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#dadada}.table-success,.table-success>td,.table-success>th{background-color:#e4efc1}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#cde18c}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#dbeaad}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffe3cf}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffcaa5}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffd4b6}.table-danger,.table-danger>td,.table-danger>th{background-color:#e8b9b8}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#d57c7a}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#e2a6a5}.table-light,.table-light>td,.table-light>th{background-color:#f9fafb}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#f4f5f7}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#eaedf1}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}@media(max-width:1599.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xxl>.table-bordered{border:0}}@media(max-width:1799.98px){.table-responsive-xxxl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xxxl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.4rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(max-width:1200px){.form-control{font-size:calc(.8rem + .26667vw)}}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#d1c1b3;box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25);color:#495057;outline:0}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-lg{font-size:1.125rem;line-height:1.5;padding-bottom:calc(.875rem + 1px);padding-top:calc(.875rem + 1px)}@media(max-width:1200px){.col-form-label-lg{font-size:calc(.825rem + .4vw)}}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}@media(max-width:1200px){.col-form-label-sm{font-size:calc(.775rem + .13333vw)}}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.5rem 0;width:100%}@media(max-width:1200px){.form-control-plaintext{font-size:calc(.8rem + .26667vw)}}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.4rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}@media(max-width:1200px){.form-control-sm{font-size:calc(.775rem + .13333vw)}}.form-control-lg{border-radius:.4rem;font-size:1.125rem;height:calc(1.5em + 1.75rem + 2px);line-height:1.5;padding:.875rem 1.25rem}@media(max-width:1200px){.form-control-lg{font-size:calc(.825rem + .4vw)}}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#9fc521;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(159,197,33,.9);border-radius:.4rem;color:#212529;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}@media(max-width:1200px){.valid-tooltip{font-size:calc(.775rem + .13333vw)}}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%239fc521' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .25rem) center;background-repeat:no-repeat;background-size:calc(.75em + .5rem);border-color:#9fc521;padding-right:calc(1.5em + 1rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#9fc521;box-shadow:0 0 0 .2rem rgba(159,197,33,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 2rem center;padding-right:4rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .25rem) right;padding-right:calc(1.5em + 1rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%239fc521' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 2rem/calc(.75em + .5rem) no-repeat;border-color:#9fc521;padding-right:calc(.75em + 2.75rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#9fc521;box-shadow:0 0 0 .2rem rgba(159,197,33,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#9fc521}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#9fc521}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#9fc521}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#b8de3b;border-color:#b8de3b}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(159,197,33,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#9fc521}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#9fc521}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#9fc521;box-shadow:0 0 0 .2rem rgba(159,197,33,.25)}.invalid-feedback{color:#ae0400;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(174,4,0,.9);border-radius:.4rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}@media(max-width:1200px){.invalid-tooltip{font-size:calc(.775rem + .13333vw)}}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ae0400'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ae0400' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .25rem) center;background-repeat:no-repeat;background-size:calc(.75em + .5rem);border-color:#ae0400;padding-right:calc(1.5em + 1rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#ae0400;box-shadow:0 0 0 .2rem rgba(174,4,0,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 2rem center;padding-right:4rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .25rem) right;padding-right:calc(1.5em + 1rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ae0400'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ae0400' stroke='none'/%3E%3C/svg%3E") center right 2rem/calc(.75em + .5rem) no-repeat;border-color:#ae0400;padding-right:calc(.75em + 2.75rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#ae0400;box-shadow:0 0 0 .2rem rgba(174,4,0,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ae0400}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ae0400}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ae0400}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e10500;border-color:#e10500}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(174,4,0,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ae0400}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ae0400}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ae0400;box-shadow:0 0 0 .2rem rgba(174,4,0,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.4rem;color:#212529;display:inline-block;font-size:1rem;font-weight:500;line-height:1.5;padding:.5rem 1rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media(max-width:1200px){.btn{font-size:calc(.8rem + .26667vw)}}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#a18064;border-color:#a18064;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#8b6d54;border-color:#83674f;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem hsla(28,25%,58%,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#a18064;border-color:#a18064;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#83674f;border-color:#7b614a;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(28,25%,58%,.5)}.btn-secondary{background-color:#aaa;border-color:#aaa;color:#212529}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#979797;border-color:#919191;color:#212529}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(210,1%,59%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#aaa;border-color:#aaa;color:#212529}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#919191;border-color:#8a8a8a;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(210,1%,59%,.5)}.btn-success{background-color:#9fc521;border-color:#9fc521;color:#212529}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#85a41c;border-color:#7c991a;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(140,173,34,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#9fc521;border-color:#9fc521;color:#212529}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#7c991a;border-color:#738e18;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(140,173,34,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ff9a52;border-color:#ff9a52;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#ff842c;border-color:#ff7c1f;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,136,76,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ff9a52;border-color:#ff9a52;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#ff7c1f;border-color:#ff7512;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,136,76,.5)}.btn-danger{background-color:#ae0400;border-color:#ae0400;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#880300;border-color:#7b0300;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(186,42,38,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#ae0400;border-color:#ae0400;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#7b0300;border-color:#6e0300;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(186,42,38,.5)}.btn-light{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#d3d9df;border-color:#cbd3da;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(210,6%,81%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#cbd3da;border-color:#c4ccd4;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(210,6%,81%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#a18064;color:#a18064}.btn-outline-primary:hover{background-color:#a18064;border-color:#a18064;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#a18064}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#a18064;border-color:#a18064;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.5)}.btn-outline-secondary{border-color:#aaa;color:#aaa}.btn-outline-secondary:hover{background-color:#aaa;border-color:#aaa;color:#212529}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,67%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#aaa}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#aaa;border-color:#aaa;color:#212529}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,67%,.5)}.btn-outline-success{border-color:#9fc521;color:#9fc521}.btn-outline-success:hover{background-color:#9fc521;border-color:#9fc521;color:#212529}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(159,197,33,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#9fc521}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#9fc521;border-color:#9fc521;color:#212529}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(159,197,33,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ff9a52;color:#ff9a52}.btn-outline-warning:hover{background-color:#ff9a52;border-color:#ff9a52;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,154,82,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ff9a52}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ff9a52;border-color:#ff9a52;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,154,82,.5)}.btn-outline-danger{border-color:#ae0400;color:#ae0400}.btn-outline-danger:hover{background-color:#ae0400;border-color:#ae0400;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(174,4,0,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#ae0400}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#ae0400;border-color:#ae0400;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(174,4,0,.5)}.btn-outline-light{border-color:#e9ecef;color:#e9ecef}.btn-outline-light:hover{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#e9ecef}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#a18064;font-weight:400;text-decoration:none}.btn-link:hover{color:#735a46}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.4rem;font-size:1.125rem;line-height:1.5;padding:.875rem 1.25rem}@media(max-width:1200px){.btn-group-lg>.btn,.btn-lg{font-size:calc(.825rem + .4vw)}}.btn-group-sm>.btn,.btn-sm{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}@media(max-width:1200px){.btn-group-sm>.btn,.btn-sm{font-size:calc(.775rem + .13333vw)}}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.9375rem;padding-right:.9375rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.4rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.5rem 1rem;text-align:center;white-space:nowrap}@media(max-width:1200px){.input-group-text{font-size:calc(.8rem + .26667vw)}}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1.75rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.4rem;font-size:1.125rem;line-height:1.5;padding:.875rem 1.25rem}@media(max-width:1200px){.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{font-size:calc(.825rem + .4vw)}}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}@media(max-width:1200px){.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{font-size:calc(.775rem + .13333vw)}}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#a18064;border-color:#a18064;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#d1c1b3}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#e4dbd3;border-color:#e4dbd3;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before,.custom-checkbox-color .custom-control-label:before{border-radius:4px}.custom-checkbox .custom-control-input:checked~.custom-control-label:after,.custom-checkbox-color .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,.custom-checkbox-color .custom-control-input:indeterminate~.custom-control-label:before{background-color:#a18064;border-color:#a18064}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,.custom-checkbox-color .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox-color .custom-control-input:disabled:checked~.custom-control-label:before{background-color:hsla(28,24%,51%,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,.custom-checkbox-color .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:hsla(28,24%,51%,.5)}.custom-radio .custom-control-label:before,.custom-radio-color .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after,.custom-radio-color .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,.custom-radio-color .custom-control-input:disabled:checked~.custom-control-label:before{background-color:hsla(28,24%,51%,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:hsla(28,24%,51%,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.4rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 2rem .5rem 1rem;vertical-align:middle;width:100%}@media(max-width:1200px){.custom-select{font-size:calc(.8rem + .26667vw)}}.custom-select:focus{border-color:#d1c1b3;box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:1rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}@media(max-width:1200px){.custom-select-sm{font-size:calc(.775rem + .13333vw)}}.custom-select-lg{font-size:1.125rem;height:calc(1.5em + 1.75rem + 2px);padding-bottom:.875rem;padding-left:1.25rem;padding-top:.875rem}@media(max-width:1200px){.custom-select-lg{font-size:calc(.825rem + .4vw)}}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + 1rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#d1c1b3;box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.4rem;font-weight:400;height:calc(1.5em + 1rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.5rem 1rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .4rem .4rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + 1rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem hsla(28,24%,51%,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem hsla(28,24%,51%,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem hsla(28,24%,51%,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#a18064;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#e4dbd3}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#a18064;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#e4dbd3}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#a18064;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#e4dbd3}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background-color:transparent;border:1px solid transparent;border-top-left-radius:.4rem;border-top-right-radius:.4rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.4rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#a18064;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0%;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:5px 10px;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.125rem;line-height:inherit;margin-right:10px;padding-bottom:.40625rem;padding-top:.40625rem;white-space:nowrap}@media(max-width:1200px){.navbar-brand{font-size:calc(.825rem + .4vw)}}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.4rem;font-size:1.125rem;line-height:1;padding:.25rem .75rem}@media(max-width:1200px){.navbar-toggler{font-size:calc(.825rem + .4vw)}}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(max-width:1599.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1600px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}@media(max-width:1799.98px){.navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-lg,.navbar-expand-xxxl>.container-md,.navbar-expand-xxxl>.container-sm,.navbar-expand-xxxl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1800px){.navbar-expand-xxxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxxl>.container,.navbar-expand-xxxl>.container-fluid,.navbar-expand-xxxl>.container-lg,.navbar-expand-xxxl>.container-md,.navbar-expand-xxxl>.container-sm,.navbar-expand-xxxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:.0625rem solid rgba(0,0,0,.125);border-radius:.4rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:.3375rem;border-top-right-radius:.3375rem;border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:.3375rem;border-bottom-right-radius:.3375rem;border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:.0625rem solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:.3375rem .3375rem 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:.0625rem solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 .3375rem .3375rem}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:.3375rem;bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:.3375rem;border-top-right-radius:.3375rem}.card-img,.card-img-bottom{border-bottom-left-radius:.3375rem;border-bottom-right-radius:.3375rem}.card-deck .card{margin-bottom:.625rem}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-.625rem;margin-right:-.625rem}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:.625rem;margin-right:.625rem}}.card-group>.card{margin-bottom:.625rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-.0625rem}.breadcrumb{background-color:#e9ecef;border-radius:.4rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.comments-pagination ul,.pagination{border-radius:.4rem;display:flex;list-style:none;padding-left:0}.comments-pagination span,.page-link{background-color:#fff;border:1px solid #dee2e6;color:#a18064;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.comments-pagination span:hover,.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#735a46;text-decoration:none;z-index:2}.comments-pagination span:focus,.page-link:focus{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25);outline:0;z-index:3}.comments-pagination .page-item:first-child span,.comments-pagination li:first-child .page-link,.comments-pagination li:first-child span,.page-item:first-child .comments-pagination span,.page-item:first-child .page-link{border-bottom-left-radius:.4rem;border-top-left-radius:.4rem;margin-left:0}.comments-pagination .page-item:last-child span,.comments-pagination li:last-child .page-link,.comments-pagination li:last-child span,.page-item:last-child .comments-pagination span,.page-item:last-child .page-link{border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}.comments-pagination .page-item.active span,.comments-pagination li.active .page-link,.comments-pagination li.active span,.page-item.active .comments-pagination span,.page-item.active .page-link{background-color:#a18064;border-color:#a18064;color:#fff;z-index:3}.comments-pagination .page-item.disabled span,.comments-pagination li.disabled .page-link,.comments-pagination li.disabled span,.page-item.disabled .comments-pagination span,.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.comments-pagination .pagination-lg span,.pagination-lg .comments-pagination span,.pagination-lg .page-link{font-size:1.125rem;line-height:1.5;padding:.75rem 1.5rem}@media(max-width:1200px){.comments-pagination .pagination-lg span,.pagination-lg .comments-pagination span,.pagination-lg .page-link{font-size:calc(.825rem + .4vw)}}.comments-pagination .pagination-lg .page-item:first-child span,.comments-pagination .pagination-lg li:first-child .page-link,.comments-pagination .pagination-lg li:first-child span,.pagination-lg .comments-pagination li:first-child .page-link,.pagination-lg .comments-pagination li:first-child span,.pagination-lg .page-item:first-child .comments-pagination span,.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}.comments-pagination .pagination-lg .page-item:last-child span,.comments-pagination .pagination-lg li:last-child .page-link,.comments-pagination .pagination-lg li:last-child span,.pagination-lg .comments-pagination li:last-child .page-link,.pagination-lg .comments-pagination li:last-child span,.pagination-lg .page-item:last-child .comments-pagination span,.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}.comments-pagination .pagination-sm span,.pagination-sm .comments-pagination span,.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}@media(max-width:1200px){.comments-pagination .pagination-sm span,.pagination-sm .comments-pagination span,.pagination-sm .page-link{font-size:calc(.775rem + .13333vw)}}.comments-pagination .pagination-sm .page-item:first-child span,.comments-pagination .pagination-sm li:first-child .page-link,.comments-pagination .pagination-sm li:first-child span,.pagination-sm .comments-pagination li:first-child .page-link,.pagination-sm .comments-pagination li:first-child span,.pagination-sm .page-item:first-child .comments-pagination span,.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}.comments-pagination .pagination-sm .page-item:last-child span,.comments-pagination .pagination-sm li:last-child .page-link,.comments-pagination .pagination-sm li:last-child span,.pagination-sm .comments-pagination li:last-child .page-link,.pagination-sm .comments-pagination li:last-child span,.pagination-sm .page-item:last-child .comments-pagination span,.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}@keyframes progress-bar-stripes{0%{background-position:.5rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;border-radius:.4rem;font-size:.75rem;height:.5rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#a18064;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.5rem .5rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.badge{border-radius:.4rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.3em .55em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#a18064;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#83674f;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem hsla(28,24%,51%,.5);outline:0}.badge-secondary{background-color:#aaa;color:#212529}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#919191;color:#212529}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,67%,.5);outline:0}.badge-success{background-color:#9fc521;color:#212529}a.badge-success:focus,a.badge-success:hover{background-color:#7c991a;color:#212529}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(159,197,33,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ff9a52;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#ff7c1f;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,154,82,.5);outline:0}.badge-danger{background-color:#ae0400;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#7b0300;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(174,4,0,.5);outline:0}.badge-light{background-color:#e9ecef;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#cbd3da;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5);outline:0}.badge-dark{background-color:#343a40;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#1d2124;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.alert{border:1px solid transparent;border-radius:.4rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#ece6e0;border-color:#e5dbd4;color:#544334}.alert-primary hr{border-top-color:#dbcec4}.alert-primary .alert-link{color:#352a21}.alert-secondary{background-color:#eee;border-color:#e7e7e7;color:#585858}.alert-secondary hr{border-top-color:#dadada}.alert-secondary .alert-link{color:#3f3f3f}.alert-success{background-color:#ecf3d3;border-color:#e4efc1;color:#536611}.alert-success hr{border-top-color:#dbeaad}.alert-success .alert-link{color:#2f3a0a}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#ffebdc;border-color:#ffe3cf;color:#85502b}.alert-warning hr{border-top-color:#ffd4b6}.alert-warning .alert-link{color:#5e391f}.alert-danger{background-color:#efcdcc;border-color:#e8b9b8;color:#5a0200}.alert-danger hr{border-top-color:#e2a6a5}.alert-danger .alert-link{color:#270100}.alert-light{background-color:#fbfbfc;border-color:#f9fafb;color:#797b7c}.alert-light hr{border-top-color:#eaedf1}.alert-light .alert-link{color:#606162}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:.4rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action,.list-group-item-action-dropdown,.list-group-item-action-dropdown-link{color:#495057;text-align:inherit;width:100%}.list-group-item-action-dropdown-link:focus,.list-group-item-action-dropdown-link:hover,.list-group-item-action-dropdown:focus,.list-group-item-action-dropdown:hover,.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action-dropdown-link:active,.list-group-item-action-dropdown:active,.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#a18064;border-color:#a18064;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1600px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1800px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child{border-bottom-left-radius:.4rem;border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.4rem}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#e5dbd4;color:#544334}.list-group-item-primary.list-group-item-action-dropdown-link:focus,.list-group-item-primary.list-group-item-action-dropdown-link:hover,.list-group-item-primary.list-group-item-action-dropdown:focus,.list-group-item-primary.list-group-item-action-dropdown:hover,.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#dbcec4;color:#544334}.list-group-item-primary.active.list-group-item-action-dropdown,.list-group-item-primary.active.list-group-item-action-dropdown-link,.list-group-item-primary.list-group-item-action.active{background-color:#544334;border-color:#544334;color:#fff}.list-group-item-secondary{background-color:#e7e7e7;color:#585858}.list-group-item-secondary.list-group-item-action-dropdown-link:focus,.list-group-item-secondary.list-group-item-action-dropdown-link:hover,.list-group-item-secondary.list-group-item-action-dropdown:focus,.list-group-item-secondary.list-group-item-action-dropdown:hover,.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#dadada;color:#585858}.list-group-item-secondary.active.list-group-item-action-dropdown,.list-group-item-secondary.active.list-group-item-action-dropdown-link,.list-group-item-secondary.list-group-item-action.active{background-color:#585858;border-color:#585858;color:#fff}.list-group-item-success{background-color:#e4efc1;color:#536611}.list-group-item-success.list-group-item-action-dropdown-link:focus,.list-group-item-success.list-group-item-action-dropdown-link:hover,.list-group-item-success.list-group-item-action-dropdown:focus,.list-group-item-success.list-group-item-action-dropdown:hover,.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#dbeaad;color:#536611}.list-group-item-success.active.list-group-item-action-dropdown,.list-group-item-success.active.list-group-item-action-dropdown-link,.list-group-item-success.list-group-item-action.active{background-color:#536611;border-color:#536611;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action-dropdown-link:focus,.list-group-item-info.list-group-item-action-dropdown-link:hover,.list-group-item-info.list-group-item-action-dropdown:focus,.list-group-item-info.list-group-item-action-dropdown:hover,.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.active.list-group-item-action-dropdown,.list-group-item-info.active.list-group-item-action-dropdown-link,.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffe3cf;color:#85502b}.list-group-item-warning.list-group-item-action-dropdown-link:focus,.list-group-item-warning.list-group-item-action-dropdown-link:hover,.list-group-item-warning.list-group-item-action-dropdown:focus,.list-group-item-warning.list-group-item-action-dropdown:hover,.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffd4b6;color:#85502b}.list-group-item-warning.active.list-group-item-action-dropdown,.list-group-item-warning.active.list-group-item-action-dropdown-link,.list-group-item-warning.list-group-item-action.active{background-color:#85502b;border-color:#85502b;color:#fff}.list-group-item-danger{background-color:#e8b9b8;color:#5a0200}.list-group-item-danger.list-group-item-action-dropdown-link:focus,.list-group-item-danger.list-group-item-action-dropdown-link:hover,.list-group-item-danger.list-group-item-action-dropdown:focus,.list-group-item-danger.list-group-item-action-dropdown:hover,.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#e2a6a5;color:#5a0200}.list-group-item-danger.active.list-group-item-action-dropdown,.list-group-item-danger.active.list-group-item-action-dropdown-link,.list-group-item-danger.list-group-item-action.active{background-color:#5a0200;border-color:#5a0200;color:#fff}.list-group-item-light{background-color:#f9fafb;color:#797b7c}.list-group-item-light.list-group-item-action-dropdown-link:focus,.list-group-item-light.list-group-item-action-dropdown-link:hover,.list-group-item-light.list-group-item-action-dropdown:focus,.list-group-item-light.list-group-item-action-dropdown:hover,.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#eaedf1;color:#797b7c}.list-group-item-light.active.list-group-item-action-dropdown,.list-group-item-light.active.list-group-item-action-dropdown-link,.list-group-item-light.list-group-item-action.active{background-color:#797b7c;border-color:#797b7c;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action-dropdown-link:focus,.list-group-item-dark.list-group-item-action-dropdown-link:hover,.list-group-item-dark.list-group-item-action-dropdown:focus,.list-group-item-dark.list-group-item-action-dropdown:hover,.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-dark.active.list-group-item-action-dropdown,.list-group-item-dark.active.list-group-item-action-dropdown-link,.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}@media(max-width:1200px){.close{font-size:calc(.9rem + .8vw)}}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#a18064!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#83674f!important}.bg-secondary{background-color:#aaa!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#919191!important}.bg-success{background-color:#9fc521!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#7c991a!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ff9a52!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ff7c1f!important}.bg-danger{background-color:#ae0400!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#7b0300!important}.bg-light{background-color:#e9ecef!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#cbd3da!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#a18064!important}.border-secondary{border-color:#aaa!important}.border-success{border-color:#9fc521!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ff9a52!important}.border-danger{border-color:#ae0400!important}.border-light{border-color:#e9ecef!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded,.rounded-sm{border-radius:.4rem!important}.rounded-top{border-top-left-radius:.4rem!important}.rounded-right,.rounded-top{border-top-right-radius:.4rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.4rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.4rem!important}.rounded-left{border-top-left-radius:.4rem!important}.rounded-lg{border-radius:.4rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media(min-width:1600px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media(min-width:1800px){.d-xxxl-none{display:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media(min-width:1600px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}@media(min-width:1800px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}}.float-left,.float-xs-left{float:left!important}.float-right,.float-xs-right{float:right!important}.float-none,.float-xs-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media(min-width:1600px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}@media(min-width:1800px){.float-xxxl-left{float:left!important}.float-xxxl-right{float:right!important}.float-xxxl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:5px!important}.mt-1,.my-1{margin-top:5px!important}.mr-1,.mx-1{margin-right:5px!important}.mb-1,.my-1{margin-bottom:5px!important}.ml-1,.mx-1{margin-left:5px!important}.m-2{margin:10px!important}.mt-2,.my-2{margin-top:10px!important}.mr-2,.mx-2{margin-right:10px!important}.mb-2,.my-2{margin-bottom:10px!important}.ml-2,.mx-2{margin-left:10px!important}.m-3{margin:20px!important}.mt-3,.my-3{margin-top:20px!important}.mr-3,.mx-3{margin-right:20px!important}.mb-3,.my-3{margin-bottom:20px!important}.ml-3,.mx-3{margin-left:20px!important}.m-4{margin:30px!important}.mt-4,.my-4{margin-top:30px!important}.mr-4,.mx-4{margin-right:30px!important}.mb-4,.my-4{margin-bottom:30px!important}.ml-4,.mx-4{margin-left:30px!important}.m-5{margin:40px!important}.mt-5,.my-5{margin-top:40px!important}.mr-5,.mx-5{margin-right:40px!important}.mb-5,.my-5{margin-bottom:40px!important}.ml-5,.mx-5{margin-left:40px!important}.m-6{margin:50px!important}.mt-6,.my-6{margin-top:50px!important}.mr-6,.mx-6{margin-right:50px!important}.mb-6,.my-6{margin-bottom:50px!important}.ml-6,.mx-6{margin-left:50px!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:5px!important}.pt-1,.py-1{padding-top:5px!important}.pr-1,.px-1{padding-right:5px!important}.pb-1,.py-1{padding-bottom:5px!important}.pl-1,.px-1{padding-left:5px!important}.p-2{padding:10px!important}.pt-2,.py-2{padding-top:10px!important}.pr-2,.px-2{padding-right:10px!important}.pb-2,.py-2{padding-bottom:10px!important}.pl-2,.px-2{padding-left:10px!important}.p-3{padding:20px!important}.pt-3,.py-3{padding-top:20px!important}.pr-3,.px-3{padding-right:20px!important}.pb-3,.py-3{padding-bottom:20px!important}.pl-3,.px-3{padding-left:20px!important}.p-4{padding:30px!important}.pt-4,.py-4{padding-top:30px!important}.pr-4,.px-4{padding-right:30px!important}.pb-4,.py-4{padding-bottom:30px!important}.pl-4,.px-4{padding-left:30px!important}.p-5{padding:40px!important}.pt-5,.py-5{padding-top:40px!important}.pr-5,.px-5{padding-right:40px!important}.pb-5,.py-5{padding-bottom:40px!important}.pl-5,.px-5{padding-left:40px!important}.p-6{padding:50px!important}.pt-6,.py-6{padding-top:50px!important}.pr-6,.px-6{padding-right:50px!important}.pb-6,.py-6{padding-bottom:50px!important}.pl-6,.px-6{padding-left:50px!important}.m-n1{margin:-5px!important}.mt-n1,.my-n1{margin-top:-5px!important}.mr-n1,.mx-n1{margin-right:-5px!important}.mb-n1,.my-n1{margin-bottom:-5px!important}.ml-n1,.mx-n1{margin-left:-5px!important}.m-n2{margin:-10px!important}.mt-n2,.my-n2{margin-top:-10px!important}.mr-n2,.mx-n2{margin-right:-10px!important}.mb-n2,.my-n2{margin-bottom:-10px!important}.ml-n2,.mx-n2{margin-left:-10px!important}.m-n3{margin:-20px!important}.mt-n3,.my-n3{margin-top:-20px!important}.mr-n3,.mx-n3{margin-right:-20px!important}.mb-n3,.my-n3{margin-bottom:-20px!important}.ml-n3,.mx-n3{margin-left:-20px!important}.m-n4{margin:-30px!important}.mt-n4,.my-n4{margin-top:-30px!important}.mr-n4,.mx-n4{margin-right:-30px!important}.mb-n4,.my-n4{margin-bottom:-30px!important}.ml-n4,.mx-n4{margin-left:-30px!important}.m-n5{margin:-40px!important}.mt-n5,.my-n5{margin-top:-40px!important}.mr-n5,.mx-n5{margin-right:-40px!important}.mb-n5,.my-n5{margin-bottom:-40px!important}.ml-n5,.mx-n5{margin-left:-40px!important}.m-n6{margin:-50px!important}.mt-n6,.my-n6{margin-top:-50px!important}.mr-n6,.mx-n6{margin-right:-50px!important}.mb-n6,.my-n6{margin-bottom:-50px!important}.ml-n6,.mx-n6{margin-left:-50px!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:5px!important}.mt-sm-1,.my-sm-1{margin-top:5px!important}.mr-sm-1,.mx-sm-1{margin-right:5px!important}.mb-sm-1,.my-sm-1{margin-bottom:5px!important}.ml-sm-1,.mx-sm-1{margin-left:5px!important}.m-sm-2{margin:10px!important}.mt-sm-2,.my-sm-2{margin-top:10px!important}.mr-sm-2,.mx-sm-2{margin-right:10px!important}.mb-sm-2,.my-sm-2{margin-bottom:10px!important}.ml-sm-2,.mx-sm-2{margin-left:10px!important}.m-sm-3{margin:20px!important}.mt-sm-3,.my-sm-3{margin-top:20px!important}.mr-sm-3,.mx-sm-3{margin-right:20px!important}.mb-sm-3,.my-sm-3{margin-bottom:20px!important}.ml-sm-3,.mx-sm-3{margin-left:20px!important}.m-sm-4{margin:30px!important}.mt-sm-4,.my-sm-4{margin-top:30px!important}.mr-sm-4,.mx-sm-4{margin-right:30px!important}.mb-sm-4,.my-sm-4{margin-bottom:30px!important}.ml-sm-4,.mx-sm-4{margin-left:30px!important}.m-sm-5{margin:40px!important}.mt-sm-5,.my-sm-5{margin-top:40px!important}.mr-sm-5,.mx-sm-5{margin-right:40px!important}.mb-sm-5,.my-sm-5{margin-bottom:40px!important}.ml-sm-5,.mx-sm-5{margin-left:40px!important}.m-sm-6{margin:50px!important}.mt-sm-6,.my-sm-6{margin-top:50px!important}.mr-sm-6,.mx-sm-6{margin-right:50px!important}.mb-sm-6,.my-sm-6{margin-bottom:50px!important}.ml-sm-6,.mx-sm-6{margin-left:50px!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:5px!important}.pt-sm-1,.py-sm-1{padding-top:5px!important}.pr-sm-1,.px-sm-1{padding-right:5px!important}.pb-sm-1,.py-sm-1{padding-bottom:5px!important}.pl-sm-1,.px-sm-1{padding-left:5px!important}.p-sm-2{padding:10px!important}.pt-sm-2,.py-sm-2{padding-top:10px!important}.pr-sm-2,.px-sm-2{padding-right:10px!important}.pb-sm-2,.py-sm-2{padding-bottom:10px!important}.pl-sm-2,.px-sm-2{padding-left:10px!important}.p-sm-3{padding:20px!important}.pt-sm-3,.py-sm-3{padding-top:20px!important}.pr-sm-3,.px-sm-3{padding-right:20px!important}.pb-sm-3,.py-sm-3{padding-bottom:20px!important}.pl-sm-3,.px-sm-3{padding-left:20px!important}.p-sm-4{padding:30px!important}.pt-sm-4,.py-sm-4{padding-top:30px!important}.pr-sm-4,.px-sm-4{padding-right:30px!important}.pb-sm-4,.py-sm-4{padding-bottom:30px!important}.pl-sm-4,.px-sm-4{padding-left:30px!important}.p-sm-5{padding:40px!important}.pt-sm-5,.py-sm-5{padding-top:40px!important}.pr-sm-5,.px-sm-5{padding-right:40px!important}.pb-sm-5,.py-sm-5{padding-bottom:40px!important}.pl-sm-5,.px-sm-5{padding-left:40px!important}.p-sm-6{padding:50px!important}.pt-sm-6,.py-sm-6{padding-top:50px!important}.pr-sm-6,.px-sm-6{padding-right:50px!important}.pb-sm-6,.py-sm-6{padding-bottom:50px!important}.pl-sm-6,.px-sm-6{padding-left:50px!important}.m-sm-n1{margin:-5px!important}.mt-sm-n1,.my-sm-n1{margin-top:-5px!important}.mr-sm-n1,.mx-sm-n1{margin-right:-5px!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-5px!important}.ml-sm-n1,.mx-sm-n1{margin-left:-5px!important}.m-sm-n2{margin:-10px!important}.mt-sm-n2,.my-sm-n2{margin-top:-10px!important}.mr-sm-n2,.mx-sm-n2{margin-right:-10px!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-10px!important}.ml-sm-n2,.mx-sm-n2{margin-left:-10px!important}.m-sm-n3{margin:-20px!important}.mt-sm-n3,.my-sm-n3{margin-top:-20px!important}.mr-sm-n3,.mx-sm-n3{margin-right:-20px!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-20px!important}.ml-sm-n3,.mx-sm-n3{margin-left:-20px!important}.m-sm-n4{margin:-30px!important}.mt-sm-n4,.my-sm-n4{margin-top:-30px!important}.mr-sm-n4,.mx-sm-n4{margin-right:-30px!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-30px!important}.ml-sm-n4,.mx-sm-n4{margin-left:-30px!important}.m-sm-n5{margin:-40px!important}.mt-sm-n5,.my-sm-n5{margin-top:-40px!important}.mr-sm-n5,.mx-sm-n5{margin-right:-40px!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-40px!important}.ml-sm-n5,.mx-sm-n5{margin-left:-40px!important}.m-sm-n6{margin:-50px!important}.mt-sm-n6,.my-sm-n6{margin-top:-50px!important}.mr-sm-n6,.mx-sm-n6{margin-right:-50px!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-50px!important}.ml-sm-n6,.mx-sm-n6{margin-left:-50px!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:5px!important}.mt-md-1,.my-md-1{margin-top:5px!important}.mr-md-1,.mx-md-1{margin-right:5px!important}.mb-md-1,.my-md-1{margin-bottom:5px!important}.ml-md-1,.mx-md-1{margin-left:5px!important}.m-md-2{margin:10px!important}.mt-md-2,.my-md-2{margin-top:10px!important}.mr-md-2,.mx-md-2{margin-right:10px!important}.mb-md-2,.my-md-2{margin-bottom:10px!important}.ml-md-2,.mx-md-2{margin-left:10px!important}.m-md-3{margin:20px!important}.mt-md-3,.my-md-3{margin-top:20px!important}.mr-md-3,.mx-md-3{margin-right:20px!important}.mb-md-3,.my-md-3{margin-bottom:20px!important}.ml-md-3,.mx-md-3{margin-left:20px!important}.m-md-4{margin:30px!important}.mt-md-4,.my-md-4{margin-top:30px!important}.mr-md-4,.mx-md-4{margin-right:30px!important}.mb-md-4,.my-md-4{margin-bottom:30px!important}.ml-md-4,.mx-md-4{margin-left:30px!important}.m-md-5{margin:40px!important}.mt-md-5,.my-md-5{margin-top:40px!important}.mr-md-5,.mx-md-5{margin-right:40px!important}.mb-md-5,.my-md-5{margin-bottom:40px!important}.ml-md-5,.mx-md-5{margin-left:40px!important}.m-md-6{margin:50px!important}.mt-md-6,.my-md-6{margin-top:50px!important}.mr-md-6,.mx-md-6{margin-right:50px!important}.mb-md-6,.my-md-6{margin-bottom:50px!important}.ml-md-6,.mx-md-6{margin-left:50px!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:5px!important}.pt-md-1,.py-md-1{padding-top:5px!important}.pr-md-1,.px-md-1{padding-right:5px!important}.pb-md-1,.py-md-1{padding-bottom:5px!important}.pl-md-1,.px-md-1{padding-left:5px!important}.p-md-2{padding:10px!important}.pt-md-2,.py-md-2{padding-top:10px!important}.pr-md-2,.px-md-2{padding-right:10px!important}.pb-md-2,.py-md-2{padding-bottom:10px!important}.pl-md-2,.px-md-2{padding-left:10px!important}.p-md-3{padding:20px!important}.pt-md-3,.py-md-3{padding-top:20px!important}.pr-md-3,.px-md-3{padding-right:20px!important}.pb-md-3,.py-md-3{padding-bottom:20px!important}.pl-md-3,.px-md-3{padding-left:20px!important}.p-md-4{padding:30px!important}.pt-md-4,.py-md-4{padding-top:30px!important}.pr-md-4,.px-md-4{padding-right:30px!important}.pb-md-4,.py-md-4{padding-bottom:30px!important}.pl-md-4,.px-md-4{padding-left:30px!important}.p-md-5{padding:40px!important}.pt-md-5,.py-md-5{padding-top:40px!important}.pr-md-5,.px-md-5{padding-right:40px!important}.pb-md-5,.py-md-5{padding-bottom:40px!important}.pl-md-5,.px-md-5{padding-left:40px!important}.p-md-6{padding:50px!important}.pt-md-6,.py-md-6{padding-top:50px!important}.pr-md-6,.px-md-6{padding-right:50px!important}.pb-md-6,.py-md-6{padding-bottom:50px!important}.pl-md-6,.px-md-6{padding-left:50px!important}.m-md-n1{margin:-5px!important}.mt-md-n1,.my-md-n1{margin-top:-5px!important}.mr-md-n1,.mx-md-n1{margin-right:-5px!important}.mb-md-n1,.my-md-n1{margin-bottom:-5px!important}.ml-md-n1,.mx-md-n1{margin-left:-5px!important}.m-md-n2{margin:-10px!important}.mt-md-n2,.my-md-n2{margin-top:-10px!important}.mr-md-n2,.mx-md-n2{margin-right:-10px!important}.mb-md-n2,.my-md-n2{margin-bottom:-10px!important}.ml-md-n2,.mx-md-n2{margin-left:-10px!important}.m-md-n3{margin:-20px!important}.mt-md-n3,.my-md-n3{margin-top:-20px!important}.mr-md-n3,.mx-md-n3{margin-right:-20px!important}.mb-md-n3,.my-md-n3{margin-bottom:-20px!important}.ml-md-n3,.mx-md-n3{margin-left:-20px!important}.m-md-n4{margin:-30px!important}.mt-md-n4,.my-md-n4{margin-top:-30px!important}.mr-md-n4,.mx-md-n4{margin-right:-30px!important}.mb-md-n4,.my-md-n4{margin-bottom:-30px!important}.ml-md-n4,.mx-md-n4{margin-left:-30px!important}.m-md-n5{margin:-40px!important}.mt-md-n5,.my-md-n5{margin-top:-40px!important}.mr-md-n5,.mx-md-n5{margin-right:-40px!important}.mb-md-n5,.my-md-n5{margin-bottom:-40px!important}.ml-md-n5,.mx-md-n5{margin-left:-40px!important}.m-md-n6{margin:-50px!important}.mt-md-n6,.my-md-n6{margin-top:-50px!important}.mr-md-n6,.mx-md-n6{margin-right:-50px!important}.mb-md-n6,.my-md-n6{margin-bottom:-50px!important}.ml-md-n6,.mx-md-n6{margin-left:-50px!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:5px!important}.mt-lg-1,.my-lg-1{margin-top:5px!important}.mr-lg-1,.mx-lg-1{margin-right:5px!important}.mb-lg-1,.my-lg-1{margin-bottom:5px!important}.ml-lg-1,.mx-lg-1{margin-left:5px!important}.m-lg-2{margin:10px!important}.mt-lg-2,.my-lg-2{margin-top:10px!important}.mr-lg-2,.mx-lg-2{margin-right:10px!important}.mb-lg-2,.my-lg-2{margin-bottom:10px!important}.ml-lg-2,.mx-lg-2{margin-left:10px!important}.m-lg-3{margin:20px!important}.mt-lg-3,.my-lg-3{margin-top:20px!important}.mr-lg-3,.mx-lg-3{margin-right:20px!important}.mb-lg-3,.my-lg-3{margin-bottom:20px!important}.ml-lg-3,.mx-lg-3{margin-left:20px!important}.m-lg-4{margin:30px!important}.mt-lg-4,.my-lg-4{margin-top:30px!important}.mr-lg-4,.mx-lg-4{margin-right:30px!important}.mb-lg-4,.my-lg-4{margin-bottom:30px!important}.ml-lg-4,.mx-lg-4{margin-left:30px!important}.m-lg-5{margin:40px!important}.mt-lg-5,.my-lg-5{margin-top:40px!important}.mr-lg-5,.mx-lg-5{margin-right:40px!important}.mb-lg-5,.my-lg-5{margin-bottom:40px!important}.ml-lg-5,.mx-lg-5{margin-left:40px!important}.m-lg-6{margin:50px!important}.mt-lg-6,.my-lg-6{margin-top:50px!important}.mr-lg-6,.mx-lg-6{margin-right:50px!important}.mb-lg-6,.my-lg-6{margin-bottom:50px!important}.ml-lg-6,.mx-lg-6{margin-left:50px!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:5px!important}.pt-lg-1,.py-lg-1{padding-top:5px!important}.pr-lg-1,.px-lg-1{padding-right:5px!important}.pb-lg-1,.py-lg-1{padding-bottom:5px!important}.pl-lg-1,.px-lg-1{padding-left:5px!important}.p-lg-2{padding:10px!important}.pt-lg-2,.py-lg-2{padding-top:10px!important}.pr-lg-2,.px-lg-2{padding-right:10px!important}.pb-lg-2,.py-lg-2{padding-bottom:10px!important}.pl-lg-2,.px-lg-2{padding-left:10px!important}.p-lg-3{padding:20px!important}.pt-lg-3,.py-lg-3{padding-top:20px!important}.pr-lg-3,.px-lg-3{padding-right:20px!important}.pb-lg-3,.py-lg-3{padding-bottom:20px!important}.pl-lg-3,.px-lg-3{padding-left:20px!important}.p-lg-4{padding:30px!important}.pt-lg-4,.py-lg-4{padding-top:30px!important}.pr-lg-4,.px-lg-4{padding-right:30px!important}.pb-lg-4,.py-lg-4{padding-bottom:30px!important}.pl-lg-4,.px-lg-4{padding-left:30px!important}.p-lg-5{padding:40px!important}.pt-lg-5,.py-lg-5{padding-top:40px!important}.pr-lg-5,.px-lg-5{padding-right:40px!important}.pb-lg-5,.py-lg-5{padding-bottom:40px!important}.pl-lg-5,.px-lg-5{padding-left:40px!important}.p-lg-6{padding:50px!important}.pt-lg-6,.py-lg-6{padding-top:50px!important}.pr-lg-6,.px-lg-6{padding-right:50px!important}.pb-lg-6,.py-lg-6{padding-bottom:50px!important}.pl-lg-6,.px-lg-6{padding-left:50px!important}.m-lg-n1{margin:-5px!important}.mt-lg-n1,.my-lg-n1{margin-top:-5px!important}.mr-lg-n1,.mx-lg-n1{margin-right:-5px!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-5px!important}.ml-lg-n1,.mx-lg-n1{margin-left:-5px!important}.m-lg-n2{margin:-10px!important}.mt-lg-n2,.my-lg-n2{margin-top:-10px!important}.mr-lg-n2,.mx-lg-n2{margin-right:-10px!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-10px!important}.ml-lg-n2,.mx-lg-n2{margin-left:-10px!important}.m-lg-n3{margin:-20px!important}.mt-lg-n3,.my-lg-n3{margin-top:-20px!important}.mr-lg-n3,.mx-lg-n3{margin-right:-20px!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-20px!important}.ml-lg-n3,.mx-lg-n3{margin-left:-20px!important}.m-lg-n4{margin:-30px!important}.mt-lg-n4,.my-lg-n4{margin-top:-30px!important}.mr-lg-n4,.mx-lg-n4{margin-right:-30px!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-30px!important}.ml-lg-n4,.mx-lg-n4{margin-left:-30px!important}.m-lg-n5{margin:-40px!important}.mt-lg-n5,.my-lg-n5{margin-top:-40px!important}.mr-lg-n5,.mx-lg-n5{margin-right:-40px!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-40px!important}.ml-lg-n5,.mx-lg-n5{margin-left:-40px!important}.m-lg-n6{margin:-50px!important}.mt-lg-n6,.my-lg-n6{margin-top:-50px!important}.mr-lg-n6,.mx-lg-n6{margin-right:-50px!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-50px!important}.ml-lg-n6,.mx-lg-n6{margin-left:-50px!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:5px!important}.mt-xl-1,.my-xl-1{margin-top:5px!important}.mr-xl-1,.mx-xl-1{margin-right:5px!important}.mb-xl-1,.my-xl-1{margin-bottom:5px!important}.ml-xl-1,.mx-xl-1{margin-left:5px!important}.m-xl-2{margin:10px!important}.mt-xl-2,.my-xl-2{margin-top:10px!important}.mr-xl-2,.mx-xl-2{margin-right:10px!important}.mb-xl-2,.my-xl-2{margin-bottom:10px!important}.ml-xl-2,.mx-xl-2{margin-left:10px!important}.m-xl-3{margin:20px!important}.mt-xl-3,.my-xl-3{margin-top:20px!important}.mr-xl-3,.mx-xl-3{margin-right:20px!important}.mb-xl-3,.my-xl-3{margin-bottom:20px!important}.ml-xl-3,.mx-xl-3{margin-left:20px!important}.m-xl-4{margin:30px!important}.mt-xl-4,.my-xl-4{margin-top:30px!important}.mr-xl-4,.mx-xl-4{margin-right:30px!important}.mb-xl-4,.my-xl-4{margin-bottom:30px!important}.ml-xl-4,.mx-xl-4{margin-left:30px!important}.m-xl-5{margin:40px!important}.mt-xl-5,.my-xl-5{margin-top:40px!important}.mr-xl-5,.mx-xl-5{margin-right:40px!important}.mb-xl-5,.my-xl-5{margin-bottom:40px!important}.ml-xl-5,.mx-xl-5{margin-left:40px!important}.m-xl-6{margin:50px!important}.mt-xl-6,.my-xl-6{margin-top:50px!important}.mr-xl-6,.mx-xl-6{margin-right:50px!important}.mb-xl-6,.my-xl-6{margin-bottom:50px!important}.ml-xl-6,.mx-xl-6{margin-left:50px!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:5px!important}.pt-xl-1,.py-xl-1{padding-top:5px!important}.pr-xl-1,.px-xl-1{padding-right:5px!important}.pb-xl-1,.py-xl-1{padding-bottom:5px!important}.pl-xl-1,.px-xl-1{padding-left:5px!important}.p-xl-2{padding:10px!important}.pt-xl-2,.py-xl-2{padding-top:10px!important}.pr-xl-2,.px-xl-2{padding-right:10px!important}.pb-xl-2,.py-xl-2{padding-bottom:10px!important}.pl-xl-2,.px-xl-2{padding-left:10px!important}.p-xl-3{padding:20px!important}.pt-xl-3,.py-xl-3{padding-top:20px!important}.pr-xl-3,.px-xl-3{padding-right:20px!important}.pb-xl-3,.py-xl-3{padding-bottom:20px!important}.pl-xl-3,.px-xl-3{padding-left:20px!important}.p-xl-4{padding:30px!important}.pt-xl-4,.py-xl-4{padding-top:30px!important}.pr-xl-4,.px-xl-4{padding-right:30px!important}.pb-xl-4,.py-xl-4{padding-bottom:30px!important}.pl-xl-4,.px-xl-4{padding-left:30px!important}.p-xl-5{padding:40px!important}.pt-xl-5,.py-xl-5{padding-top:40px!important}.pr-xl-5,.px-xl-5{padding-right:40px!important}.pb-xl-5,.py-xl-5{padding-bottom:40px!important}.pl-xl-5,.px-xl-5{padding-left:40px!important}.p-xl-6{padding:50px!important}.pt-xl-6,.py-xl-6{padding-top:50px!important}.pr-xl-6,.px-xl-6{padding-right:50px!important}.pb-xl-6,.py-xl-6{padding-bottom:50px!important}.pl-xl-6,.px-xl-6{padding-left:50px!important}.m-xl-n1{margin:-5px!important}.mt-xl-n1,.my-xl-n1{margin-top:-5px!important}.mr-xl-n1,.mx-xl-n1{margin-right:-5px!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-5px!important}.ml-xl-n1,.mx-xl-n1{margin-left:-5px!important}.m-xl-n2{margin:-10px!important}.mt-xl-n2,.my-xl-n2{margin-top:-10px!important}.mr-xl-n2,.mx-xl-n2{margin-right:-10px!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-10px!important}.ml-xl-n2,.mx-xl-n2{margin-left:-10px!important}.m-xl-n3{margin:-20px!important}.mt-xl-n3,.my-xl-n3{margin-top:-20px!important}.mr-xl-n3,.mx-xl-n3{margin-right:-20px!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-20px!important}.ml-xl-n3,.mx-xl-n3{margin-left:-20px!important}.m-xl-n4{margin:-30px!important}.mt-xl-n4,.my-xl-n4{margin-top:-30px!important}.mr-xl-n4,.mx-xl-n4{margin-right:-30px!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-30px!important}.ml-xl-n4,.mx-xl-n4{margin-left:-30px!important}.m-xl-n5{margin:-40px!important}.mt-xl-n5,.my-xl-n5{margin-top:-40px!important}.mr-xl-n5,.mx-xl-n5{margin-right:-40px!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-40px!important}.ml-xl-n5,.mx-xl-n5{margin-left:-40px!important}.m-xl-n6{margin:-50px!important}.mt-xl-n6,.my-xl-n6{margin-top:-50px!important}.mr-xl-n6,.mx-xl-n6{margin-right:-50px!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-50px!important}.ml-xl-n6,.mx-xl-n6{margin-left:-50px!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media(min-width:1600px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:5px!important}.mt-xxl-1,.my-xxl-1{margin-top:5px!important}.mr-xxl-1,.mx-xxl-1{margin-right:5px!important}.mb-xxl-1,.my-xxl-1{margin-bottom:5px!important}.ml-xxl-1,.mx-xxl-1{margin-left:5px!important}.m-xxl-2{margin:10px!important}.mt-xxl-2,.my-xxl-2{margin-top:10px!important}.mr-xxl-2,.mx-xxl-2{margin-right:10px!important}.mb-xxl-2,.my-xxl-2{margin-bottom:10px!important}.ml-xxl-2,.mx-xxl-2{margin-left:10px!important}.m-xxl-3{margin:20px!important}.mt-xxl-3,.my-xxl-3{margin-top:20px!important}.mr-xxl-3,.mx-xxl-3{margin-right:20px!important}.mb-xxl-3,.my-xxl-3{margin-bottom:20px!important}.ml-xxl-3,.mx-xxl-3{margin-left:20px!important}.m-xxl-4{margin:30px!important}.mt-xxl-4,.my-xxl-4{margin-top:30px!important}.mr-xxl-4,.mx-xxl-4{margin-right:30px!important}.mb-xxl-4,.my-xxl-4{margin-bottom:30px!important}.ml-xxl-4,.mx-xxl-4{margin-left:30px!important}.m-xxl-5{margin:40px!important}.mt-xxl-5,.my-xxl-5{margin-top:40px!important}.mr-xxl-5,.mx-xxl-5{margin-right:40px!important}.mb-xxl-5,.my-xxl-5{margin-bottom:40px!important}.ml-xxl-5,.mx-xxl-5{margin-left:40px!important}.m-xxl-6{margin:50px!important}.mt-xxl-6,.my-xxl-6{margin-top:50px!important}.mr-xxl-6,.mx-xxl-6{margin-right:50px!important}.mb-xxl-6,.my-xxl-6{margin-bottom:50px!important}.ml-xxl-6,.mx-xxl-6{margin-left:50px!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:5px!important}.pt-xxl-1,.py-xxl-1{padding-top:5px!important}.pr-xxl-1,.px-xxl-1{padding-right:5px!important}.pb-xxl-1,.py-xxl-1{padding-bottom:5px!important}.pl-xxl-1,.px-xxl-1{padding-left:5px!important}.p-xxl-2{padding:10px!important}.pt-xxl-2,.py-xxl-2{padding-top:10px!important}.pr-xxl-2,.px-xxl-2{padding-right:10px!important}.pb-xxl-2,.py-xxl-2{padding-bottom:10px!important}.pl-xxl-2,.px-xxl-2{padding-left:10px!important}.p-xxl-3{padding:20px!important}.pt-xxl-3,.py-xxl-3{padding-top:20px!important}.pr-xxl-3,.px-xxl-3{padding-right:20px!important}.pb-xxl-3,.py-xxl-3{padding-bottom:20px!important}.pl-xxl-3,.px-xxl-3{padding-left:20px!important}.p-xxl-4{padding:30px!important}.pt-xxl-4,.py-xxl-4{padding-top:30px!important}.pr-xxl-4,.px-xxl-4{padding-right:30px!important}.pb-xxl-4,.py-xxl-4{padding-bottom:30px!important}.pl-xxl-4,.px-xxl-4{padding-left:30px!important}.p-xxl-5{padding:40px!important}.pt-xxl-5,.py-xxl-5{padding-top:40px!important}.pr-xxl-5,.px-xxl-5{padding-right:40px!important}.pb-xxl-5,.py-xxl-5{padding-bottom:40px!important}.pl-xxl-5,.px-xxl-5{padding-left:40px!important}.p-xxl-6{padding:50px!important}.pt-xxl-6,.py-xxl-6{padding-top:50px!important}.pr-xxl-6,.px-xxl-6{padding-right:50px!important}.pb-xxl-6,.py-xxl-6{padding-bottom:50px!important}.pl-xxl-6,.px-xxl-6{padding-left:50px!important}.m-xxl-n1{margin:-5px!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-5px!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-5px!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-5px!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-5px!important}.m-xxl-n2{margin:-10px!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-10px!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-10px!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-10px!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-10px!important}.m-xxl-n3{margin:-20px!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-20px!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-20px!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-20px!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-20px!important}.m-xxl-n4{margin:-30px!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-30px!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-30px!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-30px!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-30px!important}.m-xxl-n5{margin:-40px!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-40px!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-40px!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-40px!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-40px!important}.m-xxl-n6{margin:-50px!important}.mt-xxl-n6,.my-xxl-n6{margin-top:-50px!important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-50px!important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-50px!important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-50px!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media(min-width:1800px){.m-xxxl-0{margin:0!important}.mt-xxxl-0,.my-xxxl-0{margin-top:0!important}.mr-xxxl-0,.mx-xxxl-0{margin-right:0!important}.mb-xxxl-0,.my-xxxl-0{margin-bottom:0!important}.ml-xxxl-0,.mx-xxxl-0{margin-left:0!important}.m-xxxl-1{margin:5px!important}.mt-xxxl-1,.my-xxxl-1{margin-top:5px!important}.mr-xxxl-1,.mx-xxxl-1{margin-right:5px!important}.mb-xxxl-1,.my-xxxl-1{margin-bottom:5px!important}.ml-xxxl-1,.mx-xxxl-1{margin-left:5px!important}.m-xxxl-2{margin:10px!important}.mt-xxxl-2,.my-xxxl-2{margin-top:10px!important}.mr-xxxl-2,.mx-xxxl-2{margin-right:10px!important}.mb-xxxl-2,.my-xxxl-2{margin-bottom:10px!important}.ml-xxxl-2,.mx-xxxl-2{margin-left:10px!important}.m-xxxl-3{margin:20px!important}.mt-xxxl-3,.my-xxxl-3{margin-top:20px!important}.mr-xxxl-3,.mx-xxxl-3{margin-right:20px!important}.mb-xxxl-3,.my-xxxl-3{margin-bottom:20px!important}.ml-xxxl-3,.mx-xxxl-3{margin-left:20px!important}.m-xxxl-4{margin:30px!important}.mt-xxxl-4,.my-xxxl-4{margin-top:30px!important}.mr-xxxl-4,.mx-xxxl-4{margin-right:30px!important}.mb-xxxl-4,.my-xxxl-4{margin-bottom:30px!important}.ml-xxxl-4,.mx-xxxl-4{margin-left:30px!important}.m-xxxl-5{margin:40px!important}.mt-xxxl-5,.my-xxxl-5{margin-top:40px!important}.mr-xxxl-5,.mx-xxxl-5{margin-right:40px!important}.mb-xxxl-5,.my-xxxl-5{margin-bottom:40px!important}.ml-xxxl-5,.mx-xxxl-5{margin-left:40px!important}.m-xxxl-6{margin:50px!important}.mt-xxxl-6,.my-xxxl-6{margin-top:50px!important}.mr-xxxl-6,.mx-xxxl-6{margin-right:50px!important}.mb-xxxl-6,.my-xxxl-6{margin-bottom:50px!important}.ml-xxxl-6,.mx-xxxl-6{margin-left:50px!important}.p-xxxl-0{padding:0!important}.pt-xxxl-0,.py-xxxl-0{padding-top:0!important}.pr-xxxl-0,.px-xxxl-0{padding-right:0!important}.pb-xxxl-0,.py-xxxl-0{padding-bottom:0!important}.pl-xxxl-0,.px-xxxl-0{padding-left:0!important}.p-xxxl-1{padding:5px!important}.pt-xxxl-1,.py-xxxl-1{padding-top:5px!important}.pr-xxxl-1,.px-xxxl-1{padding-right:5px!important}.pb-xxxl-1,.py-xxxl-1{padding-bottom:5px!important}.pl-xxxl-1,.px-xxxl-1{padding-left:5px!important}.p-xxxl-2{padding:10px!important}.pt-xxxl-2,.py-xxxl-2{padding-top:10px!important}.pr-xxxl-2,.px-xxxl-2{padding-right:10px!important}.pb-xxxl-2,.py-xxxl-2{padding-bottom:10px!important}.pl-xxxl-2,.px-xxxl-2{padding-left:10px!important}.p-xxxl-3{padding:20px!important}.pt-xxxl-3,.py-xxxl-3{padding-top:20px!important}.pr-xxxl-3,.px-xxxl-3{padding-right:20px!important}.pb-xxxl-3,.py-xxxl-3{padding-bottom:20px!important}.pl-xxxl-3,.px-xxxl-3{padding-left:20px!important}.p-xxxl-4{padding:30px!important}.pt-xxxl-4,.py-xxxl-4{padding-top:30px!important}.pr-xxxl-4,.px-xxxl-4{padding-right:30px!important}.pb-xxxl-4,.py-xxxl-4{padding-bottom:30px!important}.pl-xxxl-4,.px-xxxl-4{padding-left:30px!important}.p-xxxl-5{padding:40px!important}.pt-xxxl-5,.py-xxxl-5{padding-top:40px!important}.pr-xxxl-5,.px-xxxl-5{padding-right:40px!important}.pb-xxxl-5,.py-xxxl-5{padding-bottom:40px!important}.pl-xxxl-5,.px-xxxl-5{padding-left:40px!important}.p-xxxl-6{padding:50px!important}.pt-xxxl-6,.py-xxxl-6{padding-top:50px!important}.pr-xxxl-6,.px-xxxl-6{padding-right:50px!important}.pb-xxxl-6,.py-xxxl-6{padding-bottom:50px!important}.pl-xxxl-6,.px-xxxl-6{padding-left:50px!important}.m-xxxl-n1{margin:-5px!important}.mt-xxxl-n1,.my-xxxl-n1{margin-top:-5px!important}.mr-xxxl-n1,.mx-xxxl-n1{margin-right:-5px!important}.mb-xxxl-n1,.my-xxxl-n1{margin-bottom:-5px!important}.ml-xxxl-n1,.mx-xxxl-n1{margin-left:-5px!important}.m-xxxl-n2{margin:-10px!important}.mt-xxxl-n2,.my-xxxl-n2{margin-top:-10px!important}.mr-xxxl-n2,.mx-xxxl-n2{margin-right:-10px!important}.mb-xxxl-n2,.my-xxxl-n2{margin-bottom:-10px!important}.ml-xxxl-n2,.mx-xxxl-n2{margin-left:-10px!important}.m-xxxl-n3{margin:-20px!important}.mt-xxxl-n3,.my-xxxl-n3{margin-top:-20px!important}.mr-xxxl-n3,.mx-xxxl-n3{margin-right:-20px!important}.mb-xxxl-n3,.my-xxxl-n3{margin-bottom:-20px!important}.ml-xxxl-n3,.mx-xxxl-n3{margin-left:-20px!important}.m-xxxl-n4{margin:-30px!important}.mt-xxxl-n4,.my-xxxl-n4{margin-top:-30px!important}.mr-xxxl-n4,.mx-xxxl-n4{margin-right:-30px!important}.mb-xxxl-n4,.my-xxxl-n4{margin-bottom:-30px!important}.ml-xxxl-n4,.mx-xxxl-n4{margin-left:-30px!important}.m-xxxl-n5{margin:-40px!important}.mt-xxxl-n5,.my-xxxl-n5{margin-top:-40px!important}.mr-xxxl-n5,.mx-xxxl-n5{margin-right:-40px!important}.mb-xxxl-n5,.my-xxxl-n5{margin-bottom:-40px!important}.ml-xxxl-n5,.mx-xxxl-n5{margin-left:-40px!important}.m-xxxl-n6{margin:-50px!important}.mt-xxxl-n6,.my-xxxl-n6{margin-top:-50px!important}.mr-xxxl-n6,.mx-xxxl-n6{margin-right:-50px!important}.mb-xxxl-n6,.my-xxxl-n6{margin-bottom:-50px!important}.ml-xxxl-n6,.mx-xxxl-n6{margin-left:-50px!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1600px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1800px){.text-xxxl-left{text-align:left!important}.text-xxxl-right{text-align:right!important}.text-xxxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:200!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:800!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#a18064!important}a.text-primary:focus,a.text-primary:hover{color:#735a46!important}.text-secondary{color:#aaa!important}a.text-secondary:focus,a.text-secondary:hover{color:#848484!important}.text-success{color:#9fc521!important}a.text-success:focus,a.text-success:hover{color:#6a8316!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ff9a52!important}a.text-warning:focus,a.text-warning:hover{color:#ff6d06!important}.text-danger{color:#ae0400!important}a.text-danger:focus,a.text-danger:hover{color:#620200!important}.text-light{color:#e9ecef!important}a.text-light:focus,a.text-light:hover{color:#bdc6cf!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{border-color:#dee2e6;color:inherit}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.cursor-pointer{cursor:pointer!important}.font-reset{font-size:inherit!important}.line-height-reset{line-height:inherit!important}.font-sm{font-size:.875rem}@media(max-width:1200px){.font-sm{font-size:calc(.775rem + .13333vw)}}.font-lg{font-size:1.125rem}@media(max-width:1200px){.font-lg{font-size:calc(.825rem + .4vw)}}.font-xs{font-size:.6875rem}.font-base{font-size:1rem}@media(max-width:1200px){.font-base{font-size:calc(.8rem + .26667vw)}}.dropdown-menu,.modal{display:none}.toast{opacity:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;direction:ltr}ul{list-style:none;padding-left:0}input::-moz-placeholder,textarea::-moz-placeholder{color:#6c757d}input::placeholder,textarea::placeholder{color:#6c757d}input:active::-moz-placeholder,textarea:active::-moz-placeholder{color:#212529}input:active::placeholder,textarea:active::placeholder{color:#212529}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}@font-face{font-display:block;font-family:Material Icons;font-style:normal;font-weight:400;src:url(/themes/mzk_theme/assets/fonts/MaterialIcons-Regular-479700ea91d964d295d75c6b67bd0b28.eot);src:local("☺"),url(/themes/mzk_theme/assets/fonts/MaterialIcons-Regular-12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/MaterialIcons-Regular-f2a0933406f7830651524f477ba2f543.woff) format("woff"),url(/themes/mzk_theme/assets/fonts/MaterialIcons-Regular-00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype")}.material-icons._10k:before{content:"\e951"}.material-icons._10mp:before{content:"\e952"}.material-icons._11mp:before{content:"\e953"}.material-icons._12mp:before{content:"\e954"}.material-icons._13mp:before{content:"\e955"}.material-icons._14mp:before{content:"\e956"}.material-icons._15mp:before{content:"\e957"}.material-icons._16mp:before{content:"\e958"}.material-icons._17mp:before{content:"\e959"}.material-icons._18mp:before{content:"\e95a"}.material-icons._19mp:before{content:"\e95b"}.material-icons._1k:before{content:"\e95c"}.material-icons._1k_plus:before{content:"\e95d"}.material-icons._20mp:before{content:"\e95e"}.material-icons._21mp:before{content:"\e95f"}.material-icons._22mp:before{content:"\e960"}.material-icons._23mp:before{content:"\e961"}.material-icons._24mp:before{content:"\e962"}.material-icons._2k:before{content:"\e963"}.material-icons._2k_plus:before{content:"\e964"}.material-icons._2mp:before{content:"\e965"}.material-icons._360:before{content:"\e577"}.material-icons._3d_rotation:before{content:"\e84d"}.material-icons._3k:before{content:"\e966"}.material-icons._3k_plus:before{content:"\e967"}.material-icons._3mp:before{content:"\e968"}.material-icons._4k:before{content:"\e072"}.material-icons._4k_plus:before{content:"\e969"}.material-icons._4mp:before{content:"\e96a"}.material-icons._5k:before{content:"\e96b"}.material-icons._5k_plus:before{content:"\e96c"}.material-icons._5mp:before{content:"\e96d"}.material-icons._6k:before{content:"\e96e"}.material-icons._6k_plus:before{content:"\e96f"}.material-icons._6mp:before{content:"\e970"}.material-icons._7k:before{content:"\e971"}.material-icons._7k_plus:before{content:"\e972"}.material-icons._7mp:before{content:"\e973"}.material-icons._8k:before{content:"\e974"}.material-icons._8k_plus:before{content:"\e975"}.material-icons._8mp:before{content:"\e976"}.material-icons._9k:before{content:"\e977"}.material-icons._9k_plus:before{content:"\e978"}.material-icons._9mp:before{content:"\e979"}.material-icons.ac_unit:before{content:"\eb3b"}.material-icons.access_alarm:before{content:"\e190"}.material-icons.access_alarms:before{content:"\e191"}.material-icons.access_time:before{content:"\e192"}.material-icons.accessibility:before{content:"\e84e"}.material-icons.accessibility_new:before{content:"\e92c"}.material-icons.accessible:before{content:"\e914"}.material-icons.accessible_forward:before{content:"\e934"}.material-icons.account_balance:before{content:"\e84f"}.material-icons.account_balance_wallet:before{content:"\e850"}.material-icons.account_box:before{content:"\e851"}.material-icons.account_circle:before{content:"\e853"}.material-icons.account_tree:before{content:"\e97a"}.material-icons.adb:before{content:"\e60e"}.material-icons.add:before{content:"\e145"}.material-icons.add_a_photo:before{content:"\e439"}.material-icons.add_alarm:before{content:"\e193"}.material-icons.add_alert:before{content:"\e003"}.material-icons.add_box:before{content:"\e146"}.material-icons.add_call:before{content:"\e0e8"}.material-icons.add_chart:before{content:"\e97b"}.material-icons.add_circle:before{content:"\e147"}.material-icons.add_circle_outline:before{content:"\e148"}.material-icons.add_comment:before{content:"\e266"}.material-icons.add_ic_call:before{content:"\e97c"}.material-icons.add_link:before{content:"\e178"}.material-icons.add_location:before{content:"\e567"}.material-icons.add_moderator:before{content:"\e97d"}.material-icons.add_photo_alternate:before{content:"\e43e"}.material-icons.add_shopping_cart:before{content:"\e854"}.material-icons.add_to_home_screen:before{content:"\e1fe"}.material-icons.add_to_photos:before{content:"\e39d"}.material-icons.add_to_queue:before{content:"\e05c"}.material-icons.adjust:before{content:"\e39e"}.material-icons.airline_seat_flat:before{content:"\e630"}.material-icons.airline_seat_flat_angled:before{content:"\e631"}.material-icons.airline_seat_individual_suite:before{content:"\e632"}.material-icons.airline_seat_legroom_extra:before{content:"\e633"}.material-icons.airline_seat_legroom_normal:before{content:"\e634"}.material-icons.airline_seat_legroom_reduced:before{content:"\e635"}.material-icons.airline_seat_recline_extra:before{content:"\e636"}.material-icons.airline_seat_recline_normal:before{content:"\e637"}.material-icons.airplanemode_active:before{content:"\e195"}.material-icons.airplanemode_inactive:before,.material-icons.airplanemode_off:before{content:"\e194"}.material-icons.airplanemode_on:before{content:"\e195"}.material-icons.airplay:before{content:"\e055"}.material-icons.airport_shuttle:before{content:"\eb3c"}.material-icons.alarm:before{content:"\e855"}.material-icons.alarm_add:before{content:"\e856"}.material-icons.alarm_off:before{content:"\e857"}.material-icons.alarm_on:before{content:"\e858"}.material-icons.album:before{content:"\e019"}.material-icons.all_inbox:before{content:"\e97f"}.material-icons.all_inclusive:before{content:"\eb3d"}.material-icons.all_out:before{content:"\e90b"}.material-icons.alternate_email:before{content:"\e0e6"}.material-icons.amp_stories:before{content:"\ea13"}.material-icons.android:before{content:"\e859"}.material-icons.announcement:before{content:"\e85a"}.material-icons.apartment:before{content:"\ea40"}.material-icons.approval:before{content:"\e982"}.material-icons.apps:before{content:"\e5c3"}.material-icons.archive:before{content:"\e149"}.material-icons.arrow_back:before{content:"\e5c4"}.material-icons.arrow_back_ios:before{content:"\e5e0"}.material-icons.arrow_downward:before{content:"\e5db"}.material-icons.arrow_drop_down:before{content:"\e5c5"}.material-icons.arrow_drop_down_circle:before{content:"\e5c6"}.material-icons.arrow_drop_up:before{content:"\e5c7"}.material-icons.arrow_forward:before{content:"\e5c8"}.material-icons.arrow_forward_ios:before{content:"\e5e1"}.material-icons.arrow_left:before{content:"\e5de"}.material-icons.arrow_right:before{content:"\e5df"}.material-icons.arrow_right_alt:before{content:"\e941"}.material-icons.arrow_upward:before{content:"\e5d8"}.material-icons.art_track:before{content:"\e060"}.material-icons.aspect_ratio:before{content:"\e85b"}.material-icons.assessment:before{content:"\e85c"}.material-icons.assignment:before{content:"\e85d"}.material-icons.assignment_ind:before{content:"\e85e"}.material-icons.assignment_late:before{content:"\e85f"}.material-icons.assignment_return:before{content:"\e860"}.material-icons.assignment_returned:before{content:"\e861"}.material-icons.assignment_turned_in:before{content:"\e862"}.material-icons.assistant:before{content:"\e39f"}.material-icons.assistant_direction:before{content:"\e988"}.material-icons.assistant_navigation:before{content:"\e989"}.material-icons.assistant_photo:before{content:"\e3a0"}.material-icons.atm:before{content:"\e573"}.material-icons.attach_file:before{content:"\e226"}.material-icons.attach_money:before{content:"\e227"}.material-icons.attachment:before{content:"\e2bc"}.material-icons.attractions:before{content:"\ea52"}.material-icons.audiotrack:before{content:"\e3a1"}.material-icons.autorenew:before{content:"\e863"}.material-icons.av_timer:before{content:"\e01b"}.material-icons.backspace:before{content:"\e14a"}.material-icons.backup:before{content:"\e864"}.material-icons.badge:before{content:"\ea67"}.material-icons.bakery_dining:before{content:"\ea53"}.material-icons.ballot:before{content:"\e172"}.material-icons.bar_chart:before{content:"\e26b"}.material-icons.bathtub:before{content:"\ea41"}.material-icons.battery_alert:before{content:"\e19c"}.material-icons.battery_charging_full:before{content:"\e1a3"}.material-icons.battery_full:before{content:"\e1a4"}.material-icons.battery_std:before{content:"\e1a5"}.material-icons.battery_unknown:before{content:"\e1a6"}.material-icons.beach_access:before{content:"\eb3e"}.material-icons.beenhere:before{content:"\e52d"}.material-icons.block:before{content:"\e14b"}.material-icons.bluetooth:before{content:"\e1a7"}.material-icons.bluetooth_audio:before{content:"\e60f"}.material-icons.bluetooth_connected:before{content:"\e1a8"}.material-icons.bluetooth_disabled:before{content:"\e1a9"}.material-icons.bluetooth_searching:before{content:"\e1aa"}.material-icons.blur_circular:before{content:"\e3a2"}.material-icons.blur_linear:before{content:"\e3a3"}.material-icons.blur_off:before{content:"\e3a4"}.material-icons.blur_on:before{content:"\e3a5"}.material-icons.bolt:before{content:"\ea0b"}.material-icons.book:before{content:"\e865"}.material-icons.bookmark:before{content:"\e866"}.material-icons.bookmark_border:before,.material-icons.bookmark_outline:before{content:"\e867"}.material-icons.bookmarks:before{content:"\e98b"}.material-icons.border_all:before{content:"\e228"}.material-icons.border_bottom:before{content:"\e229"}.material-icons.border_clear:before{content:"\e22a"}.material-icons.border_color:before{content:"\e22b"}.material-icons.border_horizontal:before{content:"\e22c"}.material-icons.border_inner:before{content:"\e22d"}.material-icons.border_left:before{content:"\e22e"}.material-icons.border_outer:before{content:"\e22f"}.material-icons.border_right:before{content:"\e230"}.material-icons.border_style:before{content:"\e231"}.material-icons.border_top:before{content:"\e232"}.material-icons.border_vertical:before{content:"\e233"}.material-icons.branding_watermark:before{content:"\e06b"}.material-icons.breakfast_dining:before{content:"\ea54"}.material-icons.brightness_1:before{content:"\e3a6"}.material-icons.brightness_2:before{content:"\e3a7"}.material-icons.brightness_3:before{content:"\e3a8"}.material-icons.brightness_4:before{content:"\e3a9"}.material-icons.brightness_5:before{content:"\e3aa"}.material-icons.brightness_6:before{content:"\e3ab"}.material-icons.brightness_7:before{content:"\e3ac"}.material-icons.brightness_auto:before{content:"\e1ab"}.material-icons.brightness_high:before{content:"\e1ac"}.material-icons.brightness_low:before{content:"\e1ad"}.material-icons.brightness_medium:before{content:"\e1ae"}.material-icons.broken_image:before{content:"\e3ad"}.material-icons.brunch_dining:before{content:"\ea73"}.material-icons.brush:before{content:"\e3ae"}.material-icons.bubble_chart:before{content:"\e6dd"}.material-icons.bug_report:before{content:"\e868"}.material-icons.build:before{content:"\e869"}.material-icons.burst_mode:before{content:"\e43c"}.material-icons.bus_alert:before{content:"\e98f"}.material-icons.business:before{content:"\e0af"}.material-icons.business_center:before{content:"\eb3f"}.material-icons.cached:before{content:"\e86a"}.material-icons.cake:before{content:"\e7e9"}.material-icons.calendar_today:before{content:"\e935"}.material-icons.calendar_view_day:before{content:"\e936"}.material-icons.call:before{content:"\e0b0"}.material-icons.call_end:before{content:"\e0b1"}.material-icons.call_made:before{content:"\e0b2"}.material-icons.call_merge:before{content:"\e0b3"}.material-icons.call_missed:before{content:"\e0b4"}.material-icons.call_missed_outgoing:before{content:"\e0e4"}.material-icons.call_received:before{content:"\e0b5"}.material-icons.call_split:before{content:"\e0b6"}.material-icons.call_to_action:before{content:"\e06c"}.material-icons.camera:before{content:"\e3af"}.material-icons.camera_alt:before{content:"\e3b0"}.material-icons.camera_enhance:before{content:"\e8fc"}.material-icons.camera_front:before{content:"\e3b1"}.material-icons.camera_rear:before{content:"\e3b2"}.material-icons.camera_roll:before{content:"\e3b3"}.material-icons.cancel:before{content:"\e5c9"}.material-icons.cancel_presentation:before{content:"\e0e9"}.material-icons.cancel_schedule_send:before{content:"\ea39"}.material-icons.car_rental:before{content:"\ea55"}.material-icons.car_repair:before{content:"\ea56"}.material-icons.card_giftcard:before{content:"\e8f6"}.material-icons.card_membership:before{content:"\e8f7"}.material-icons.card_travel:before{content:"\e8f8"}.material-icons.cases:before{content:"\e992"}.material-icons.casino:before{content:"\eb40"}.material-icons.cast:before{content:"\e307"}.material-icons.cast_connected:before{content:"\e308"}.material-icons.category:before{content:"\e574"}.material-icons.celebration:before{content:"\ea65"}.material-icons.cell_wifi:before{content:"\e0ec"}.material-icons.center_focus_strong:before{content:"\e3b4"}.material-icons.center_focus_weak:before{content:"\e3b5"}.material-icons.change_history:before{content:"\e86b"}.material-icons.chat:before{content:"\e0b7"}.material-icons.chat_bubble:before{content:"\e0ca"}.material-icons.chat_bubble_outline:before{content:"\e0cb"}.material-icons.check:before{content:"\e5ca"}.material-icons.check_box:before{content:"\e834"}.material-icons.check_box_outline_blank:before{content:"\e835"}.material-icons.check_circle:before{content:"\e86c"}.material-icons.check_circle_outline:before{content:"\e92d"}.material-icons.chevron_left:before{content:"\e5cb"}.material-icons.chevron_right:before{content:"\e5cc"}.material-icons.child_care:before{content:"\eb41"}.material-icons.child_friendly:before{content:"\eb42"}.material-icons.chrome_reader_mode:before{content:"\e86d"}.material-icons.circle_notifications:before{content:"\e994"}.material-icons.class:before{content:"\e86e"}.material-icons.clear:before{content:"\e14c"}.material-icons.clear_all:before{content:"\e0b8"}.material-icons.close:before{content:"\e5cd"}.material-icons.closed_caption:before{content:"\e01c"}.material-icons.closed_caption_off:before{content:"\e996"}.material-icons.cloud:before{content:"\e2bd"}.material-icons.cloud_circle:before{content:"\e2be"}.material-icons.cloud_done:before{content:"\e2bf"}.material-icons.cloud_download:before{content:"\e2c0"}.material-icons.cloud_off:before{content:"\e2c1"}.material-icons.cloud_queue:before{content:"\e2c2"}.material-icons.cloud_upload:before{content:"\e2c3"}.material-icons.code:before{content:"\e86f"}.material-icons.collections:before{content:"\e3b6"}.material-icons.collections_bookmark:before{content:"\e431"}.material-icons.color_lens:before{content:"\e3b7"}.material-icons.colorize:before{content:"\e3b8"}.material-icons.comment:before{content:"\e0b9"}.material-icons.commute:before{content:"\e940"}.material-icons.compare:before{content:"\e3b9"}.material-icons.compare_arrows:before{content:"\e915"}.material-icons.compass_calibration:before{content:"\e57c"}.material-icons.compress:before{content:"\e94d"}.material-icons.computer:before{content:"\e30a"}.material-icons.confirmation_num:before,.material-icons.confirmation_number:before{content:"\e638"}.material-icons.connected_tv:before{content:"\e998"}.material-icons.contact_mail:before{content:"\e0d0"}.material-icons.contact_phone:before{content:"\e0cf"}.material-icons.contact_support:before{content:"\e94c"}.material-icons.contactless:before{content:"\ea71"}.material-icons.contacts:before{content:"\e0ba"}.material-icons.content_copy:before{content:"\e14d"}.material-icons.content_cut:before{content:"\e14e"}.material-icons.content_paste:before{content:"\e14f"}.material-icons.control_camera:before{content:"\e074"}.material-icons.control_point:before{content:"\e3ba"}.material-icons.control_point_duplicate:before{content:"\e3bb"}.material-icons.copyright:before{content:"\e90c"}.material-icons.create:before{content:"\e150"}.material-icons.create_new_folder:before{content:"\e2cc"}.material-icons.credit_card:before{content:"\e870"}.material-icons.crop:before{content:"\e3be"}.material-icons.crop_16_9:before{content:"\e3bc"}.material-icons.crop_3_2:before{content:"\e3bd"}.material-icons.crop_5_4:before{content:"\e3bf"}.material-icons.crop_7_5:before{content:"\e3c0"}.material-icons.crop_din:before{content:"\e3c1"}.material-icons.crop_free:before{content:"\e3c2"}.material-icons.crop_landscape:before{content:"\e3c3"}.material-icons.crop_original:before{content:"\e3c4"}.material-icons.crop_portrait:before{content:"\e3c5"}.material-icons.crop_rotate:before{content:"\e437"}.material-icons.crop_square:before{content:"\e3c6"}.material-icons.dangerous:before{content:"\e99a"}.material-icons.dashboard:before{content:"\e871"}.material-icons.dashboard_customize:before{content:"\e99b"}.material-icons.data_usage:before{content:"\e1af"}.material-icons.date_range:before{content:"\e916"}.material-icons.deck:before{content:"\ea42"}.material-icons.dehaze:before{content:"\e3c7"}.material-icons.delete:before{content:"\e872"}.material-icons.delete_forever:before{content:"\e92b"}.material-icons.delete_outline:before{content:"\e92e"}.material-icons.delete_sweep:before{content:"\e16c"}.material-icons.delivery_dining:before{content:"\ea72"}.material-icons.departure_board:before{content:"\e576"}.material-icons.description:before{content:"\e873"}.material-icons.desktop_access_disabled:before{content:"\e99d"}.material-icons.desktop_mac:before{content:"\e30b"}.material-icons.desktop_windows:before{content:"\e30c"}.material-icons.details:before{content:"\e3c8"}.material-icons.developer_board:before{content:"\e30d"}.material-icons.developer_mode:before{content:"\e1b0"}.material-icons.device_hub:before{content:"\e335"}.material-icons.device_thermostat:before{content:"\e1ff"}.material-icons.device_unknown:before{content:"\e339"}.material-icons.devices:before{content:"\e1b1"}.material-icons.devices_other:before{content:"\e337"}.material-icons.dialer_sip:before{content:"\e0bb"}.material-icons.dialpad:before{content:"\e0bc"}.material-icons.dinner_dining:before{content:"\ea57"}.material-icons.directions:before{content:"\e52e"}.material-icons.directions_bike:before{content:"\e52f"}.material-icons.directions_boat:before{content:"\e532"}.material-icons.directions_bus:before{content:"\e530"}.material-icons.directions_car:before{content:"\e531"}.material-icons.directions_ferry:before{content:"\e532"}.material-icons.directions_railway:before{content:"\e534"}.material-icons.directions_run:before{content:"\e566"}.material-icons.directions_subway:before{content:"\e533"}.material-icons.directions_train:before{content:"\e534"}.material-icons.directions_transit:before{content:"\e535"}.material-icons.directions_walk:before{content:"\e536"}.material-icons.disc_full:before{content:"\e610"}.material-icons.dnd_forwardslash:before{content:"\e611"}.material-icons.dns:before{content:"\e875"}.material-icons.do_not_disturb:before{content:"\e612"}.material-icons.do_not_disturb_alt:before{content:"\e611"}.material-icons.do_not_disturb_off:before{content:"\e643"}.material-icons.do_not_disturb_on:before{content:"\e644"}.material-icons.dock:before{content:"\e30e"}.material-icons.domain:before{content:"\e7ee"}.material-icons.domain_disabled:before{content:"\e0ef"}.material-icons.done:before{content:"\e876"}.material-icons.done_all:before{content:"\e877"}.material-icons.done_outline:before{content:"\e92f"}.material-icons.donut_large:before{content:"\e917"}.material-icons.donut_small:before{content:"\e918"}.material-icons.double_arrow:before{content:"\ea50"}.material-icons.drafts:before{content:"\e151"}.material-icons.drag_handle:before{content:"\e25d"}.material-icons.drag_indicator:before{content:"\e945"}.material-icons.drive_eta:before{content:"\e613"}.material-icons.drive_file_move_outline:before{content:"\e9a1"}.material-icons.drive_file_rename_outline:before{content:"\e9a2"}.material-icons.drive_folder_upload:before{content:"\e9a3"}.material-icons.dry_cleaning:before{content:"\ea58"}.material-icons.duo:before{content:"\e9a5"}.material-icons.dvr:before{content:"\e1b2"}.material-icons.dynamic_feed:before{content:"\ea14"}.material-icons.eco:before{content:"\ea35"}.material-icons.edit:before{content:"\e3c9"}.material-icons.edit_attributes:before{content:"\e578"}.material-icons.edit_location:before{content:"\e568"}.material-icons.edit_off:before{content:"\e950"}.material-icons.eject:before{content:"\e8fb"}.material-icons.email:before{content:"\e0be"}.material-icons.emoji_emotions:before{content:"\ea22"}.material-icons.emoji_events:before{content:"\ea23"}.material-icons.emoji_flags:before{content:"\ea1a"}.material-icons.emoji_food_beverage:before{content:"\ea1b"}.material-icons.emoji_nature:before{content:"\ea1c"}.material-icons.emoji_objects:before{content:"\ea24"}.material-icons.emoji_people:before{content:"\ea1d"}.material-icons.emoji_symbols:before{content:"\ea1e"}.material-icons.emoji_transportation:before{content:"\ea1f"}.material-icons.enhance_photo_translate:before{content:"\e8fc"}.material-icons.enhanced_encryption:before{content:"\e63f"}.material-icons.equalizer:before{content:"\e01d"}.material-icons.error:before{content:"\e000"}.material-icons.error_outline:before{content:"\e001"}.material-icons.euro:before{content:"\ea15"}.material-icons.euro_symbol:before{content:"\e926"}.material-icons.ev_station:before{content:"\e56d"}.material-icons.event:before{content:"\e878"}.material-icons.event_available:before{content:"\e614"}.material-icons.event_busy:before{content:"\e615"}.material-icons.event_note:before{content:"\e616"}.material-icons.event_seat:before{content:"\e903"}.material-icons.exit_to_app:before{content:"\e879"}.material-icons.expand:before{content:"\e94f"}.material-icons.expand_less:before{content:"\e5ce"}.material-icons.expand_more:before{content:"\e5cf"}.material-icons.explicit:before{content:"\e01e"}.material-icons.explore:before{content:"\e87a"}.material-icons.explore_off:before{content:"\e9a8"}.material-icons.exposure:before{content:"\e3ca"}.material-icons.exposure_minus_1:before{content:"\e3cb"}.material-icons.exposure_minus_2:before{content:"\e3cc"}.material-icons.exposure_neg_1:before{content:"\e3cb"}.material-icons.exposure_neg_2:before{content:"\e3cc"}.material-icons.exposure_plus_1:before{content:"\e3cd"}.material-icons.exposure_plus_2:before{content:"\e3ce"}.material-icons.exposure_zero:before{content:"\e3cf"}.material-icons.extension:before{content:"\e87b"}.material-icons.face:before{content:"\e87c"}.material-icons.fast_forward:before{content:"\e01f"}.material-icons.fast_rewind:before{content:"\e020"}.material-icons.fastfood:before{content:"\e57a"}.material-icons.favorite:before{content:"\e87d"}.material-icons.favorite_border:before,.material-icons.favorite_outline:before{content:"\e87e"}.material-icons.featured_play_list:before{content:"\e06d"}.material-icons.featured_video:before{content:"\e06e"}.material-icons.feedback:before{content:"\e87f"}.material-icons.festival:before{content:"\ea68"}.material-icons.fiber_dvr:before{content:"\e05d"}.material-icons.fiber_manual_record:before{content:"\e061"}.material-icons.fiber_new:before{content:"\e05e"}.material-icons.fiber_pin:before{content:"\e06a"}.material-icons.fiber_smart_record:before{content:"\e062"}.material-icons.file_copy:before{content:"\e173"}.material-icons.file_download:before{content:"\e2c4"}.material-icons.file_download_done:before{content:"\e9aa"}.material-icons.file_present:before{content:"\ea0e"}.material-icons.file_upload:before{content:"\e2c6"}.material-icons.filter:before{content:"\e3d3"}.material-icons.filter_1:before{content:"\e3d0"}.material-icons.filter_2:before{content:"\e3d1"}.material-icons.filter_3:before{content:"\e3d2"}.material-icons.filter_4:before{content:"\e3d4"}.material-icons.filter_5:before{content:"\e3d5"}.material-icons.filter_6:before{content:"\e3d6"}.material-icons.filter_7:before{content:"\e3d7"}.material-icons.filter_8:before{content:"\e3d8"}.material-icons.filter_9:before{content:"\e3d9"}.material-icons.filter_9_plus:before{content:"\e3da"}.material-icons.filter_b_and_w:before{content:"\e3db"}.material-icons.filter_center_focus:before{content:"\e3dc"}.material-icons.filter_drama:before{content:"\e3dd"}.material-icons.filter_frames:before{content:"\e3de"}.material-icons.filter_hdr:before{content:"\e3df"}.material-icons.filter_list:before{content:"\e152"}.material-icons.filter_list_alt:before{content:"\e94e"}.material-icons.filter_none:before{content:"\e3e0"}.material-icons.filter_tilt_shift:before{content:"\e3e2"}.material-icons.filter_vintage:before{content:"\e3e3"}.material-icons.find_in_page:before{content:"\e880"}.material-icons.find_replace:before{content:"\e881"}.material-icons.fingerprint:before{content:"\e90d"}.material-icons.fireplace:before{content:"\ea43"}.material-icons.first_page:before{content:"\e5dc"}.material-icons.fit_screen:before{content:"\ea10"}.material-icons.fitness_center:before{content:"\eb43"}.material-icons.flag:before{content:"\e153"}.material-icons.flare:before{content:"\e3e4"}.material-icons.flash_auto:before{content:"\e3e5"}.material-icons.flash_off:before{content:"\e3e6"}.material-icons.flash_on:before{content:"\e3e7"}.material-icons.flight:before{content:"\e539"}.material-icons.flight_land:before{content:"\e904"}.material-icons.flight_takeoff:before{content:"\e905"}.material-icons.flip:before{content:"\e3e8"}.material-icons.flip_camera_android:before{content:"\ea37"}.material-icons.flip_camera_ios:before{content:"\ea38"}.material-icons.flip_to_back:before{content:"\e882"}.material-icons.flip_to_front:before{content:"\e883"}.material-icons.folder:before{content:"\e2c7"}.material-icons.folder_open:before{content:"\e2c8"}.material-icons.folder_shared:before{content:"\e2c9"}.material-icons.folder_special:before{content:"\e617"}.material-icons.font_download:before{content:"\e167"}.material-icons.format_align_center:before{content:"\e234"}.material-icons.format_align_justify:before{content:"\e235"}.material-icons.format_align_left:before{content:"\e236"}.material-icons.format_align_right:before{content:"\e237"}.material-icons.format_bold:before{content:"\e238"}.material-icons.format_clear:before{content:"\e239"}.material-icons.format_color_fill:before{content:"\e23a"}.material-icons.format_color_reset:before{content:"\e23b"}.material-icons.format_color_text:before{content:"\e23c"}.material-icons.format_indent_decrease:before{content:"\e23d"}.material-icons.format_indent_increase:before{content:"\e23e"}.material-icons.format_italic:before{content:"\e23f"}.material-icons.format_line_spacing:before{content:"\e240"}.material-icons.format_list_bulleted:before{content:"\e241"}.material-icons.format_list_numbered:before{content:"\e242"}.material-icons.format_list_numbered_rtl:before{content:"\e267"}.material-icons.format_paint:before{content:"\e243"}.material-icons.format_quote:before{content:"\e244"}.material-icons.format_shapes:before{content:"\e25e"}.material-icons.format_size:before{content:"\e245"}.material-icons.format_strikethrough:before{content:"\e246"}.material-icons.format_textdirection_l_to_r:before{content:"\e247"}.material-icons.format_textdirection_r_to_l:before{content:"\e248"}.material-icons.format_underline:before,.material-icons.format_underlined:before{content:"\e249"}.material-icons.forum:before{content:"\e0bf"}.material-icons.forward:before{content:"\e154"}.material-icons.forward_10:before{content:"\e056"}.material-icons.forward_30:before{content:"\e057"}.material-icons.forward_5:before{content:"\e058"}.material-icons.free_breakfast:before{content:"\eb44"}.material-icons.fullscreen:before{content:"\e5d0"}.material-icons.fullscreen_exit:before{content:"\e5d1"}.material-icons.functions:before{content:"\e24a"}.material-icons.g_translate:before{content:"\e927"}.material-icons.gamepad:before{content:"\e30f"}.material-icons.games:before{content:"\e021"}.material-icons.gavel:before{content:"\e90e"}.material-icons.gesture:before{content:"\e155"}.material-icons.get_app:before{content:"\e884"}.material-icons.gif:before{content:"\e908"}.material-icons.goat:before{content:"\dbff"}.material-icons.golf_course:before{content:"\eb45"}.material-icons.gps_fixed:before{content:"\e1b3"}.material-icons.gps_not_fixed:before{content:"\e1b4"}.material-icons.gps_off:before{content:"\e1b5"}.material-icons.grade:before{content:"\e885"}.material-icons.gradient:before{content:"\e3e9"}.material-icons.grain:before{content:"\e3ea"}.material-icons.graphic_eq:before{content:"\e1b8"}.material-icons.grid_off:before{content:"\e3eb"}.material-icons.grid_on:before{content:"\e3ec"}.material-icons.grid_view:before{content:"\e9b0"}.material-icons.group:before{content:"\e7ef"}.material-icons.group_add:before{content:"\e7f0"}.material-icons.group_work:before{content:"\e886"}.material-icons.hail:before{content:"\e9b1"}.material-icons.hardware:before{content:"\ea59"}.material-icons.hd:before{content:"\e052"}.material-icons.hdr_off:before{content:"\e3ed"}.material-icons.hdr_on:before{content:"\e3ee"}.material-icons.hdr_strong:before{content:"\e3f1"}.material-icons.hdr_weak:before{content:"\e3f2"}.material-icons.headset:before{content:"\e310"}.material-icons.headset_mic:before{content:"\e311"}.material-icons.headset_off:before{content:"\e33a"}.material-icons.healing:before{content:"\e3f3"}.material-icons.hearing:before{content:"\e023"}.material-icons.height:before{content:"\ea16"}.material-icons.help:before{content:"\e887"}.material-icons.help_outline:before{content:"\e8fd"}.material-icons.high_quality:before{content:"\e024"}.material-icons.highlight:before{content:"\e25f"}.material-icons.highlight_off:before,.material-icons.highlight_remove:before{content:"\e888"}.material-icons.history:before{content:"\e889"}.material-icons.home:before{content:"\e88a"}.material-icons.home_filled:before{content:"\e9b2"}.material-icons.home_work:before{content:"\ea09"}.material-icons.horizontal_split:before{content:"\e947"}.material-icons.hot_tub:before{content:"\eb46"}.material-icons.hotel:before{content:"\e53a"}.material-icons.hourglass_empty:before{content:"\e88b"}.material-icons.hourglass_full:before{content:"\e88c"}.material-icons.house:before{content:"\ea44"}.material-icons.how_to_reg:before{content:"\e174"}.material-icons.how_to_vote:before{content:"\e175"}.material-icons.http:before{content:"\e902"}.material-icons.https:before{content:"\e88d"}.material-icons.icecream:before{content:"\ea69"}.material-icons.image:before{content:"\e3f4"}.material-icons.image_aspect_ratio:before{content:"\e3f5"}.material-icons.image_search:before{content:"\e43f"}.material-icons.imagesearch_roller:before{content:"\e9b4"}.material-icons.import_contacts:before{content:"\e0e0"}.material-icons.import_export:before{content:"\e0c3"}.material-icons.important_devices:before{content:"\e912"}.material-icons.inbox:before{content:"\e156"}.material-icons.indeterminate_check_box:before{content:"\e909"}.material-icons.info:before{content:"\e88e"}.material-icons.info_outline:before{content:"\e88f"}.material-icons.input:before{content:"\e890"}.material-icons.insert_chart:before{content:"\e24b"}.material-icons.insert_chart_outlined:before{content:"\e26a"}.material-icons.insert_comment:before{content:"\e24c"}.material-icons.insert_drive_file:before{content:"\e24d"}.material-icons.insert_emoticon:before{content:"\e24e"}.material-icons.insert_invitation:before{content:"\e24f"}.material-icons.insert_link:before{content:"\e250"}.material-icons.insert_photo:before{content:"\e251"}.material-icons.inventory:before{content:"\e179"}.material-icons.invert_colors:before{content:"\e891"}.material-icons.invert_colors_off:before{content:"\e0c4"}.material-icons.invert_colors_on:before{content:"\e891"}.material-icons.iso:before{content:"\e3f6"}.material-icons.keyboard:before{content:"\e312"}.material-icons.keyboard_arrow_down:before{content:"\e313"}.material-icons.keyboard_arrow_left:before{content:"\e314"}.material-icons.keyboard_arrow_right:before{content:"\e315"}.material-icons.keyboard_arrow_up:before{content:"\e316"}.material-icons.keyboard_backspace:before{content:"\e317"}.material-icons.keyboard_capslock:before{content:"\e318"}.material-icons.keyboard_control:before{content:"\e5d3"}.material-icons.keyboard_hide:before{content:"\e31a"}.material-icons.keyboard_return:before{content:"\e31b"}.material-icons.keyboard_tab:before{content:"\e31c"}.material-icons.keyboard_voice:before{content:"\e31d"}.material-icons.king_bed:before{content:"\ea45"}.material-icons.kitchen:before{content:"\eb47"}.material-icons.label:before{content:"\e892"}.material-icons.label_important:before{content:"\e937"}.material-icons.label_important_outline:before{content:"\e948"}.material-icons.label_off:before{content:"\e9b6"}.material-icons.label_outline:before{content:"\e893"}.material-icons.landscape:before{content:"\e3f7"}.material-icons.language:before{content:"\e894"}.material-icons.laptop:before{content:"\e31e"}.material-icons.laptop_chromebook:before{content:"\e31f"}.material-icons.laptop_mac:before{content:"\e320"}.material-icons.laptop_windows:before{content:"\e321"}.material-icons.last_page:before{content:"\e5dd"}.material-icons.launch:before{content:"\e895"}.material-icons.layers:before{content:"\e53b"}.material-icons.layers_clear:before{content:"\e53c"}.material-icons.leak_add:before{content:"\e3f8"}.material-icons.leak_remove:before{content:"\e3f9"}.material-icons.lens:before{content:"\e3fa"}.material-icons.library_add:before{content:"\e02e"}.material-icons.library_add_check:before{content:"\e9b7"}.material-icons.library_books:before{content:"\e02f"}.material-icons.library_music:before{content:"\e030"}.material-icons.lightbulb:before{content:"\e0f0"}.material-icons.lightbulb_outline:before{content:"\e90f"}.material-icons.line_style:before{content:"\e919"}.material-icons.line_weight:before{content:"\e91a"}.material-icons.linear_scale:before{content:"\e260"}.material-icons.link:before{content:"\e157"}.material-icons.link_off:before{content:"\e16f"}.material-icons.linked_camera:before{content:"\e438"}.material-icons.liquor:before{content:"\ea60"}.material-icons.list:before{content:"\e896"}.material-icons.list_alt:before{content:"\e0ee"}.material-icons.live_help:before{content:"\e0c6"}.material-icons.live_tv:before{content:"\e639"}.material-icons.local_activity:before{content:"\e53f"}.material-icons.local_airport:before{content:"\e53d"}.material-icons.local_atm:before{content:"\e53e"}.material-icons.local_attraction:before{content:"\e53f"}.material-icons.local_bar:before{content:"\e540"}.material-icons.local_cafe:before{content:"\e541"}.material-icons.local_car_wash:before{content:"\e542"}.material-icons.local_convenience_store:before{content:"\e543"}.material-icons.local_dining:before{content:"\e556"}.material-icons.local_drink:before{content:"\e544"}.material-icons.local_florist:before{content:"\e545"}.material-icons.local_gas_station:before{content:"\e546"}.material-icons.local_grocery_store:before{content:"\e547"}.material-icons.local_hospital:before{content:"\e548"}.material-icons.local_hotel:before{content:"\e549"}.material-icons.local_laundry_service:before{content:"\e54a"}.material-icons.local_library:before{content:"\e54b"}.material-icons.local_mall:before{content:"\e54c"}.material-icons.local_movies:before{content:"\e54d"}.material-icons.local_offer:before{content:"\e54e"}.material-icons.local_parking:before{content:"\e54f"}.material-icons.local_pharmacy:before{content:"\e550"}.material-icons.local_phone:before{content:"\e551"}.material-icons.local_pizza:before{content:"\e552"}.material-icons.local_play:before{content:"\e553"}.material-icons.local_post_office:before{content:"\e554"}.material-icons.local_print_shop:before,.material-icons.local_printshop:before{content:"\e555"}.material-icons.local_restaurant:before{content:"\e556"}.material-icons.local_see:before{content:"\e557"}.material-icons.local_shipping:before{content:"\e558"}.material-icons.local_taxi:before{content:"\e559"}.material-icons.location_city:before{content:"\e7f1"}.material-icons.location_disabled:before{content:"\e1b6"}.material-icons.location_history:before{content:"\e55a"}.material-icons.location_off:before{content:"\e0c7"}.material-icons.location_on:before{content:"\e0c8"}.material-icons.location_searching:before{content:"\e1b7"}.material-icons.lock:before{content:"\e897"}.material-icons.lock_open:before{content:"\e898"}.material-icons.lock_outline:before{content:"\e899"}.material-icons.logout:before{content:"\e9ba"}.material-icons.looks:before{content:"\e3fc"}.material-icons.looks_3:before{content:"\e3fb"}.material-icons.looks_4:before{content:"\e3fd"}.material-icons.looks_5:before{content:"\e3fe"}.material-icons.looks_6:before{content:"\e3ff"}.material-icons.looks_one:before{content:"\e400"}.material-icons.looks_two:before{content:"\e401"}.material-icons.loop:before{content:"\e028"}.material-icons.loupe:before{content:"\e402"}.material-icons.low_priority:before{content:"\e16d"}.material-icons.loyalty:before{content:"\e89a"}.material-icons.lunch_dining:before{content:"\ea61"}.material-icons.mail:before{content:"\e158"}.material-icons.mail_outline:before{content:"\e0e1"}.material-icons.map:before{content:"\e55b"}.material-icons.margin:before{content:"\e9bb"}.material-icons.mark_as_unread:before{content:"\e9bc"}.material-icons.markunread:before{content:"\e159"}.material-icons.markunread_mailbox:before{content:"\e89b"}.material-icons.maximize:before{content:"\e930"}.material-icons.meeting_room:before{content:"\eb4f"}.material-icons.memory:before{content:"\e322"}.material-icons.menu:before{content:"\e5d2"}.material-icons.menu_book:before{content:"\ea19"}.material-icons.menu_open:before{content:"\e9bd"}.material-icons.merge_type:before{content:"\e252"}.material-icons.message:before{content:"\e0c9"}.material-icons.messenger:before{content:"\e0ca"}.material-icons.messenger_outline:before{content:"\e0cb"}.material-icons.mic:before{content:"\e029"}.material-icons.mic_none:before{content:"\e02a"}.material-icons.mic_off:before{content:"\e02b"}.material-icons.minimize:before{content:"\e931"}.material-icons.missed_video_call:before{content:"\e073"}.material-icons.mms:before{content:"\e618"}.material-icons.mobile_friendly:before{content:"\e200"}.material-icons.mobile_off:before{content:"\e201"}.material-icons.mobile_screen_share:before{content:"\e0e7"}.material-icons.mode_comment:before{content:"\e253"}.material-icons.mode_edit:before{content:"\e254"}.material-icons.monetization_on:before{content:"\e263"}.material-icons.money:before{content:"\e57d"}.material-icons.money_off:before{content:"\e25c"}.material-icons.monochrome_photos:before{content:"\e403"}.material-icons.mood:before{content:"\e7f2"}.material-icons.mood_bad:before{content:"\e7f3"}.material-icons.more:before{content:"\e619"}.material-icons.more_horiz:before{content:"\e5d3"}.material-icons.more_vert:before{content:"\e5d4"}.material-icons.motorcycle:before{content:"\e91b"}.material-icons.mouse:before{content:"\e323"}.material-icons.move_to_inbox:before{content:"\e168"}.material-icons.movie:before{content:"\e02c"}.material-icons.movie_creation:before{content:"\e404"}.material-icons.movie_filter:before{content:"\e43a"}.material-icons.mp:before{content:"\e9c3"}.material-icons.multiline_chart:before{content:"\e6df"}.material-icons.multitrack_audio:before{content:"\e1b8"}.material-icons.museum:before{content:"\ea36"}.material-icons.music_note:before{content:"\e405"}.material-icons.music_off:before{content:"\e440"}.material-icons.music_video:before{content:"\e063"}.material-icons.my_library_add:before{content:"\e02e"}.material-icons.my_library_books:before{content:"\e02f"}.material-icons.my_library_music:before{content:"\e030"}.material-icons.my_location:before{content:"\e55c"}.material-icons.nature:before{content:"\e406"}.material-icons.nature_people:before{content:"\e407"}.material-icons.navigate_before:before{content:"\e408"}.material-icons.navigate_next:before{content:"\e409"}.material-icons.navigation:before{content:"\e55d"}.material-icons.near_me:before{content:"\e569"}.material-icons.network_cell:before{content:"\e1b9"}.material-icons.network_check:before{content:"\e640"}.material-icons.network_locked:before{content:"\e61a"}.material-icons.network_wifi:before{content:"\e1ba"}.material-icons.new_releases:before{content:"\e031"}.material-icons.next_week:before{content:"\e16a"}.material-icons.nfc:before{content:"\e1bb"}.material-icons.nightlife:before{content:"\ea62"}.material-icons.nights_stay:before{content:"\ea46"}.material-icons.no_encryption:before{content:"\e641"}.material-icons.no_meeting_room:before{content:"\eb4e"}.material-icons.no_sim:before{content:"\e0cc"}.material-icons.not_interested:before{content:"\e033"}.material-icons.not_listed_location:before{content:"\e575"}.material-icons.note:before{content:"\e06f"}.material-icons.note_add:before{content:"\e89c"}.material-icons.notes:before{content:"\e26c"}.material-icons.notification_important:before{content:"\e004"}.material-icons.notifications:before{content:"\e7f4"}.material-icons.notifications_active:before{content:"\e7f7"}.material-icons.notifications_none:before{content:"\e7f5"}.material-icons.notifications_off:before{content:"\e7f6"}.material-icons.notifications_on:before{content:"\e7f7"}.material-icons.notifications_paused:before{content:"\e7f8"}.material-icons.now_wallpaper:before{content:"\e1bc"}.material-icons.now_widgets:before{content:"\e1bd"}.material-icons.offline_bolt:before{content:"\e932"}.material-icons.offline_pin:before{content:"\e90a"}.material-icons.offline_share:before{content:"\e9c5"}.material-icons.ondemand_video:before{content:"\e63a"}.material-icons.opacity:before{content:"\e91c"}.material-icons.open_in_browser:before{content:"\e89d"}.material-icons.open_in_new:before{content:"\e89e"}.material-icons.open_with:before{content:"\e89f"}.material-icons.outdoor_grill:before{content:"\ea47"}.material-icons.outlined_flag:before{content:"\e16e"}.material-icons.padding:before{content:"\e9c8"}.material-icons.pages:before{content:"\e7f9"}.material-icons.pageview:before{content:"\e8a0"}.material-icons.palette:before{content:"\e40a"}.material-icons.pan_tool:before{content:"\e925"}.material-icons.panorama:before{content:"\e40b"}.material-icons.panorama_fish_eye:before,.material-icons.panorama_fisheye:before{content:"\e40c"}.material-icons.panorama_horizontal:before{content:"\e40d"}.material-icons.panorama_photosphere:before{content:"\e9c9"}.material-icons.panorama_photosphere_select:before{content:"\e9ca"}.material-icons.panorama_vertical:before{content:"\e40e"}.material-icons.panorama_wide_angle:before{content:"\e40f"}.material-icons.park:before{content:"\ea63"}.material-icons.party_mode:before{content:"\e7fa"}.material-icons.pause:before{content:"\e034"}.material-icons.pause_circle_filled:before{content:"\e035"}.material-icons.pause_circle_outline:before{content:"\e036"}.material-icons.pause_presentation:before{content:"\e0ea"}.material-icons.payment:before{content:"\e8a1"}.material-icons.people:before{content:"\e7fb"}.material-icons.people_alt:before{content:"\ea21"}.material-icons.people_outline:before{content:"\e7fc"}.material-icons.perm_camera_mic:before{content:"\e8a2"}.material-icons.perm_contact_cal:before,.material-icons.perm_contact_calendar:before{content:"\e8a3"}.material-icons.perm_data_setting:before{content:"\e8a4"}.material-icons.perm_device_info:before,.material-icons.perm_device_information:before{content:"\e8a5"}.material-icons.perm_identity:before{content:"\e8a6"}.material-icons.perm_media:before{content:"\e8a7"}.material-icons.perm_phone_msg:before{content:"\e8a8"}.material-icons.perm_scan_wifi:before{content:"\e8a9"}.material-icons.person:before{content:"\e7fd"}.material-icons.person_add:before{content:"\e7fe"}.material-icons.person_add_disabled:before{content:"\e9cb"}.material-icons.person_outline:before{content:"\e7ff"}.material-icons.person_pin:before{content:"\e55a"}.material-icons.person_pin_circle:before{content:"\e56a"}.material-icons.personal_video:before{content:"\e63b"}.material-icons.pets:before{content:"\e91d"}.material-icons.phone:before{content:"\e0cd"}.material-icons.phone_android:before{content:"\e324"}.material-icons.phone_bluetooth_speaker:before{content:"\e61b"}.material-icons.phone_callback:before{content:"\e649"}.material-icons.phone_disabled:before{content:"\e9cc"}.material-icons.phone_enabled:before{content:"\e9cd"}.material-icons.phone_forwarded:before{content:"\e61c"}.material-icons.phone_in_talk:before{content:"\e61d"}.material-icons.phone_iphone:before{content:"\e325"}.material-icons.phone_locked:before{content:"\e61e"}.material-icons.phone_missed:before{content:"\e61f"}.material-icons.phone_paused:before{content:"\e620"}.material-icons.phonelink:before{content:"\e326"}.material-icons.phonelink_erase:before{content:"\e0db"}.material-icons.phonelink_lock:before{content:"\e0dc"}.material-icons.phonelink_off:before{content:"\e327"}.material-icons.phonelink_ring:before{content:"\e0dd"}.material-icons.phonelink_setup:before{content:"\e0de"}.material-icons.photo:before{content:"\e410"}.material-icons.photo_album:before{content:"\e411"}.material-icons.photo_camera:before{content:"\e412"}.material-icons.photo_filter:before{content:"\e43b"}.material-icons.photo_library:before{content:"\e413"}.material-icons.photo_size_select_actual:before{content:"\e432"}.material-icons.photo_size_select_large:before{content:"\e433"}.material-icons.photo_size_select_small:before{content:"\e434"}.material-icons.picture_as_pdf:before{content:"\e415"}.material-icons.picture_in_picture:before{content:"\e8aa"}.material-icons.picture_in_picture_alt:before{content:"\e911"}.material-icons.pie_chart:before{content:"\e6c4"}.material-icons.pie_chart_outlined:before{content:"\e6c5"}.material-icons.pin_drop:before{content:"\e55e"}.material-icons.pivot_table_chart:before{content:"\e9ce"}.material-icons.place:before{content:"\e55f"}.material-icons.play_arrow:before{content:"\e037"}.material-icons.play_circle_fill:before,.material-icons.play_circle_filled:before{content:"\e038"}.material-icons.play_circle_outline:before{content:"\e039"}.material-icons.play_for_work:before{content:"\e906"}.material-icons.playlist_add:before{content:"\e03b"}.material-icons.playlist_add_check:before{content:"\e065"}.material-icons.playlist_play:before{content:"\e05f"}.material-icons.plus_one:before{content:"\e800"}.material-icons.policy:before{content:"\ea17"}.material-icons.poll:before{content:"\e801"}.material-icons.polymer:before{content:"\e8ab"}.material-icons.pool:before{content:"\eb48"}.material-icons.portable_wifi_off:before{content:"\e0ce"}.material-icons.portrait:before{content:"\e416"}.material-icons.post_add:before{content:"\ea20"}.material-icons.power:before{content:"\e63c"}.material-icons.power_input:before{content:"\e336"}.material-icons.power_off:before{content:"\e646"}.material-icons.power_settings_new:before{content:"\e8ac"}.material-icons.pregnant_woman:before{content:"\e91e"}.material-icons.present_to_all:before{content:"\e0df"}.material-icons.print:before{content:"\e8ad"}.material-icons.print_disabled:before{content:"\e9cf"}.material-icons.priority_high:before{content:"\e645"}.material-icons.public:before{content:"\e80b"}.material-icons.publish:before{content:"\e255"}.material-icons.query_builder:before{content:"\e8ae"}.material-icons.question_answer:before{content:"\e8af"}.material-icons.queue:before{content:"\e03c"}.material-icons.queue_music:before{content:"\e03d"}.material-icons.queue_play_next:before{content:"\e066"}.material-icons.quick_contacts_dialer:before{content:"\e0cf"}.material-icons.quick_contacts_mail:before{content:"\e0d0"}.material-icons.radio:before{content:"\e03e"}.material-icons.radio_button_checked:before{content:"\e837"}.material-icons.radio_button_off:before{content:"\e836"}.material-icons.radio_button_on:before{content:"\e837"}.material-icons.radio_button_unchecked:before{content:"\e836"}.material-icons.railway_alert:before{content:"\e9d1"}.material-icons.ramen_dining:before{content:"\ea64"}.material-icons.rate_review:before{content:"\e560"}.material-icons.receipt:before{content:"\e8b0"}.material-icons.recent_actors:before{content:"\e03f"}.material-icons.recommend:before{content:"\e9d2"}.material-icons.record_voice_over:before{content:"\e91f"}.material-icons.redeem:before{content:"\e8b1"}.material-icons.redo:before{content:"\e15a"}.material-icons.refresh:before{content:"\e5d5"}.material-icons.remove:before{content:"\e15b"}.material-icons.remove_circle:before{content:"\e15c"}.material-icons.remove_circle_outline:before{content:"\e15d"}.material-icons.remove_done:before{content:"\e9d3"}.material-icons.remove_from_queue:before{content:"\e067"}.material-icons.remove_moderator:before{content:"\e9d4"}.material-icons.remove_red_eye:before{content:"\e417"}.material-icons.remove_shopping_cart:before{content:"\e928"}.material-icons.reorder:before{content:"\e8fe"}.material-icons.repeat:before{content:"\e040"}.material-icons.repeat_on:before{content:"\e9d6"}.material-icons.repeat_one:before{content:"\e041"}.material-icons.repeat_one_on:before{content:"\e9d7"}.material-icons.replay:before{content:"\e042"}.material-icons.replay_10:before{content:"\e059"}.material-icons.replay_30:before{content:"\e05a"}.material-icons.replay_5:before{content:"\e05b"}.material-icons.replay_circle_filled:before{content:"\e9d8"}.material-icons.reply:before{content:"\e15e"}.material-icons.reply_all:before{content:"\e15f"}.material-icons.report:before{content:"\e160"}.material-icons.report_off:before{content:"\e170"}.material-icons.report_problem:before{content:"\e8b2"}.material-icons.reset_tv:before{content:"\e9d9"}.material-icons.restaurant:before{content:"\e56c"}.material-icons.restaurant_menu:before{content:"\e561"}.material-icons.restore:before{content:"\e8b3"}.material-icons.restore_from_trash:before{content:"\e938"}.material-icons.restore_page:before{content:"\e929"}.material-icons.ring_volume:before{content:"\e0d1"}.material-icons.room:before{content:"\e8b4"}.material-icons.room_service:before{content:"\eb49"}.material-icons.rotate_90_degrees_ccw:before{content:"\e418"}.material-icons.rotate_left:before{content:"\e419"}.material-icons.rotate_right:before{content:"\e41a"}.material-icons.rounded_corner:before{content:"\e920"}.material-icons.router:before{content:"\e328"}.material-icons.rowing:before{content:"\e921"}.material-icons.rss_feed:before{content:"\e0e5"}.material-icons.rtt:before{content:"\e9ad"}.material-icons.rv_hookup:before{content:"\e642"}.material-icons.satellite:before{content:"\e562"}.material-icons.save:before{content:"\e161"}.material-icons.save_alt:before{content:"\e171"}.material-icons.saved_search:before{content:"\ea11"}.material-icons.scanner:before{content:"\e329"}.material-icons.scatter_plot:before{content:"\e268"}.material-icons.schedule:before{content:"\e8b5"}.material-icons.schedule_send:before{content:"\ea0a"}.material-icons.school:before{content:"\e80c"}.material-icons.score:before{content:"\e269"}.material-icons.screen_lock_landscape:before{content:"\e1be"}.material-icons.screen_lock_portrait:before{content:"\e1bf"}.material-icons.screen_lock_rotation:before{content:"\e1c0"}.material-icons.screen_rotation:before{content:"\e1c1"}.material-icons.screen_share:before{content:"\e0e2"}.material-icons.sd:before{content:"\e9dd"}.material-icons.sd_card:before{content:"\e623"}.material-icons.sd_storage:before{content:"\e1c2"}.material-icons.search:before{content:"\e8b6"}.material-icons.security:before{content:"\e32a"}.material-icons.segment:before{content:"\e94b"}.material-icons.select_all:before{content:"\e162"}.material-icons.send:before{content:"\e163"}.material-icons.send_and_archive:before{content:"\ea0c"}.material-icons.sentiment_dissatisfied:before{content:"\e811"}.material-icons.sentiment_neutral:before{content:"\e812"}.material-icons.sentiment_satisfied:before{content:"\e813"}.material-icons.sentiment_satisfied_alt:before{content:"\e0ed"}.material-icons.sentiment_very_dissatisfied:before{content:"\e814"}.material-icons.sentiment_very_satisfied:before{content:"\e815"}.material-icons.settings:before{content:"\e8b8"}.material-icons.settings_applications:before{content:"\e8b9"}.material-icons.settings_backup_restore:before{content:"\e8ba"}.material-icons.settings_bluetooth:before{content:"\e8bb"}.material-icons.settings_brightness:before{content:"\e8bd"}.material-icons.settings_cell:before{content:"\e8bc"}.material-icons.settings_display:before{content:"\e8bd"}.material-icons.settings_ethernet:before{content:"\e8be"}.material-icons.settings_input_antenna:before{content:"\e8bf"}.material-icons.settings_input_component:before{content:"\e8c0"}.material-icons.settings_input_composite:before{content:"\e8c1"}.material-icons.settings_input_hdmi:before{content:"\e8c2"}.material-icons.settings_input_svideo:before{content:"\e8c3"}.material-icons.settings_overscan:before{content:"\e8c4"}.material-icons.settings_phone:before{content:"\e8c5"}.material-icons.settings_power:before{content:"\e8c6"}.material-icons.settings_remote:before{content:"\e8c7"}.material-icons.settings_system_daydream:before{content:"\e1c3"}.material-icons.settings_voice:before{content:"\e8c8"}.material-icons.share:before{content:"\e80d"}.material-icons.shield:before{content:"\e9e0"}.material-icons.shop:before{content:"\e8c9"}.material-icons.shop_two:before{content:"\e8ca"}.material-icons.shopping_basket:before{content:"\e8cb"}.material-icons.shopping_cart:before{content:"\e8cc"}.material-icons.short_text:before{content:"\e261"}.material-icons.show_chart:before{content:"\e6e1"}.material-icons.shuffle:before{content:"\e043"}.material-icons.shuffle_on:before{content:"\e9e1"}.material-icons.shutter_speed:before{content:"\e43d"}.material-icons.signal_cellular_4_bar:before{content:"\e1c8"}.material-icons.signal_cellular_alt:before{content:"\e202"}.material-icons.signal_cellular_connected_no_internet_4_bar:before{content:"\e1cd"}.material-icons.signal_cellular_no_sim:before{content:"\e1ce"}.material-icons.signal_cellular_null:before{content:"\e1cf"}.material-icons.signal_cellular_off:before{content:"\e1d0"}.material-icons.signal_wifi_4_bar:before{content:"\e1d8"}.material-icons.signal_wifi_4_bar_lock:before{content:"\e1d9"}.material-icons.signal_wifi_off:before{content:"\e1da"}.material-icons.sim_card:before{content:"\e32b"}.material-icons.sim_card_alert:before{content:"\e624"}.material-icons.single_bed:before{content:"\ea48"}.material-icons.skip_next:before{content:"\e044"}.material-icons.skip_previous:before{content:"\e045"}.material-icons.slideshow:before{content:"\e41b"}.material-icons.slow_motion_video:before{content:"\e068"}.material-icons.smartphone:before{content:"\e32c"}.material-icons.smoke_free:before{content:"\eb4a"}.material-icons.smoking_rooms:before{content:"\eb4b"}.material-icons.sms:before{content:"\e625"}.material-icons.sms_failed:before{content:"\e626"}.material-icons.snooze:before{content:"\e046"}.material-icons.sort:before{content:"\e164"}.material-icons.sort_by_alpha:before{content:"\e053"}.material-icons.spa:before{content:"\eb4c"}.material-icons.space_bar:before{content:"\e256"}.material-icons.speaker:before{content:"\e32d"}.material-icons.speaker_group:before{content:"\e32e"}.material-icons.speaker_notes:before{content:"\e8cd"}.material-icons.speaker_notes_off:before{content:"\e92a"}.material-icons.speaker_phone:before{content:"\e0d2"}.material-icons.speed:before{content:"\e9e4"}.material-icons.spellcheck:before{content:"\e8ce"}.material-icons.sports:before{content:"\ea30"}.material-icons.sports_baseball:before{content:"\ea51"}.material-icons.sports_basketball:before{content:"\ea26"}.material-icons.sports_cricket:before{content:"\ea27"}.material-icons.sports_esports:before{content:"\ea28"}.material-icons.sports_football:before{content:"\ea29"}.material-icons.sports_golf:before{content:"\ea2a"}.material-icons.sports_handball:before{content:"\ea33"}.material-icons.sports_hockey:before{content:"\ea2b"}.material-icons.sports_kabaddi:before{content:"\ea34"}.material-icons.sports_mma:before{content:"\ea2c"}.material-icons.sports_motorsports:before{content:"\ea2d"}.material-icons.sports_rugby:before{content:"\ea2e"}.material-icons.sports_soccer:before{content:"\ea2f"}.material-icons.sports_tennis:before{content:"\ea32"}.material-icons.sports_volleyball:before{content:"\ea31"}.material-icons.square_foot:before{content:"\ea49"}.material-icons.stacked_bar_chart:before{content:"\e9e6"}.material-icons.star:before{content:"\e838"}.material-icons.star_border:before{content:"\e83a"}.material-icons.star_half:before{content:"\e839"}.material-icons.star_outline:before{content:"\e83a"}.material-icons.stars:before{content:"\e8d0"}.material-icons.stay_current_landscape:before{content:"\e0d3"}.material-icons.stay_current_portrait:before{content:"\e0d4"}.material-icons.stay_primary_landscape:before{content:"\e0d5"}.material-icons.stay_primary_portrait:before{content:"\e0d6"}.material-icons.stop:before{content:"\e047"}.material-icons.stop_screen_share:before{content:"\e0e3"}.material-icons.storage:before{content:"\e1db"}.material-icons.store:before{content:"\e8d1"}.material-icons.store_mall_directory:before{content:"\e563"}.material-icons.storefront:before{content:"\ea12"}.material-icons.straighten:before{content:"\e41c"}.material-icons.stream:before{content:"\e9e9"}.material-icons.streetview:before{content:"\e56e"}.material-icons.strikethrough_s:before{content:"\e257"}.material-icons.style:before{content:"\e41d"}.material-icons.subdirectory_arrow_left:before{content:"\e5d9"}.material-icons.subdirectory_arrow_right:before{content:"\e5da"}.material-icons.subject:before{content:"\e8d2"}.material-icons.subscriptions:before{content:"\e064"}.material-icons.subtitles:before{content:"\e048"}.material-icons.subway:before{content:"\e56f"}.material-icons.supervised_user_circle:before{content:"\e939"}.material-icons.supervisor_account:before{content:"\e8d3"}.material-icons.surround_sound:before{content:"\e049"}.material-icons.swap_calls:before{content:"\e0d7"}.material-icons.swap_horiz:before{content:"\e8d4"}.material-icons.swap_horizontal_circle:before{content:"\e933"}.material-icons.swap_vert:before{content:"\e8d5"}.material-icons.swap_vert_circle:before,.material-icons.swap_vertical_circle:before{content:"\e8d6"}.material-icons.swipe:before{content:"\e9ec"}.material-icons.switch_account:before{content:"\e9ed"}.material-icons.switch_camera:before{content:"\e41e"}.material-icons.switch_video:before{content:"\e41f"}.material-icons.sync:before{content:"\e627"}.material-icons.sync_alt:before{content:"\ea18"}.material-icons.sync_disabled:before{content:"\e628"}.material-icons.sync_problem:before{content:"\e629"}.material-icons.system_update:before{content:"\e62a"}.material-icons.system_update_alt:before,.material-icons.system_update_tv:before{content:"\e8d7"}.material-icons.tab:before{content:"\e8d8"}.material-icons.tab_unselected:before{content:"\e8d9"}.material-icons.table_chart:before{content:"\e265"}.material-icons.tablet:before{content:"\e32f"}.material-icons.tablet_android:before{content:"\e330"}.material-icons.tablet_mac:before{content:"\e331"}.material-icons.tag:before{content:"\e9ef"}.material-icons.tag_faces:before{content:"\e420"}.material-icons.takeout_dining:before{content:"\ea74"}.material-icons.tap_and_play:before{content:"\e62b"}.material-icons.terrain:before{content:"\e564"}.material-icons.text_fields:before{content:"\e262"}.material-icons.text_format:before{content:"\e165"}.material-icons.text_rotate_up:before{content:"\e93a"}.material-icons.text_rotate_vertical:before{content:"\e93b"}.material-icons.text_rotation_angledown:before{content:"\e93c"}.material-icons.text_rotation_angleup:before{content:"\e93d"}.material-icons.text_rotation_down:before{content:"\e93e"}.material-icons.text_rotation_none:before{content:"\e93f"}.material-icons.textsms:before{content:"\e0d8"}.material-icons.texture:before{content:"\e421"}.material-icons.theater_comedy:before{content:"\ea66"}.material-icons.theaters:before{content:"\e8da"}.material-icons.thumb_down:before{content:"\e8db"}.material-icons.thumb_down_alt:before{content:"\e816"}.material-icons.thumb_down_off_alt:before{content:"\e9f2"}.material-icons.thumb_up:before{content:"\e8dc"}.material-icons.thumb_up_alt:before{content:"\e817"}.material-icons.thumb_up_off_alt:before{content:"\e9f3"}.material-icons.thumbs_up_down:before{content:"\e8dd"}.material-icons.time_to_leave:before{content:"\e62c"}.material-icons.timelapse:before{content:"\e422"}.material-icons.timeline:before{content:"\e922"}.material-icons.timer:before{content:"\e425"}.material-icons.timer_10:before{content:"\e423"}.material-icons.timer_3:before{content:"\e424"}.material-icons.timer_off:before{content:"\e426"}.material-icons.title:before{content:"\e264"}.material-icons.toc:before{content:"\e8de"}.material-icons.today:before{content:"\e8df"}.material-icons.toggle_off:before{content:"\e9f5"}.material-icons.toggle_on:before{content:"\e9f6"}.material-icons.toll:before{content:"\e8e0"}.material-icons.tonality:before{content:"\e427"}.material-icons.touch_app:before{content:"\e913"}.material-icons.toys:before{content:"\e332"}.material-icons.track_changes:before{content:"\e8e1"}.material-icons.traffic:before{content:"\e565"}.material-icons.train:before{content:"\e570"}.material-icons.tram:before{content:"\e571"}.material-icons.transfer_within_a_station:before{content:"\e572"}.material-icons.transform:before{content:"\e428"}.material-icons.transit_enterexit:before{content:"\e579"}.material-icons.translate:before{content:"\e8e2"}.material-icons.trending_down:before{content:"\e8e3"}.material-icons.trending_flat:before,.material-icons.trending_neutral:before{content:"\e8e4"}.material-icons.trending_up:before{content:"\e8e5"}.material-icons.trip_origin:before{content:"\e57b"}.material-icons.tune:before{content:"\e429"}.material-icons.turned_in:before{content:"\e8e6"}.material-icons.turned_in_not:before{content:"\e8e7"}.material-icons.tv:before{content:"\e333"}.material-icons.tv_off:before{content:"\e647"}.material-icons.two_wheeler:before{content:"\e9f9"}.material-icons.unarchive:before{content:"\e169"}.material-icons.undo:before{content:"\e166"}.material-icons.unfold_less:before{content:"\e5d6"}.material-icons.unfold_more:before{content:"\e5d7"}.material-icons.unsubscribe:before{content:"\e0eb"}.material-icons.update:before{content:"\e923"}.material-icons.upload_file:before{content:"\e9fc"}.material-icons.usb:before{content:"\e1e0"}.material-icons.verified_user:before{content:"\e8e8"}.material-icons.vertical_align_bottom:before{content:"\e258"}.material-icons.vertical_align_center:before{content:"\e259"}.material-icons.vertical_align_top:before{content:"\e25a"}.material-icons.vertical_split:before{content:"\e949"}.material-icons.vibration:before{content:"\e62d"}.material-icons.video_call:before{content:"\e070"}.material-icons.video_collection:before{content:"\e04a"}.material-icons.video_label:before{content:"\e071"}.material-icons.video_library:before{content:"\e04a"}.material-icons.videocam:before{content:"\e04b"}.material-icons.videocam_off:before{content:"\e04c"}.material-icons.videogame_asset:before{content:"\e338"}.material-icons.view_agenda:before{content:"\e8e9"}.material-icons.view_array:before{content:"\e8ea"}.material-icons.view_carousel:before{content:"\e8eb"}.material-icons.view_column:before{content:"\e8ec"}.material-icons.view_comfortable:before,.material-icons.view_comfy:before{content:"\e42a"}.material-icons.view_compact:before{content:"\e42b"}.material-icons.view_day:before{content:"\e8ed"}.material-icons.view_headline:before{content:"\e8ee"}.material-icons.view_in_ar:before{content:"\e9fe"}.material-icons.view_list:before{content:"\e8ef"}.material-icons.view_module:before{content:"\e8f0"}.material-icons.view_quilt:before{content:"\e8f1"}.material-icons.view_stream:before{content:"\e8f2"}.material-icons.view_week:before{content:"\e8f3"}.material-icons.vignette:before{content:"\e435"}.material-icons.visibility:before{content:"\e8f4"}.material-icons.visibility_off:before{content:"\e8f5"}.material-icons.voice_chat:before{content:"\e62e"}.material-icons.voice_over_off:before{content:"\e94a"}.material-icons.voicemail:before{content:"\e0d9"}.material-icons.volume_down:before{content:"\e04d"}.material-icons.volume_mute:before{content:"\e04e"}.material-icons.volume_off:before{content:"\e04f"}.material-icons.volume_up:before{content:"\e050"}.material-icons.volunteer_activism:before{content:"\ea70"}.material-icons.vpn_key:before{content:"\e0da"}.material-icons.vpn_lock:before{content:"\e62f"}.material-icons.wallet_giftcard:before{content:"\e8f6"}.material-icons.wallet_membership:before{content:"\e8f7"}.material-icons.wallet_travel:before{content:"\e8f8"}.material-icons.wallpaper:before{content:"\e1bc"}.material-icons.warning:before{content:"\e002"}.material-icons.watch:before{content:"\e334"}.material-icons.watch_later:before{content:"\e924"}.material-icons.waterfall_chart:before{content:"\ea00"}.material-icons.waves:before{content:"\e176"}.material-icons.wb_auto:before{content:"\e42c"}.material-icons.wb_cloudy:before{content:"\e42d"}.material-icons.wb_incandescent:before{content:"\e42e"}.material-icons.wb_iridescent:before{content:"\e436"}.material-icons.wb_shade:before{content:"\ea01"}.material-icons.wb_sunny:before{content:"\e430"}.material-icons.wb_twighlight:before{content:"\ea02"}.material-icons.wc:before{content:"\e63d"}.material-icons.web:before{content:"\e051"}.material-icons.web_asset:before{content:"\e069"}.material-icons.weekend:before{content:"\e16b"}.material-icons.whatshot:before{content:"\e80e"}.material-icons.where_to_vote:before{content:"\e177"}.material-icons.widgets:before{content:"\e1bd"}.material-icons.wifi:before{content:"\e63e"}.material-icons.wifi_lock:before{content:"\e1e1"}.material-icons.wifi_off:before{content:"\e648"}.material-icons.wifi_tethering:before{content:"\e1e2"}.material-icons.work:before{content:"\e8f9"}.material-icons.work_off:before{content:"\e942"}.material-icons.work_outline:before{content:"\e943"}.material-icons.workspaces_filled:before{content:"\ea0d"}.material-icons.workspaces_outline:before{content:"\ea0f"}.material-icons.wrap_text:before{content:"\e25b"}.material-icons.youtube_searched_for:before{content:"\e8fa"}.material-icons.zoom_in:before{content:"\e8ff"}.material-icons.zoom_out:before{content:"\e900"}.material-icons.zoom_out_map:before{content:"\e56b"}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/themes/mzk_theme/assets/fonts/icomoon-d7aecaf7d15cbb1a5968007421e0052f.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/icomoon-0b3218ca75e8f62632cc4cac83daf373.woff) format("woff"),url(/themes/mzk_theme/assets/fonts/icomoon-bdef54c23c3f38d498a0a9d7625aa8ee.ttf) format("truetype"),url(/themes/mzk_theme/assets/img-dist/3625def2f669c3e6d7b6c352a5549c94.svg#icomoon) format("svg")}.icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-ps-socialfollow-discord:before{content:""}.icon-tiktok:before{content:""}.icon-facebook:before{content:""}.icon-gplus:before{content:""}.icon-instagram:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-rss:before{content:""}.icon-twitter:before{content:""}.icon-vimeo:before{content:""}.icon-youtube:before{content:""}.material-icons{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU79Qx_V-bf35da053f16bab18f8ec4bbfbba1fd6.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU79Qx_T-3ad63cb31cccab5b906b2822f8372761.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:200;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCS_ZOKw-c6bbb8505a18011e7f49545a969a7af7.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCS_ZOKo-e061064a07a1ba83d9487e07a16e853e.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:300;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_9079Qx_V-64fb54c96b8e781169c969555bfb944d.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_9079Qx_T-c2051b18736283edfd9eacc8433f4bb8.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:300;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CS_ZOKw-0bd82fceea72ad53d26b4f5304c48623.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CS_ZOKo-98e173e53065c19c458b97cbdea0846e.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79Qx_V-07ded79fe9ec246544cb1e0a3a33b008.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79Qx_T-cb1d417df20f16c06715e6b82cb4dae4.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:400;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCS_ZOKw-48055334a6a2830e189ff9f652d04ab0.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCS_ZOKo-5b7d21bc0750632c660bd0b71f8f0ceb.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m079Qx_V-818552aae5c48e9f76c52df2e3690087.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m079Qx_T-e8e926c2ba5931a27dda82be1dbfc46d.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:500;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCS_ZOKw-179c910146aa5ee996e0a367006d7e3c.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCS_ZOKo-e74076fdb7ea219db4d6d51452e969cb.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0n9Qx_V-1957296b73ca0fb1aa5af5bc129c30f5.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0n9Qx_T-6a5a63e5c8b2ce793409760ff1db3012.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:600;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Di_ZOKw-c96fc06cfed05bda227487de689036e8.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Di_ZOKo-6687db0762102c7b99a23e027eb39f91.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_Tkn9Qx_V-b4d7c6a82fbc28f139ce9dcafd072edb.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_Tkn9Qx_T-c806a7fb323cea685e596116eec78fef.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:700;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDi_ZOKw-98aa1ebaf2a830dbcecc3ed0f247d93a.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDi_ZOKo-274e6eedce229b3acdbde6ffcc7014fd.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;src:url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUn9Qx_V-a240d26d24fb11c9968e815fbe1dde7e.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUn9Qx_T-8d7ba4752869d459e3049818a23a57e5.woff) format("woff")}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:italic;font-weight:800;src:url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDi_ZOKw-fcb3996ea1854b0f1c3969196fc82166.woff2) format("woff2"),url(/themes/mzk_theme/assets/fonts/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDi_ZOKo-5eea5dfdebcfaea94e64c64f1b9d8a36.woff) format("woff")}.label,label{color:#212529}.swiper-button-custom{color:#a18064;height:auto;margin:0;width:auto}.swiper-button-custom:after{display:none}@media(max-width:767.98px){.breadcrumb{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-left:0;padding-right:0;position:relative;white-space:nowrap}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb .breadcrumb-item:first-child{padding-left:1rem}.breadcrumb .breadcrumb-item:last-child{padding-right:1rem}}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;float:none}.btn-icon{font-size:inherit;vertical-align:middle}.container .container{padding-left:0;padding-right:0}.card--secondary{border:0}.card-body+.card-body{border-top:.0625rem solid rgba(0,0,0,.125)}.card-group-vertical>.card:not(:first-child){border-top:0;border-top-left-radius:0;border-top-right-radius:0}.card-group-vertical>.card:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.icon-collapse[aria-expanded=true] .material-icons{font-size:0}.icon-collapse[aria-expanded=true] .material-icons:before{content:"keyboard_arrow_up";font-size:24px}.icon-collapse:focus,.icon-collapse:hover{text-decoration:none}.form-label{display:block}input,textarea{font-feature-settings:"calt" 0}.list-group-item-action,.list-group-item-action-dropdown,.list-group-item-action-dropdown-link{font-weight:500}.list-group-item-action-dropdown{display:flex;justify-content:space-between;position:relative}.list-group-item-action-dropdown .list-group-item-collapse{background:none;margin-left:10px;padding:0;position:relative;text-decoration:none!important;width:auto;z-index:1}.list-group-collapse .list-group-collapse .list-group-item{border-bottom:1px solid rgba(0,0,0,.125);font-weight:400;padding-left:1.875rem}.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item{border-bottom:1px solid rgba(0,0,0,.125);padding-left:2.5rem}.list-group-item-action-dropdown-link{padding:0}.custom-checkbox-color .custom-control-label:before{display:none!important}.custom-checkbox-color .custom-control-input:checked~.custom-control-label-dark:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-control-input-color,.custom-radio-color .custom-control-input-color{background-color:#fff;border:1px solid #adb5bd;border-radius:4px;content:"";display:block;height:1rem;left:-1.5rem;pointer-events:none;position:absolute;top:.25rem;width:1rem}.custom-checkbox-block{padding-left:1rem}.custom-checkbox-block .custom-control-label:after,.custom-checkbox-block .custom-control-label:before{left:-1rem}.custom-radio-color{height:1.5rem;padding-left:1.5rem;position:relative;width:1.5rem}.custom-radio-color .custom-control-input-color{border-radius:50%;height:1.5rem;left:-1.5rem;top:0;width:1.5rem}.custom-radio-color .custom-control-label:before{display:none}.custom-radio-color .custom-control-input{height:100%;width:100%}.custom-radio-color .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");height:1.125rem;left:auto;right:.1875rem;top:.1875rem;width:1.125rem}.custom-radio-color .custom-control-input:checked~.custom-control-label .custom-control-input-color{border-color:#212529}.custom-radio-color .custom-control-input:checked~.custom-control-label-dark:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.hidden-xs-up{display:none!important}@media(max-width:575.98px){.hidden-xs-down{display:none!important}}@media(min-width:576px){.hidden-sm-up{display:none!important}}@media(max-width:767.98px){.hidden-sm-down{display:none!important}}@media(min-width:768px){.hidden-md-up{display:none!important}}@media(max-width:991.98px){.hidden-md-down{display:none!important}}@media(min-width:992px){.hidden-lg-up{display:none!important}}@media(max-width:1199.98px){.hidden-lg-down{display:none!important}}@media(min-width:1200px){.hidden-xl-up{display:none!important}}@media(max-width:1599.98px){.hidden-xl-down{display:none!important}}@media(min-width:1600px){.hidden-xxl-up{display:none!important}}@media(max-width:1799.98px){.hidden-xxl-down{display:none!important}}@media(min-width:1800px){.hidden-xxxl-up{display:none!important}}.hidden-xxxl-down{display:none!important}.bootstrap-touchspin{border:1px solid #ced4da;border-radius:.4rem;margin:0 auto;max-width:100px;overflow:hidden}.bootstrap-touchspin>input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;border:1px solid #ced4da;border-bottom:none;border-top:none;box-shadow:none;font-weight:700;margin-bottom:-1px;margin-top:-1px;max-width:60px;padding:0;text-align:center}.bootstrap-touchspin>input::-webkit-inner-spin-button,.bootstrap-touchspin>input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bootstrap-touchspin .btn{background-color:#fff;border:0;color:#495057;display:block;height:100%;padding:0;position:relative;text-align:center;width:1.8em;z-index:2}.bootstrap-touchspin .btn:focus,.bootstrap-touchspin .btn:hover{background:#e9ecef}.bootstrap-touchspin .input-group-append,.bootstrap-touchspin .input-group-prepend{display:block;margin:0}.input-touchspin{max-width:100px;opacity:0}.bootstrap-touchspin .input-touchspin{opacity:1}.l-footer{margin-top:auto;padding-top:40px}.footer-container{background:linear-gradient(90deg,#a18064 50%,#000 0);color:#fff}@media(max-width:767.98px){.footer-container{background:#000}}.footer-container a,.footer-container p{color:#fff;font-weight:200}.footer-container p{margin-bottom:.4rem}.footer-container h4{color:#fff;font-size:1.75rem;font-weight:400}.footer-container h4 a{font-weight:400}.footer-container h4:focus,.footer-container h4:hover{color:#fff}@media(max-width:1599.98px){.footer-container h4{font-size:clamp(1.25rem,2vw,1.5rem)}}.footer-container #footer_contact_list a,.footer-container #footer_contact_list p{font-size:clamp(1rem,2vw,1.125rem);font-weight:200}.footer-container #footer_contact_list .ico{display:block;height:23px;margin-right:10px;width:20px}.footer-container #footer_contact_list .footer-address{align-items:center;display:flex;position:relative}.footer-container #footer_contact_list .footer-address .ico{background-image:url(/themes/mzk_theme/assets/img-dist/65200ee37e9d06e2ba915a82b87d5983.svg);background-position:50%;background-repeat:no-repeat}.footer-container #footer_contact_list .footer-phone{align-items:start;display:flex;position:relative}.footer-container #footer_contact_list .footer-phone .ico{background-image:url(/themes/mzk_theme/assets/img-dist/df1695946814b8a280095ed00015ce74.svg);background-position:50%;background-repeat:no-repeat;margin-top:2px}.footer-container #footer_contact_list .footer-email{align-items:start;display:flex;position:relative}.footer-container #footer_contact_list .footer-email .ico{background-image:url(/themes/mzk_theme/assets/img-dist/6e1640b7de67280b0e16a16936e6d4cc.svg);background-position:50%;background-repeat:no-repeat;margin-top:2px}.footer_after{display:flex;flex-direction:column;justify-content:center;width:100%}.footer_after .copyrights,.footer_after .copyrights a{color:#aeaeae;font-size:12px}#checkout-modal .modal-dialog{background-color:#fff}@media(min-width:768px){#checkout-modal .modal-dialog{max-width:80%}}@media(max-width:991.98px){.modal-dialog{max-width:calc(100vw - 1rem);width:800px}}.l-header{margin:0}.header-top{background:#fff}.header-top__row{align-items:center;flex-wrap:nowrap}@media(min-width:768px){.header-top__row{flex-wrap:wrap}}.header-top__link{border:1px solid #a18064;border-radius:50%;color:#495057;display:block;height:40px;margin-left:10px;text-align:center;text-decoration:none;transition:all .3s;width:40px}.header-top__link:focus,.header-top__link:hover{background:#e9ecef;border-color:#000;color:#000;text-decoration:none}.header-top__link-menu span{color:#000;font-size:2.2rem}@media(max-width:767.98px){.header-top__link{height:35px;width:35px}}.header-top__icon-container{position:relative}.header-top__icon{display:block;line-height:33px}@media(max-width:767.98px){.header-top__icon{line-height:30px}}.header-top__icon img{height:16px;width:16px}.header-top__badge{background:#a18064;border-radius:50%;color:#fff;font-size:.5rem;font-weight:700;height:2em;line-height:2em;position:absolute;right:-.2em;text-align:center;top:-.5em;width:2em}@media(max-width:767.98px){.header-top__block--search{flex-grow:0}}.header-top__block--logo img{max-height:90px;width:auto}@media(max-width:991.98px){.header-top__content .link-list-top{display:none}}#contact-link{display:flex;flex-direction:row;gap:20px;justify-content:end}@media(max-width:991.98px){#contact-link{flex-direction:column;gap:0}}#contact-link div{margin-left:10px}#contact-link div a{color:#343a40;font-size:.9rem;font-weight:200}#contact-link div.email img{height:12px;margin-top:-2px;width:auto}#contact-link div.phone img{height:16px;width:auto}.block-social{margin-left:30px}.block-social ul{margin:0}.block-social ul li{margin-left:10px}.block-social ul li a img{display:block;height:18px;width:auto}.l-main{display:flex;flex-direction:column;min-height:100vh}.product-miniature__img_second{opacity:0;position:absolute;transition:all .5s ease}.product-miniature:hover .product-miniature__img_second{display:block;opacity:1}.product-miniature__functional-btn{border:0;bottom:10px;font-size:1.25rem;height:1.7em;line-height:1.7em;padding:0;position:absolute;right:10px;width:1.7em;z-index:2}@media(max-width:1200px){.product-miniature__functional-btn{font-size:calc(.85rem + .53333vw)}}.product-miniature__functional-btn--top{bottom:auto;top:10px}.product-miniature__functional-btn-icon{font-size:inherit;line-height:inherit}.product-miniature__pricing{display:flex;flex-direction:column}.product-miniature__pricing .price{font-size:1.8rem;font-weight:300;line-height:1.1}.product-miniature__pricing .price--regular{font-size:1rem}.product-miniature__thumb{border:1px solid #e9ecef;border-radius:.4rem;overflow:hidden}.product-miniature__thumb img{transition:all .3s}.product-miniature__title{font-size:1.1rem;font-weight:300;height:2.6em;line-height:1.3;overflow:hidden}.product-miniature--smaller .price,.product-miniature--smaller .product-miniature__title{font-size:.9375rem}@media(max-width:1200px){.product-miniature--smaller .price,.product-miniature--smaller .product-miniature__title{font-size:calc(.7875rem + .2vw)}}.product-miniature--smaller .product-miniature__pricing{margin:0}.product-miniature__actions .view_product{background-color:#a18064;border-radius:.4rem;display:block;height:40px;margin-right:0;width:40px}.product-miniature__actions .view_product span{position:relative}.product-miniature__actions .view_product span:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:30px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);transform-origin:center;transition:all .5s;width:30px}.product-miniature__actions .view_product:focus span:after,.product-miniature__actions .view_product:hover span:after{-webkit-transform:translate(-50%,-50%) rotate(540deg);-moz-transform:translate(-50%,-50%) rotate(540deg);-o-transform:translate(-50%,-50%) rotate(540deg)}.product-miniature__info{display:flex;flex-direction:column}.product-miniature__info-top{align-items:end;display:flex;height:50px;justify-content:space-between;margin-bottom:10px}.product-miniature__info-top .reviews_list_stars{align-self:end;justify-self:start;padding:0}.product-miniature__info-top .reviews_list_stars span{font-size:.7rem}.product-miniature__info-down{align-items:end;display:flex;height:40px;justify-content:space-between;line-height:1}.product-miniature__info-down .hook_weight .presta-studio-price-history-text{font-size:.6rem!important;font-weight:400;margin-bottom:0;margin-top:5px}.product-miniature .product-flags{position:absolute}.product-flags{left:0;pointer-events:none;top:0;width:100%;z-index:2}.product-flags__flag{background:#a18064;color:#fff;font-size:.875rem;font-weight:700;line-height:1.35;margin:5px;padding:5px 10px;pointer-events:auto;width:-moz-fit-content;width:fit-content}.product-flags__flag--online-only{margin-top:0;position:absolute;right:0;z-index:1}.product-flags__flag--discount,.product-flags__flag--discount-amount,.product-flags__flag--discount-percentage{padding:4px 8px;text-align:center}.product-flags__flag--discount p,.product-flags__flag--discount-amount p,.product-flags__flag--discount-percentage p{font-size:.6rem;font-weight:400;margin:0}.product-flags__flag--on-sale{background:#aaa;order:-1;text-align:center;width:100%}.customization-modal .modal-content{border:1px solid #e9ecef;border-radius:0}.customization-modal .modal-content .modal-body{padding-top:0}.customization-modal .modal-content .modal-body .product-customization-line{border-bottom:1px solid #e9ecef;padding-bottom:.9375rem;padding-top:.9375rem}.customization-modal .modal-content .modal-body .product-customization-line .label{font-weight:600;text-align:right}.customization-modal .modal-content .modal-body .product-customization-line:last-child{border-bottom:0;padding-bottom:0}.price{color:#a18064;font-size:1.125rem;font-weight:700}@media(max-width:1200px){.price{font-size:calc(.825rem + .4vw)}}.price--regular{color:#6c757d;font-weight:400;text-decoration:line-through}.price--lg{font-size:clamp(24px,1.5vw,32px)}.price--sm{font-size:clamp(14px,1vw,16px)}.price--xxl{font-size:clamp(36px,2vw,46px);font-weight:200;line-height:1}.star-content{display:flex;left:0;position:absolute;top:0}.star-content .star,.star-content .star-hover,.star-content .star-on{background:url(/themes/mzk_theme/assets/img-dist/cd02100448ff5c9f03ecb5d21d39780c.svg) no-repeat 0 0 transparent;background-size:20px;display:block;flex:auto;height:20px;margin-left:3px;width:20px}.star-content .star-hover,.star-content .star-on{background-image:url(/themes/mzk_theme/assets/img-dist/5abfa13681ab260d0c9f154e757fcf2f.svg)}.star-content .star-hover{cursor:pointer}.small-stars .star-content .star,.small-stars .star-content .star-hover,.small-stars .star-content .star-on{background-size:16px;height:16px;margin-left:2px;width:16px}.grade-stars{display:inline-block;height:20px;min-width:120px;position:relative}.grade-stars.small-stars{height:16px;min-width:70px}.product-list-reviews{background:hsla(0,0%,100%,.4);bottom:0;left:0;padding:10px;position:absolute;right:0;visibility:hidden}.product-list-reviews .grade-stars{display:block}.products-list__block{margin-bottom:1.25rem;padding:0 .625rem}.products-list__block--grid{flex:0 0 50%;max-width:50%}@media(min-width:992px){.layout-left-column .products-list__block--grid{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(min-width:768px){.layout-full-width .products-list__block--grid{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(min-width:1200px){.layout-full-width .products-list__block--grid{flex:0 0 25%;max-width:25%}}.products-list__block--list{flex:0 0 100%;max-width:100%}.product-slider{margin-left:-5px;margin-right:-5px}@media(min-width:576px){.product-slider{margin-left:-10px;margin-right:-10px}}.product-slider__item{padding-left:5px;padding-right:5px}@media(min-width:576px){.product-slider__item{padding-left:10px;padding-right:10px}}.product-slider__item.slider_accessories .product-miniature__info-top{flex-direction:column;height:auto;margin-bottom:0}.product-slider__item.slider_accessories .product-miniature .reviews_list_stars span:not(.star_content){display:none}.product-slider__item.slider_accessories .product-miniature .hook_weight{text-align:right;width:100%}.swiper-button-custom{margin-left:10px}.swiper-button-custom .material-icons{border:1px solid #a18064;border-radius:50%;color:#a18064;display:block;font-size:15px;height:25px;line-height:23px;text-align:center;transition:all .3s;width:25px}.swiper-button-custom .material-icons:focus,.swiper-button-custom .material-icons:hover{background-color:#000;border-color:#000;color:#fff}.comments-pagination ul{margin:0}.comments-pagination span{cursor:pointer}.address__header{background-color:transparent}.address__body{line-height:1.75}.address__body address{margin:0}.address__footer{display:flex;padding:0}.address__footer a{color:#212529;flex:0 0 50%;max-width:50%;padding:10px;text-align:center}.address__footer a:first-child{border-right:1px solid rgba(0,0,0,.125)}.address__footer a:focus,.address__footer a:hover{background:#e9ecef;text-decoration:none}.customer-links{margin:0 0 20px}@media(min-width:992px){.customer-links{margin:0}}.customer-links .link-item{align-items:center;display:flex}@media(max-width:991.98px){.customer-links__list{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:flex;flex-wrap:nowrap;margin:1.25rem 0 0;overflow-x:scroll;overflow-y:hidden;white-space:nowrap}.customer-links__list::-webkit-scrollbar{display:none}}.customer-links a{border-radius:.4rem;color:#343a40;display:block;flex:0 0;font-size:1rem;font-weight:700;max-width:inherit;padding:10px;white-space:nowrap}@media(max-width:1200px){.customer-links a{font-size:calc(.8rem + .26667vw)}}@media(min-width:992px){.customer-links a{white-space:normal}}.customer-links a:focus,.customer-links a:hover{color:#a18064;text-decoration:none}.customer-links a i{color:#a18064;font-size:1.625rem;margin-right:5px}@media(max-width:1200px){.customer-links a i{font-size:calc(.925rem + .93333vw)}}@media(min-width:768px){.customer-links a i{margin-right:10px}}.customer-links a.active{background:#a18064;color:#fff}.customer-links a.active:after{display:block}.customer-links a.active i{color:inherit}.customer-links__logout{text-align:center}.customer-links__logout:after,.customer-links__logout:before{display:none}.user-form{margin:0 auto;max-width:800px}.user-form--sm{max-width:600px}.product-table{margin:0;overflow:hidden}@media(max-width:767.98px){.product-table__head{display:none}}.product-table__head th{border-top:0}@media(min-width:576px){.product-table__row{margin-top:-1px}}@media(max-width:767.98px){.product-table tbody{display:block}}.product-line{display:flex;flex-wrap:wrap;position:relative}.product-line:last-child{border-bottom:0}.product-line--first{border-top:1px solid #dee2e6}@media(min-width:768px){.product-line{border-bottom:1px solid #dee2e6;display:table-row;padding:10px 0}}.product-line .product-line__cell{padding:10px}@media(min-width:576px){.product-line .product-line__cell{padding:.75rem;vertical-align:middle}}.product-line__qty-input .bootstrap-touchspin{margin:0 auto}.product-line__cell--img{width:7.5rem}@media(max-width:767.98px){.product-line__cell--img{flex:0 0 5.625rem;max-width:5.625rem;order:-3;width:auto}.product-line__cell--prod{flex:0 0 calc(100% - 5.625rem);max-width:calc(100% - 5.625rem);order:-2}.product-line__cell--delete{flex:0 0 2.5rem;max-width:2.5rem;order:-1}.product-line__cell--price,.product-line__cell--qty,.product-line__cell--total{flex:0 0 33.33333333%;max-width:33.33333333%}.product-line__cell--total{text-align:right}.product-line__cell[data-title]:before{content:attr(data-title);display:block;font-size:.6875rem;margin:0 0 5px}}.product-line__price{font-size:1rem}@media(max-width:1200px){.product-line__price{font-size:calc(.8rem + .26667vw)}}.product-line__checkbox-block{position:static}.product-line__checkbox-block:before{bottom:0;content:"";cursor:pointer;left:0;position:absolute;right:0;top:0}@media(max-width:767.98px){.product-line--return .product-line__cell--checkbox{flex:0 0 2.5rem;max-width:2.5rem;order:-3}.product-line--return .product-line__cell--img{flex:0 0 4.375rem;max-width:4.375rem;padding-left:0}.product-line--return .product-line__cell--prod{flex:0 0 calc(100% - 6.875rem);max-width:calc(100% - 6.875rem)}.product-line--return .product-line__cell--price,.product-line--return .product-line__cell--qty{flex:0 0 50%;max-width:50%}.product-line--extended .product-line__cell--price,.product-line--extended .product-line__cell--qty,.product-line--extended .product-line__cell--returned,.product-line--extended .product-line__cell--total{flex:0 0 25%;max-width:25%}}@media(max-width:575.98px){.product-line--extended .product-line__cell--price,.product-line--extended .product-line__cell--qty,.product-line--extended .product-line__cell--returned,.product-line--extended .product-line__cell--total{flex:0 0 50%;max-width:50%}.product-line--extended .product-line__cell--qty{text-align:right}}.page-customer-account .material-icons img{height:25px;margin-top:-15px;width:25px}.blockcart__dropdown{border:1px solid #dee2e6;border-radius:.4rem;margin:0;min-width:inherit;overflow:hidden;padding:0;width:20rem}.cart-dropdown__content{padding:10px 20px 20px}.cart-dropdown__products{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;max-height:25rem;overflow-x:hidden;overflow-y:auto}.cart-dropdown__close{color:#6c757d;font-size:1.375rem}.cart-dropdown__close:focus,.cart-dropdown__close:hover{color:#000}.cart-products{display:flex;padding-bottom:20px}.cart-products:not(:first-child){border-top:1px solid #dee2e6;padding-top:20px}.cart-products__thumb{flex:0 0 5rem;max-width:5rem;padding-right:10px}.cart-products__desc{flex:1 1;padding-right:10px}.cart-products__remove{flex:0 0}.cart-loader{align-items:center;background:hsla(0,0%,100%,.5);bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.cart-loading .cart-loader{display:flex}.cart-summary-line{display:flex;font-size:1rem;justify-content:space-between}@media(max-width:1200px){.cart-summary-line{font-size:calc(.8rem + .26667vw)}}.cart-summary-line:not(:last-child){margin-bottom:10px}.cart-summary-line.cart-total{font-size:1.125rem}@media(max-width:1200px){.cart-summary-line.cart-total{font-size:calc(.825rem + .4vw)}}.cart-summary-line .label{margin-right:10px}.cart-summary-line .value{font-weight:600}.cms-content ol,.cms-content ul{list-style:inherit;list-style-position:inside;padding-left:.75rem}.cms-content ol li p,.cms-content ul li p{display:inline}.cms-content ol{list-style:decimal;padding-left:1.875rem}.cms-content img{height:auto;max-width:100%}#cms{font-weight:300}#cms strong{font-weight:600}#cms #content-wrapper h2{margin-bottom:10px;margin-top:40px}#cms #content-wrapper img{height:auto;max-width:200px}#cms #content-wrapper .sample_info{flex-basis:500px}#cms #content-wrapper .sample_button{align-items:center;border:1px solid #e9ecef;border-radius:.8rem;cursor:pointer;display:flex;flex-direction:row;height:70px;min-width:50%;overflow:hidden;padding:8px;position:relative}#cms #content-wrapper .sample_button-content{color:#343a40;display:block;font-size:1.1rem;font-weight:200;line-height:1.3;padding-left:80px;width:auto}#cms #content-wrapper .sample_button-image{background-position:100%;background-repeat:no-repeat;display:block;height:70px;left:0;position:absolute;top:0;width:80px}#cms #content-wrapper .sample_button.sample .sample_button-image{background-image:url(/themes/mzk_theme/assets/img-dist/294484cfe65e04e82bd17480972948ba.jpg)}#cms.cms-id-12 #content-wrapper .section div{align-items:start;display:flex;flex-direction:column;justify-content:end}#cms.cms-id-12 #content-wrapper .section img{aspect-ratio:1/1;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}#cms.cms-id-12 .card{border-color:#a18064;font-size:1rem;line-height:1.5;margin-top:50px;padding:30px}#cms.cms-id-12 .card p:last-child{margin:0}@media(max-width:767.98px){#cms.cms-id-12 .card{font-size:.8rem!important;padding:15px}}#cms.cms-id-6 .magazine{border:1px solid #dee2e6;border-radius:1rem;display:flex;gap:30px;margin-bottom:30px;padding:30px}@media(max-width:767.98px){#cms.cms-id-6 .magazine{font-size:.8rem!important;padding:15px}}#cms.cms-id-6 .magazine p{margin:0}#cms.cms-id-6 .magazine img{height:auto;max-width:200px!important;width:200px}.main-menu__item-header{align-items:center;display:flex}@media(min-width:992px){.main-menu__item-header{display:block}}.main-menu-images-container{background-color:red;display:block;height:250px;width:100%}.main-menu-images-container img{background-color:red;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:992px){.main-menu__list{margin:0 0 10px}.main-menu__list--1{display:flex;flex-wrap:wrap}}.main-menu__item-link{display:block;padding:1rem}@media(min-width:992px){.main-menu__item-link{display:inline-block;padding:0}}.main-menu__item-link--top:focus,.main-menu__item-link--top:hover{text-decoration:none}.main-menu__item-link--sub{color:#212529}@media(min-width:992px){.main-menu__item-link--sub{line-height:1.5;margin:0 0 5px}}.main-menu__item-link--1{font-weight:700}.main-menu__item-link--2{padding-left:1.625rem}@media(min-width:992px){.main-menu__item-link--2{padding:0}}.main-menu__item-link--3{padding-left:2.25rem}@media(min-width:992px){.main-menu__item-link--3{padding-left:10px}}.main-menu__item-link--4{padding-left:2.875rem}@media(min-width:992px){.main-menu__item-link--4{padding-left:10px}}.main-menu__item{border-top:1px solid #dee2e6}.main-menu__item--top:first-child{border:0}@media(min-width:992px){.main-menu__item{border:0}.main-menu__item--active .main-menu__sub{opacity:1;pointer-events:visible;transform:translateY(0);visibility:visible}}#pagenotfound #main .page-header,#products #main .page-header{margin:2rem 0 3rem}#pagenotfound #main .page-content,#products #main .page-content{margin-bottom:10rem}#pagenotfound .page-not-found,#products .page-not-found{background:#fff;color:#6c757d;font-size:.875rem;margin:0 auto;max-width:570px;padding:1rem}#pagenotfound .page-not-found h4,#products .page-not-found h4{font-size:1rem;font-weight:700;margin:.5rem 0 1rem}#pagenotfound .page-not-found .search-widget,#products .page-not-found .search-widget{float:none}#pagenotfound .page-not-found .search-widget input,#products .page-not-found .search-widget input{width:100%}#left-column .block_newsletter{margin-bottom:1.563rem;padding:1.563rem 1.25rem}.homeslider__img{background:#f8f9fa}.homeslider__list{margin:0}.homeslider__slider{position:relative}.homeslider__caption{left:80px;position:absolute;top:50%;transform:translateY(-50%)}.homeslider__desc *{color:#343a40}.homeslider__arrow{bottom:0;line-height:1;padding:0 20px;top:0}.homeslider__arrow>*{font-size:2.5rem}.homeslider__arrow--prev{left:0}.homeslider__arrow--next{right:0}@media(min-width:768px){.search-result-open .search-form__form-group{z-index:101}}.search-form__input{border-radius:99em;border-width:1px}.search-modal .close{padding:.4375rem .625rem}@media(min-width:768px){.js-search-result{background:#fff;border:1px solid #dee2e6;border-radius:0 0 .4rem .4rem;left:0;margin-top:-1.4375rem;padding:1.4375rem10px 20px 20px;position:absolute;right:0;top:100%;z-index:99}}.page-loader{align-items:center;background-color:hsla(0,0%,100%,.5);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.page-loader-active .page-loader{display:flex}.links-list{margin:30px 0 50px;padding:0 0 30px}@media(min-width:992px){.links-list{padding:0}}.links-list a{font-size:clamp(.75rem,2vw,.875rem);font-weight:200;text-decoration:underline}.links-list__elem:not(:last-child){margin:0}.links-list__link{color:#6c757d}.links-list__link:focus,.links-list__link:hover{color:#212529}.footer-links .footer-contact{align-items:center;display:flex;font-size:clamp(1.125rem,2vw,1.375rem);padding:1rem;position:relative;width:-moz-max-content;width:max-content}.footer-links .footer-contact .ico{background-image:url(/themes/mzk_theme/assets/img-dist/64de6f49728c916586157518cab4b8c8.svg);background-position:50%;background-repeat:no-repeat;display:block;height:21px;left:0;margin-left:15px;width:33px}img.lazyload:not(.loaded){background:#e9ecef}.alert-toast-stack{display:block;position:fixed;right:20px;top:20px;width:15.625rem;z-index:101}.alert-toast{border-radius:.4rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);font-size:.875rem;margin-bottom:20px;opacity:0;transform:translateX(100%);transition:.4s ease-in-out}@media(max-width:1200px){.alert-toast{font-size:calc(.775rem + .13333vw)}}.alert-toast__content{padding:10px 20px}.alert-toast.show{opacity:1;transform:translateX(0)}.alert-toast--info{background:#a18064;color:#fff}.alert-toast--danger{background:#ae0400;color:#fff}.alert-toast--warning{background:#ff9a52;color:#212529}.alert-toast--success{background:#9fc521;color:#212529}#ets_lookbook{padding-bottom:50px;position:relative;z-index:0}#ets_lookbook .lookbook_container{bottom:0;height:auto;margin-bottom:-50px;overflow:hidden;pointer-events:none;position:absolute;width:100%}#ets_lookbook .lookbook_container .container{align-items:end;cursor:default;display:flex;justify-content:space-between;margin-bottom:50px;width:100%}@media(max-width:575.98px){#ets_lookbook .lookbook_container .container{display:block;position:relative}}#ets_lookbook .lookbook_container_title{background-color:#fff;border-top-right-radius:clamp(2.5rem,4vw,4.0625rem);display:block;height:auto;padding:clamp(2.5rem,4vw,4.0625rem) 0;position:relative;width:-moz-max-content;width:max-content;z-index:1}#ets_lookbook .lookbook_container_title:before{background-color:#fff;content:"";display:block;height:100%;left:-1500px;position:absolute;top:0;width:1500px}#ets_lookbook .lookbook_container_title:after{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;height:4.0625rem;position:absolute;right:-4rem;transform:rotateY(180deg);width:4.0625rem}#ets_lookbook .lookbook_container_title span{font-size:clamp(2.1875rem,4vw,4.6875rem);font-weight:100;line-height:1}#ets_lookbook .lookbook_container_title span p{color:#a18064;font-size:clamp(1.25rem,2vw,4.6875rem);margin-bottom:0}#ets_lookbook .lookbook_container_see-more{background-color:#000;border-radius:.8rem;bottom:0;color:#fff;display:block;height:auto;left:0;outline:12px solid #fff;padding:0 clamp(.9375rem,2vw,1.25rem);pointer-events:all;position:relative;right:0;transform:translateY(50%);width:-moz-max-content;width:max-content;z-index:1}#ets_lookbook .lookbook_container_see-more:before{right:-2.625rem;transform:rotateY(180deg)}#ets_lookbook .lookbook_container_see-more:after,#ets_lookbook .lookbook_container_see-more:before{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;bottom:50%;content:"";display:block;height:1.875rem;position:absolute;width:1.875rem}#ets_lookbook .lookbook_container_see-more:after{left:-2.625rem}#ets_lookbook .lookbook_container_see-more>div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}#ets_lookbook .lookbook_container_see-more>div span{font-size:clamp(1rem,2vw,1.375rem);font-weight:200}#ets_lookbook .lookbook_container_see-more>div span._btn{padding:clamp(.625rem,2vw,1.25rem)}#ets_lookbook .lookbook_container_see-more>div span.icon:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:clamp(1.25rem,2vw,1.875rem);position:relative;top:0;transition:all .5s;width:clamp(1.25rem,2vw,1.875rem)}#ets_lookbook .lookbook_container_see-more>div:focus span.icon:after,#ets_lookbook .lookbook_container_see-more>div:hover span.icon:after{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-o-transform:rotate(540deg)}#ets_lookbook .lookbook__mobile_container_title{display:block;margin-bottom:5px;margin-left:10%;width:80%}#ets_lookbook .lookbook__mobile_container_title span{font-size:clamp(1.875rem,4vw,4.6875rem);font-weight:100;line-height:1}#ets_lookbook .lookbook__mobile_container_title span p{color:#a18064;display:inline;font-size:clamp(1.25rem,2vw,4.6875rem);margin-bottom:0;margin-right:10px}#ets_lookbook .lookbook__mobile_container_see-more a{background-color:#000;border-radius:.8rem;bottom:-30px;color:#fff;display:block;left:0;margin-left:10%;outline:8px solid #fff;position:absolute;width:100%;width:80%;z-index:1;z-index:5}#ets_lookbook .lookbook__mobile_container_see-more a>div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}#ets_lookbook .lookbook__mobile_container_see-more a>div span{font-size:clamp(1rem,2vw,1.375rem);font-weight:200}#ets_lookbook .lookbook__mobile_container_see-more a>div span._btn{padding:clamp(.625rem,2vw,1.25rem)}#ets_lookbook .lookbook__mobile_container_see-more a>div span.icon:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:clamp(1.25rem,2vw,1.875rem);position:relative;top:0;transition:all .5s;width:clamp(1.25rem,2vw,1.875rem)}#ets_lookbook .lookbook__mobile_container_see-more a>div:focus span.icon:after,#ets_lookbook .lookbook__mobile_container_see-more a>div:hover span.icon:after{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-o-transform:rotate(540deg)}.tooltip{color:#000!important;opacity:.9}.tooltip-inner{background-color:#fff!important;color:#000!important;max-width:300px!important}.tooltip-inner .lb_product{text-align:left}.tooltip-inner .lb_product-name{font-size:1.25rem;font-weight:100;line-height:1.1;padding:20px}.tooltip-inner .lb_product-features{font-size:.8rem;font-weight:300;line-height:1}.tooltip-inner .lb_product-features p{margin-bottom:.5rem}.tooltip-inner .lb_product-footer a{background-color:#a18064;border-radius:.4rem;display:block;height:40px;margin-left:auto;margin-right:0;width:40px}.tooltip-inner .lb_product-footer a span{position:relative}.tooltip-inner .lb_product-footer a span:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:30px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);transform-origin:center;transition:all .5s;width:30px}.tooltip-inner .lb_product-footer a:focus span:after,.tooltip-inner .lb_product-footer a:hover span:after{-webkit-transform:translate(-50%,-50%) rotate(540deg);-moz-transform:translate(-50%,-50%) rotate(540deg);-o-transform:translate(-50%,-50%) rotate(540deg)}.tooltip-inner .lb_product .product-features{color:#000}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#fff!important}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#fff!important}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#fff!important}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#fff!important}.search-form{margin:0 auto;max-width:38.75rem}.search-form,.search-form__form-group{position:relative}@media(min-width:992px){.search-result-open .search-form__form-group{z-index:101}}.search-form__input{border-radius:0;border-width:0;color:#212529;height:2.875rem;line-height:2.875rem;padding:0 4.375rem 0 1.875rem}.search-form__input:focus{background:#f8f9fa;box-shadow:none}.search-form__btn{bottom:0;color:#a18064;line-height:1;padding:0 20px;position:absolute;right:0;top:0}.search-icon{display:inline-block;height:26px;width:20px}.search-modal .modal-body{padding-top:2.5rem}.search-modal .close{color:#fff;font-size:50px;padding:.4375rem 1.25rem;position:absolute;right:0;top:0}#saerchModal.fade .modal-dialog{transition:none}#saerchModal #_copy_search_from{left:50%;position:absolute;top:30%;transform:translate(-50%,-50%)}#saerchModal.show #_copy_search_from{top:20%}#saerchModal.show #_copy_search_from .search-form{background:transparent;max-width:90%;width:70vw}@media(max-width:767.98px){#saerchModal.show #_copy_search_from .search-form{width:90vw}}#saerchModal.show #_copy_search_from .search-form__input{background:transparent;border-bottom:1px solid #fff;color:#fff;font-weight:200;letter-spacing:2px}#saerchModal.show #_copy_search_from .search-form__input::-moz-placeholder{color:#fff}#saerchModal.show #_copy_search_from .search-form__input::placeholder{color:#fff}#saerchModal.show #_copy_search_from .search-form__btn{color:#fff}#saerchModal.show .js-search-result{animation:fadeIn 1s;background-color:#fff;height:calc(100vh - 40%);margin-top:-1px;max-height:calc(100vh - 250px);overflow-y:auto;padding-bottom:70px;position:absolute}@media(max-width:991.98px){#saerchModal.show .js-search-result{padding-bottom:0}}#saerchModal.show .js-search-result .search-result__products{margin:inherit;padding:30px 0}@media(max-width:991.98px){#saerchModal.show .js-search-result .search-result__products .products-list__block{flex:0 0 50%;margin:0 0 20px;max-width:50%;padding:0 10px}}@media(max-width:767.98px){#saerchModal.show .js-search-result .search-result__products .products-list__block{flex:0 0 100%;margin:0 0 20px;max-width:100%;padding:0 10px}}.modal-content,.modal-fullscreen .modal-content{background-color:transparent!important}#module-supercheckout-supercheckout .modal-content{background-color:#fff!important}.modal-backdrop{background:#16161b;opacity:0;transition:transform .8s ease,opacity .5s ease,visibility .5s ease}.modal-backdrop.show{opacity:.9!important}#_desktop_search_from form,#_mobile_search_from .js-search-result{display:none}@media(min-width:992px){.js-search-result{background:#fff;border:1px solid #dee2e6;border-radius:0 0 .4rem .4rem;left:0;margin-top:-1.4375rem;padding:1.4375rem10px 20px 20px;position:absolute;right:0;top:100%;z-index:99}}@media(min-width:768px){.search-result{padding:20px}}.search-result__products{margin:20px -10px 0}.search-result__products .products-list__block{flex:0 0 50%;margin:0 0 20px;max-width:50%;padding:0 10px}@media(min-width:768px){.search-result__products .products-list__block{flex:0 0 33.33333333%;max-width:33.33333333%}}.search-result__bottom{background:#fff;bottom:-1rem;left:0;margin:0 -10px;padding:10px 20px;position:sticky;right:0;z-index:1}@media(min-width:768px){.search-result__bottom{margin:0;padding:0}}#ms_homecategories{margin-top:50px}@media(max-width:767.98px){#ms_homecategories{margin-top:0}}#ms_homecategories .category_item{align-items:center;background-color:#e9ecef;border:1px solid #e9ecef;border-radius:1rem;display:flex;height:125px;margin-bottom:1.25rem;padding:30px;transition:all .65s}@media(max-width:767.98px){#ms_homecategories .category_item{flex-direction:column;justify-content:center;padding:10px}}#ms_homecategories .category_item .image{align-items:center;display:block;display:flex;height:65px;width:80px}@media(max-width:767.98px){#ms_homecategories .category_item .image{justify-content:center}}#ms_homecategories .category_item .image img{max-height:65px;max-width:65px}#ms_homecategories .category_item .name{color:#000;font-size:1.3rem;font-weight:200;text-transform:lowercase;white-space:nowrap}@media(max-width:767.98px){#ms_homecategories .category_item .name{font-size:.8rem}}#ms_homecategories .category_item .name:after{border-bottom:1px solid #a18064;content:"";display:block;margin-top:1px;transform:scale(0) translateX(100%);transition:transform .25s ease-in-out}#ms_homecategories .category_item:focus,#ms_homecategories .category_item:hover{background-color:#fff}#ms_homecategories .category_item:focus .name,#ms_homecategories .category_item:hover .name{color:inherit;text-decoration:none}#ms_homecategories .category_item:focus .name:after,#ms_homecategories .category_item:hover .name:after{transform:scaleX(.8) translateX(0)}#ms_homecollections{overflow:hidden;width:100%}#ms_homecollections .swiper{height:600px;margin-left:-210px;overflow:visible;padding:0 40px;position:relative;width:100%}@media(max-width:991.98px){#ms_homecollections .swiper{height:350px;margin-left:0;overflow:hidden;width:100%}}#ms_homecollections .swiper .swiper-wrapper{align-items:end;display:flex}#ms_homecollections .swiper-slide{align-items:center;color:#fff;display:flex;font-size:18px;height:540px;justify-content:center;transition:transform .3s,width .3s,height .3s;width:290px}@media(max-width:991.98px){#ms_homecollections .swiper-slide{height:280px}}#ms_homecollections .swiper-slide .category_item{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:-moz-max-content;width:max-content}#ms_homecollections .swiper-slide .category_item .swiper-image{border-radius:1rem;height:100%;max-height:400px;overflow:hidden;width:100%}#ms_homecollections .swiper-slide .category_item .swiper-image .image{aspect-ratio:1/1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#ms_homecollections .swiper-slide .category_item .swiper-title{display:flex;flex-direction:column;justify-content:end;padding-bottom:20px}#ms_homecollections .swiper-slide .category_item .swiper-title p{color:#a18064;font-size:clamp(1rem,2vw,1.4rem);font-weight:200;margin:0}#ms_homecollections .swiper-slide .category_item .swiper-title span{color:#000;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:100;line-height:1}@media(min-width:768px){#ms_homecollections .swiper-slide-next{height:600px!important;position:relative;width:600px!important}}@media(min-width:768px)and (max-width:991.98px){#ms_homecollections .swiper-slide-next{height:350px!important;width:350px!important}}@media(min-width:768px){#ms_homecollections .swiper-slide-next .swiper-image{max-height:100%!important}#ms_homecollections .swiper-slide-next .swiper-title{background-color:#fff;border-top-right-radius:1rem;bottom:0;height:auto;padding:20px 50px 20px 0;position:absolute;width:-moz-max-content;width:max-content;z-index:1}#ms_homecollections .swiper-slide-next .swiper-title:after{bottom:0;right:-1.4rem}#ms_homecollections .swiper-slide-next .swiper-title:after,#ms_homecollections .swiper-slide-next .swiper-title:before{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1.4rem;position:absolute;transform:rotateY(180deg);width:1.4rem}#ms_homecollections .swiper-slide-next .swiper-title:before{left:0;top:-1.35rem}}@media(max-width:767.98px){#ms_homecollections .swiper-slide-active{height:350px!important;max-width:100%;position:relative;width:350px!important}#ms_homecollections .swiper-slide-active .category_item .swiper-image{max-height:100%!important}#ms_homecollections .swiper-slide-active .category_item .swiper-title{background-color:#fff;border-top-right-radius:1rem;bottom:0;height:auto;padding:20px 50px 20px 0;position:absolute;width:-moz-max-content;width:max-content;z-index:1}#ms_homecollections .swiper-slide-active .category_item .swiper-title:after{bottom:0;right:-1.4rem}#ms_homecollections .swiper-slide-active .category_item .swiper-title:after,#ms_homecollections .swiper-slide-active .category_item .swiper-title:before{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1.4rem;position:absolute;transform:rotateY(180deg);width:1.4rem}#ms_homecollections .swiper-slide-active .category_item .swiper-title:before{left:0;top:-1.35rem}}#ms_homecollections .swiper-button-next,#ms_homecollections .swiper-button-prev{color:#000}#ms_homecollections .swiperCollection__navigation{position:absolute;right:0}@media(max-width:991.98px){#ms_homecollections .swiperCollection__navigation{display:none!important}}.payu-mini-installments-widget{font-size:.7rem}#product .payu_product{background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem;display:flex;flex-direction:row;margin:2rem 0;overflow:hidden;position:relative;width:100%}@media(max-width:1599.98px){#product .payu_product{flex-direction:column}}@media(max-width:767.98px){#product .payu_product{flex-direction:row}}@media(max-width:575.98px){#product .payu_product{flex-direction:column}}#product .payu_product_left{background-color:#9ec931;display:block;height:100%;max-width:240px;width:100%}#product .payu_product_left img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}#product .payu_product_left img.img_horizon{max-height:35px}@media(max-width:1599.98px){#product .payu_product_left{max-width:100%}}@media(max-width:767.98px){#product .payu_product_left{max-width:240px}}@media(max-width:575.98px){#product .payu_product_left{max-width:100%}}#product .payu_product_right{display:flex;flex-direction:column;justify-content:space-between;padding:.7rem;width:100%}@media(max-width:1599.98px){#product .payu_product_right{padding:0 .7rem}}@media(max-width:767.98px){#product .payu_product_right{padding:.7rem}}@media(max-width:575.98px){#product .payu_product_right{padding:0 .7rem}}#product .payu_product_right .payu-installment-price-listing{background-color:#9ec931;border-radius:.3rem;color:#fff;display:block;font-size:1rem!important;line-height:1;margin:0 auto;order:1;padding:4px 10px 7px;text-align:center;text-decoration:none;width:-moz-max-content;width:max-content}@media(max-width:1599.98px){#product .payu_product_right .payu-installment-price-listing{border-radius:0;border-top-right-radius:.5rem;bottom:0;font-size:1rem;left:0;line-height:1;order:2;padding:10px 1rem;position:absolute;width:calc(100% - 2rem)}}@media(max-width:767.98px){#product .payu_product_right .payu-installment-price-listing{border-radius:.3rem;padding:4px 10px 7px;position:relative;width:-moz-max-content;width:max-content}}@media(max-width:575.98px){#product .payu_product_right .payu-installment-price-listing{border-radius:0;border-top-right-radius:.5rem;bottom:0;font-size:1rem;left:0;line-height:1;order:2;padding:10px 1rem;position:absolute;width:calc(100% - 2rem)}}#product .payu_product_right .payu-installment-price-listing a{color:#fff!important;font-size:1rem!important;text-decoration:none!important}#product .payu_product_right .payu-installment-price-listing .payu-mini-installments-widget-amount{font-weight:600;white-space:nowrap}@media(max-width:1599.98px){#product .payu_product_right .payu-installment-price-listing .payu-mini-installments-widget-amount{font-size:1rem;line-height:1}}@media(max-width:575.98px){#product .payu_product_right .payu-installment-price-listing .payu-mini-installments-widget-amount{font-size:1rem;line-height:1}}#product .payu_product_right .calc_link{cursor:pointer;display:block;font-size:13px;margin:0 auto;order:2;padding-top:10px;text-decoration:underline}@media(max-width:1599.98px){#product .payu_product_right .calc_link{margin-bottom:45px;order:1}}@media(max-width:767.98px){#product .payu_product_right .calc_link{margin:0 auto;order:2}}@media(max-width:575.98px){#product .payu_product_right .calc_link{margin-bottom:45px;order:1}}#product .payu_product_right .calc_link:focus,#product .payu_product_right .calc_link:hover{text-decoration:none}#product .payu_product_right .calc_link .calc_icon{background-color:#9ec931;border-radius:.3rem;display:inline-block;height:30px;margin-left:10px;width:30px}#product .payu_product_right .calc_link .calc_icon img{height:24px;margin:3px;width:24px}#js-checkout-summary .payu_block,.cart-summary .payu_block{align-items:center;display:flex;justify-content:space-between}#js-checkout-summary .payu_block img,.cart-summary .payu_block img{height:25px;margin-right:5px;width:auto}#js-checkout-summary .payu_block #payu-installment-cart-summary,#js-checkout-summary .payu_block #payu-installment-cart-total,.cart-summary .payu_block #payu-installment-cart-summary,.cart-summary .payu_block #payu-installment-cart-total{background-color:#9fc521;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem;padding:5px 10px;text-align:right;width:100%}#js-checkout-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget,#js-checkout-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget,.cart-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget,.cart-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget{font-weight:600!important}#js-checkout-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget .payu-mini-installments-widget-details,#js-checkout-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget .payu-mini-installments-widget-details,.cart-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget .payu-mini-installments-widget-details,.cart-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget .payu-mini-installments-widget-details{color:#fff!important;font-size:.8rem!important}#js-checkout-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget .payu-mini-installments-widget-amount,#js-checkout-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget .payu-mini-installments-widget-amount,.cart-summary .payu_block #payu-installment-cart-summary .payu-mini-installments-widget .payu-mini-installments-widget-amount,.cart-summary .payu_block #payu-installment-cart-total .payu-mini-installments-widget .payu-mini-installments-widget-amount{font-size:.8rem!important;padding-left:5px;white-space:nowrap}.cart-summary .payu_block{margin-bottom:10px}#blockcart-modal .payu_block{display:none!important}.toolbar-paging,.total-info-tool,.total-info-tool-product-page{background:none!important;border:none!important}.testimonials-items{border-radius:1rem;padding:15px!important}#testimonials_block_left .swiper-slide{padding:0 65px}@media(max-width:1199.98px){#testimonials_block_left .swiper-slide{padding:0 30px}}#testimonials_block_left .block{position:relative}#testimonials_block_left .block a{color:#000}#testimonials_block_left .block:before{background-image:url(/themes/mzk_theme/assets/img-dist/af359b022d938dedd55a1b5ff407a49f.svg);background-size:77px 65px;content:"";display:block;height:65px;left:20px;position:absolute;top:100px;width:77px}@media(max-width:575.98px){#testimonials_block_left .block:before{display:none}}#testimonials_block_left .block .block_content{margin:0 100px}@media(max-width:575.98px){#testimonials_block_left .block .block_content{border:1px solid #e9ecef;border-radius:1rem;margin:0;padding:15px 0}}#testimonials_block_left .block .block_content .ratingBox{margin-bottom:10px}#testimonials_block_left .block .block_content .customer_name{display:block;margin-top:15px}#testimonials_block_left .block .block_content .testimonial-block-text-home{font-size:.9rem;font-weight:300;width:100%}#shopify-product-reviews .spr-container #spr-content{border:1px solid #dee2e6;border-radius:1rem;padding:10px}@media(max-width:767.98px){#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page{display:flex}}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .img-quote{background:url(/themes/mzk_theme/assets/img-dist/af359b022d938dedd55a1b5ff407a49f.svg);background-repeat:no-repeat;background-size:80px 70px;display:block;height:100px;width:100%}@media(max-width:767.98px){#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .img-quote{display:none}}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti{width:100%}@media(max-width:767.98px){#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti{display:flex;flex-wrap:wrap;gap:30px}}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .gsniprev-block-ratings-text{margin:0;padding:0}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .stars{margin-top:5px}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .stars img{margin-right:3px}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .stars img:last-of-type{margin-right:10px}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .button-add_review{display:block;margin-top:30px;width:100%}@media(max-width:767.98px){#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .button-add_review{margin-top:0}}#shopify-product-reviews .spr-container #spr-content .total-info-tool-product-page .first-block-ti .button-add_review a{border:none;border-radius:.4rem;font-size:1.3rem;font-weight:200;padding:15px}#shopify-product-reviews .spr-review{border-bottom:none!important;margin:30px 0 50px!important}#shopify-product-reviews .spr-review-header--title{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:10px;width:100%}#shopify-product-reviews .spr-review-header--title .spr-review-header-starratings{margin:0}#shopify-product-reviews .spr-review-header--title .spr-review-header-starratings img{position:relative;top:-2px}#shopify-product-reviews .spr-review-header--title .rating-stars-total{margin:0 15px 0 5px}#shopify-product-reviews .spr-review-header--title .spr-review-header-title{font-size:1rem;font-weight:300;line-height:1!important;margin:0;text-transform:uppercase}#shopify-product-reviews .spr-review-header .is_buy_product{align-items:center;display:flex;font-size:.7rem;font-weight:300;gap:5px}#shopify-product-reviews .spr-review-header .people-folowing-reviews{font-size:.9rem;font-weight:200}@media(max-width:1199.98px){#shopify-product-reviews .spr-review-header .people-folowing-reviews{display:none}}#shopify-product-reviews .spr-review-content-body{font-weight:300;margin:10px 0}#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful{display:flex;font-size:.9rem;font-weight:200}@media(max-width:767.98px){#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful{flex-direction:column;gap:5px}}#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful .button_padding_spmgsnipreview{border-radius:.4rem;font-size:.7rem;font-weight:200;margin:0 3px;padding:5px 10px!important}#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful .button_padding_spmgsnipreview:first-of-type{margin-left:15px}@media(max-width:767.98px){#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful .button_padding_spmgsnipreview:first-of-type{margin-left:0}#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful .button_padding_spmgsnipreview{margin-top:5px}}#shopify-product-reviews .spr-review-content .spr-review-footer .block-helpful .button_padding_spmgsnipreview.spr-review-reportreview{color:#000;float:none}#reviewModal .modal-dialog{border:none;padding:0}#reviewModal .modal-dialog .modal-content{background-color:#fff!important;padding:10px}#reviewModal .modal-dialog .modal-content .modal-body label{font-size:.8rem;font-weight:300;margin:0}#reviewModal .modal-dialog .modal-content .modal-body input,#reviewModal .modal-dialog .modal-content .modal-body textarea{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.4rem;color:#495057;display:block;font-size:1rem;font-size:.9rem;font-weight:300;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}#reviewModal .modal-dialog .modal-content .modal-body input:focus-visible,#reviewModal .modal-dialog .modal-content .modal-body textarea:focus-visible{box-shadow:none;outline:none}#reviewModal .modal-dialog .modal-content .modal-body input:focus,#reviewModal .modal-dialog .modal-content .modal-body textarea:focus{background-color:#fff;border-color:#d1c1b3;box-shadow:0 0 0 .2rem hsla(28,24%,51%,.25);color:#495057;outline:0}#reviewModal .modal-dialog .modal-content .modal-body textarea{height:auto;min-height:60px}#reviewModal .modal-dialog .modal-content .modal-body #textarea_feedback{color:#6c757d;font-size:.7rem}#reviewModal .modal-dialog .modal-content .modal-body .rating-stars-dynamic{margin:0}#reviewModal .modal-dialog .modal-content .modal-body .rating-stars-dynamic img{height:20px;margin-left:5px!important;width:20px}#reviewModal .modal-dialog .modal-content .modal-footer button{border-radius:.4rem;padding:10px 15px}#spmgsnipreview_block_left{border:1px solid #dee2e6;border-radius:1rem;padding:10px}#spmgsnipreview_block_left .title_block{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px}#spmgsnipreview_block_left .title_block-review{text-align:center}#spmgsnipreview_block_left .title_block-review--stars{margin-bottom:30px}#spmgsnipreview_block_left .title_block-review--stars img{height:30px;width:30px}#spmgsnipreview_block_left .title_block p{font-weight:300;margin-bottom:.5rem}#spmgsnipreview_block_left .is_buy_product_block{align-items:center;display:flex;font-size:.7rem;font-weight:300;gap:5px}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews{border-bottom:0;display:flex;margin:30px 0}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .img-block-spmgsnipreview{height:auto;width:100px}@media(max-width:991.98px){#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .img-block-spmgsnipreview{display:none}}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .img-block-spmgsnipreview .border-image-review{border-radius:.4rem}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview{font-size:.9rem;padding:0 30px 0 15px;width:100%}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview{align-items:center;display:flex;justify-content:space-between}@media(max-width:991.98px){#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview{flex-direction:column}}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview .r-product{font-size:.7rem;font-style:italic;line-height:1;width:100%}@media(max-width:991.98px){#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview .r-product{order:1}}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview .r-rating{align-items:center;display:flex;justify-content:end;width:100%}@media(max-width:991.98px){#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview .r-rating{align-items:center;justify-content:start;margin-bottom:5px;order:0}}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-last-spmgsnipreview .r-rating-calc{font-size:.6rem;line-height:1;margin-left:5px;margin-top:4px}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .title-block-r{font-size:.8rem}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview h3{font-size:1rem;font-weight:300;margin-bottom:.2rem;text-transform:uppercase}#spmgsnipreview_block_left .block_content .items-last-spmgsnipreviews .body-block-spmgsnipreview .r-description{color:#6c757d;font-size:.8rem;font-weight:300}#spmgsnipreview_block_left .block_content .gsniprev-view-all .btn-primary{font-size:1.1rem;font-weight:200}#all_reviews_page .spr-review{display:flex;flex-direction:row;flex-wrap:nowrap}#all_reviews_page .spr-review--image{flex-grow:0;min-width:70px;width:70px}#all_reviews_page .spr-review--image img{border-radius:.4rem;height:auto;width:100%}#all_reviews_page .spr-review .spr-review-header-byline{display:flex;flex-direction:row;justify-content:space-between;width:100%}@media(max-width:991.98px){#all_reviews_page .spr-review .spr-review-header-byline{flex-direction:column}#all_reviews_page .spr-review .spr-review-header-byline .author{order:1}}#all_reviews_page .spr-review .spr-review-header-byline .stars{align-items:center;display:flex}@media(max-width:991.98px){#all_reviews_page .spr-review .spr-review-header-byline .stars{order:0}}#all_reviews_page .spr-review h3{font-size:1rem;font-weight:300;margin-bottom:.2rem;text-transform:uppercase}#all_reviews_page .spr-review--content{flex-grow:1;padding:0 30px 0 15px}#all_reviews_page .spr-review--content .rating_calc{font-size:10px;margin-left:5px;margin-top:2px;opacity:.8}#all_reviews_page .spr-review--content-body{color:#6c757d;font-size:.8rem;font-weight:300}#all_reviews_page .spr-review--content .product_link{background-color:transparent;color:#a18064;display:block;font-size:.8rem;margin-bottom:10px;text-decoration:underline}#all_reviews_page .block_header,#all_reviews_page .block_header .total-rating-items-block{align-items:center;display:flex;flex-direction:column;justify-content:center}#all_reviews_page .block_header .total-rating-items-block .stars{margin-bottom:30px}#all_reviews_page .block_header .total-rating-items-block .stars img{height:30px;width:30px}#all_reviews_page .block_header .total-rating-items-block p{font-size:1rem;font-weight:300;margin-bottom:.5rem}#module-spmgsnipreview-myreviews #reminder_status_block{align-items:center;display:flex;gap:10px;justify-content:start}#module-spmgsnipreview-myreviews #reminder_status_block #reminder_status{height:20px;width:20px}#ms_homeinfoblock>.row{align-items:center}@media(max-width:1199.98px){#ms_homeinfoblock>.row{flex-direction:column}}#ms_homeinfoblock .infoItem_block{background:#a18064;border-radius:1rem;height:-moz-max-content;height:max-content;overflow:hidden;position:relative}#ms_homeinfoblock .infoItem_block:before{background-image:url(/themes/mzk_theme/assets/img-dist/661b8d8106d3bf116764a7a674f69438.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:376px;left:20%;margin-left:50px;position:absolute;top:50%;transform:translate(-50%,-50%);width:398px}#ms_homeinfoblock .infoItem_block .block_all{align-items:center;display:flex;padding:40px}@media(max-width:767.98px){#ms_homeinfoblock .infoItem_block .block_all{padding:10px}#ms_homeinfoblock .infoItem_block .block_all .block_icon .category_item{justify-content:center}#ms_homeinfoblock .infoItem_block .block_all .payu_item img{display:block;margin:0 auto}}#ms_homeinfoblock .infoItem_block .category_item{align-items:center;display:flex;padding:20px 40px 20px 0}#ms_homeinfoblock .infoItem_block .category_item .name{color:#fff;font-size:20px;font-weight:200;line-height:1.2}#ms_homeinfoblock .infoItem_block .category_item .image{height:auto;margin-right:10px;max-height:65px;max-width:65px;min-width:50px;width:100%}#ms_homeinfoblock .infoItem_block .payu_item .image{border-radius:1rem;overflow:hidden}@media(max-width:575.98px){#ms_homeinfoblock .infoItem_block .payu_item .image{border-radius:.5rem}}#ms_homeinfoblock .infoItem_block .payu_item .image-md{margin-top:40px}#ms_homeinfoblock .description{padding-left:50px}@media(max-width:1199.98px){#ms_homeinfoblock .description{padding-left:0;padding-top:40px}}#ms_homeinfoblock .description .infoDesc{font-size:.9rem;font-weight:300;text-align:justify}#ms_homeinfoblock .description .infoDesc p{margin:0;padding:0}#ms_homeinfoblock .description .infoDesc strong{font-weight:600}@media(max-width:575.98px){#ms_homeinfoblock .description .infoDesc{font-size:.8rem}}#ms_seodescription{font-size:.9rem;font-weight:300;text-align:justify}#ms_seodescription strong{font-weight:600}#ms_seodescription h2{font-size:1.1rem}#ms_seodescription ul{display:flex;flex-wrap:wrap;list-style:inside}#ms_seodescription ul li{padding-left:8px}#ms_seodescription ul li::marker{color:#a18064}#ms_seodescription img{border-radius:1rem}@media(min-width:992px){#ms_seodescription .row{margin-left:-2rem;margin-right:-2rem}#ms_seodescription .row .col{padding-left:2rem;padding-right:2rem}}#ms_footercategories{background-color:#a18064;border-bottom-right-radius:1rem;border-top-right-radius:1rem;overflow:hidden}#ms_footercategories:before{background-image:url(/themes/mzk_theme/assets/img-dist/661b8d8106d3bf116764a7a674f69438.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;bottom:-100%;content:"";display:block;height:576px;left:25%;margin-left:50px;position:absolute;transform:translate(-50%,-50%);width:598px}@media(max-width:991.98px){#ms_footercategories{margin-top:10px}}#ms_footercategories ul{column-count:2;-webkit-columns:2;-moz-columns:2}#ms_footercategories ul li{padding-bottom:.8rem}#ms_footercategories ul li a{font-size:clamp(1rem,2vw,1.125rem);font-weight:200;line-height:1.1;max-width:100%;white-space:wrap}.main-menu__item{font-size:1.2rem;transition:all .3s}.main-menu__item-link--top{font-weight:700}@media(min-width:992px){.main-menu__item.menu_arrow>div>a{align-items:center;display:flex;justify-content:center}.main-menu__item.menu_arrow>div>a:after{background-image:url(/themes/mzk_theme/assets/img-dist/67599a6c2f1426830457be93e7c8b7fa.svg);background-size:8px 5px;content:"";display:inline-block;height:5px;margin-left:3px;margin-top:3px;width:8px}}.main-menu__item-link--top{color:#000;font-size:1.2rem;font-weight:600;line-height:40px;padding:0 10px}.main-menu__item:focus .man-menu__item-link--top,.main-menu__item:hover .man-menu__item-link--top{color:#a18064}@media(min-width:992px){.main-menu__item:focus.megamenu,.main-menu__item:hover.megamenu{background-color:#000;color:#fff}.main-menu__item:focus.megamenu .main-menu__item-link--top,.main-menu__item:hover.megamenu .main-menu__item-link--top{color:#fff!important}}.main-menu__dropdown{border-bottom:1px solid #dee2e6;margin:-1rem -1rem 20px}@media(min-width:992px){.main-menu__dropdown{align-items:center;border:0;display:flex;margin:0}.main-menu__sub{background-color:#fff;color:#000;display:flex;opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-5px);transition:all .2s ease;visibility:hidden;width:100%;z-index:9999}}.main-menu__sub .menu-sub__content,.main-menu__sub ul{display:flex;width:100%}.main-menu__sub ul{align-items:flex-start;align-items:stretch;flex-wrap:wrap;list-style:none;margin:0;padding:0}.main-menu__sub ul:not(.meble){padding-right:20px}.main-menu__sub ul li.main-menu__item--1{align-items:center;display:inline-block;padding:10px 10px 30px;transition:all .8s ease;vertical-align:top;width:20%}.main-menu__sub ul li.main-menu__item--1:focus,.main-menu__sub ul li.main-menu__item--1:hover{background-color:#e9ecef;border-radius:.4rem}@media(min-width:992px){.main-menu__sub ul li.main-menu__item--1 a{color:#000;font-size:1rem;font-weight:600;line-height:1}.main-menu__sub ul li.main-menu__item--1 a:focus,.main-menu__sub ul li.main-menu__item--1 a:hover{color:#000}}.main-menu__sub ul li.main-menu__item--1 .menu_flag{background:url(/themes/mzk_theme/assets/img-dist/33530238a9523a6e36b77d664e8ee55d.svg);background-position:50%;background-position-x:0;background-position-y:0;background-repeat:repeat;background-repeat:no-repeat;background-size:auto;background-size:contain;display:inline-block!important;height:20px;left:15px;position:relative;text-align:right;width:55px}.main-menu__sub ul li.main-menu__item--1 .menu_flag small{color:#fff;font-size:.8rem;font-weight:600;line-height:1.3;position:absolute;right:5px;top:.1rem}.main-menu__sub ul ul.submenu{display:block;list-style:none;padding:0}.main-menu__sub ul ul.submenu li.main-menu__item--2{line-height:.9;min-width:20%;padding-left:10px}@media(min-width:768px){.main-menu__sub ul ul.submenu li.main-menu__item--2 a{color:#000;font-size:.7rem;font-weight:300}.main-menu__sub ul ul.submenu li.main-menu__item--2 a:focus,.main-menu__sub ul ul.submenu li.main-menu__item--2 a:hover{color:#000}}.main-menu__sub ul.meble li.main-menu__item--1:first-child{width:40%}.main-menu__sub ul.meble ul.submenu.multi-column.item6{-moz-column-count:2;column-count:2}.main-menu__sub ul.meble ul.submenu.multi-column.item12{-moz-column-count:3;column-count:3}.main-menu__sub .picture_box{border-radius:1rem;height:100%;max-height:500px;position:relative;width:500px}.main-menu__sub .picture_box:before{background-image:url(/themes/mzk_theme/assets/img-dist/661b8d8106d3bf116764a7a674f69438.svg);background-position:-50px 50px;background-repeat:no-repeat;background-size:100% 100%;background-size:cover;content:"";display:block;height:100%;max-height:500px;opacity:.3;position:absolute;width:100%;z-index:1}.main-menu__sub .picture_box img{border:3px solid #000;border-radius:1rem;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:2}.link-list-top a{color:#000;font-size:1.2rem;font-weight:200;line-height:40px;padding:0 10px;transition:all .3}.link-list-top a:focus,.link-list-top a:hover{color:#a18064}#mobile_top_menu_wrapper .modal-dialog-aside{min-width:100%!important}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content{background-color:#fff!important;min-width:100%!important}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .modal-header{align-items:center;display:flex;justify-content:space-between}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .modal-header .modal-title{line-height:3% 0}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .modal-header .close{font-size:30px;position:relative;top:-5px}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .picture_box,#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .picture_box img{display:none}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .link-list-top{display:flex;flex-direction:column}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .link-list-top a{border-bottom:1px solid #dee2e6;color:#000;font-size:1.2rem;font-weight:200;padding:0 10px;transition:all .3}#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .link-list-top a:focus,#mobile_top_menu_wrapper .modal-dialog-aside .modal-content .link-list-top a:hover{color:#a18064}.l-header{z-index:999}.page_block{background-color:rgba(0,0,0,.733);height:100vh;width:100vw}.menu-overlay,.page_block{left:0;position:fixed;top:0;z-index:998}.menu-overlay{background:transparent;height:100%;pointer-events:none;transition:background .6s ease;width:100%}.menu-overlay.active{background:rgba(0,0,0,.5);pointer-events:all}#mobile_top_menu_wrapper{z-index:2000000001!important}#get_mobile_top_menu .has_submenus{position:relative}#get_mobile_top_menu .has_submenus .main-menu__item--collapsed{width:100%}#get_mobile_top_menu .mobile-menu__sub{background:#fff;height:calc(100vh - 63px);left:100%;overflow-y:auto;padding:10px;position:fixed;top:63px;transition:left .3s ease-in-out;width:100%;z-index:999}#get_mobile_top_menu .mobile-menu__sub.active{left:0}#get_mobile_top_menu .mobile-menu__sub__item{width:100px}#get_mobile_top_menu .mobile-sub__content ul{display:flex;flex-wrap:wrap;justify-content:space-around;padding-top:40px}#get_mobile_top_menu .mobile-sub__content ul li{flex-basis:100px;padding:10px;text-align:center;width:100%}#get_mobile_top_menu .mobile-sub__content ul li a{color:#000;font-size:1rem}@media(max-width:1200px){#get_mobile_top_menu .mobile-sub__content ul li a{font-size:calc(.8rem + .26667vw)}}#get_mobile_top_menu .mobile-sub__content ul li a .img-container{border:1px solid #dee2e6;border-radius:1rem;height:100px;overflow:hidden;position:relative;width:100px}#get_mobile_top_menu .mobile-sub__content ul li a .img-container .menu_flag{background:url(/themes/mzk_theme/assets/img-dist/33530238a9523a6e36b77d664e8ee55d.svg);background-position:50%;background-position-x:0;background-position-y:0;background-repeat:repeat;background-repeat:no-repeat;background-size:auto;background-size:contain;display:inline-block!important;height:20px;left:5px;position:absolute;text-align:right;top:5px;width:55px;z-index:1}#get_mobile_top_menu .mobile-sub__content ul li a .img-container .menu_flag small{color:#fff;font-size:.8rem;font-weight:600;line-height:1.3;position:absolute;right:5px;top:.1rem}#get_mobile_top_menu .mobile-sub__content ul li a .img-container img{-o-object-fit:cover;object-fit:cover;scale:1;transition:all .3s ease;width:100%}#get_mobile_top_menu .mobile-sub__content ul li a:focus img,#get_mobile_top_menu .mobile-sub__content ul li a:hover img{scale:1.2}#get_mobile_top_menu .close-submenu{cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}#get_mobile_top_menu .close-submenu i{transform:rotate(-90deg)}a.ms_event_timer-href{color:#000}#ms_event_timer{align-items:center;background-color:#e9ecef;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:clamp(1rem,1vw,1.2rem);gap:20px;justify-content:center;line-height:1.2;margin:5px 0;padding:12px 10px}@media(max-width:991.98px){#ms_event_timer{flex-wrap:wrap}}#ms_event_timer b{font-weight:600}#ms_event_timer .thin{font-weight:200}#ms_event_timer .timer-title{text-align:center}@media(max-width:991.98px){#ms_event_timer .timer-title{order:1}}#ms_event_timer .timer-code{display:flex}@media(max-width:991.98px){#ms_event_timer .timer-code{order:2}}#ms_event_timer .timeview_block{display:flex;flex-direction:row;gap:5px}@media(max-width:991.98px){#ms_event_timer .timeview_block{align-items:center;flex-direction:row;gap:10px;justify-content:center;order:3;width:100%}}#ms_event_timer .timeview-group{display:flex;flex-wrap:nowrap}#ms_event_timer .timeview-item{font-weight:400}#ms_event_timer .timeview-item:not(:first-child){text-align:center;width:clamp(20px,1.6vw,23px)}#ms_event_timer .timeview-item:first-child{white-space:nowrap}a.ms_promocontdown-href{color:#000}#ms_promocontdown{align-items:center;background-color:#e9ecef;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:clamp(1rem,1vw,1.2rem);gap:20px;justify-content:center;line-height:1.2;margin:5px 0;padding:12px 10px}@media(max-width:991.98px){#ms_promocontdown{flex-wrap:wrap}}#ms_promocontdown b{font-weight:600}#ms_promocontdown .thin{font-weight:200}#ms_promocontdown .counter-title{text-align:center}@media(max-width:991.98px){#ms_promocontdown .counter-title{order:1}}#ms_promocontdown .counter-code{display:flex}@media(max-width:991.98px){#ms_promocontdown .counter-code{order:2}}#ms_promocontdown .countdown_block{display:flex;flex-direction:row;gap:5px}@media(max-width:991.98px){#ms_promocontdown .countdown_block{align-items:center;flex-direction:row;gap:10px;justify-content:center;order:3;width:100%}}#ms_promocontdown .countdown-group{display:flex;flex-wrap:nowrap}#ms_promocontdown .countdown-item{font-weight:400}#ms_promocontdown .countdown-item:not(:first-child){text-align:center;width:clamp(20px,1.6vw,23px)}#ms_promocontdown .countdown-item:first-child{white-space:nowrap}#blockcart-modal .modal-dialog{max-width:800px}#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products{align-items:center;display:flex;padding-bottom:20px}#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products:not(:first-child){border-top:1px solid #dee2e6;padding-top:20px}#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products__thumb{flex:0 0 7.5rem;max-width:7.5rem;padding-right:10px}#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products__desc{flex:1 1;padding-right:10px}#blockcart-modal .modal-dialog .modal-content .modal-body .cart-products__remove{flex:0 0}#blockcart-modal .modal-dialog .modal-content .modal-body .modal_cart_footer{display:flex;gap:20px;justify-content:space-between;width:100%}.ms_cartaccessories .product-slider__item{padding-left:5px;padding-right:5px}.ms_cartaccessories .product-miniature .card{padding:5px!important}.ms_cartaccessories .product-miniature__title{font-size:.9rem}.ms_cartaccessories .product-miniature__info-top{height:35px;justify-content:end}.ms_cartaccessories .product-miniature__pricing .price{font-size:1.2rem}.ms_cartaccessories .product-miniature__pricing .price--regular{font-size:.8rem}@keyframes pulse-ring{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes pulse-dot{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}#ms_hotspotslider{padding-bottom:50px;position:relative;z-index:0}#ms_hotspotslider .hotspots{height:100%;left:0;position:absolute;top:0;width:100%}#ms_hotspotslider .hotspot{cursor:pointer;height:15px;left:50%;position:absolute;top:50%;transform:translateX(100%) translateY(100%);width:15px}#ms_hotspotslider .hotspot:after{animation:pulse-dot 2.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;background-color:#fff;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.3);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}#ms_hotspotslider .hotspot:before{animation:pulse-ring 2.25s cubic-bezier(.215,.61,.355,1) infinite;background-color:#fff;border-radius:50%;box-sizing:border-box;content:"";display:block;height:300%;margin-left:-100%;margin-top:-100%;position:relative;width:300%}#ms_hotspotslider .lookbook_container{bottom:0;height:auto;margin-bottom:-50px;overflow:hidden;pointer-events:none;position:absolute;width:100%}#ms_hotspotslider .lookbook_container .container{align-items:end;cursor:default;display:flex;justify-content:space-between;margin-bottom:50px;width:100%}@media(max-width:575.98px){#ms_hotspotslider .lookbook_container .container{display:block;position:relative}}#ms_hotspotslider .lookbook_container_title{background-color:#fff;border-top-right-radius:clamp(2.5rem,4vw,4.0625rem);display:block;height:auto;padding:clamp(2.5rem,4vw,4.0625rem) 0;position:relative;width:-moz-max-content;width:max-content;z-index:1}#ms_hotspotslider .lookbook_container_title:before{background-color:#fff;content:"";display:block;height:100%;left:-1500px;position:absolute;top:0;width:1500px}#ms_hotspotslider .lookbook_container_title:after{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;height:4.0625rem;position:absolute;right:-4rem;transform:rotateY(180deg);width:4.0625rem}#ms_hotspotslider .lookbook_container_title span{font-size:clamp(2.1875rem,4vw,4.6875rem);font-weight:100;line-height:1}#ms_hotspotslider .lookbook_container_title span p{color:#a18064;font-size:clamp(1.25rem,2vw,4.6875rem);margin-bottom:0}#ms_hotspotslider .lookbook_container_see-more{background-color:#000;border-radius:.8rem;bottom:0;color:#fff;display:block;height:auto;left:0;outline:12px solid #fff;padding:0 clamp(.9375rem,2vw,1.25rem);pointer-events:all;position:relative;right:0;transform:translateY(50%);width:-moz-max-content;width:max-content;z-index:1}#ms_hotspotslider .lookbook_container_see-more:before{right:-2.625rem;transform:rotateY(180deg)}#ms_hotspotslider .lookbook_container_see-more:after,#ms_hotspotslider .lookbook_container_see-more:before{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;bottom:50%;content:"";display:block;height:1.875rem;position:absolute;width:1.875rem}#ms_hotspotslider .lookbook_container_see-more:after{left:-2.625rem}#ms_hotspotslider .lookbook_container_see-more>div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}#ms_hotspotslider .lookbook_container_see-more>div span{font-size:clamp(1rem,2vw,1.375rem);font-weight:200}#ms_hotspotslider .lookbook_container_see-more>div span._btn{padding:clamp(.625rem,2vw,1.25rem)}#ms_hotspotslider .lookbook_container_see-more>div span.icon:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:clamp(1.25rem,2vw,1.875rem);position:relative;top:0;transition:all .5s;width:clamp(1.25rem,2vw,1.875rem)}#ms_hotspotslider .lookbook_container_see-more>div:focus span.icon:after,#ms_hotspotslider .lookbook_container_see-more>div:hover span.icon:after{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-o-transform:rotate(540deg)}#ms_hotspotslider .lookbook.lb_layout_desktop{border-radius:0 1rem 1rem 0;overflow:hidden;position:relative;width:calc(100% - 30px)}#ms_hotspotslider .lookbook.lb_layout_desktop img{aspect-ratio:12/5;max-height:800px;-o-object-fit:cover;object-fit:cover;width:100%}#ms_hotspotslider .lookbook.lb_layout_mobile{border-radius:0 1rem 1rem 0;overflow:hidden;position:relative;width:100%}#ms_hotspotslider .lookbook.lb_layout_mobile img{aspect-ratio:50/67;max-height:670px;-o-object-fit:cover;object-fit:cover;width:100%}#ms_hotspotslider .lookbook_front{background-position:50%;background-size:cover;float:left;height:100%;overflow:hidden;width:100%}#ms_hotspotslider .lookbook__mobile_container_title{display:block;margin-bottom:5px;margin-left:10%;width:80%}#ms_hotspotslider .lookbook__mobile_container_title span{font-size:clamp(1.875rem,4vw,4.6875rem);font-weight:100;line-height:1}#ms_hotspotslider .lookbook__mobile_container_title span p{color:#a18064;display:inline;font-size:clamp(1.25rem,2vw,4.6875rem);margin-bottom:0;margin-right:10px}#ms_hotspotslider .lookbook__mobile_container_see-more a{background-color:#000;border-radius:.8rem;bottom:-30px;color:#fff;display:block;left:0;margin-left:10%;outline:8px solid #fff;position:absolute;width:100%;width:80%;z-index:1;z-index:5}#ms_hotspotslider .lookbook__mobile_container_see-more a>div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}#ms_hotspotslider .lookbook__mobile_container_see-more a>div span{font-size:clamp(1rem,2vw,1.375rem);font-weight:200}#ms_hotspotslider .lookbook__mobile_container_see-more a>div span._btn{padding:clamp(.625rem,2vw,1.25rem)}#ms_hotspotslider .lookbook__mobile_container_see-more a>div span.icon:after{background-image:url(/themes/mzk_theme/assets/img-dist/c524d70fc03cd2f23c1a098a720ff389.svg);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:clamp(1.25rem,2vw,1.875rem);position:relative;top:0;transition:all .5s;width:clamp(1.25rem,2vw,1.875rem)}#ms_hotspotslider .lookbook__mobile_container_see-more a>div:focus span.icon:after,#ms_hotspotslider .lookbook__mobile_container_see-more a>div:hover span.icon:after{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-o-transform:rotate(540deg)}.lb_product_front{z-index:3!important}.swiper-button-lookbook{color:#000;padding:30px;top:calc(50% - 50px);transition:all .3s ease}@media(max-width:575.98px){.swiper-button-lookbook{padding:10px;top:calc(50% - 20px)}.swiper-button-lookbook:after{font-size:30px}}.swiper-button-lookbook-prev:focus,.swiper-button-lookbook-prev:hover{margin-left:-10px}@media(max-width:575.98px){.swiper-button-lookbook-prev:focus,.swiper-button-lookbook-prev:hover{margin-left:0}}.swiper-button-lookbook-next{margin-right:30px}@media(max-width:1199.98px){.swiper-button-lookbook-next{margin-right:0}}.swiper-button-lookbook-next:focus,.swiper-button-lookbook-next:hover{margin-right:20px}@media(max-width:1199.98px){.swiper-button-lookbook-next:focus,.swiper-button-lookbook-next:hover{margin-right:0}}.hotspot{position:relative}.hotspot-tooltip{background:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.2);display:none;display:block!important;padding:10px;position:absolute;white-space:nowrap;z-index:9999;z-index:1000}.hotspot-tooltip.top{bottom:100%;left:50%;transform:translateX(-50%)}.hotspot-tooltip.bottom{left:50%;top:100%;transform:translateX(-50%)}.hotspot-tooltip.left{right:100%;top:50%;transform:translateY(-50%)}.hotspot-tooltip.right{left:100%;top:50%;transform:translateY(-50%)}:root{--opc-white:#fff;--opc-danger:#dc3545;--opc-dark:#343a40;--opc-light:#f8f9fa;--opc-gray-100:#f8f9fa;--opc-gray-200:#e9ecef;--opc-gray-400:#ced4da;--opc-gray-600:#6c757d;--opc-darker:#bdbdbd;--opc-primary-color:var(--opc-primary);--opc-primary-color-hover:color-mix(in srgb,var(--opc-primary) 80%,#000 20%)}#velsof_supercheckout_form .row{display:flex}#supercheckout-fieldset .input-box,.opc_billing_address{margin:0!important}#supercheckout-fieldset .btn{border-radius:var(--opc-border-radius)}#supercheckout-fieldset span.input-group-btn .btn{border-radius:0}#supercheckout-fieldset .btn-group-sm>.btn,#supercheckout-fieldset .btn-sm,#supercheckout-fieldset .card.userAddressData{border-radius:var(--opc-border-radius)}#supercheckout-fieldset .btn-primary{background-color:var(--opc-btn-bg);border-color:var(--opc-btn-bg);color:var(--opc-btn-text)}#supercheckout-fieldset .btn-primary:focus,#supercheckout-fieldset .btn-primary:hover{background-color:color-mix(in srgb,var(--opc-btn-bg) 80%,#000 20%)!important;border-color:color-mix(in srgb,var(--opc-btn-bg) 80%,#000 20%)}#supercheckout-fieldset .price{color:var(--opc-price)}#supercheckout-fieldset a{color:var(--opc-link)}#supercheckout-fieldset .btn-secondary{background-color:var(--opc-btn-secondary-bg);border-color:var(--opc-btn-secondary-bg);color:var(--opc-btn-secondary-text)}#supercheckout-fieldset .btn-secondary:focus,#supercheckout-fieldset .btn-secondary:hover{background-color:color-mix(in srgb,var(--opc-btn-secondary-bg) 80%,#000 20%)!important;border-color:color-mix(in srgb,var(--opc-btn-secondary-bg) 80%,#000 20%)}#supercheckout-fieldset .btn-success{background-color:var(--opc-btn-confirm-bg)!important;border-color:var(--opc-btn-confirm-bg)!important;color:var(--opc-btn-confirm-text)!important;font-size:1.2rem;font-weight:400}#supercheckout-fieldset .btn-success:focus,#supercheckout-fieldset .btn-success:hover{background-color:color-mix(in srgb,var(--opc-btn-confirm-bg) 80%,#000 20%)!important;border-color:color-mix(in srgb,var(--opc-btn-confirm-bg) 80%,#000 20%)}#supercheckout-fieldset .icon,#supercheckout-fieldset svg{color:var(--opc-icon)}.accountOptions li a{border-radius:var(--opc-border-radius)}#velsof_payment_dialog .opc_shipping_address textarea,#velsof_payment_dialog .payment_update_form textarea,#velsof_payment_dialog .shipping_update_form textarea,#velsof_payment_dialog .supercheckout-form textarea,#velsof_supercheckout_form textarea,.modal .opc_shipping_address textarea,.modal .payment_update_form textarea,.modal .shipping_update_form textarea,.modal .supercheckout-form textarea,.opc_billing_address textarea,.opc_shipping_address textarea,.supercheckout-form textarea{font-size:.9rem;height:auto;line-height:1.5;margin-top:0;min-height:80px}#velsof_payment_dialog .opc_shipping_address .errorsmall,#velsof_payment_dialog .payment_update_form .errorsmall,#velsof_payment_dialog .shipping_update_form .errorsmall,#velsof_payment_dialog .supercheckout-form .errorsmall,#velsof_supercheckout_form .errorsmall,.modal .opc_shipping_address .errorsmall,.modal .payment_update_form .errorsmall,.modal .shipping_update_form .errorsmall,.modal .supercheckout-form .errorsmall,.opc_billing_address .errorsmall,.opc_shipping_address .errorsmall,.supercheckout-form .errorsmall{color:#dc3545!important;font-size:.6rem!important;font-weight:400;line-height:1.2;margin-top:2px}#velsof_payment_dialog .opc_shipping_address .error-message,#velsof_payment_dialog .opc_shipping_address .errorsmall_custom,#velsof_payment_dialog .payment_update_form .error-message,#velsof_payment_dialog .payment_update_form .errorsmall_custom,#velsof_payment_dialog .shipping_update_form .error-message,#velsof_payment_dialog .shipping_update_form .errorsmall_custom,#velsof_payment_dialog .supercheckout-form .error-message,#velsof_payment_dialog .supercheckout-form .errorsmall_custom,#velsof_supercheckout_form .error-message,#velsof_supercheckout_form .errorsmall_custom,.modal .opc_shipping_address .error-message,.modal .opc_shipping_address .errorsmall_custom,.modal .payment_update_form .error-message,.modal .payment_update_form .errorsmall_custom,.modal .shipping_update_form .error-message,.modal .shipping_update_form .errorsmall_custom,.modal .supercheckout-form .error-message,.modal .supercheckout-form .errorsmall_custom,.opc_billing_address .error-message,.opc_billing_address .errorsmall_custom,.opc_shipping_address .error-message,.opc_shipping_address .errorsmall_custom,.supercheckout-form .error-message,.supercheckout-form .errorsmall_custom{color:#dc3545!important;display:block!important;font-size:.75rem!important;font-weight:400;margin-top:.25rem!important}#velsof_payment_dialog .opc_shipping_address .supercheckout-required,#velsof_payment_dialog .payment_update_form .supercheckout-required,#velsof_payment_dialog .shipping_update_form .supercheckout-required,#velsof_payment_dialog .supercheckout-form .supercheckout-required,#velsof_supercheckout_form .supercheckout-required,.modal .opc_shipping_address .supercheckout-required,.modal .payment_update_form .supercheckout-required,.modal .shipping_update_form .supercheckout-required,.modal .supercheckout-form .supercheckout-required,.opc_billing_address .supercheckout-required,.opc_shipping_address .supercheckout-required,.supercheckout-form .supercheckout-required{color:#dc3545!important}#velsof_payment_dialog .opc_shipping_address input.error,#velsof_payment_dialog .opc_shipping_address input.is-invalid,#velsof_payment_dialog .opc_shipping_address select.error,#velsof_payment_dialog .opc_shipping_address select.is-invalid,#velsof_payment_dialog .opc_shipping_address textarea.error,#velsof_payment_dialog .opc_shipping_address textarea.is-invalid,#velsof_payment_dialog .payment_update_form input.error,#velsof_payment_dialog .payment_update_form input.is-invalid,#velsof_payment_dialog .payment_update_form select.error,#velsof_payment_dialog .payment_update_form select.is-invalid,#velsof_payment_dialog .payment_update_form textarea.error,#velsof_payment_dialog .payment_update_form textarea.is-invalid,#velsof_payment_dialog .shipping_update_form input.error,#velsof_payment_dialog .shipping_update_form input.is-invalid,#velsof_payment_dialog .shipping_update_form select.error,#velsof_payment_dialog .shipping_update_form select.is-invalid,#velsof_payment_dialog .shipping_update_form textarea.error,#velsof_payment_dialog .shipping_update_form textarea.is-invalid,#velsof_payment_dialog .supercheckout-form input.error,#velsof_payment_dialog .supercheckout-form input.is-invalid,#velsof_payment_dialog .supercheckout-form select.error,#velsof_payment_dialog .supercheckout-form select.is-invalid,#velsof_payment_dialog .supercheckout-form textarea.error,#velsof_payment_dialog .supercheckout-form textarea.is-invalid,#velsof_supercheckout_form input.error,#velsof_supercheckout_form input.is-invalid,#velsof_supercheckout_form select.error,#velsof_supercheckout_form select.is-invalid,#velsof_supercheckout_form textarea.error,#velsof_supercheckout_form textarea.is-invalid,.modal .opc_shipping_address input.error,.modal .opc_shipping_address input.is-invalid,.modal .opc_shipping_address select.error,.modal .opc_shipping_address select.is-invalid,.modal .opc_shipping_address textarea.error,.modal .opc_shipping_address textarea.is-invalid,.modal .payment_update_form input.error,.modal .payment_update_form input.is-invalid,.modal .payment_update_form select.error,.modal .payment_update_form select.is-invalid,.modal .payment_update_form textarea.error,.modal .payment_update_form textarea.is-invalid,.modal .shipping_update_form input.error,.modal .shipping_update_form input.is-invalid,.modal .shipping_update_form select.error,.modal .shipping_update_form select.is-invalid,.modal .shipping_update_form textarea.error,.modal .shipping_update_form textarea.is-invalid,.modal .supercheckout-form input.error,.modal .supercheckout-form input.is-invalid,.modal .supercheckout-form select.error,.modal .supercheckout-form select.is-invalid,.modal .supercheckout-form textarea.error,.modal .supercheckout-form textarea.is-invalid,.opc_billing_address input.error,.opc_billing_address input.is-invalid,.opc_billing_address select.error,.opc_billing_address select.is-invalid,.opc_billing_address textarea.error,.opc_billing_address textarea.is-invalid,.opc_shipping_address input.error,.opc_shipping_address input.is-invalid,.opc_shipping_address select.error,.opc_shipping_address select.is-invalid,.opc_shipping_address textarea.error,.opc_shipping_address textarea.is-invalid,.supercheckout-form input.error,.supercheckout-form input.is-invalid,.supercheckout-form select.error,.supercheckout-form select.is-invalid,.supercheckout-form textarea.error,.supercheckout-form textarea.is-invalid{border-color:#dc3545!important}#velsof_payment_dialog .opc_shipping_address input.error:focus,#velsof_payment_dialog .opc_shipping_address input.is-invalid:focus,#velsof_payment_dialog .opc_shipping_address select.error:focus,#velsof_payment_dialog .opc_shipping_address select.is-invalid:focus,#velsof_payment_dialog .opc_shipping_address textarea.error:focus,#velsof_payment_dialog .opc_shipping_address textarea.is-invalid:focus,#velsof_payment_dialog .payment_update_form input.error:focus,#velsof_payment_dialog .payment_update_form input.is-invalid:focus,#velsof_payment_dialog .payment_update_form select.error:focus,#velsof_payment_dialog .payment_update_form select.is-invalid:focus,#velsof_payment_dialog .payment_update_form textarea.error:focus,#velsof_payment_dialog .payment_update_form textarea.is-invalid:focus,#velsof_payment_dialog .shipping_update_form input.error:focus,#velsof_payment_dialog .shipping_update_form input.is-invalid:focus,#velsof_payment_dialog .shipping_update_form select.error:focus,#velsof_payment_dialog .shipping_update_form select.is-invalid:focus,#velsof_payment_dialog .shipping_update_form textarea.error:focus,#velsof_payment_dialog .shipping_update_form textarea.is-invalid:focus,#velsof_payment_dialog .supercheckout-form input.error:focus,#velsof_payment_dialog .supercheckout-form input.is-invalid:focus,#velsof_payment_dialog .supercheckout-form select.error:focus,#velsof_payment_dialog .supercheckout-form select.is-invalid:focus,#velsof_payment_dialog .supercheckout-form textarea.error:focus,#velsof_payment_dialog .supercheckout-form textarea.is-invalid:focus,#velsof_supercheckout_form input.error:focus,#velsof_supercheckout_form input.is-invalid:focus,#velsof_supercheckout_form select.error:focus,#velsof_supercheckout_form select.is-invalid:focus,#velsof_supercheckout_form textarea.error:focus,#velsof_supercheckout_form textarea.is-invalid:focus,.modal .opc_shipping_address input.error:focus,.modal .opc_shipping_address input.is-invalid:focus,.modal .opc_shipping_address select.error:focus,.modal .opc_shipping_address select.is-invalid:focus,.modal .opc_shipping_address textarea.error:focus,.modal .opc_shipping_address textarea.is-invalid:focus,.modal .payment_update_form input.error:focus,.modal .payment_update_form input.is-invalid:focus,.modal .payment_update_form select.error:focus,.modal .payment_update_form select.is-invalid:focus,.modal .payment_update_form textarea.error:focus,.modal .payment_update_form textarea.is-invalid:focus,.modal .shipping_update_form input.error:focus,.modal .shipping_update_form input.is-invalid:focus,.modal .shipping_update_form select.error:focus,.modal .shipping_update_form select.is-invalid:focus,.modal .shipping_update_form textarea.error:focus,.modal .shipping_update_form textarea.is-invalid:focus,.modal .supercheckout-form input.error:focus,.modal .supercheckout-form input.is-invalid:focus,.modal .supercheckout-form select.error:focus,.modal .supercheckout-form select.is-invalid:focus,.modal .supercheckout-form textarea.error:focus,.modal .supercheckout-form textarea.is-invalid:focus,.opc_billing_address input.error:focus,.opc_billing_address input.is-invalid:focus,.opc_billing_address select.error:focus,.opc_billing_address select.is-invalid:focus,.opc_billing_address textarea.error:focus,.opc_billing_address textarea.is-invalid:focus,.opc_shipping_address input.error:focus,.opc_shipping_address input.is-invalid:focus,.opc_shipping_address select.error:focus,.opc_shipping_address select.is-invalid:focus,.opc_shipping_address textarea.error:focus,.opc_shipping_address textarea.is-invalid:focus,.supercheckout-form input.error:focus,.supercheckout-form input.is-invalid:focus,.supercheckout-form select.error:focus,.supercheckout-form select.is-invalid:focus,.supercheckout-form textarea.error:focus,.supercheckout-form textarea.is-invalid:focus{border-color:#dc3545!important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)!important}#velsof_payment_dialog .opc_shipping_address input:focus,#velsof_payment_dialog .opc_shipping_address textarea:focus,#velsof_payment_dialog .payment_update_form input:focus,#velsof_payment_dialog .payment_update_form textarea:focus,#velsof_payment_dialog .shipping_update_form input:focus,#velsof_payment_dialog .shipping_update_form textarea:focus,#velsof_payment_dialog .supercheckout-form input:focus,#velsof_payment_dialog .supercheckout-form textarea:focus,#velsof_supercheckout_form input:focus,#velsof_supercheckout_form textarea:focus,.modal .opc_shipping_address input:focus,.modal .opc_shipping_address textarea:focus,.modal .payment_update_form input:focus,.modal .payment_update_form textarea:focus,.modal .shipping_update_form input:focus,.modal .shipping_update_form textarea:focus,.modal .supercheckout-form input:focus,.modal .supercheckout-form textarea:focus,.opc_billing_address input:focus,.opc_billing_address textarea:focus,.opc_shipping_address input:focus,.opc_shipping_address textarea:focus,.supercheckout-form input:focus,.supercheckout-form textarea:focus{box-shadow:none}#velsof_payment_dialog .opc_shipping_address .sticker,#velsof_payment_dialog .payment_update_form .sticker,#velsof_payment_dialog .shipping_update_form .sticker,#velsof_payment_dialog .supercheckout-form .sticker,#velsof_supercheckout_form .sticker,.modal .opc_shipping_address .sticker,.modal .payment_update_form .sticker,.modal .shipping_update_form .sticker,.modal .supercheckout-form .sticker,.opc_billing_address .sticker,.opc_shipping_address .sticker,.supercheckout-form .sticker{height:-moz-max-content;height:max-content;position:sticky;top:60px}#velsof_payment_dialog .opc_shipping_address #supercheckout-fieldset .supercheckout-threecolumns .error-form,#velsof_payment_dialog .payment_update_form #supercheckout-fieldset .supercheckout-threecolumns .error-form,#velsof_payment_dialog .shipping_update_form #supercheckout-fieldset .supercheckout-threecolumns .error-form,#velsof_payment_dialog .supercheckout-form #supercheckout-fieldset .supercheckout-threecolumns .error-form,#velsof_supercheckout_form #supercheckout-fieldset .supercheckout-threecolumns .error-form,.modal .opc_shipping_address #supercheckout-fieldset .supercheckout-threecolumns .error-form,.modal .payment_update_form #supercheckout-fieldset .supercheckout-threecolumns .error-form,.modal .shipping_update_form #supercheckout-fieldset .supercheckout-threecolumns .error-form,.modal .supercheckout-form #supercheckout-fieldset .supercheckout-threecolumns .error-form,.opc_billing_address #supercheckout-fieldset .supercheckout-threecolumns .error-form,.opc_shipping_address #supercheckout-fieldset .supercheckout-threecolumns .error-form,.supercheckout-form #supercheckout-fieldset .supercheckout-threecolumns .error-form{background:none!important}#module-supercheckout-supercheckout .sticker{height:-moz-max-content;height:max-content;position:sticky;top:60px}#module-supercheckout-supercheckout .loader{color:var(--opc-primary)}#module-supercheckout-supercheckout .logo{display:block;margin:0 auto;max-height:70px;padding:10px 0;width:auto}@media(max-width:991.98px){#module-supercheckout-supercheckout .logo{max-height:50px}}#module-supercheckout-supercheckout .header-top.cloned,#module-supercheckout-supercheckout .header-top__link{display:none}#module-supercheckout-supercheckout #supercheckout-columnleft{padding:0}#module-supercheckout-supercheckout strong{font-weight:500}#module-supercheckout-supercheckout .permanent-warning{font-size:1rem;font-weight:300;line-height:1.2;padding-bottom:15px!important;padding-top:15px!important;text-align:left}@media(max-width:991.98px){#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .form-group,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .form-group,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .form-group,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .form-group,#module-supercheckout-supercheckout .modal .opc_billing_address .form-group,#module-supercheckout-supercheckout .modal .opc_shipping_address .form-group,#module-supercheckout-supercheckout .modal .payment_update_form .form-group,#module-supercheckout-supercheckout .modal .shipping_update_form .form-group,#module-supercheckout-supercheckout .opc-container .form-group,#module-supercheckout-supercheckout .supercheckout-form .form-group{margin-bottom:5px}}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel select,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel select,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel select,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel select,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel select,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel select,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel select,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel select,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel select,#module-supercheckout-supercheckout .opc-container .custom-panel input[type=email],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=password],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=tel],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=text],#module-supercheckout-supercheckout .opc-container .custom-panel select,#module-supercheckout-supercheckout .opc-container.custom-panel input[type=email],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=password],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=tel],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=text],#module-supercheckout-supercheckout .opc-container.custom-panel select,#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=email],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=password],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=tel],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=text],#module-supercheckout-supercheckout .supercheckout-form .custom-panel select,#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=email],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=password],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=tel],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=text],#module-supercheckout-supercheckout .supercheckout-form.custom-panel select{border-radius:var(--opc-border-radius);height:40px;margin-top:3px}@media(max-width:991.98px){#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel select,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel select,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel select,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel select,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel select,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel select,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel select,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel select,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=email],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=password],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel input[type=text],#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel select,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=email],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=password],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=tel],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel input[type=text],#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel select,#module-supercheckout-supercheckout .opc-container .custom-panel input[type=email],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=password],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=tel],#module-supercheckout-supercheckout .opc-container .custom-panel input[type=text],#module-supercheckout-supercheckout .opc-container .custom-panel select,#module-supercheckout-supercheckout .opc-container.custom-panel input[type=email],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=password],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=tel],#module-supercheckout-supercheckout .opc-container.custom-panel input[type=text],#module-supercheckout-supercheckout .opc-container.custom-panel select,#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=email],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=password],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=tel],#module-supercheckout-supercheckout .supercheckout-form .custom-panel input[type=text],#module-supercheckout-supercheckout .supercheckout-form .custom-panel select,#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=email],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=password],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=tel],#module-supercheckout-supercheckout .supercheckout-form.custom-panel input[type=text],#module-supercheckout-supercheckout .supercheckout-form.custom-panel select{height:40px}}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel textarea,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel textarea,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel textarea,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel textarea,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel textarea,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel textarea,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel textarea,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel textarea,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel textarea,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel textarea,#module-supercheckout-supercheckout .opc-container .custom-panel textarea,#module-supercheckout-supercheckout .opc-container.custom-panel textarea,#module-supercheckout-supercheckout .supercheckout-form .custom-panel textarea,#module-supercheckout-supercheckout .supercheckout-form.custom-panel textarea{border-radius:var(--opc-border-radius)}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2,#module-supercheckout-supercheckout .opc-container .custom-panel h2,#module-supercheckout-supercheckout .opc-container.custom-panel h2,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2{align-items:center;background:none;border-bottom:none;display:flex;font-size:20px;font-weight:300;gap:.5rem;padding:0;text-transform:none}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2:after,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2:after,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2:after,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2:after,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2:after,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2:after,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2:after,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2:after,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2:after,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2:after,#module-supercheckout-supercheckout .opc-container .custom-panel h2:after,#module-supercheckout-supercheckout .opc-container.custom-panel h2:after,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2:after,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2:after{border-left:none}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 svg,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 svg,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 svg,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 svg,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 svg,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 svg,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 svg,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 svg,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 svg,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 svg,#module-supercheckout-supercheckout .opc-container .custom-panel h2 svg,#module-supercheckout-supercheckout .opc-container.custom-panel h2 svg,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 svg,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 svg{max-height:24px;width:auto}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 svg rect,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 svg circle,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 svg line,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 svg path,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 svg rect,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 svg circle,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 svg line,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 svg path,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 svg rect,#module-supercheckout-supercheckout .opc-container .custom-panel h2 svg circle,#module-supercheckout-supercheckout .opc-container .custom-panel h2 svg line,#module-supercheckout-supercheckout .opc-container .custom-panel h2 svg path,#module-supercheckout-supercheckout .opc-container .custom-panel h2 svg rect,#module-supercheckout-supercheckout .opc-container.custom-panel h2 svg circle,#module-supercheckout-supercheckout .opc-container.custom-panel h2 svg line,#module-supercheckout-supercheckout .opc-container.custom-panel h2 svg path,#module-supercheckout-supercheckout .opc-container.custom-panel h2 svg rect,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 svg circle,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 svg line,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 svg path,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 svg rect,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 svg circle,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 svg line,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 svg path,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 svg rect{stroke:var(--opc-icon)}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel h2 span,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel h2 span,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel h2 span,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel h2 span,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel h2 span,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel h2 span,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel h2 span,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel h2 span,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel h2 span,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel h2 span,#module-supercheckout-supercheckout .opc-container .custom-panel h2 span,#module-supercheckout-supercheckout .opc-container.custom-panel h2 span,#module-supercheckout-supercheckout .supercheckout-form .custom-panel h2 span,#module-supercheckout-supercheckout .supercheckout-form.custom-panel h2 span{font-size:20px;font-weight:400;line-height:35px;line-height:1.2}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .form-group label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .form-group label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .form-group label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .form-group label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .form-group label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .form-group label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .form-group label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .form-group label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .form-group label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .form-group label,#module-supercheckout-supercheckout .opc-container .custom-panel .form-group label,#module-supercheckout-supercheckout .opc-container.custom-panel .form-group label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .form-group label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .form-group label{color:var(--opc-gray-600);font-size:.8rem;margin-bottom:3px}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector{background-color:var(--opc-gray-200);border-radius:var(--opc-border-radius);margin-bottom:1.5rem;padding:.2rem}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline{align-items:center}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline input:checked,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline input:checked,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline input:checked{cursor:default}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline input:checked+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline input:checked+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline input:checked+label{background:var(--opc-primary);border-color:var(--opc-primary);color:var(--opc-white)}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline input:hover:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline input:focus:not(:checked)+label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline input:hover:not(:checked)+label{background:color-mix(in srgb,var(--opc-gray-600) 80%,var(--opc-white) 20%)!important;border-color:color-mix(in srgb,var(--opc-gray-600) 80%,var(--opc-white) 20%)!important;color:var(--opc-white)}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline label,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline label{background:var(--opc-gray-100);border-color:var(--opc-gray-100);border-radius:var(--opc-border-radius);font-size:.9rem!important;font-weight:500;height:40px;line-height:26px;margin:0!important;text-transform:normal;transition:all .3s ease}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_billing_address .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_billing_address.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_shipping_address .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .opc_shipping_address.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .payment_update_form .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .payment_update_form.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .shipping_update_form .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .modal .shipping_update_form.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .opc-container .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .opc-container .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .opc-container.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .opc-container.custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .supercheckout-form .custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .supercheckout-form .custom-panel .invoice-type-selector .radio-inline label:hover,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline label:focus,#module-supercheckout-supercheckout .supercheckout-form.custom-panel #supercheckout-option .radio-inline label:hover,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline label:focus,#module-supercheckout-supercheckout .supercheckout-form.custom-panel .invoice-type-selector .radio-inline label:hover{background:var(--opc-gray-300)!important}#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address [type=radio]:checked+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_billing_address [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address [type=radio]:checked+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .opc_shipping_address [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form [type=radio]:checked+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .payment_update_form [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form [type=radio]:checked+label:after,#module-supercheckout-supercheckout #velsof_payment_dialog .shipping_update_form [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .modal .opc_billing_address [type=radio]:checked+label:after,#module-supercheckout-supercheckout .modal .opc_billing_address [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .modal .opc_shipping_address [type=radio]:checked+label:after,#module-supercheckout-supercheckout .modal .opc_shipping_address [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .modal .payment_update_form [type=radio]:checked+label:after,#module-supercheckout-supercheckout .modal .payment_update_form [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .modal .shipping_update_form [type=radio]:checked+label:after,#module-supercheckout-supercheckout .modal .shipping_update_form [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .opc-container [type=radio]:checked+label:after,#module-supercheckout-supercheckout .opc-container [type=radio]:not(:checked)+label:after,#module-supercheckout-supercheckout .supercheckout-form [type=radio]:checked+label:after,#module-supercheckout-supercheckout .supercheckout-form [type=radio]:not(:checked)+label:after{background:var(--opc-primary)}#module-supercheckout-supercheckout .supercheckout-blocks .switch{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#module-supercheckout-supercheckout .supercheckout-blocks .switch input[type=checkbox]{height:0;visibility:hidden;width:0}#module-supercheckout-supercheckout .supercheckout-blocks .switch label{background:var(--opc-primary);border:2px solid var(--opc-dark);border-radius:100px;cursor:pointer;display:block;height:26px;position:relative;transform:rotate(180deg);width:55px!important}#module-supercheckout-supercheckout .supercheckout-blocks .switch label:after{background:var(--opc-white);border-radius:18px;content:"";height:18px;left:2px;position:absolute;top:2px;transition:.3s;width:18px}#module-supercheckout-supercheckout .supercheckout-blocks .switch label:active:after{width:55px}#module-supercheckout-supercheckout .supercheckout-blocks .switch input:checked+label{background:var(--opc-light)}#module-supercheckout-supercheckout .supercheckout-blocks .switch input:checked+label:after{background:var(--opc-dark);left:calc(100% - 2px);transform:translateX(-100%)}#module-supercheckout-supercheckout #conditions-to-approve .checkbox{align-items:center;display:flex}#module-supercheckout-supercheckout #conditions-to-approve .checkbox input[type=checkbox]{display:none}#module-supercheckout-supercheckout #conditions-to-approve .checkbox span{font-size:1rem;margin-left:25px;margin-top:1px}#module-supercheckout-supercheckout #conditions-to-approve .checkbox label{background-color:var(--opc-darker);border-radius:50%;cursor:pointer;height:18px;left:0;margin:0 auto;min-height:18px;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s ease,background-color .2s ease;width:18px;z-index:1}#module-supercheckout-supercheckout #conditions-to-approve .checkbox label:before{background-color:var(--opc-white);border-radius:50%;content:"";height:16px;left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:width .2s ease,height .2s ease;width:16px}#module-supercheckout-supercheckout #conditions-to-approve .checkbox label:hover:before{height:14px;width:14px}#module-supercheckout-supercheckout #conditions-to-approve .checkbox label:active{transform:translateY(-50%) scale(.9)}#module-supercheckout-supercheckout #conditions-to-approve .checkbox #tick_mark{height:14px;left:0;margin:0 auto 0 2px;position:absolute;right:0;top:-1px;transform:rotate(-40deg);width:11px}#module-supercheckout-supercheckout #conditions-to-approve .checkbox #tick_mark:after,#module-supercheckout-supercheckout #conditions-to-approve .checkbox #tick_mark:before{background-color:var(--opc-white);border-radius:2px;content:"";opacity:0;position:absolute;transition:transform .2s ease,opacity .2s ease}#module-supercheckout-supercheckout #conditions-to-approve .checkbox #tick_mark:before{bottom:0;height:8px;left:0;transform:translateY(-68px);width:3px}#module-supercheckout-supercheckout #conditions-to-approve .checkbox #tick_mark:after{bottom:0;height:3px;left:0;transform:translateX(78px);width:100%}#module-supercheckout-supercheckout #conditions-to-approve .checkbox input[type=checkbox]:checked+label{background-color:var(--opc-primary)}#module-supercheckout-supercheckout #conditions-to-approve .checkbox input[type=checkbox]:checked+label:before{height:0;width:0}#module-supercheckout-supercheckout #conditions-to-approve .checkbox input[type=checkbox]:checked+label #tick_mark:after,#module-supercheckout-supercheckout #conditions-to-approve .checkbox input[type=checkbox]:checked+label #tick_mark:before{opacity:1;transform:translate(0)}#module-supercheckout-supercheckout .inpost-shipping-container{background-color:transparent;margin-bottom:10px;padding-bottom:0;padding-top:0}#module-supercheckout-supercheckout .inpost-shipping-machine-info{border:1px solid #ccc;border-radius:10px;color:#31708f;margin-bottom:10px;padding:10px}#module-supercheckout-supercheckout .inpost-shipping-machine-info p{margin-bottom:0}#module-supercheckout-supercheckout .inpost-shipping-machine-address{color:#31708f;font-weight:300!important}#module-supercheckout-supercheckout .inpost-shipping-machine-name{color:#31708f;font-weight:500!important}#module-supercheckout-supercheckout .gmpickup-store{line-height:1.3}#confirmCheckout .cart_list_item{align-items:center!important;border-top:1px solid var(--opc-gray-100);padding:5px 0}#confirmCheckout .cart_list_item:last-child{border-bottom:1px solid #ebebeb!important}#confirmCheckout .cart_list_item .shopping-cart-description-block{flex-grow:1}#confirmCheckout .cart_list_item .shopping-cart-description-block .product-title{line-height:1.2;width:100%}#confirmCheckout .cart_list_item .shopping-cart-description-block .product-title a{color:var(--opc-dark);font-size:.9rem;line-height:1.2}#confirmCheckout .cart_list_item .shopping-cart-description-block .product-title .attributes{margin:0}#confirmCheckout .cart_list_item .shopping-cart-description-block .product-title .attributes .attribute{display:block;font-size:.7rem}#confirmCheckout .cart_list_item .shopping-cart-description-block .product-title .delivery-info .label-success{background-color:var(--opc-primary);color:var(--opc-white)}#confirmCheckout .cart_list_item .shopping-cart-description-block .kblabel{border-radius:.2rem;font-size:.6rem;margin:0;padding:2px 5px;text-transform:lowercase;width:-moz-max-content;width:max-content}#confirmCheckout .cart_list_item .shopping-cart-description-block .product_reference{color:var(--opc-darker);display:block;font-size:.6rem}#confirmCheckout .cart_list_item .shopping-product-price-block .price{color:var(--opc-dark);font-size:.8rem;font-weight:300}#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin{margin:0}#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin .input-group #quantity{height:30px;margin:0;min-width:40px;width:40px!important}@media(max-width:991.98px){#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin .input-group #quantity{height:30px}}#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin .input-group .btn-number{background:none;background-color:transparent!important;border:none;border-radius:0;color:var(--opc-dark);height:30px!important;text-align:center;width:20px}@media(max-width:991.98px){#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin .input-group .btn-number{height:30px!important}}#confirmCheckout .cart_list_item .quantity-section-block .bootstrap-touchspin .input-group .btn-number:focus{border:none;box-shadow:none!important}#confirmCheckout .cart_list_item .price{color:var(--opc-dark)!important}#confirmCheckout .cart_list_item .productTotalSection-block .cart-product-price{font-size:1rem;font-weight:500;min-width:60px}#confirmCheckout .cart_list_item .productTotalSection-block .cart-product-price .price{color:var(--opc-dark)!important}#confirmCheckout .remove-from-cart{color:var(--opc-dark);transition:all .3s ease}#confirmCheckout .remove-from-cart:focus,#confirmCheckout .remove-from-cart:hover{color:var(--opc-danger)}#confirmCheckout .supercheckout-totals .value{width:120px}#confirmCheckout .supercheckout-totals .value .price{font-size:1rem}#confirmCheckout .totalAmount h3{align-items:center;display:flex;font-size:1.2rem;justify-content:space-between;padding:0 5px;text-align:right}#confirmCheckout .totalAmount h3 .cart_label{align-items:center;display:flex}#confirmCheckout .totalAmount h3 .removeProduct i{color:var(--opc-danger)}#confirmCheckout .totalAmount h3 .price{font-size:1.2rem;min-width:120px}#confirmCheckout .totalAmount.cart_discount h3{font-size:.8rem;font-weight:400}#confirmCheckout .totalAmount.cart_discount h3 .price{font-size:.8rem}#confirmCheckout #supercheckout_voucher_input_row #voucher-form{display:flex;gap:1rem;max-width:100%}#confirmCheckout #supercheckout_voucher_input_row #voucher-form #discount_name{border-radius:var(--opc-border-radius);margin-top:0}#confirmCheckout #supercheckout_voucher_input_row #voucher-form .input-group-btn #button-coupon{background:var(--opc-gray-100);border-color:var(--opc-gray-400)!important;border-radius:var(--opc-border-radius);color:var(--opc-dark)}#confirmCheckout #supercheckout_voucher_input_row #voucher-form .input-group-btn #button-coupon:hover{background-color:var(--opc-primary-color-hover)!important;border-color:var(--opc-primary-color-hover)!important;color:var(--opc-white)}#confirmCheckout #supercheckout_voucher_input_row #voucher-form .input-group-btn #button-coupon:focus{box-shadow:none}#confirmCheckout #supercheckout_voucher_input_row #allowed_voucher .price{font-size:1rem}#shipping-method .highlight{align-items:center;border:1px solid var(--opc-darker);border-radius:var(--opc-border-radius);display:flex;flex-direction:column;justify-content:space-between;margin-bottom:15px;min-height:50px;width:100%}#shipping-method .highlight.alert-info{background-color:var(--opc-gray-100);border-color:var(--opc-primary)}#shipping-method .highlight.alert-info .shippingPrice{color:var(--opc-dark);font-weight:500}#shipping-method .highlight .carrier-extra-content{width:100%}#shipping-method .highlight .carrier-extra-content>div{border-radius:var(--opc-border-radius);margin-bottom:.5rem!important}#shipping-method .highlight .carrier-extra-content .pickup_info,#shipping-method .highlight .carrier-extra-content .pickup_info_cod{padding:0!important}#shipping-method .highlight .radio{align-items:center;display:flex;margin-bottom:0;margin-top:0;width:100%}@media(max-width:575.98px){#shipping-method .highlight .radio{flex-direction:column}}#shipping-method .highlight .radio label{align-items:center;display:flex}@media(max-width:575.98px){#shipping-method .highlight .radio label{align-items:start}}#shipping-method .highlight .radio label .shippingInfo{color:var(--opc-gray-600);margin:0;text-align:left}#shipping-method .highlight .radio label img{height:auto;max-width:60px}@media(max-width:991.98px){#shipping-method .highlight .radio label img{max-width:40px}}#shipping-method .highlight .radio .shippingPrice{font-size:1rem;line-height:1.1;text-align:right;width:100px}@media(max-width:575.98px){#shipping-method .highlight .radio .shippingPrice{margin-top:5px;width:100%}}.shippingInfo{padding-left:0}#payment-method .payment-options .payment-option-item{align-items:center;border:1px solid var(--opc-darker);border-radius:var(--opc-border-radius);display:flex;height:-moz-max-content;height:max-content;justify-content:space-between;margin-bottom:15px;min-height:50px;padding:3px 10px;transition:all .3s ease;width:100%}#payment-method .payment-options .payment-option-item.alert-info{background-color:var(--opc-gray-100);border-color:var(--opc-primary)}#payment-method .payment-options .payment-option-item .radio{margin-bottom:0;margin-top:0;padding:10px 0}#payment-method .payment-options .payment-option-item .radio label{align-items:center;display:flex}#payment-method .payment-options .payment-option-item .radio label>img{height:auto;max-width:60px}@media(max-width:991.98px){#payment-method .payment-options .payment-option-item .radio label>img{max-width:40px}}#payment-method .payment-options .payment-option-item .radio label .additional-information{padding:0}#payment-method .payment-options .payment-option-item .radio label .additional-information p{color:var(--opc-gray-600);font-size:12px;margin:0;padding:0}#payment-method .payment-options .payment-option-item .pay-methods{margin-top:10px}#payment-method .payment-options .payment-option-item .pay-methods__item{padding:4px;width:90px}#payment-method .payment-options .payment-option-item .pay-methods__item-inner{border-radius:var(--opc-border-radius)}#payment-method .payment-options .payment-option-item .pay-methods__label{padding:10px 5px!important}#payment-method .payment-options .payment-option-item .pay-methods__img{height:30px;max-height:30px}#payment-method .paynow-payment-option-pbl label{background-color:var(--opc-white);border-radius:.4rem}#payment-method .paynow-payment-option-pbl label:after,#payment-method .paynow-payment-option-pbl label:before{margin:.2rem 0 0 .2rem}#payment-method .paynow-payment-option-pbl label img{max-width:90%!important}.smallViewSection .quantity-section{flex:inherit!important;width:inherit}.customization_text{display:block;font-size:14px;font-weight:300;line-height:1.1;max-height:80px;overflow-y:auto}.supercheckout-blocks{border:1px solid var(--opc-gray-200);border-radius:.8rem;box-shadow:0 0 5px rgba(0,0,0,.05);margin-top:1.5rem;padding:1rem 1rem calc(1rem - 10px)}.supercheckout-blocks ul{margin-bottom:0!important}.actionAddress{margin:0;position:absolute;right:.5rem;top:0}.actionAddress .btn{padding:.5rem .2rem!important}.actionAddress .btn i{color:var(--opc-gray-400);transition:all .3s ease}.actionAddress .btn i:focus,.actionAddress .btn i:hover{color:var(--opc-dark)}#supercheckout-fieldset .orangebuttonsmall{transition:all .3s ease}#supercheckout-fieldset .orangebuttonsmall:hover{background-color:var(--opc-primary-color-hover)!important;border-color:var(--opc-primary-color-hover)!important}#supercheckout-fieldset .payment-option img{max-height:100%!important}.gmpickup-shipping-button{background-color:#ffcd00;border-color:#ffcd00;color:#3c3c3c;font-weight:600}.gmpickup-shipping-button:hover{background-color:#ff7615;border-color:#ff7615;color:#3c3c3c}#paynow_blik_code{font-size:2rem}#social_login_block .social-head{display:none}#social_login_block .social-login h4{font-size:1rem;font-weight:200;margin-top:.5rem}#social_login_block .sigInButtons{display:flex;gap:10px;justify-content:center;width:100%}#social_login_block .sigInButtons .azm-btn{align-items:center;background:transparent!important;border:1px solid #cac8c8;color:#495057!important;display:flex;justify-content:center;max-width:200px;text-align:center;transition:all .3s ease;width:100%}#social_login_block .sigInButtons .azm-btn:hover{background:#e9ecef!important}#social_login_block .sigInButtons .opc-icon{background-size:20px 20px;display:inline-block;height:20px;margin-right:10px;width:20px}.sc-gus-input-group{display:flex!important;position:relative;width:100%}.sc-gus-input-group input{border-bottom-right-radius:0!important;border-top-right-radius:0!important;flex:1;min-width:0}.sc-gus-input-group .sc-gus-fill-btn{background:var(--opc-primary);border-radius:var(--opc-border-radius);border-bottom-left-radius:0!important;border-left:none!important;border-color:var(--opc-primary);border-top-left-radius:0!important;color:var(--opc-white);height:40px;margin-top:3px;padding:6px 12px;white-space:nowrap}.sc-gus-input-group .sc-gus-fill-btn:focus,.sc-gus-input-group .sc-gus-fill-btn:hover{background-color:var(--opc-primary-color-hover)!important;border-color:var(--opc-primary-color-hover)!important;box-shadow:none!important;color:var(--opc-white)}.sc-gus-input-group .sc-gus-fill-btn:disabled{cursor:not-allowed;opacity:.6}.sc-gus-input-group .sc-gus-fill-btn i{margin-right:4px}@keyframes icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-spin{animation:icon-spin 1s linear infinite;display:inline-block}.invoice-type-selector{margin-bottom:20px;padding:10px 0}.invoice-type-selector h3{color:#333;font-size:16px;font-weight:600;margin:0 0 10px}.invoice-type-selector .row{margin-left:-5px;margin-right:-5px}.invoice-type-selector .col-sm-6{padding:0 5px}@media(max-width:767px){.invoice-type-selector .col-sm-6{margin-bottom:10px}.invoice-type-selector .col-sm-6:last-child{margin-bottom:0}}.invoice-type-selector .description{display:none}.invoice-type-selector{background-color:var(--opc-gray-300);border-radius:var(--opc-border-radius);margin-bottom:1.5rem;padding:.2rem}.invoice-type-selector .radio-inline{align-items:center;display:flex;flex:1 0 auto;flex-direction:column;margin:2px!important;padding-left:0;position:relative}.invoice-type-selector .radio-inline input:checked{cursor:default}.invoice-type-selector .radio-inline input:checked+label{background:var(--opc-primary);border-color:var(--opc-primary);color:var(--opc-white)!important}.invoice-type-selector .radio-inline input:focus:not(:checked)+label,.invoice-type-selector .radio-inline input:hover:not(:checked)+label{background:var(--opc-secondary)!important;border-color:var(--opc-secondary);color:var(--opc-white)!important}.invoice-type-selector .radio-inline label{background:var(--opc-gray-100);border-color:var(--opc-gray-100);border-radius:var(--opc-border-radius);color:var(--opc-gray-600)!important;font-size:.9rem!important;font-weight:500;height:40px;line-height:40px!important;margin:0!important;padding:0!important;text-align:center;text-transform:normal;transition:all .3s ease}.invoice-type-selector .radio-inline label:before{display:none}.invoice-type-selector .radio-inline label:focus,.invoice-type-selector .radio-inline label:hover{background:var(--opc-gray-300)!important;color:var(--opc-white)!important}#velsof_payment_dialog .modal-dialog{max-width:800px}@media(max-width:767px){#velsof_payment_dialog .modal-dialog{margin:10px auto;max-width:95%}}#velsof_payment_dialog .modal-body{padding:20px 30px}@media(max-width:767px){#velsof_payment_dialog .modal-body{padding:15px}}#velsof_payment_dialog .custom-panel input[type=email],#velsof_payment_dialog .custom-panel input[type=password],#velsof_payment_dialog .custom-panel input[type=tel],#velsof_payment_dialog .custom-panel input[type=text],#velsof_payment_dialog .custom-panel select,#velsof_payment_dialog .opc_billing_address input[type=email],#velsof_payment_dialog .opc_billing_address input[type=password],#velsof_payment_dialog .opc_billing_address input[type=tel],#velsof_payment_dialog .opc_billing_address input[type=text],#velsof_payment_dialog .opc_billing_address select,#velsof_payment_dialog .opc_shipping_address input[type=email],#velsof_payment_dialog .opc_shipping_address input[type=password],#velsof_payment_dialog .opc_shipping_address input[type=tel],#velsof_payment_dialog .opc_shipping_address input[type=text],#velsof_payment_dialog .opc_shipping_address select,#velsof_payment_dialog .payment_update_form input[type=email],#velsof_payment_dialog .payment_update_form input[type=password],#velsof_payment_dialog .payment_update_form input[type=tel],#velsof_payment_dialog .payment_update_form input[type=text],#velsof_payment_dialog .payment_update_form select,#velsof_payment_dialog .shipping_update_form input[type=email],#velsof_payment_dialog .shipping_update_form input[type=password],#velsof_payment_dialog .shipping_update_form input[type=tel],#velsof_payment_dialog .shipping_update_form input[type=text],#velsof_payment_dialog .shipping_update_form select{border:1px solid var(--opc-gray-400);border-radius:var(--opc-border-radius);font-size:1rem;height:40px;line-height:1.5;margin-top:3px;padding:.5rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(max-width:767px){#velsof_payment_dialog .custom-panel input[type=email],#velsof_payment_dialog .custom-panel input[type=password],#velsof_payment_dialog .custom-panel input[type=tel],#velsof_payment_dialog .custom-panel input[type=text],#velsof_payment_dialog .custom-panel select,#velsof_payment_dialog .opc_billing_address input[type=email],#velsof_payment_dialog .opc_billing_address input[type=password],#velsof_payment_dialog .opc_billing_address input[type=tel],#velsof_payment_dialog .opc_billing_address input[type=text],#velsof_payment_dialog .opc_billing_address select,#velsof_payment_dialog .opc_shipping_address input[type=email],#velsof_payment_dialog .opc_shipping_address input[type=password],#velsof_payment_dialog .opc_shipping_address input[type=tel],#velsof_payment_dialog .opc_shipping_address input[type=text],#velsof_payment_dialog .opc_shipping_address select,#velsof_payment_dialog .payment_update_form input[type=email],#velsof_payment_dialog .payment_update_form input[type=password],#velsof_payment_dialog .payment_update_form input[type=tel],#velsof_payment_dialog .payment_update_form input[type=text],#velsof_payment_dialog .payment_update_form select,#velsof_payment_dialog .shipping_update_form input[type=email],#velsof_payment_dialog .shipping_update_form input[type=password],#velsof_payment_dialog .shipping_update_form input[type=tel],#velsof_payment_dialog .shipping_update_form input[type=text],#velsof_payment_dialog .shipping_update_form select{height:40px}}#velsof_payment_dialog .custom-panel input[type=email]:focus,#velsof_payment_dialog .custom-panel input[type=password]:focus,#velsof_payment_dialog .custom-panel input[type=tel]:focus,#velsof_payment_dialog .custom-panel input[type=text]:focus,#velsof_payment_dialog .custom-panel select:focus,#velsof_payment_dialog .opc_billing_address input[type=email]:focus,#velsof_payment_dialog .opc_billing_address input[type=password]:focus,#velsof_payment_dialog .opc_billing_address input[type=tel]:focus,#velsof_payment_dialog .opc_billing_address input[type=text]:focus,#velsof_payment_dialog .opc_billing_address select:focus,#velsof_payment_dialog .opc_shipping_address input[type=email]:focus,#velsof_payment_dialog .opc_shipping_address input[type=password]:focus,#velsof_payment_dialog .opc_shipping_address input[type=tel]:focus,#velsof_payment_dialog .opc_shipping_address input[type=text]:focus,#velsof_payment_dialog .opc_shipping_address select:focus,#velsof_payment_dialog .payment_update_form input[type=email]:focus,#velsof_payment_dialog .payment_update_form input[type=password]:focus,#velsof_payment_dialog .payment_update_form input[type=tel]:focus,#velsof_payment_dialog .payment_update_form input[type=text]:focus,#velsof_payment_dialog .payment_update_form select:focus,#velsof_payment_dialog .shipping_update_form input[type=email]:focus,#velsof_payment_dialog .shipping_update_form input[type=password]:focus,#velsof_payment_dialog .shipping_update_form input[type=tel]:focus,#velsof_payment_dialog .shipping_update_form input[type=text]:focus,#velsof_payment_dialog .shipping_update_form select:focus{border-color:var(--opc-primary);box-shadow:0 0 0 .2rem rgba(57,49,133,.25);outline:0}#velsof_payment_dialog .custom-panel textarea,#velsof_payment_dialog .opc_billing_address textarea,#velsof_payment_dialog .opc_shipping_address textarea,#velsof_payment_dialog .payment_update_form textarea,#velsof_payment_dialog .shipping_update_form textarea{border:1px solid var(--opc-gray-400);border-radius:var(--opc-border-radius);font-size:1rem;line-height:1.5;min-height:80px;padding:.5rem .75rem;width:100%}#velsof_payment_dialog .custom-panel .form-group,#velsof_payment_dialog .opc_billing_address .form-group,#velsof_payment_dialog .opc_shipping_address .form-group,#velsof_payment_dialog .payment_update_form .form-group,#velsof_payment_dialog .shipping_update_form .form-group{margin-bottom:15px}@media(max-width:767px){#velsof_payment_dialog .custom-panel .form-group,#velsof_payment_dialog .opc_billing_address .form-group,#velsof_payment_dialog .opc_shipping_address .form-group,#velsof_payment_dialog .payment_update_form .form-group,#velsof_payment_dialog .shipping_update_form .form-group{margin-bottom:10px}}#velsof_payment_dialog .custom-panel .form-group label,#velsof_payment_dialog .opc_billing_address .form-group label,#velsof_payment_dialog .opc_shipping_address .form-group label,#velsof_payment_dialog .payment_update_form .form-group label,#velsof_payment_dialog .shipping_update_form .form-group label{color:var(--opc-gray-600);display:block;font-size:.8rem;margin-bottom:3px}#velsof_payment_dialog .custom-panel .row,#velsof_payment_dialog .opc_billing_address .row,#velsof_payment_dialog .opc_shipping_address .row,#velsof_payment_dialog .payment_update_form .row,#velsof_payment_dialog .shipping_update_form .row{display:flex!important;flex-wrap:wrap;margin-left:-7.5px;margin-right:-7.5px}#velsof_payment_dialog .custom-panel .row>[class*=col-],#velsof_payment_dialog .opc_billing_address .row>[class*=col-],#velsof_payment_dialog .opc_shipping_address .row>[class*=col-],#velsof_payment_dialog .payment_update_form .row>[class*=col-],#velsof_payment_dialog .shipping_update_form .row>[class*=col-]{padding-left:7.5px;padding-right:7.5px}#velsof_payment_dialog .custom-panel .row .col-sm-6,#velsof_payment_dialog .opc_billing_address .row .col-sm-6,#velsof_payment_dialog .opc_shipping_address .row .col-sm-6,#velsof_payment_dialog .payment_update_form .row .col-sm-6,#velsof_payment_dialog .shipping_update_form .row .col-sm-6{flex:0 0 50%;max-width:50%}@media(max-width:767px){#velsof_payment_dialog .custom-panel .row .col-sm-6,#velsof_payment_dialog .opc_billing_address .row .col-sm-6,#velsof_payment_dialog .opc_shipping_address .row .col-sm-6,#velsof_payment_dialog .payment_update_form .row .col-sm-6,#velsof_payment_dialog .shipping_update_form .row .col-sm-6{flex:0 0 100%;max-width:100%}}#velsof_payment_dialog .custom-panel .row .col-sm-3,#velsof_payment_dialog .opc_billing_address .row .col-sm-3,#velsof_payment_dialog .opc_shipping_address .row .col-sm-3,#velsof_payment_dialog .payment_update_form .row .col-sm-3,#velsof_payment_dialog .shipping_update_form .row .col-sm-3{flex:0 0 25%;max-width:25%}@media(max-width:767px){#velsof_payment_dialog .custom-panel .row .col-sm-3,#velsof_payment_dialog .opc_billing_address .row .col-sm-3,#velsof_payment_dialog .opc_shipping_address .row .col-sm-3,#velsof_payment_dialog .payment_update_form .row .col-sm-3,#velsof_payment_dialog .shipping_update_form .row .col-sm-3{flex:0 0 50%;max-width:50%}}#velsof_payment_dialog .supercheckout-required{color:var(--opc-danger)!important}#velsof_payment_dialog input.error,#velsof_payment_dialog input.is-invalid,#velsof_payment_dialog select.error,#velsof_payment_dialog select.is-invalid,#velsof_payment_dialog textarea.error,#velsof_payment_dialog textarea.is-invalid{border-color:var(--opc-danger)!important}#velsof_payment_dialog input.error:focus,#velsof_payment_dialog input.is-invalid:focus,#velsof_payment_dialog select.error:focus,#velsof_payment_dialog select.is-invalid:focus,#velsof_payment_dialog textarea.error:focus,#velsof_payment_dialog textarea.is-invalid:focus{border-color:var(--opc-danger)!important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)!important}#velsof_payment_dialog .error-message,#velsof_payment_dialog .errorsmall_custom{color:var(--opc-danger)!important;display:block!important;font-size:.75rem!important;line-height:1.2!important;margin-top:.25rem!important}#kb_cart_summary_free_shipping{background-color:color-mix(in srgb,var(--opc-primary) 5%,#fff 95%);border:1px solid var(--opc-primary);border-radius:.8rem;margin-bottom:20px;padding:1rem}#kb_cart_summary_free_shipping h3{font-size:1rem;font-weight:400;margin-bottom:.5rem;text-align:center;width:100%}#kb_cart_summary_free_shipping h3 .price{font-size:1rem;font-weight:600}#kb_cart_summary_free_shipping .progress_block .cicrle_icon{align-items:center;background-color:#fff;border:2px solid #e9ecef;border-radius:50%;display:flex;flex:0 0 30px;height:30px;justify-content:center;margin-left:-5px;padding:0;position:relative;width:30px;z-index:1}#kb_cart_summary_free_shipping .progress_block .cicrle_icon svg{height:auto;margin:3px;width:100%}#kb_cart_summary_free_shipping .progress_block .progress{background:#e9ecef;border-radius:.4rem;box-shadow:none;height:1rem;margin-bottom:0;overflow:visible;position:relative}#kb_cart_summary_free_shipping .progress_block .progress .progress-bar{animation:progress-bar-stripes 2s linear 0s infinite normal none running,animate-positive 1s;background-color:var(--opc-primary);border-radius:.4rem;box-shadow:none;height:1rem;position:relative}.ms-contactstores .cs-store{font-size:.875rem}.ms-contactstores .cs-store--separator{border-bottom:1px solid #dee2e6;margin-bottom:20px;padding-bottom:20px}@media(max-width:1200px){.ms-contactstores .cs-store{font-size:calc(.775rem + .13333vw)}}.ms-contactstores .cs-store-row{display:flex;flex-wrap:wrap}@media(max-width:1199.98px){.ms-contactstores .cs-store-row .cs-col-mb{margin-bottom:10px;margin-top:10px}}.ms-contactstores .cs-store-row .cs-hours-row{align-items:start;display:flex;font-size:.75rem;font-weight:300;justify-content:space-between;max-width:200px;width:100%}.ms-contactstores .cs-store-row .cs-hours-day{line-height:1.1;width:80px}.ms-contactstores .cs-store-map iframe{height:auto;max-width:100%;width:100%}#blockcart-modal #ms_rulescalculator,.blockcart__dropdown #ms_rulescalculator{font-size:.8rem}#blockcart-modal #ms_rulescalculator>.row,.blockcart__dropdown #ms_rulescalculator>.row{display:block;margin:0;width:100%}#blockcart-modal #ms_rulescalculator .r_desc,.blockcart__dropdown #ms_rulescalculator .r_desc{flex:0 0 100%;max-width:100%;width:100%}#blockcart-modal #ms_rulescalculator .r_desc-block,.blockcart__dropdown #ms_rulescalculator .r_desc-block{padding:10px}#blockcart-modal #ms_rulescalculator .r_desc br,.blockcart__dropdown #ms_rulescalculator .r_desc br{display:none}#blockcart-modal #ms_rulescalculator .r_desc .big,.blockcart__dropdown #ms_rulescalculator .r_desc .big{font-size:.9rem;padding-left:5px}#blockcart-modal #ms_rulescalculator .r_desc.grats,.blockcart__dropdown #ms_rulescalculator .r_desc.grats{font-size:1.3rem}#blockcart-modal #ms_rulescalculator .r_desc.grats .r_desc-block,.blockcart__dropdown #ms_rulescalculator .r_desc.grats .r_desc-block{padding:0 10px}#blockcart-modal #ms_rulescalculator .r_bar_rules,.blockcart__dropdown #ms_rulescalculator .r_bar_rules{flex:0 0 100%;max-width:100%;width:100%}#blockcart-modal #ms_rulescalculator .r_bar_rules-block,.blockcart__dropdown #ms_rulescalculator .r_bar_rules-block{padding:0 10px}#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill-bar,#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill:before,.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill-bar,.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill:before{height:8px}#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill p,.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill p{margin-bottom:1.2rem}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:.625rem;padding-right:.625rem;width:100%}@media(min-width:576px){.container,.container-sm{max-width:95vw}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:95vw}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:95vw}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1100px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}@media(min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1400px}}@media(min-width:1800px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1600px}}@media(min-width:1920px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1600px}}.position-unset{position:unset!important}*{scrollbar-color:#aaa #efefef;scrollbar-width:thin}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#efefef}::-webkit-scrollbar-thumb{background-color:#aaa;border:none;border-radius:0}._btn,a:hover{text-decoration:none}._btn{display:inline-block;width:-moz-max-content;width:max-content}._btn:after{border-bottom:1px solid;content:"";display:block;margin-top:1px;transform:scale(0) translateX(100%);transition:transform .25s ease-in-out}._btn:hover{color:inherit;text-decoration:none}._btn:hover:after{transform:scaleX(.8) translateX(0)}.btn{border:none;line-height:1.6rem}.btn:focus{border:none;box-shadow:none}.btn-secondary{background-color:#9fc521;border-color:#9fc521;color:#fff}.btn-secondary:hover{background-color:#8aaa1f;border-color:#8aaa1f;color:#fff}input:focus,input:hover{box-shadow:none}.block_title{color:#a18064;display:block;font-size:clamp(1.8rem,2vw,4.6875rem);font-weight:100;line-height:1;margin-bottom:30px;margin-top:30px;text-transform:lowercase}.ps-socialfollow-discord{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA3MSA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik02MC4xMDQ1IDQuODk3OEM1NS41NzkyIDIuODIxNCA1MC43MjY1IDEuMjkxNiA0NS42NTI3IDAuNDE1NDJDNDUuNTYwMyAwLjM5ODUxIDQ1LjQ2OCAwLjQ0MDc2OSA0NS40MjA0IDAuNTI1Mjg5QzQ0Ljc5NjMgMS42MzUzIDQ0LjEwNSAzLjA4MzQgNDMuNjIwOSA0LjIyMTZDMzguMTYzNyAzLjQwNDYgMzIuNzM0NSAzLjQwNDYgMjcuMzg5MiA0LjIyMTZDMjYuOTA1IDMuMDU4MSAyNi4xODg2IDEuNjM1MyAyNS41NjE3IDAuNTI1Mjg5QzI1LjUxNDEgMC40NDM1ODkgMjUuNDIxOCAwLjQwMTMzIDI1LjMyOTQgMC40MTU0MkMyMC4yNTg0IDEuMjg4OCAxNS40MDU3IDIuODE4NiAxMC44Nzc2IDQuODk3OEMxMC44Mzg0IDQuOTE0NyAxMC44MDQ4IDQuOTQyOSAxMC43ODI1IDQuOTc5NUMxLjU3Nzk1IDE4LjczMDkgLTAuOTQzNTYxIDMyLjE0NDMgMC4yOTM0MDggNDUuMzkxNEMwLjI5OTAwNSA0NS40NTYyIDAuMzM1Mzg2IDQ1LjUxODIgMC4zODU3NjEgNDUuNTU3NkM2LjQ1ODY2IDUwLjAxNzQgMTIuMzQxMyA1Mi43MjQ5IDE4LjExNDcgNTQuNTE5NUMxOC4yMDcxIDU0LjU0NzcgMTguMzA1IDU0LjUxMzkgMTguMzYzOCA1NC40Mzc4QzE5LjcyOTUgNTIuNTcyOCAyMC45NDY5IDUwLjYwNjMgMjEuOTkwNyA0OC41MzgzQzIyLjA1MjMgNDguNDE3MiAyMS45OTM1IDQ4LjI3MzUgMjEuODY3NiA0OC4yMjU2QzE5LjkzNjYgNDcuNDkzMSAxOC4wOTc5IDQ2LjYgMTYuMzI5MiA0NS41ODU4QzE2LjE4OTMgNDUuNTA0MSAxNi4xNzgxIDQ1LjMwNCAxNi4zMDY4IDQ1LjIwODJDMTYuNjc5IDQ0LjkyOTMgMTcuMDUxMyA0NC42MzkxIDE3LjQwNjcgNDQuMzQ2MUMxNy40NzEgNDQuMjkyNiAxNy41NjA2IDQ0LjI4MTMgMTcuNjM2MiA0NC4zMTUxQzI5LjI1NTggNDkuNjIwMiA0MS44MzU0IDQ5LjYyMDIgNTMuMzE3OSA0NC4zMTUxQzUzLjM5MzUgNDQuMjc4NSA1My40ODMxIDQ0LjI4OTggNTMuNTUwMiA0NC4zNDMzQzUzLjkwNTcgNDQuNjM2MyA1NC4yNzc5IDQ0LjkyOTMgNTQuNjUyOSA0NS4yMDgyQzU0Ljc4MTYgNDUuMzA0IDU0Ljc3MzIgNDUuNTA0MSA1NC42MzMzIDQ1LjU4NThDNTIuODY0NiA0Ni42MTk3IDUxLjAyNTkgNDcuNDkzMSA0OS4wOTIxIDQ4LjIyMjhDNDguOTY2MiA0OC4yNzA3IDQ4LjkxMDIgNDguNDE3MiA0OC45NzE4IDQ4LjUzODNDNTAuMDM4IDUwLjYwMzQgNTEuMjU1NCA1Mi41Njk5IDUyLjU5NTkgNTQuNDM1QzUyLjY1MTkgNTQuNTEzOSA1Mi43NTI2IDU0LjU0NzcgNTIuODQ1IDU0LjUxOTVDNTguNjQ2NCA1Mi43MjQ5IDY0LjUyOSA1MC4wMTc0IDcwLjYwMTkgNDUuNTU3NkM3MC42NTUxIDQ1LjUxODIgNzAuNjg4NyA0NS40NTkgNzAuNjk0MyA0NS4zOTQyQzcyLjE3NDcgMzAuMDc5MSA2OC4yMTQ3IDE2Ljc3NTcgNjAuMTk2OCA0Ljk4MjNDNjAuMTc3MiA0Ljk0MjkgNjAuMTQzNyA0LjkxNDcgNjAuMTA0NSA0Ljg5NzhaTTIzLjcyNTkgMzcuMzI1M0MyMC4yMjc2IDM3LjMyNTMgMTcuMzQ1MSAzNC4xMTM2IDE3LjM0NTEgMzAuMTY5M0MxNy4zNDUxIDI2LjIyNSAyMC4xNzE3IDIzLjAxMzMgMjMuNzI1OSAyMy4wMTMzQzI3LjMwOCAyMy4wMTMzIDMwLjE2MjYgMjYuMjUzMiAzMC4xMDY2IDMwLjE2OTNDMzAuMTA2NiAzNC4xMTM2IDI3LjI4IDM3LjMyNTMgMjMuNzI1OSAzNy4zMjUzWk00Ny4zMTc4IDM3LjMyNTNDNDMuODE5NiAzNy4zMjUzIDQwLjkzNzEgMzQuMTEzNiA0MC45MzcxIDMwLjE2OTNDNDAuOTM3MSAyNi4yMjUgNDMuNzYzNiAyMy4wMTMzIDQ3LjMxNzggMjMuMDEzM0M1MC45IDIzLjAxMzMgNTMuNzU0NSAyNi4yNTMyIDUzLjY5ODYgMzAuMTY5M0M1My42OTg2IDM0LjExMzYgNTAuOSAzNy4zMjUzIDQ3LjMxNzggMzcuMzI1M1oiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI3MSIgaGVpZ2h0PSI1NSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);background-position:50%;background-size:2rem auto}.img-preview{margin:10px 0}.error{color:red}p.payment_module a.payu{background:#fbfbfb none;padding:33px 40px 34px 15px;font-weight:700}p.payment_module a.payu_card{background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI5NSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDk1IDIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGcgdHJhbnNmb3JtPSJtYXRyaXgoLjMxNjIgMCAwIC4zMTk0IDU1LjgyIC0yLjM3NikiPgogIDxyZWN0IHg9IjQ4LjM3IiB5PSIxNS4xNCIgd2lkdGg9IjM0LjY2IiBoZWlnaHQ9IjU2LjYxIiBmaWxsPSIjZmY1ZjAwIi8+CiAgPHBhdGggZD0ibTUxLjk0IDQzLjQ1YTM1Ljk0IDM1Ljk0IDAgMDExMy43NS0yOC4zIDM2IDM2IDAgMTAwIDU2LjYxIDM1Ljk0IDM1Ljk0IDAgMDEtMTMuNzUtMjguMzF6IiBmaWxsPSIjZWIwMDFiIi8+CiAgPHBhdGggZD0ibTEyMy45IDQzLjQ1YTM2IDM2IDAgMDEtNTguMjUgMjguMyAzNiAzNiAwIDAwMC01Ni42MSAzNiAzNiAwIDAxNTguMjUgMjguM3oiIGZpbGw9IiNmNzllMWIiLz4KIDwvZz4KIDxwYXRoIGQ9Im0yNS43NCAzLjQxMy0zLjQ3NSAxNi4zMWgtNC4ybDMuNDc1LTE2LjMxem0xNy42NyAxMC41MyAyLjIxMi02LjEyNSAxLjI3MyA2LjEyNXptNC42ODcgNS43NzloMy44ODVsLTMuMzktMTYuMzFoLTMuNTg3Yy0uODA1OCAwLTEuNDg2LjQ3MS0xLjc4OSAxLjE5N2wtNi4zMDMgMTUuMTJoNC40MTFsLjg3NTgtMi40MzZoNS4zODl6bS0xMC45Ni01LjMyN2MuMDE4MDktNC4zMDUtNS45MjctNC41NDMtNS44ODYtNi40NjYuMDEyMjYtLjU4NTYuNTY3Ny0xLjIwNyAxLjc4MS0xLjM2Ny42MDI4LS4wNzkwNiAyLjI2MS0uMTM5NyA0LjE0My43MzAxbC43MzY2LTMuNDU5Yy0xLjAxMS0uMzY4OS0yLjMxMS0uNzIzNC0zLjkzLS43MjM0LTQuMTUyIDAtNy4wNzQgMi4yMTctNy4wOTggNS4zOTMtLjAyNTk5IDIuMzQ3IDIuMDg2IDMuNjU4IDMuNjc5IDQuNDM5IDEuNjM1Ljc5OTggMi4xODYgMS4zMTIgMi4xOCAyLjAyNy0uMDEwODggMS4wOTUtMS4zMDYgMS41NzgtMi41MTQgMS41OTYtMi4xMTIuMDMzNTktMy4zMzgtLjU3MjgtNC4zMTUtMS4wM2wtLjc2MSAzLjU3NGMuOTgxMy40NTMxIDIuNzkzLjg0NjUgNC42NzIuODY2OCA0LjQxMyAwIDcuMjk5LTIuMTkxIDcuMzE0LTUuNTgxbS0xNy40LTEwLjk5LTYuODA1IDE2LjMxaC00LjQ0bC0zLjM0OS0xMy4wMmMtLjIwMzQtLjgwMTktLjM4MDMtMS4wOTUtLjk5ODctMS40MzMtMS4wMDktLjU1MDMtMi42NzYtMS4wNjctNC4xNDQtMS4zODdsLjEwMDYtLjQ3MzloNy4xNDdjLjkxMDcgMCAxLjczLjYwOSAxLjkzNyAxLjY2NGwxLjc2OSA5LjQ0IDQuMzcxLTExLjF6IiBzdHlsZT0iZmlsbDojMTQzNGNiO3N0cm9rZS13aWR0aDoxLjUzMyIvPgo8L3N2Zz4K) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_card{padding:33px 40px 34px 120px}p.payment_module a.payu_blik{background:url(../../../../modules/payu/img/blik.svg) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_blik{padding:33px 40px 34px 80px}p.payment_module a.payu_main{background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1MCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDUwIDI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGcgdHJhbnNmb3JtPSJtYXRyaXgoLjI1IDAgMCAuMjUgLTVlLTUgMCkiIGZpbGw9IiMwMDIxMjQiIHN0cm9rZS13aWR0aD0iMS40Nzk1Ij4KICA8cGF0aCBjbGFzcz0iYyIgZD0ibTE3My40IDM3LjczN2MtMS4zMDA2IDAtMi4zNS0xLjA1MTUtMi4zNS0yLjM1NDl2LTEwLjQxMmgtMC44NTcyM2MtNS4zNzk4IDAtNy4zNzUxIDAuODg4NjItNy4zNzUxIDUuODA1N3YzMC4zOTJjMCAxLjk1NS0wLjM4NDI3IDMuNTI0OS0xLjE1MjggNC43MzkzLTEuNDYzMiAyLjI2Ni00LjM3NDggMy4yODc5LTkuMDE1NyAzLjMwMjctNC42NDA4IDAtNy41NTI1LTEuMDM2Ny05LjAxNTctMy4zMDI3LTAuNzgzMzMtMS4yMTQ1LTEuMTUyOC0yLjc2OTYtMS4xNTI4LTQuNzM5M3YtMzAuMzkxYzAtNC45MTcxLTEuOTk1My01LjgwNTctNy4zNzUxLTUuODA1N2gtMS42OTk3Yy01LjM3OTggMC03LjM3NTEgMC44ODg2Mi03LjM3NTEgNS44MDU3djMwLjM5MWMwIDQuODg3NCAxLjA5MzcgOS4wMzQ0IDMuMjIyIDEyLjM2NyA0LjEwODggNi40NzIyIDEyLjA2IDkuOTA4MiAyMy4zNjcgOS45MDgyaDAuMDg4NmMxMS4zMDcgMCAxOS4yNTgtMy40NTA4IDIzLjM2Ny05LjkwODIgMi4xMjgzLTMuMzMyMyAzLjIyMi03LjQ3OTMgMy4yMjItMTIuMzY3di0yMy40MTVoLTUuODUyOHoiLz4KICA8cmVjdCBjbGFzcz0iYyIgeD0iMTg3LjY2IiB5PSI4LjQ3MTYiIHdpZHRoPSIxMi4zNDEiIGhlaWdodD0iMTIuNDciIHJ4PSIxLjc0NCIgcnk9IjEuNzQ3NiIvPgogIDxyZWN0IGNsYXNzPSJjIiB4PSIxNzkuMjgiIHdpZHRoPSI4LjM4MDEiIGhlaWdodD0iOC40NzE2IiByeD0iMS4xODI0IiByeT0iMS4xODQ4Ii8+CiAgPHBhdGggY2xhc3M9ImMiIGQ9Im0yMi44MiAyNC45NTZoLTEyLjg3M2MtNi44NzI2IDAtOS45NDY4IDMuMDY1OC05Ljk0NjggOS45Njc0djQ0LjI1NGMwIDIuNjY1OSAwLjg1NzIzIDMuNTEwMSAzLjUwMjggMy41MTAxaDAuODcyMDFjMi42NjA0IDAgMy41MDI4LTAuODU5IDMuNTAyOC0zLjUxMDF2LTE3LjIyNWgxNC45MjhjMTMuMjQzIDAgMTkuNDIxLTUuODc5NyAxOS40MjEtMTguNDk4IDAtMTIuNjE4LTYuMTYzMi0xOC40OTgtMTkuNDIxLTE4LjQ5OHptMTEuNTI4IDE4LjQ5OGMwIDcuMjEyNy0xLjgzMjcgMTEuMTIzLTExLjUyOCAxMS4xMjNoLTE0LjkyOHYtMTguNjE3YzAtMi41NzcgMC45NjA2OS0zLjUzOTcgMy41MzI0LTMuNTM5N2gxMS4zOTVjNy4zMDEyIDAgMTEuNTI4IDEuODA2OSAxMS41MjggMTEuMDM0eiIvPgogIDxwYXRoIGNsYXNzPSJjIiBkPSJtNTguODA5IDM3LjY0OGMtNS4wOTkgMC04LjI5MTUgMC42MzY4NS05LjUwMzQgMC44ODg2My0yLjE0MzEgMC40NzM5My0zLjA0NDYgMS4wNTE1LTMuMDQ0NiAzLjUxMDF2MC42OTYwOWMwIDAuOTYyNjggMC4xNDc4IDEuNjI5MSAwLjQ0MzM5IDIuMDg4MyAwLjM1NDcyIDAuNTQ3OTkgMC45MTYzNSAwLjgxNDU3IDEuNjk5NyAwLjgxNDU3IDAuMzY5NSAwIDAuODEyODktMC4wNTkyNCAxLjMzMDItMC4xOTI1NCAxLjIyNjctMC4zMTEwMiA1LjE0MzQtMC45NDc4NyA5LjQyOTUtMC45NDc4NyA3LjcwMDMgMCAxMC44MzQgMi4xMzI3IDEwLjgzNCA3LjM3NTZ2NC42ODAxaC05LjcxMDNjLTEyLjQ3NCAwLTE4LjI4MyA0LjIyMS0xOC4yODMgMTMuMjcgMCA5LjA0OTIgNi4wMDA2IDEzLjYyNiAxNi44OTMgMTMuNjI2IDEyLjk0NyAwIDE4LjcyNi00LjQxMzUgMTguNzI2LTE0LjMyMnYtMTcuMjU0YzAtOS41ODIzLTYuMTQ4NC0xNC4yMzMtMTguODE1LTE0LjIzM3ptMTEuMTg4IDI1LjE0OHY2LjA3MjNjMCA0Ljk0NjctMS44MzI3IDcuODA1MS0xMS4xODggNy44MDUxLTYuMTc3OSAwLTkuMTc4Mi0yLjIzNjQtOS4xNzgyLTYuODU3MiAwLTUuMDUwNCAzLjAxNTEtNy4wMjAxIDEwLjc0NS03LjAyMDF6Ii8+CiAgPHBhdGggY2xhc3M9ImMiIGQ9Im0xMjAuMjkgMzkuNzA3Yy0wLjU0Njg1LTAuNjk2MDktMS41OTYyLTAuNzg0OTUtMi42MzA4LTAuNzg0OTVoLTAuNzgzMzNjLTIuNjAxMiAwLTMuNjIxIDAuNzk5NzYtNC4xODI3IDMuMzAyN2wtNy4yMTI1IDMwLjA1Yy0wLjkwMTU3IDMuNjg3OC0yLjE3MjYgNC4zNjkxLTQuMzMwNSA0LjM2OTEtMi42NDU2IDAtMy43MDk3LTAuNjM2ODUtNC43NzM5LTQuMzgzOWwtOC4xNzMyLTMwLjA1Yy0wLjY3OTg3LTIuNTE3OC0xLjY3MDEtMy4yODc5LTQuMjcxNC0zLjI4NzloLTAuNjk0NjVjLTEuMDQ5NCAwLTIuMDk4NyAwLjEwMzY3LTIuNjMwOCAwLjc5OTc2cy0wLjM1NDcyIDEuNzQ3Ni0wLjA3MzkgMi43ODQ0bDguMjYxOSAzMC4zMTdjMS41NTE5IDUuODA1NyAzLjM4NDYgMTAuNjA0IDEwLjI3MiAxMC42MDQgMS4yODU4IDAgMi40NjgyLTAuMTc3NzMgMy40NTg1LTAuNTE4MzYtMi4wODQgNi41NzU4LTQuMjEyMiA5LjQ3ODctMTAuNDY0IDEwLjExNi0xLjI3MTEgMC4xMDM2Ny0yLjA5ODcgMC4yODE0LTIuNTU2OSAwLjkwMzQ0LTAuNDcyOTUgMC42MzY4NS0wLjM2OTQ5IDEuNTU1MS0wLjE5MjE0IDIuMzg0NWwwLjE3NzM2IDAuNzcwMTRjMC4zNjk1IDEuNzkyMSAxLjAwNSAyLjkxNzcgMy4wMjk5IDIuOTE3NyAwLjIwNjkyIDAgMC40NDMzOSAwIDAuNjc5ODctMC4wMjk2MiA5LjM0MDgtMC42MDcyMyAxNC4zNTEtNS42NTc2IDE3LjI5Mi0xNy40MDJsMTAuMDA2LTQwLjA5MmMwLjIzNjQ3LTEuMDIxOSAwLjM4NDI3LTIuMDczNS0wLjE2MjU4LTIuNzY5NXoiLz4KICA8cGF0aCBjbGFzcz0iYyIgZD0ibTE4NS4zMSAyMC45NDJoLTExLjkxMmMtMS4zMDA2IDAtMi4zNSAxLjA1MTUtMi4zNSAyLjM1NDl2MS42NTg4aDAuODI3NjdjNS4zNzk4IDAgNy4zNzUxIDAuODg4NjMgNy4zNzUxIDUuODA1N3Y2Ljk3NTdoNi4wNTk3YzEuMzAwNiAwIDIuMzUtMS4wNTE1IDIuMzUtMi4zNTQ5di0xMi4wODVjMC0xLjMwMzMtMS4wNDk0LTIuMzU0OS0yLjM1LTIuMzU0OXoiLz4KIDwvZz4KPC9zdmc+Cg==) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_main{padding:33px 40px 34px 75px}p.payment_module a.payu_klarna{background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQ0OCA2MDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU5cHgiIGhlaWdodD0iMjVweCI+CiAgICA8cGF0aCBkPSJNMCAzMDQuNDkzQzAgMTgwLjU4NSAwIDExOC42MzEgMzAuMzk5NSA3NC41MDc5QzQyLjI5NDcgNTcuMjQyNyA1Ny4yNDI3IDQyLjI5NDcgNzQuNTA3OSAzMC4zOTk1QzExOC42MzEgMCAxODAuNTg1IDAgMzA0LjQ5MyAwSDExNDIuNzVDMTI2Ni42NSAwIDEzMjguNjEgMCAxMzcyLjczIDMwLjM5OTVDMTM5MCA0Mi4yOTQ3IDE0MDQuOTUgNTcuMjQyNyAxNDE2Ljg0IDc0LjUwNzlDMTQ0Ny4yNCAxMTguNjMxIDE0NDcuMjQgMTgwLjU4NSAxNDQ3LjI0IDMwNC40OTNDMTQ0Ny4yNCA0MjguNDAyIDE0NDcuMjQgNDkwLjM1NiAxNDE2Ljg0IDUzNC40NzlDMTQwNC45NSA1NTEuNzQ0IDEzOTAgNTY2LjY5MiAxMzcyLjczIDU3OC41ODdDMTMyOC42MSA2MDguOTg3IDEyNjYuNjUgNjA4Ljk4NyAxMTQyLjc1IDYwOC45ODdIMzA0LjQ5NEMxODAuNTg1IDYwOC45ODcgMTE4LjYzMSA2MDguOTg3IDc0LjUwNzkgNTc4LjU4N0M1Ny4yNDI3IDU2Ni42OTIgNDIuMjk0NyA1NTEuNzQ0IDMwLjM5OTUgNTM0LjQ3OUMwIDQ5MC4zNTYgMCA0MjguNDAyIDAgMzA0LjQ5M1oiIGZpbGw9IiNGRkE4Q0QiLz4KICAgIDxwYXRoIGQ9Ik0xMTY2LjE3IDM4OS4wMDVDMTE0MC45MiAzODkuMDA1IDExMjEuMjQgMzY4LjEyNSAxMTIxLjI0IDM0Mi43NzFDMTEyMS4yNCAzMTcuNDE2IDExNDAuOTIgMjk2LjUzNiAxMTY2LjE3IDI5Ni41MzZDMTE5MS40MiAyOTYuNTM2IDEyMTEuMSAzMTcuNDE2IDEyMTEuMSAzNDIuNzcxQzEyMTEuMSAzNjguMTI1IDExOTEuNDIgMzg5LjAwNSAxMTY2LjE3IDM4OS4wMDVaTTExNTMuNTQgNDM3Ljg1QzExNzUuMDggNDM3Ljg1IDEyMDIuNTYgNDI5LjY0NyAxMjE3Ljc5IDM5Ny41ODFMMTIxOS4yNyAzOTguMzI3QzEyMTIuNTkgNDE1Ljg1MSAxMjEyLjU5IDQyNi4yOTIgMTIxMi41OSA0MjguOTAyVjQzMy4wMDNIMTI2Ni44VjI1Mi41MzhIMTIxMi41OVYyNTYuNjRDMTIxMi41OSAyNTkuMjUgMTIxMi41OSAyNjkuNjkgMTIxOS4yNyAyODcuMjE0TDEyMTcuNzkgMjg3Ljk2QzEyMDIuNTYgMjU1Ljg5NCAxMTc1LjA4IDI0Ny42OTEgMTE1My41NCAyNDcuNjkxQzExMDEuOTMgMjQ3LjY5MSAxMDY1LjU0IDI4OC43MDYgMTA2NS41NCAzNDIuNzcxQzEwNjUuNTQgMzk2LjgzNSAxMTAxLjkzIDQzNy44NSAxMTUzLjU0IDQzNy44NVpNOTcxLjIxNiAyNDcuNjkxQzk0Ni43MDcgMjQ3LjY5MSA5MjcuMzk3IDI1Ni4yNjcgOTExLjgwMSAyODcuOTZMOTEwLjMxNiAyODcuMjE0QzkxNyAyNjkuNjkgOTE3IDI1OS4yNSA5MTcgMjU2LjY0VjI1Mi41MzhIODYyLjc4NFY0MzMuMDAzSDkxOC40ODVWMzM3LjkyM0M5MTguNDg1IDMxMi45NDIgOTMyLjk2OCAyOTcuMjgxIDk1Ni4zNjIgMjk3LjI4MUM5NzkuNzU3IDI5Ny4yODEgOTkxLjI2OCAzMTAuNzA0IDk5MS4yNjggMzM3LjU1VjQzMy4wMDNIMTA0Ni45N1YzMTguMTYyQzEwNDYuOTcgMjc3LjE0NyAxMDE1LjAzIDI0Ny42OTEgOTcxLjIxNiAyNDcuNjkxWk03ODIuMjAzIDI4Ny45Nkw3ODAuNzE3IDI4Ny4yMTRDNzg3LjQwMSAyNjkuNjkgNzg3LjQwMSAyNTkuMjUgNzg3LjQwMSAyNTYuNjRWMjUyLjUzOEg3MzMuMTg2VjQzMy4wMDNINzg4Ljg4N0w3ODkuMjU4IDM0Ni4xMjZDNzg5LjI1OCAzMjAuNzcyIDgwMi42MjYgMzA1LjQ4NCA4MjQuNTM2IDMwNS40ODRDODMwLjQ3NyAzMDUuNDg0IDgzNS4zMDUgMzA2LjIzIDg0MC44NzUgMzA3LjcyMlYyNTIuNTM4QzgxNi4zNjYgMjQ3LjMxOCA3OTQuNDU3IDI1Ni42NCA3ODIuMjAzIDI4Ny45NlpNNjA1LjA3MyAzODkuMDA1QzU3OS44MjEgMzg5LjAwNSA1NjAuMTQgMzY4LjEyNSA1NjAuMTQgMzQyLjc3MUM1NjAuMTQgMzE3LjQxNiA1NzkuODIxIDI5Ni41MzYgNjA1LjA3MyAyOTYuNTM2QzYzMC4zMjQgMjk2LjUzNiA2NTAuMDA1IDMxNy40MTYgNjUwLjAwNSAzNDIuNzcxQzY1MC4wMDUgMzY4LjEyNSA2MzAuMzI0IDM4OS4wMDUgNjA1LjA3MyAzODkuMDA1Wk01OTIuNDQ3IDQzNy44NUM2MTMuOTg1IDQzNy44NSA2NDEuNDY0IDQyOS42NDcgNjU2LjY4OSAzOTcuNTgxTDY1OC4xNzQgMzk4LjMyN0M2NTEuNDkgNDE1Ljg1MSA2NTEuNDkgNDI2LjI5MiA2NTEuNDkgNDI4LjkwMlY0MzMuMDAzSDcwNS43MDZWMjUyLjUzOEg2NTEuNDlWMjU2LjY0QzY1MS40OSAyNTkuMjUgNjUxLjQ5IDI2OS42OSA2NTguMTc0IDI4Ny4yMTRMNjU2LjY4OSAyODcuOTZDNjQxLjQ2NCAyNTUuODk0IDYxMy45ODUgMjQ3LjY5MSA1OTIuNDQ3IDI0Ny42OTFDNTQwLjgzIDI0Ny42OTEgNTA0LjQzOSAyODguNzA2IDUwNC40MzkgMzQyLjc3MUM1MDQuNDM5IDM5Ni44MzUgNTQwLjgzIDQzNy44NSA1OTIuNDQ3IDQzNy44NVpNNDI2LjgyOCA0MzMuMDAzSDQ4Mi41M1YxNzJINDI2LjgyOFY0MzMuMDAzWk0zODUuOTgxIDE3MkgzMjkuMTY1QzMyOS4xNjUgMjE4LjYwOCAzMDAuNTcyIDI2MC4zNjggMjU3LjEyNSAyOTAuMTk3TDI0MC4wNDMgMzAyLjEyOVYxNzJIMTgxVjQzMy4wMDNIMjQwLjA0M1YzMDMuNjJMMzM3LjcwNiA0MzMuMDAzSDQwOS43NDdMMzE1Ljc5NyAzMDkuMjEzQzM1OC41MDEgMjc4LjI2NiAzODYuMzUyIDIzMC4xNjYgMzg1Ljk4MSAxNzJaIiBmaWxsPSIjMEIwNTFEIi8+Cjwvc3ZnPg==) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_klarna{padding:33px 40px 34px 90px}p.payment_module a.payu_paypo{background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGhlaWdodD0iMjUiIHdpZHRoPSI5MSIgdmlld0JveD0iMCAwIDkxIDI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGcgdHJhbnNmb3JtPSJtYXRyaXgoLjUwNzc0IDAgMCAuNTA4MzIgLTIuNDgwOCAtMS43MzM0KSI+CiAgPHBhdGggZD0ibTI5LjQ2MSAzMS4zNDh2MTAuNDQ5aC0xMC41MTJ2LTEwLjQ0OXoiIGZpbGw9IiNhNjAyODIiLz4KICA8cGF0aCBkPSJtMjkuNDE0IDE3LjE3MnYxMC41MzFoLTEwLjUwOHYtMTAuNTMxeiIgZmlsbD0iIzM1YjM4NSIvPgogIDxwYXRoIGQ9Im0xNS4zOTggMzEuMjE5djEwLjUzNWgtMTAuNTEydi0xMC41MzV6IiBmaWxsPSIjZmFjZjU5Ii8+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgPHBhdGggZD0ibTYwLjc5NyAxNi41MTJjMCA3LjI2MTctNS44MjgxIDEzLjEwNS0xMy4zNDggMTMuMTA1aC01LjcyMjd2MTIuMDEyaC04LjcxODh2LTM4LjIxOWgxNC40NDFjNy41MTk1IDAgMTMuMzQ4IDUuODQzOCAxMy4zNDggMTMuMTAyem0tOC43MTQ4IDBjMC0yLjc4OTEtMS45NjQ4LTQuOTE4LTQuNjMyOC00LjkxOGgtNS43MjI3djkuODMyaDUuNzIyN2MyLjY2OCAwIDQuNjMyOC0yLjEyNSA0LjYzMjgtNC45MTQxeiIvPgogICA8cGF0aCBkPSJtOTEuMjAzIDEzLjU4NnYyOC4wMzVoLTguMzkwNnYtMi42MzI4Yy0xLjg0MzggMi4xMjUtNC41ODU5IDMuNDE4LTguMzMyIDMuNDE4LTcuMzI4MSAwLTEzLjM3MS02LjQ0NTMtMTMuMzcxLTE0LjgwMXM2LjA0My0xNC44MDEgMTMuMzcxLTE0LjgwMWMzLjc0NjEgMCA2LjQ4MDUgMS4yODkxIDguMzMyIDMuNDE4di0yLjYzMjh6bS04LjM5MDYgMTQuMDJjMC00LjIwNy0yLjgwMDgtNi44NDM4LTYuNjU2Mi02Ljg0MzhzLTYuNjU2MiAyLjYzNjctNi42NTYyIDYuODQzOGMwIDQuMTk5MiAyLjgwMDggNi44NDM4IDYuNjU2MiA2Ljg0MzhzNi42NTYyLTIuNjQ0NSA2LjY1NjItNi44NDM4eiIvPgogICA8cGF0aCBkPSJtMTIzLjA3IDEzLjU4Ni05LjQ5MjIgMjcuMDA0Yy0zLjExMzMgOC44NTE2LTguMDU4NiAxMi4zNTktMTUuODM2IDExLjk3M3YtNy43OTY5YzMuODkwNiAwIDUuNzI2Ni0xLjIzMDUgNi45NDkyLTQuNjIxMWwtMTEuMDUxLTI2LjU1OWg5LjE2NDFsNi4xNjggMTcuMDM1IDUuMjIyNy0xNy4wMzV6Ii8+CiAgIDxwYXRoIGQ9Im0xNTQuMTQgMTYuNTEyYzAgNy4yNjE3LTUuODMyIDEzLjEwNS0xMy4zNTIgMTMuMTA1aC01LjcyMjZ2MTIuMDEyaC04LjcxNDh2LTM4LjIxOWgxNC40MzhjNy41MTE3IDAgMTMuMzUyIDUuODQzOCAxMy4zNTIgMTMuMTAyem0tOC43MTg4IDBjMC0yLjc4OTEtMS45NjA5LTQuOTE4LTQuNjMyOC00LjkxOGgtNS43MjI2djkuODMyaDUuNzIyNmMyLjY3MTkgMCA0LjYzMjgtMi4xMjUgNC42MzI4LTQuOTE0MXoiLz4KICAgPHBhdGggZD0ibTE1NS4yMyAyNy45ODhjMC04LjE0MDYgNi40Mjk3LTE0LjQyMiAxNC40MzgtMTQuNDIyIDguMDExNyAwIDE0LjQ0NSA2LjI4MTIgMTQuNDQ1IDE0LjQyMiAwIDguMTMyOC02LjQzMzYgMTQuNDE4LTE0LjQ0NSAxNC40MTgtOC4wMDc4IDAtMTQuNDM4LTYuMjgxMi0xNC40MzgtMTQuNDE4em0yMC43MDcgMGMwLTMuODc4OS0yLjcyNjYtNi40NDUzLTYuMjY5NS02LjQ0NTNzLTYuMjY1NiAyLjU2NjQtNi4yNjU2IDYuNDQ1M2MwIDMuODcxMSAyLjcyMjcgNi40NDE0IDYuMjY1NiA2LjQ0MTRzNi4yNjk1LTIuNTY2NCA2LjI2OTUtNi40NDE0eiIvPgogIDwvZz4KIDwvZz4KPC9zdmc+Cg==) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_paypo{padding:33px 40px 34px 115px}p.payment_module a.payu_twisto{background:url(../../../../modules/payu/img/payu_later_twisto_logo.svg) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_twisto{padding:33px 40px 34px 110px}p.payment_module a.payu_twisto_slice{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDc3My41IDI3My43IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSI+CiAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBmaWxsPSIjMDBiYmI0IiBkPSJNMTQ0LjIsMjguMWMwLDQwLjMsMzIuNCw3Mi41LDcyLjIsNzIuNVYyOC4xaC03Mi4yWiIgLz4KICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiM0ZDAwOGMiIGQ9Ik03Mi4yLDEwMC42djE0NS4xaDcyVjI4LjFIMHY3Mi41aDcyLjJaIiAvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzRkMDA4YyIgZD0iTTMwNiwxMjMuNFY1MC4xaDExLjNsMzQuOCw0NC40di00NC40aDE2LjJ2NzMuM2gtMTEuOWwtMzQuMy00NHY0NGgtMTYuMi4yWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjNGQwMDhjIiBkPSJNNDE2LjMsMTE4LjhjLTMuOCwzLjgtOC41LDUuMy0xMy45LDUuMy0xNC41LDAtMjQuMi0xMi4xLTI0LjItMjYuMXM5LjUtMjYuMSwyNC4yLTI2LjEsMTAuMSwxLjcsMTMuOSw1LjNoMGwzLjYtNC40aDExLjl2NTAuM2gtMTUuNnYtNC40aDB2LjJaTTQxNS40LDkxLjhjLTIuMy0zLjgtNS42LTUuNy0xMC01LjdzLTMuOS41LTUuOSwxLjRjLTMuNiwyLjMtNS42LDYuMy01LjYsMTAuNiwwLDYuNSw0LjQsMTEuOSwxMS4zLDExLjlzMTEuMy01LjEsMTEuMy0xMS45LS41LTQuNC0xLjQtNi4yaC4yWk0zOTkuNSw2Ny4ybC01LjEtNy42LDE2LjYtMTUuNiw4LjgsMTIuMi0xOS45LDEwLjloLS4zWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjNGQwMDhjIiBkPSJNNDc1LjEsMTIzLjRsLTE2LjMtMjQuM3YyNC4zaC0xNS45VjQ4LjFoMTUuOXY0Ny40bDE2LjItMjIuNWgxNy43bC0xOC40LDIzLjcsMTkuNSwyNi43aC0xOC42di0uMloiIC8+CiAgICAgICAgPHBhdGggZmlsbD0iIzRkMDA4YyIgZD0iTTQ5NS4zLDEwNS4ydi0zMi4zaDE1Ljl2MjguN2MwLDUsMy41LDguOSw4LjYsOC45czMuMy0uMyw0LjUtMS4yYzIuOS0xLjUsNC40LTQuNSw0LjQtNy43di0yOC43aDE1Ljl2NTAuNWgtMTIuNGwtMy41LTMuOWMtMy41LDMuNS05LjQsNS0xNC4yLDUtMTAuNiwwLTE5LjItOC41LTE5LjItMTkuMloiIC8+CiAgICAgICAgPHBhdGggZmlsbD0iIzRkMDA4YyIgZD0iTTYwNy4zLDk4YzAsMTQuMi05LjUsMjYuNC0yNC42LDI2LjRzLTYuNS0uOC05LjUtMmMtMS40LS44LTIuNy0xLjctMy45LTIuNnYuOGwtMy41LDI0LjJoLTEyLjJ2LTcxLjhoMTNsMi45LDMuNWMxLjItLjksMi40LTEuNywzLjgtMi40LDIuOS0xLjQsNi0yLjEsOS41LTIuMSwxNC43LDAsMjQuNiwxMS45LDI0LjYsMjYuMWgwdi0uMlpNNTc5LjgsMTEwLjFjNC4xLDAsNy45LTIuMyw5LjgtNS45LDEuMS0xLjcsMS41LTMuOCwxLjUtNi4ycy0uNS00LjQtMS41LTYuMmMtLjktMi0yLjMtMy4zLTMuOS00LjQtMS43LS45LTMuNS0xLjQtNS43LTEuNHMtNC4xLjUtNS45LDEuNGMtMy44LDIuNC01LjYsNi4yLTUuNiwxMC42LDAsNi42LDQuNCwxMi4xLDExLjMsMTIuMWgtLjIuMloiIC8+CiAgICAgICAgPHBhdGggZmlsbD0iIzRkMDA4YyIgZD0iTTM1NSwxOTAuM3YzMi4yaC0xNS45di0yOC43YzAtNS0zLjUtOC44LTguNi04LjhzLTguOCwzLjUtOC44LDguOHYyOC43aC0xNS45di01MC41aDEyLjRsMy41LDMuOWgwYzMuNS0zLjUsOS40LTUsMTQuMi01LDEwLjYsMCwxOS4yLDguNSwxOS4yLDE5LjJoMGwtLjIuMloiIC8+CiAgICAgICAgPHBhdGggZmlsbD0iIzRkMDA4YyIgZD0iTTQwMC4zLDIxOGMtMy44LDMuOC04LjUsNS4zLTEzLjksNS4zLTE0LjUsMC0yNC4yLTEyLjEtMjQuMi0yNi4xczkuNS0yNi4xLDI0LjItMjYuMSwxMC4xLDEuNywxMy45LDUuM2gwbDMuNi00LjRoMTEuOXY1MC4zaC0xNS42di00LjRoMHYuMlpNMzk5LjUsMTkwLjljLTIuMy0zLjgtNS42LTUuNy0xMC01LjdzLTMuOS41LTUuOSwxLjRjLTMuNiwyLjMtNS42LDYuMy01LjYsMTAuNiwwLDYuNSw0LjQsMTEuOSwxMS4zLDExLjlzMTEuMy01LjEsMTEuMy0xMS45LS41LTQuNC0xLjQtNi4yaC4yWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDBiYmI0IiBkPSJNNDgyLjIsMTgzLjRoLTEzLjF2MTkuOWMwLDUsMiw4LjUsNy4zLDguNXMyLjMsMCwzLjItLjNjLjksMCwxLjctLjMsMi42LS44djExLjljLTEuNC41LTIuNy45LTMuOS45LTEuNC4zLTIuNy4zLTQuMS4zLTEzLjMtLjItMTkuOC02LjUtMTkuOC0xOS45di0yMC43Yy4yLDAtOS41LDAtOS41LDB2LTExLjJoOS44di0xMi40bDE1LjEtMy44djE2LjJoMTN2MTEuMmgtLjNsLS4yLjJaIiAvPgogICAgICAgIDxwYXRoIGZpbGw9IiMwMGJiYjQiIGQ9Ik01MjQsMTQ0LjdsNS4xLDctMTUuMSwxNWgtOS4xbC0xNS4xLTE1LDUuMS03LDE0LjUsOC45LDE0LjctOC45aC0uMlpNNDkxLjQsMjIyLjV2LTUwLjNoMTUuOXYzLjloMGMzLjItMy4zLDcuNC01LDEzLTVzOC41LDEuNCwxMS4yLDQuNWwtOS41LDExLjljLTEuNC0xLjUtMy4zLTIuNC02LjItMi40LTUuMywwLTguNiwzLjMtOC42LDkuOHYyNy44aC0xNS45LjJ2LS4zWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDBiYmI0IiBkPSJNNTM0LDE5Ny4xYzAtMTUuMSwxMS45LTI2LjQsMjctMjYuNHMyNS40LDEwLjYsMjUuNCwyNS4yLS4yLDMuOC0uOCw2LjNoLTM2Yy4yLjkuNSwxLjcuOSwyLjQsMi4xLDQuMSw2LjIsNi41LDExLjUsNi41czguOS0xLjcsMTIuMS01LjFsOC44LDguOGMtNSw1LjktMTIuMiw4LjgtMjAuNyw4LjgtMTYuMywwLTI4LjMtMTEtMjguMy0yNi40aDBaTTU3MS42LDE5MS41Yy0xLjItNS4zLTQuOC04LjUtMTAuNi04LjVzLTEwLDMuMy0xMS41LDguNmgyMi4xdi0uMloiIC8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwYmJiNCIgZD0iTTYyOC44LDE4My40aC0xMy4xdjE5LjljMCw1LDIsOC41LDcuMyw4LjVzMi4zLDAsMy4yLS4zYy45LDAsMS43LS4zLDIuNi0uOHYxMS45Yy0xLjQuNS0yLjcuOS0zLjkuOS0xLjQuMy0yLjcuMy00LjEuMy0xMy4zLS4yLTE5LjgtNi41LTE5LjgtMTkuOXYtMjAuN2MuMiwwLTkuNSwwLTkuNSwwdi0xMS4yaDkuOHYtMTIuNGwxNS4xLTMuOHYxNi4yaDEzdjExLjJoLS4zbC0uMi4yWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDBiYmI0IiBkPSJNNjM3LjQsMTU2LjNjMC01LDMuNi04LjgsOC42LTguOHM4LjUsMy44LDguNSw4LjgtMy41LDguOC04LjUsOC44LTguNi0zLjgtOC42LTguOFpNNjM3LjgsMjIyLjV2LTUwLjNoMTUuOXY1MC4zaC0xNS45WiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMDBiYmI0IiBkPSJNNzE0LjEsMTkwLjN2MzIuMmgtMTUuOXYtMjguN2MwLTUtMy41LTguOC04LjYtOC44cy04LjgsMy41LTguOCw4Ljh2MjguN2gtMTUuOXYtNTAuNWgxMi40bDMuNSwzLjloMGMzLjUtMy41LDkuNC01LDE0LjItNSwxMC42LDAsMTkuMiw4LjUsMTkuMiwxOS4yaDBsLS4yLjJaIiAvPgogICAgICAgIDxwYXRoIGZpbGw9IiMwMGJiYjQiIGQ9Ik03MjcsMjQzLjZsMTEuMy0yNC42LTE5LjItNDdoMTcuMWwxMCwzMC43LDEwLjMtMzAuN2gxNy4xbC0zMC41LDcxLjhoLTE2LjJsLjItLjJaIiAvPgogICAgPC9nPgo8L3N2Zz4K) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_twisto_slice{padding:33px 40px 34px 115px}p.payment_module a.payu_pragma_pay{background:url(../../../../modules/payu/img/payu_pragma_pay.svg) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_pragma_pay{padding:33px 40px 34px 145px}p.payment_module span.payu_payment_module_badge{font-weight:400;font-size:80%}p.payment_module a.payu_installment{background:url(../../../../modules/payu/img/payu_installment.svg) 15px 33px no-repeat #fbfbfb}p.payment_module a.payu_installment{padding:33px 40px 34px 120px}p.payment_module a.payu:after,.payu-payment-credit-tile:after{display:block;content:"\f054";position:absolute;right:15px;margin-top:-11px;top:50%;font-family:"FontAwesome";font-size:25px;height:22px;width:14px;color:#777}p.payment_module a.payu:hover{background-color:#f6f6f6}.img-preview img{max-width:680px}#payuAmountInfo{float:left}#payuLogo{float:right}#payMethods{clear:both;overflow:auto;margin-top:20px}.pay-methods{display:flex;flex-wrap:wrap;margin-top:24px;margin-bottom:24px;margin-left:-10px;margin-right:-10px}.pay-methods__item{padding:6px 6px;width:112px}.pay-methods__item-inner{border:1px solid #ddd;border-radius:3px;background-color:#fff;transition:all 250ms}.payMethodActive .pay-methods__item-inner{border-color:#438F29;transition:all 250ms}.pay-methods__item:hover .pay-methods__item-inner{background-color:#f9f9f9;transition:all 250ms}.pay-methods__img{width:100%;height:37px;display:block;object-fit:contain;max-height:1.618em}.pay-methods__label{font-size:inherit!important;padding:14px 5px!important;display:flex!important;justify-content:center!important;align-items:center!important}.pay-methods__hide{display:none}.payuConditions{font-size:12px;line-height:120%;margin-bottom:24px;color:#6d6d6d}.payu-terms-of-service{margin:8px 0;display:block}#payMethods .payMethod{float:left;overflow:hidden;text-align:center;margin:3px;height:88px;width:140px;border:1px solid #ddd;border-radius:3px;background-color:#fff}#payMethods .payMethodEnable:hover{background-color:#f9f9f9}#payMethods .payMethodActive{border-color:#438F29;background-color:#eee}.payMethod input[type="radio"]{display:none}.payMethod label{font-weight:400;font-size:10px;line-height:120%;padding:0;margin:0 5px;display:inline-block;text-align:center}.payMethodEnable label{cursor:pointer}.payMethodImage{width:120px;height:45px;line-height:45px;text-align:center;margin:7px auto}.payMethodImage img{max-width:100%;max-height:100%}.payuConditions{margin:20px 0;font-size:10px}.payuConditions label{font-size:13px}.payuConditions label a{font-weight:700}p.payment_module_17{padding:0;margin:0}p.payment_module_17 a.payu{display:block}p.payment_module_17 a.payu img{margin-right:10px;height:70px;vertical-align:middle}.payu-installment-price-listing{font-size:12px}.payu-installment-price-listing>p{font-size:12px;display:inline-block}.payu-pay-image-16{width:50px;height:25px;margin-top:24px;margin-bottom:24px}p.payment_module a.payu-payment-credit-tile{padding:33px;background:#fbfbfb none}.payu-widget-installments-mini,.payu-widget-installments-mini-amount{font-size:14px}.payu-widget-installments-mini-separator{color:#777}.payu-separator-reset{position:absolute;left:0;right:0}.payu-installment-panel{padding-bottom:1.25em}.payu-script-tag{display:none!important}p.payment_module a.payu-widget-installments-mini{display:inline;border:0;padding:0}.payment_module_content--show{display:block!important}.payment_open{cursor:pointer}.payment-name{display:none}body#checkout #payu-methods-grouped .additional-information{margin:0}.payu-card-form-container{width:380px;margin:5px auto 15px}.payu-card-container{width:100%;margin:0 auto;color:#fff;border-radius:6px;padding:15px 10px;border:1px solid #428f29;background:rgba(66,143,41,1);background:linear-gradient(135deg,rgba(53,112,33,1) 0%,rgba(66,143,41,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#357021',endColorstr='#428f29',GradientType=1)}.payu-card-container div.aside{font-size:14px;margin-bottom:6px}.wb-16{background-color:#d9edf7;color:#31708f;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.payuConditions .checkbox{display:none}.payu-card-form{margin:0 auto 0 auto;background-color:#fff;padding:5px;border-radius:4px}.card-details .expiration{width:50%;float:left}.card-details .cvv{width:45%;float:right}.payu-card-clearfix:before,.payu-card-clearfix:after{content:"";display:table}.payu-card-clearfix:after{clear:both}.payu-card-clearfix{margin-top:10px}.payu-card-legend-container{color:#fff;font-size:12px;font-weight:700;overflow:auto}.payu-card-legend-container>div{float:left}.payu-card-legend-container>.payu-card-legend-number{width:220px;margin-left:45px}.payu-card-legend-container>.payu-card-legend-valid{width:85px}#secure-form{background-color:#F4F9F9;border-radius:8px;padding:10px}.payu-read-more{cursor:pointer;text-decoration:underline}.payu-more-hidden{display:none}@media only screen and (max-width:460px){.payu-card-form-container{width:100%;margin:5px auto 15px}}#_form-payu{background:#fff;padding:15px;margin-bottom:20px}#_form-payu legend{margin-bottom:20px}#_form-payu .form-group{display:none}.repay-action{border:0;border-radius:5px}.accept-payment{background:#a6c307;color:#fff;padding:8px 15px;cursor:pointer}.discard-payment{background:red;color:#fff;padding:8px 15px;cursor:pointer}.repayment-options input[type="submit"]{background:#a6c307;color:#fff;padding:8px 15px;cursor:pointer;border:0;border-radius:5px;margin:8px 0 15px 0}#payuForm #payMethods>div{position:relative;overflow:hidden}#payuForm #payMethods>div label{position:relative;z-index:1}#payuForm>div input:checked+label::before{content:'';width:100vw;height:100vh;background:#ddd;position:absolute;top:0;left:-10vw;z-index:-1}.repayment-options .additional-information{display:none}@CHARSET "utf-8";div#fb-con-wrapper{width:500px;padding:20px 25px;position:fixed;left:50%;margin-left:-250px;top:10%!important;height:80%;z-index:9999;background-color:#fff;color:#444;border-radius:5px;font-size:14px;font-weight:700;display:none;box-shadow:0 0 27px 0 #111;text-align:center;line-height:1em}div#fb-con-wrapper-admin{width:500px;padding:20px 25px;position:absolute;left:50%;top:10%!important;height:80%;margin-left:-250px;z-index:9999;background-color:#fff;color:#444;border-radius:5px;font-size:14px;font-weight:700;display:none;box-shadow:0 0 27px 0 #111;text-align:center;line-height:1em}div#fb-con{filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7;background-color:#444;width:100%;height:100%;cursor:pointer;z-index:9998;position:fixed;bottom:0;top:0;left:0;display:none}.popup-form{border:none!important;margin-top:0px!important;padding:0px!important;height:100%!important;overflow-y:scroll}.voucher-data{height:auto!important}@media (max-width:767px){div#fb-con-wrapper{width:90%!important;left:5%!important;margin-left:0px!important;top:10%!important}div#fb-con-wrapper-admin{width:80%!important;left:5%!important;margin-left:0px!important}}.button-bottom-add-review{text-align:center;display:none;margin-bottom:10px}.no-registered{background-color:#fafafa;border:1px solid #c4c4c4;padding:10px}#add-review-form-review{margin-top:20px;padding:5px;border:1px solid #C4C4C4}#body-add-review-form-review{padding:10px}#body-add-review-form-review label,#body-add-review-form-review .label-span{font-size:14px;font-weight:700;margin:12px 0 4px;color:#666;display:inline-block;text-align:left}#body-add-review-form-review input{padding:0 5px;height:28px;width:100%!important;min-width:100%!important;border:1px solid #ccc;background:#fff}#body-add-review-form-review .form-control{cursor:not-allowed;border-radius:0;color:#9c9b9b;display:block;font-size:13px;line-height:1.42857;vertical-align:middle;width:100%;font-weight:500}#body-add-review-form-review .cursor-active{cursor:auto!important;color:#666!important}#body-add-review-form-review textarea{padding:5px;height:160px;width:100%!important;min-width:100%!important;border:1px solid #ccc;background:#fff}#body-add-review-form-review input#inpCaptchaReview,#body-add-review-form-review input#inpCaptchaAbuse{min-width:20%!important;width:20%!important}#body-add-review-form-review .required{color:red}#body-add-review-form-review .avatar-guid{font-size:11px;margin-top:5px}#footer-add-review-form-review .btn-success,.spr-review-footer .btn-success{display:inline-block;background-color:#46a74e;border-color:#3e9546;color:#fff}#footer-add-review-form-review .btn-success:hover,#footer-add-review-form-review .btn-success:focus,#footer-add-review-form-review .btn-success:active,#footer-add-review-form-review .btn-success.active,.spr-review-footer .btn-success:hover,.spr-review-footer .btn-success:focus,.spr-review-footer .btn-success:active,.spr-review-footer .btn-success.active{color:#fff;background-color:#3a8a41;border-color:#2c6a31}#footer-add-review-form-review .btn-danger,.spr-review-footer .btn-danger{display:inline-block;background-color:#d9534f;border-color:#d43f3a;color:#fff}#footer-add-review-form-review .btn-danger:hover,#footer-add-review-form-review .btn-danger:focus,#footer-add-review-form-review .btn-danger:active,#footer-add-review-form-review .btn-danger.active,.spr-review-footer .btn-danger:hover,.spr-review-footer .btn-danger:focus,.spr-review-footer .btn-danger:active,.spr-review-footer .btn-danger.active{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-primary-spmgsnipreview{background-color:#428bca!important;border-color:#357ebd!important;color:#fff!important}.btn-primary-spmgsnipreview:hover,.btn-primary-spmgsnipreview:focus,.btn-primary-spmgsnipreview:active,.btn-primary-spmgsnipreview.active,.btn-primary-spmgsnipreview:visited{color:#fff;background-color:#3276b1;border-color:#285e8e!important}.btn-default-spmgsnipreview{background-color:#fff;border-color:#ccc!important;color:#333}.btn-spmgsnipreview{-moz-user-select:none;border:1px solid;border-radius:0;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.42857;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none!important;height:auto!important}#footer-add-review-form-review .btn{border-radius:0;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.42857;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap;background-image:none;border:0 solid transparent}#body-add-review-form-review .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#00aff0;border-radius:10px}#body-add-review-form-review .badge:empty{display:none}#body-add-review-form-review .stars-section{vertical-align:baseline!important}#body-add-review-form-review .stars-section img{margin:0 0 0}#body-add-review-form-review .spmgsnipreview-checkbox{min-width:20px!important;width:20px!important;height:16px!important}.tip-times{margin-top:10px;font-weight:500;font-size:10px;border:1px solid #c4c4c4;padding:5px;color:#00aff0}.checkbox-my-acc{display:block;margin-bottom:10px;margin-top:10px;min-height:18px;vertical-align:middle;line-height:16px;padding-left:0}#body-add-review-form-review a{color:#fff;text-decoration:underline}#footer-add-review-form-review{text-align:center;padding:10px 0}#add-review-form-review .title-rev{border-bottom:1px solid #C4C4C4;font-weight:700;padding:5px 10px}#add-review-form-review .title-form-text-left{float:left;margin-top:10px}#add-review-form-review .title-form-text-left .title-form-custom{font-size:16px}#add-review-form-review .title-form-text-right{float:right;margin-bottom:0}.clear-spmgsnipreview{clear:both}.text-no-reg{text-align:center;font-weight:700}.no-reg-button{text-align:center}.advertise-text-review{background-color:#FAFAFA;border:1px solid #C4C4C4;padding:10px}.advertise-text-review-text-align{text-align:center}.advertise-text-review img{vertical-align:sub}.gsniprev-table-reviews{width:100%;background-color:#FAFAFA;border:1px solid #C4C4C4;margin-bottom:10px}.gsniprev-table-reviews td{padding:5px}.gsniprev-left-title{width:50%}.gsniprev-right-title{width:50%;text-align:right}.gsniprev-left{width:10%}.gsniprev-right{width:90%;text-align:left}.spmgsnipreviews-float-left{float:left;margin-top:2px}.spmgsnipreviews-float-right{float:right}.spmgsnipreviews-clear{clear:both}.font-weight-bold{font-weight:700}.catalog-stars{margin:10px 0 10px 10px;float:right}.catalog-rating{float:right;margin:10px 10px 10px 5px;color:#666666!important}.inpCaptchaReview{font-size:13px;margin-left:10px;margin-top:2px;min-height:18px}.float-left{float:left}.float-right{float:right}.clr{clear:both;display:block;font-size:0;line-height:0;overflow:hidden}.googlesnippetsblock{border-radius:5px 5px 5px 5px;border:1px solid #c1c1c1;margin-top:10px;margin-bottom:10px;text-align:left;color:#666;overflow:hidden}.googlesnippetsblock-title{padding:5px;text-align:center}.googlesnippetsblock-img{width:auto;height:50px}table.snippets-table-block{margin:5px}table.snippets-table-block td{padding:5px}.snippets-clear{clear:both}.snippets-img-star{float:left;height:22px;width:15px}.gsniprev-block-16{background-color:#FAFAFA;border:1px solid #C4C4C4;margin:10px 0;clear:both;padding:10px;max-width:270px;text-align:left}.gsniprev-block-16 table.gsniprev-rating-block-table td{padding:0px!important}.margin-left-5{margin-left:5px}.margin-0{margin:0px!important}#button-close{background:url(../../modules/spmgsnipreview/views/img/fancybox.png) repeat scroll -40px 0 transparent;cursor:pointer;height:30px;position:absolute;right:-15px;top:-15px;width:30px;z-index:1103}.title-review-all{text-decoration:underline}#add-review-block{margin-bottom:30px;padding-bottom:30px}.spr-summary{border:medium none;margin-bottom:10px;text-align:center}.spr-summary b.total-rating-review{font-size:14px;text-transform:uppercase}#shopify-product-reviews{overflow:hidden}#shopify-product-reviews .spr-header::after{clear:none}.spr-header::after{clear:both}#shopify-product-reviews .spr-summary .spr-summary-starrating{display:block;margin:0}#shopify-product-reviews .spr-summary-caption{display:block;margin-bottom:10px;padding-bottom:10px;font-size:14px;margin-top:10px}.spr-review-reportreview{float:right;font-size:12px;line-height:16px;text-decoration:none}.spr-review-reportreview .fa{float:left!important}.spr-review-content-body{line-height:20px;margin:0;padding:0}.spr-review-content-body a,.shop-owner-reply-on-review a{text-decoration:underline;color:#069}#shopify-product-reviews .spr-review-header::after{display:table}#shopify-product-reviews .spr-review-header-starratings{margin:0 5px 10px 0;position:relative;top:0;float:left}#shopify-product-reviews .rating-stars-total{float:left;margin:2px 15px 10px 0;font-size:10px;opacity:.8}#shopify-product-reviews .font-size-10{font-size:10px}.spr-review-header-byline{font-style:italic;font-size:13px;display:inline-block;margin:0 0 .5em 0}.people-folowing-reviews{margin:4px 0 .5em 0}.gsniprev-img-star-list{height:13px;width:13px;margin-bottom:3px}.rating-stars-dynamic{cursor:pointer;float:left;margin-left:15px;margin-top:10px;padding-left:3px}.rating-stars-dynamic .tip-criterion-description{font-size:12px!important;line-height:1.3em;margin-top:10px}.rating-stars-dynamic img{margin-left:1px!important;float:left}.margin-item-form-top-left{margin-top:8px}.margin-item-form-top-left .badge{font-weight:700}.margin-item-form-top-left .badge a{color:#fff;text-decoration:underline}.row-list-reviews{width:100%}.col-sm-3-list-reviews{width:25%;float:left;padding-right:10px;margin-bottom:20px;margin-top:10px}.col-sm-9-list-reviews{width:73%;float:left;margin-top:10px}.col-sm-12-list-reviews{width:100%;float:left;margin-top:10px}.criterion-item-block{margin:5px 0}.shop-owner-reply-on-review{margin-left:5%;margin-top:20px;margin-bottom:20px}.shop-owner-reply-on-review .owner-date-reply{font-weight:700;margin-bottom:3px}.spr-review-footer{margin-top:20px}.spr-review-footer a{text-decoration:none!important}.margin-bottom-10{margin-bottom:10px}.button_padding_spmgsnipreview{padding:3px 6px!important}.error-label{color:red!important}.errorTxtAdd{color:red;font-size:12px;padding:3px 0}.error-current-input{background-color:#ffeeee!important}.disabled-values{background-color:#f4f4f4!important}.text-align-left{text-align:left!important}.helpfull-error{color:red}.helpfull-success{color:green}.text-coupon-lines{font-weight:normal!important;;font-size:14px!important}.border-image-review{border:1px solid #dbdbdb}.block-last-spmgsnipreviews{margin:10px auto 0}.gsniprev-block{background-color:#FAFAFA;border:1px solid #C4C4C4;margin:10px 0;clear:both;padding:10px;max-width:230px;text-align:left}.gsniprev-block-reviews-text{float:left;margin-left:5px;margin-top:2px;font-weight:700;color:#333}.gsniprev-block-ratings-text{margin-left:5px;margin-top:2px;font-weight:700;color:#333}.gsniprev-block .rating,.gsniprev-block-16 .rating{float:left!important;cursor:auto!important;padding:0px!important;display:inline!important;margin:0px!important}.title-rating-block{color:#333}.title-rating-one-star{margin-top:-3px}.gsniprev-rating-block-table{width:100%;border:none!important}.gsniprev-rating-block-table tr,.gsniprev-rating-block-table td{border:none!important}.gsniprev-rating-block{border:1px solid #C4C4C4;background-color:#fff;padding:10px;display:none;margin-top:10px}.gsniprev-rating-block-left{width:70%;text-align:left}.gsniprev-rating-block-right{width:30%;text-align:left}.view-ratings{text-decoration:underline;font-size:12px;font-weight:700}.block-items-data{margin-left:0px!important;margin-right:0px!important}.items-last-spmgsnipreviews{margin-bottom:10px;border-bottom:1px solid #c4c4c4;overflow:hidden}.img-block-spmgsnipreview{padding:0 10px;text-align:center;margin-bottom:5px}.body-block-spmgsnipreview{margin-bottom:5px}.body-block-spmgsnipreview-100{width:100%!important}.rating-stars-total-block{float:right;margin:2px 0 0 5px;font-size:10px;opacity:.8}.title-block-last-spmgsnipreview{padding:0 0 10px}.r-product{float:left}.r-rating{float:right}.r-rating img{display:inline-block!important;width:auto!important}.title-block-r a{text-decoration:underline}.title-block-r{margin-bottom:10px}.gsniprev-view-all{margin:10px auto 0 auto;text-align:center}.gsniprev-img-star-block{width:13px;height:13px}.spmgsnipreview-block-date{font-size:11px!important;margin-top:5px}.spmgsnipreview-block-stars{margin-bottom:5px}.reviews_list_stars{background:#fff none repeat scroll 0 0;margin:0;overflow:hidden;padding-bottom:10px;text-align:center;line-height:14px}.reviews_list_stars span{font-size:12px}.gsniprev-img-star-category{width:13px!important;height:13px!important;display:inline!important;padding:0px!important}.gsniprev-block-noreviews{padding:10px;text-align:center}.gsniprev-block-noreviews-list{background-color:#fff;border:1px solid #c4c4c4;margin-top:10px;padding:10px;text-align:center}.badges{position:relative;text-align:center;left:0;padding:5px 15px;color:#333}.badges a{color:#333;font-weight:700;text-decoration:underline}.badges-footer{color:inherit!important}.block-badges{text-align:left!important}.badges-block-a{text-decoration:none!important}.spr-container{margin-left:0px!important}.margin-left-10{margin-left:10px}.row-custom{margin-left:0;margin-right:0}.row-custom:before,.row-custom:after{content:" ";display:table}.row-custom:after{clear:both}.col-xs-1-custom,.col-xs-2-custom,.col-xs-3-custom,.col-xs-4-custom,.col-xs-5-custom,.col-xs-6-custom,.col-xs-7-custom,.col-xs-8-custom,.col-xs-9-custom,.col-xs-10-custom,.col-xs-11-custom{float:left}.col-xs-1-custom{width:8.33333%}.col-xs-2-custom{width:16.66667%}.col-xs-3-custom{width:25%}.col-xs-4-custom{width:33.33333%}.col-xs-5-custom{width:41.66667%}.col-xs-6-custom{width:50%}.col-xs-7-custom{width:58.33333%}.col-xs-8-custom{width:66.66667%}.col-xs-9-custom{width:75%}.col-xs-10-custom{width:83.33333%}.col-xs-11-custom{width:91.66667%}.col-xs-12-custom{width:100%}@media (min-width:768px){.container-custom{max-width:750px}.col-sm-1-custom,.col-sm-2-custom,.col-sm-3-custom,.col-sm-3-custom-product-page,.col-sm-4-custom,.col-sm-5-custom,.col-sm-6-custom,.col-sm-7-custom,.col-sm-8-custom,.col-sm-9-custom,.col-sm-10-custom,.col-sm-11-custom{float:left}.col-sm-1-custom{width:8.33333%}.col-sm-2-custom{width:16.66667%}.col-sm-3-custom{width:25%}.col-sm-3-custom-product-page{width:23%;margin-right:2%}.col-sm-4-custom{width:33.33333%}.col-sm-5-custom{width:41.66667%}.col-sm-6-custom{width:50%}.col-sm-7-custom{width:58.33333%}.col-sm-8-custom{width:66.66667%}.col-sm-9-custom{width:75%}.col-sm-10-custom{width:83.33333%}.col-sm-11-custom{width:91.66667%}.col-sm-12-custom{width:100%}}@media (max-width:992px){.container-custom{max-width:970px}.col-md-1-custom,.col-md-2-custom,.col-md-3-custom,.col-md-4-custom,.col-md-5-custom,.col-md-6-custom,.col-md-7-custom,.col-md-8-custom,.col-md-9-custom,.col-md-10-custom,.col-md-11-custom{float:left}.col-md-1-custom{width:8.33333%}.col-md-2-custom{width:16.66667%}.col-md-3-custom{width:25%}.col-md-4-custom{width:33.33333%}.col-md-5-custom{width:41.66667%}.col-md-6-custom{width:50%}.col-md-7-custom{width:58.33333%}.col-md-8-custom{width:66.66667%}.col-md-9-custom{width:75%}.col-md-10-custom{width:83.33333%}.col-md-11-custom{width:91.66667%}.col-md-12-custom{width:100%}}@media (max-width:1200px){.container-custom{max-width:1170px}.col-lg-1-custom,.col-lg-2-custom,.col-lg-3-custom,.col-lg-4-custom,.col-lg-5-custom,.col-lg-6-custom,.col-lg-7-custom,.col-lg-8-custom,.col-lg-9-custom,.col-lg-10-custom,.col-lg-11-custom{float:left;padding-left:0;padding-right:0}.col-lg-1-custom{width:8.33333%}.col-lg-2-custom{width:16.66667%}.col-lg-3-custom{width:25%}.col-lg-4-custom{width:33.33333%}.col-lg-5-custom{width:41.66667%}.col-lg-6-custom{width:50%}.col-lg-7-custom{width:58.33333%}.col-lg-8-custom{width:66.66667%}.col-lg-9-custom{width:75%}.col-lg-10-custom{width:83.33333%}.col-lg-11-custom{width:91.66667%}.col-lg-12-custom{width:100%}}.avatar-block-rev img{width:30px!important;height:30px;padding:0;border-radius:100%;border:1px solid #CCC;margin:0px!important;display:inline-block}.avatar-block-rev-form img{width:55px;height:55px;padding:0;border-radius:100%;border:1px solid #CCC;margin:5px 0px!important;display:inline-block}.user-link-to-profile{text-decoration:underline!important;color:#069!important}.is_buy_product i{font-size:16px}.is_buy_product{color:#2ca02c!important;font-size:14px;font-weight:700}.is_buy_product_block i{font-size:13px}.is_buy_product_block{font-size:13px}.fa-check-circle-o::before{content:url(../../modules/spmgsnipreview/views/img/verified.png)}.file-form-size{width:80px}#file-files-list .form-group{vertical-align:baseline;margin:10px 0}#file-files-list .pull-right-spmgsnipreview{float:right}#file-files-list .f-img{margin-right:10px}#file-upload-rev .progress-files-bar{width:100%;background-color:#c4c4c4;height:20px;margin-top:10px;display:none}#file-upload-rev .progress-files-bar .progress-files{height:20px;background-color:#777}.files-review-spmgsnipreview{height:100px;float:left}.files-review-spmgsnipreview img{padding:2%}.files-review-spmgsnipreview a{margin:2%}.margin-top-10{margin-top:10px}.files-review-spmgsnipreview img.img-responsive{display:inline-block!important;height:100px!important;max-width:100%!important}.filter-reviews-spmgsnipreview{margin-bottom:20px;border:1px solid rgb(204,204,204);padding:10px 10px 8px}.filter-reviews-spmgsnipreview .count-items-block{font-size:14px;text-decoration:underline;margin-left:2px;vertical-align:bottom}.text-decoration-none{text-decoration:none!important}.filter-reviews-spmgsnipreview .filter-txt-items-block{color:#333}.filter-reviews-spmgsnipreview .reset-items-block{text-decoration:underline;color:#333}.filter-reviews-spmgsnipreview .reset-items-block i{margin-right:3px}.filter-reviews-spmgsnipreview{text-decoration:none}.filter-reviews-spmgsnipreview .col-sm-1-custom,.filter-reviews-spmgsnipreview .col-sm-2-custom{text-align:center}.filter-reviews-spmgsnipreview .col-sm-1-custom,.filter-reviews-spmgsnipreview .col-sm-2-custom{padding:5px 0 3px}.filter-reviews-spmgsnipreview .active-items-block{background-color:#fafafa;border:1px solid #ccc;padding:5px}.filter-reviews-spmgsnipreview img,.filter-reviews-spmgsnipreview a{text-decoration:none!important}.filter-reviews-spmgsnipreview img,.total-info-tool img{vertical-align:top}.filter-reviews-spmgsnipreview-14 img{width:13px}.filter-reviews-spmgsnipreview-14 .count-items-block{font-size:12px}.product-reviews-filter-block{padding-bottom:10px;margin-bottom:0}.product-reviews-filter-block .col-sm-12-custom{margin-top:5px}.button_mini_custom{border:1px solid #c90;color:#000;cursor:pointer;display:inline-block;font-weight:700;padding:5px 7px;position:relative;text-align:left;white-space:normal}.total-info-tool,.total-info-tool-product-page{margin-bottom:10px;border:1px solid rgb(204,204,204);padding:10px 10px 8px;background:#f3f3f3}.total-info-tool-product-page .first-block-ti{float:left;padding:5px 5px 4px}.total-info-tool .first-block-ti,.total-info-tool,.b-search-items{padding:5px 5px 4px}.total-info-tool-product-page img{vertical-align:top}.clear-search-items{float:right;margin:7px 10px 7px 0;text-decoration:underline!important}.b-search-items{float:right!important;border:none!important;padding:0 10px 0px!important}.b-search-items fieldset{border:medium none}.b-search-items input{border:0 none;float:right;margin-left:0}.b-search-items input.txt{width:131px;padding-left:5px;padding-right:5px;height:28px;font-size:11px;color:#666;border:1px solid #dad4d4;border-right:none;margin-left:0}.b-search-items fieldset{border:none}.search-result-item{font-size:14px;padding:10px 0}.clear-search-items{float:right;margin:7px 10px 7px 0;text-decoration:underline!important}.separator-items-block{margin:0 5px;color:#333;font-weight:700}.img-responsive{display:inline-block;height:auto;max-width:100%}.button.button-small-spmgsnipreview{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:#6f6f6f none repeat scroll 0 0;border-color:#666 #5f5f5f #292929;border-image:none;border-radius:0;border-style:solid;border-width:1px;color:#fff;font:bold 13px/17px Arial,Helvetica,sans-serif;padding:0;text-shadow:1px 1px rgba(0,0,0,.24)}.button.button-small-spmgsnipreview span{border:1px solid #8b8a8a;display:block;padding:3px 8px}.spmgsnipreview-widgets .myaccount{margin:0px!important}.toolbar-paging{background:none repeat scroll 0 0 #F3F3F3}.toolbar-paging .pagination{padding:5px 0 0 0;margin:5px 0;display:inline-block;width:auto!important}.text-align-center{text-align:center}.margin-bottom-20{margin-bottom:20px}.display-none{display:none}.no-active-my-spmgsnipreview{background-color:#ddd}#page_navr .pagination{width:auto}.gsniprev-block-16 img{width:auto!important}@media (max-width:768px){.spr-summary .col-sm-12-custom{float:none;padding-left:0;padding-right:0}.filter-reviews-spmgsnipreview .col-sm-2-custom{float:none!important}.items-last-spmgsnipreviews .col-sm-2-custom{float:none}}.table-purchases td,.table-purchases th{vertical-align:baseline}#mypurchases-list .purchases-button-already-add{background-color:grey!important;border-color:grey!important;}#mypurchases-list .center{text-align:center}#mypurchases-list .img-purchases img{width:50px}#mypurchases-list .button,#mypurchases-list .btn{color:#fff}#mypurchases-list .counter{background-color:#00aff0;color:#fff;padding:1px 7px;border-radius:10px;display:inline-block;min-width:10px;text-align:center;vertical-align:baseline;font-weight:700;margin:3px}.spmgsnipreview-loyalty{clear:both;margin:0}.spmgsnipreview-loyalty b.smpgsnipreview-buy{color:red}.spmgsnipreview-loyalty-tooltip{background:#000;color:#fff;border-radius:3px;padding:10px;position:absolute;z-index:1000;width:25%;height:auto;line-height:1.3em}.button_mini_custom{background:#f4b61b repeat-x scroll 0 0;border:1px solid #c90;color:#000;cursor:pointer;display:inline-block;font-weight:700;padding:5px 7px;position:relative;text-align:left;white-space:normal}.owl_storereviews_home_type_carousel .owl-controls .owl-nav,.owl_reviews_home_type_carousel .owl-controls .owl-nav,.owl_users_home_type_carousel .owl-controls .owl-nav{margin-bottom:10px!important}#footer-add-storereview-form-storereview .btn-danger{padding:5px!important}.owl_storereviews_home_type_carousel ul.owl-carousel,.owl_reviews_home_type_carousel ul.owl-carousel,.owl_users_home_type_carousel ul.owl-carousel{position:relative!important}.tab-pane .block-helpful{line-height:2em}@media (max-width:767px){.tab-pane .spr-review-content .col-sm-2-custom{width:33.3%}.tab-pane .filter-reviews-spmgsnipreview .col-sm-1-custom{width:100%}}#page_navr nav{display:inline-block;!important}.pagination li{float:left}.display-none{display:none}.button-bottom-add-review{margin-top:10px}#add-testimonial-form{margin-top:10px;padding:5px;border:1px solid #C4C4C4;display:none}#text-before-add-testimonial-form{display:none}#add-testimonial-form .title-rev{border-bottom:1px solid #C4C4C4;color:#2580C7;font-size:16px;font-weight:700;padding:5px 10px}#add-testimonial-form table{margin-top:10px;width:100%}#add-testimonial-form .form-left{font-size:12px;font-weight:700;padding:0 10px;width:30%;line-height:2.5em}#add-testimonial-form .recommended-review{font-size:12px;font-weight:700;padding:0 10px;line-height:2.5em}#add-testimonial-form .yes-review{color:#67983B}#add-testimonial-form .no-review{color:#C63300}#add-testimonial-form .form-right{width:70%}#add-testimonial-form .title-form-text-left{float:left;margin-top:10px}#add-testimonial-form .title-form-text-right{float:right;margin-bottom:0}.total-info-tool{background:none repeat scroll 0 0 #F3F3F3;margin-bottom:10px!important;padding:7px 0 8px;font-size:12px;color:#333}.total-info-tool .first-block-ti,.total-info-tool,.b-search-items{margin:0;padding:5px 5px 4px}.shopreviews-items{position:relative}.shopreviews-items .info{padding:18px 15px 18px 10px}.shopreviews-items{border-bottom:1px solid #E2E2E2;vertical-align:top}.shopreviews-items .info span.commentbody_center{line-height:1.35em}span.commentbody_center{font-size:100%;padding:3px 10px 3px 0;width:98%;word-wrap:break-word;color:#333}span.foot_center{color:#595A5E;float:right;font-size:11px;font-style:italic}span.foot_center .fs-12{font-size:12px}span.foot_center a{color:#2580C7}.block-side-item{border-bottom:1px dashed grey;margin-bottom:5px!important}.rItem{border-bottom:1px dashed grey;padding:3px;width:auto;word-wrap:break-word;margin-bottom:5px}.ratingBox{margin-bottom:5px}#succes-review{display:none;border:1px solid #4DA400;color:#4DA400;font-size:12px;padding:10px;text-align:center;margin-top:10px}.error_testimonials_form{background-color:#FFFCE7}.no-items-shopreviews{height:auto;text-align:center;padding-top:10px}.inpCaptchaReview{font-size:13px;margin-left:10px;margin-top:2px;min-height:18px}.float-left{float:left}.float-right{float:right}.clr{clear:both;display:block;font-size:0;line-height:0;overflow:hidden}.clear{clear:both}.spmgsnipreview-block16 .no-items-shopreviews,.spmgsnipreview-footer16 .no-items-shopreviews{width:auto!important}.spmgsnipreview-block16{margin-bottom:10px}.float-left-table16{float:left}.sortTools16{padding:7px 0 32px!important}.padding16{height:20px!important}.padding16-faq{height:19px!important}.spmgsnipreview-footer16 td{padding:0 2px!important}.spmgsnipreview-footer16 li,.blockmanufacturer16 li{padding:7px 0}.spmgsnipreview-footer16 li a,.blockmanufacturer16 li a{padding:7px 11px 5px 22px}.spmgsnipreview-footer16{width:270px!important}.spmgsnipreview td{padding:0 2px!important}.b-tab-16{padding:4px 10px 2px!important}.testimonials-block-h4 .total-rating-items-block img{vertical-align:top!important}.testimonials-block-h4{margin-bottom:0px!important}.font-size-11{font-size:11px}.testimonials-link-web{font-size:11px!important;color:#2580C7!important;text-decoration:underline!important}.testimonials-width-auto{width:auto!important}.margin-top-10{margin-top:10px}.margin-top-5{margin-top:5px}.margin-top-3{margin-top:3px}.margin-5{margin:5px!important}.color-black{color:black!important}.padding-0{padding:0px!important}.padding-10{padding:10px}.margin-top-20{margin-top:20px!important}.testimonials-stars{cursor:pointer;padding-left:3px}.testimonials-req{color:#EB340A}.testimonials-input{margin-left:0px!important;width:80%!important}.testimonials-textarea{margin-left:0px!important;width:80%!important;height:120px!important}.block-add-testimonial-button{text-align:center!important}.testimonials-items{margin-top:10px;border:1px solid #CCC;padding:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-20{margin-bottom:20px}.testimonials-count-items{color:#333}.testimonials-no-items{background-color:#fff;border:1px solid #c4c4c4;margin-top:10px;padding:10px;text-align:center}.text-align-center{text-align:center}.b-guide{margin-top:5px;font-size:11px}.margin-bottom-5{margin-bottom:5px}.margin-right-10{margin-right:5px}.text-align-right{text-align:right}.btn-custom{-moz-user-select:none;border:1px solid transparent;border-radius:0;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.42857;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.btn-primary-spmgsnipreview{background-color:#428bca!important;border-color:#357ebd!important;color:#fff!important}.btn-success-custom{background-color:#46a74e;border-color:#3e9546;color:#fff}.errorTxtAdd{color:red;font-size:12px;padding:3px 0}.error-current-input{background-color:#ffeeee!important}.error-label{color:red!important}.post_avatar{text-align:center;padding:18px 15px 18px 10px}.post_avatar img{width:85px;height:85px;padding:5px;background:#FFF;border:1px solid #CCC;border-radius:100%;margin:0px!important;position:relative;z-index:1;display:inline-block}.avatar-block{width:30%;text-align:center}.testimonial-block-text{width:70%;padding-top:5px}.testimonial-block-text-100{width:100%;padding-top:5px}.avatar-block15{width:40%;text-align:center}.testimonial-block-text15{width:60%;padding-top:5px}.testimonial-block-text15-100{width:100%;padding-top:5px}.avatar-block-home{width:15%;text-align:center}.testimonial-block-text-home{width:85%;padding-top:5px}.avatar-block-popup{width:30%;text-align:center}.testimonial-block-text-popup{width:70%;padding-top:5px}.testimonial-block-text-popup-100{width:100%;padding-top:5px}.avatar-block img,.avatar-block15 img,.avatar-block-home img,.avatar-block-popup img{width:55px;height:55px;padding:5px;background:#FFF;border:1px solid #CCC;border-radius:100%;margin:0px!important;position:relative;z-index:1;display:inline-block}.block_content .ratingBox img{width:13px;height:13px;width:auto!important;display:inline-block!important}.admin-reply-on-testimonial{margin-left:5%;margin-top:10px;color:#777}.admin-reply-on-testimonial .owner-date-reply{font-weight:700;margin-bottom:3px;color:#333}.no-registered-ti{font-weight:700;text-align:center;border:1px solid #ccc;padding:10px}.is_buy{color:#2ca02c!important;font-weight:700;font-size:13px!important}.fa-check-circle-o::before{content:url(../../modules/spmgsnipreview/views/img/verified.png)}.filter-testimonials{margin-bottom:10px;border:1px solid rgb(204,204,204);padding:10px 10px 8px}.filter-testimonials .count-items-block{font-size:14px;text-decoration:underline;margin-left:2px}.text-decoration-none{text-decoration:none!important}.filter-testimonials .filter-txt-items-block{color:#333}.filter-testimonials .reset-items-block{text-decoration:underline;color:#333}.filter-testimonials .reset-items-block i{margin-right:3px}.filter-testimonials{text-decoration:none}.filter-testimonials .col-sm-1-custom,.filter-testimonials .col-sm-2-custom{text-align:center}.filter-testimonials .col-sm-1-custom,.filter-testimonials .col-sm-2-custom{padding:5px 0 3px}.filter-testimonials .active-items-block{background-color:#fafafa;border:1px solid #ccc}.filter-testimonials img,.filter-testimonials a{text-decoration:none!important}.filter-testimonials img{vertical-align:top}.button_mini_custom{background:#f4b61b repeat-x scroll 0 0;border:1px solid #c90;color:#000;cursor:pointer;display:inline-block;font-weight:700;padding:5px 7px;position:relative;text-align:left;white-space:normal}.clear-search-items{float:right;margin:7px 10px 7px 0;text-decoration:underline!important}.b-search-items{float:right!important;border:none!important;padding:0 10px 0px!important}.b-search-items fieldset{border:medium none}.b-search-items input{border:0 none;float:right;margin-left:0}.b-search-items input.txt{width:131px;padding-left:5px;padding-right:5px;height:28px;font-size:11px;color:#666;border:1px solid #dad4d4;border-right:none;margin-left:0}.b-search-items fieldset{border:none}.search-result-item{font-size:14px;padding:10px 0}.submit_testimonal{padding:5px 0 10px 0;overflow:hidden}.submit_testimonal span{color:#fff}.vertical-align-top{vertical-align:top}.row-custom{margin-left:0;margin-right:0}@media (min-width:768px){.col-sm-2-custom,.col-sm-6-custom,.col-sm-10-custom,.col-sm-12-custom{float:left;padding-left:0;padding-right:0}.col-sm-2-custom{width:16.66667%}.col-sm-6-custom{width:50%}.col-sm-10-custom{width:83.33333%}.col-sm-12-custom{width:100%}}@media (max-width:768px){.post_avatar{width:100%}.filter-testimonials .col-sm-2-custom{float:none!important}}.total-rating-items-block{color:#333;font-size:12px;font-weight:700}.total-rating-items-block-footer{color:#fff;font-size:12px;font-weight:700}.separator-items-block{margin:0 5px;color:#333;font-weight:700}#body-add-storereview-form-storereview{padding:10px}#body-add-storereview-form-storereview label,#body-add-storereview-form-storereview .label-span{font-size:14px;font-weight:700;margin:12px 0 4px;color:#666;display:inline-block;text-align:left}#body-add-storereview-form-storereview input{padding:0 5px;height:28px;width:100%!important;min-width:100%!important;border:1px solid #ccc;background:#fff}#body-add-storereview-form-storereview .form-control{cursor:not-allowed;border-radius:0;color:#9c9b9b;display:block;font-size:13px;line-height:1.42857;vertical-align:middle;width:100%;font-weight:500}#body-add-storereview-form-storereview .cursor-active{cursor:auto!important;color:#666!important}#body-add-storereview-form-storereview textarea{padding:5px;height:160px;width:100%!important;min-width:100%!important;border:1px solid #ccc;background:#fff}#body-add-storereview-form-storereview input#inpCaptchaReview,#body-add-storereview-form-storereview input#inpCaptchaAbuse{min-width:20%!important;width:20%!important}#body-add-storereview-form-storereview .required{color:red}#body-add-storereview-form-storereview .avatar-guid{font-size:11px;margin-top:5px}#footer-add-storereview-form-storereview{padding:10px 0;text-align:center}#footer-add-storereview-form-storereview .btn-success,.spr-storereview-footer .btn-success{background-color:#46a74e;border-color:#3e9546;color:#fff}#footer-add-storereview-form-storereview .btn-success:hover,#footer-add-storereview-form-storereview .btn-success:focus,#footer-add-storereview-form-storereview .btn-success:active,#footer-add-storereview-form-storereview .btn-success.active,.rating-stars-dynamic-storereview{cursor:pointer;float:left;margin-left:15px;margin-top:10px;padding-left:3px}.file-form-size{width:80px}#file-files-list .form-group{vertical-align:baseline;margin:10px 0}#file-files-list .pull-right-spmgsnipreview{float:right}#file-files-list .f-img{margin-right:10px}#file-upload-rev .progress-files-bar{width:100%;background-color:#c4c4c4;height:20px;margin-top:10px;display:none}#file-upload-rev .progress-files-bar .progress-files{height:20px;background-color:#777}.files-review-spmgsnipreview{height:100px;float:left}.files-review-spmgsnipreview img{padding:2%}.files-review-spmgsnipreview a{margin:2%}.margin-top-10{margin-top:10px}.files-review-spmgsnipreview img.img-responsive{display:inline-block!important;height:100px!important;max-width:100%!important}.btn-default-spmgsnipreview{background-color:#fff;border-color:#ccc!important;color:#333}.btn-spmgsnipreview{-moz-user-select:none;border:1px solid;border-radius:0;cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.42857;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none!important;height:auto!important}#page_nav .pagination{width:auto}table.spmgsnipreview-widgets{border:0px!important;top:15%;position:fixed;z-index:9999;width:auto}table.spmgsnipreview-widgets tr{border:0px!important;padding:0px!important}table.spmgsnipreview-widgets td{border:0px!important;vertical-align:baseline!important;padding:0px!important}#spmgsnipreview-box{position:fixed;z-index:9999}div#spmgsnipreview-box.left_shopreviews .outside{float:left}div#spmgsnipreview-box.left_shopreviews .belt{position:relative;z-index:1;float:right;position:relative;z-index:0}#spmgsnipreview-box .outside{position:relative;z-index:1;min-width:1px}#spmgsnipreview-box .inside{position:relative;z-index:2;background:#fff}#spmgsnipreview-box.right_shopreviews .belt{position:relative;z-index:1;float:right;position:relative;z-index:0}.socmenu-shadow-right-spmgsnipreview{border-right:none;-moz-border-radius:8px 0 0 8px;-webkit-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px}.socmenu-shadow-left-spmgsnipreview{border-left:none;-moz-border-radius:0 8px 8px 0;-webkit-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0}.interactive-top-right-spmgsnipreview{height:45px;-moz-border-radius:8px 0 0 0;-webkit-border-radius:8px 0 0 0;border-radius:8px 0 0 0}.interactive-top-left-spmgsnipreview{height:45px;-moz-border-radius:0 8px 0 0;-webkit-border-radius:0 8px 0 0;border-radius:0 8px 0 0}.interactive-top-right-spmgsnipreview div,.interactive-top-left-spmgsnipreview div,#interactive-bar-right-s-spmgsnipreview div,#interactive-bar-left-s-spmgsnipreview div{float:left}.interactive-bar-right-close-spmgsnipreview{margin-top:5px}.interactive-bar-left-close-spmgsnipreview{float:right!important;margin-right:7px;margin-top:5px}#interactive-bar-right-close-spmgsnipreview,#interactive-bar-left-close-spmgsnipreview{margin:6px 0 0 7px}.interactive-top-right-spmgsnipreview .connect_with-spmgsnipreview{font-size:14px;font-weight:700;padding:6px 0 0 10px;width:90%;text-align:center}.interactive-top-left-spmgsnipreview .connect_with-spmgsnipreview{font-size:14px;font-weight:700;padding:6px 0 0 13px;width:89%;text-align:center}.interactive-top-right-spmgsnipreview .connect_with-spmgsnipreview a,.interactive-top-left-spmgsnipreview .connect_with-spmgsnipreview a{color:#fff}.interactive-bottom-right-spmgsnipreview{height:8px;-moz-border-radius:0 0 0 8px;-webkit-border-radius:0 0 0 8px;border-radius:0 0 0 8px}.interactive-bottom-left-spmgsnipreview{height:8px;-moz-border-radius:0 0 8px 0;-webkit-border-radius:0 0 8px 0;border-radius:0 0 8px 0}#interactive-bar-right-spmgsnipreview{width:300px;max-height:80%;position:fixed;right:-307px;top:50px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;line-height:14px;z-index:9999;display:inline-block}#interactive-bar-right-s-spmgsnipreview{width:28px;height:219px;position:fixed;right:-35px;top:50px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;line-height:14px;z-index:9998}#interactive-bar-right-s-spmgsnipreview .interactive-bar-right-s-spmgsnipreview-text{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);margin-left:-94px;width:219px;text-align:center;margin-top:100px;font-size:16px}#interactive-bar-right-s-spmgsnipreview .interactive-bar-right-s-spmgsnipreview-text img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#interactive-bar-left-spmgsnipreview{width:300px;max-height:80%;position:fixed;left:-307px;top:50px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;line-height:14px;z-index:9999;display:inline-block}#interactive-bar-left-s-spmgsnipreview{width:28px;height:219px;position:fixed;right:-35px;top:50px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;line-height:14px;z-index:9998;left:0}#interactive-bar-left-s-spmgsnipreview .interactive-bar-left-s-spmgsnipreview-text{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);margin-left:-96px;width:219px;text-align:center;margin-top:94px;font-size:16px}#interactive-bar-left-s-spmgsnipreview .interactive-bar-left-s-spmgsnipreview-text img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);margin-bottom:-4px}.interactive-field-custom-spmgsnipreview{text-align:center}.interactive-field-custom-spmgsnipreview a,.interactive-field-custom-spmgsnipreview a img.img-top-custom{margin-top:5px}.interactive-txt-descr-spmgsnipreview{font-weight:700;color:#555454}.socmenu-shadow-right-spmgsnipreview{-moz-box-shadow:0 0 8px #4C5559;-webkit-box-shadow:0 0 8px #4C5559;box-shadow:0 0 8px #4C5559;border:1px solid #FFF;background-color:#fff}.socmenu-shadow-left-spmgsnipreview{-moz-box-shadow:0 0 8px #4C5559;-webkit-box-shadow:0 0 8px #4C5559;box-shadow:0 0 8px #4C5559;border:1px solid #FFF;background-color:#fff}.interactive-top-right-spmgsnipreview .connect_with-spmgsnipreview,#interactive-bar-right-s-spmgsnipreview .interactive-bar-right-s-spmgsnipreview-text{color:#fff}.interactive-top-left-spmgsnipreview .connect_with-spmgsnipreview,#interactive-bar-left-s-spmgsnipreview .interactive-bar-left-s-spmgsnipreview-text{color:#fff}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAO0lEQVQ4y2NgGHbgPxTjY+PWDAP42PgM+k8IwNRQZAg+A/5TYsB/UgBFBtDM/0QZQkxawGsI3QygLwAAbjZlqS88cqkAAAAASUVORK5CYII=) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl_storereviews_home_type_carousel,.owl_reviews_home_type_carousel,.owl_users_home_type_carousel{overflow:hidden}.owl_storereviews_home_type_carousel .owl-controls .owl-nav,.owl_reviews_home_type_carousel .owl-controls .owl-nav,.owl_users_home_type_carousel .owl-controls .owl-nav{bottom:100%;margin-bottom:25px;margin-right:10px;margin-top:0;min-height:20px;min-width:20px;position:absolute;right:-2px}.owl-carousel img:hover,.items-articles-block .current-item-block img:hover{transform:scale(1.04)}.owl-carousel img,.items-articles-block .current-item-block img{transition:all 0.7s ease 0s}.owl_storereviews_home_type_carousel h4,.owl_reviews_home_type_carousel h4,.owl_users_home_type_carousel h4{margin-bottom:10px!important}.owl_storereviews_home_type_carousel .current-item-block .avatar-block-home{width:25%!important}.owl_storereviews_home_type_carousel .current-item-block .testimonial-block-text-home{width:75%!important}.owl_storereviews_home_type_carousel .owl-carousel a.item-article{font-size:14px;line-height:1.3em;text-decoration:underline}.owl_storereviews_type_carousel,.owl_reviews_type_carousel,.owl_users_type_carousel{overflow:hidden}.owl_storereviews_type_carousel .owl-controls .owl-nav,.owl_reviews_type_carousel .owl-controls .owl-nav,.owl_users_type_carousel .owl-controls .owl-nav{display:none}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{background:#fff none repeat scroll 0 0;border:1px solid #d6d4d4;color:#d6d4d4;cursor:pointer;float:left;font-size:15px;height:25px;line-height:22px;margin:0 2px;width:25px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{cursor:not-allowed!important}.owl-theme .owl-nav .disabled:hover{background:#fff;color:#d6d4d4}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-theme .owl-dots{clear:both}.owl-theme .owl-dot{margin-top:10px}.owl-theme .owl-dot:hover{cursor:pointer}.dimension_product_content{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;padding-top:50px}.dimension_box{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.dimension_box .dimension_img{width:70px;height:70px}.dimension_box .dimension_img img{max-width:100%;height:auto}.dimension_box .dimension_text{padding-left:5px}.dimension_box:not(:last-child) .dimension_text{padding-right:25px}.dimension_box .dimension_text span{display:block;font-weight:700;white-space:nowrap}@media (max-width:768px){.dimension_box{justify-content:space-between;flex-direction:column;width:100%}.dimension_box .dimension_img{width:50px;height:50px}.dimension_box .dimension_text{padding-left:0;padding-right:0!important;text-align:center;margin-top:10px}}.send_AAP_form label{color:#000}.fancybox-slide--html .fancybox-close-small{padding:10px;right:10px!important;top:10px!important;color:#222!important}.send_AAP_form .product{text-align:center;margin-bottom:10px}.send_AAP_form .pull-right{float:right;margin-right:20px;font-weight:100}.send_AAP_form #gdpr_checkbox{height:auto!important;width:auto!important}.send_AAP_form .gdpr_disabled{opacity:.4;cursor:not-allowed!important}.send_AAP_form textarea{height:160px;border:1px solid #000;margin-top:30px}.send_AAP_form_content_button{margin-top:0;display:block;clear:both}.see_more.send_AAP_btn a{font-weight:400;font-size:1.15rem}.send_AAP_form .card-block{padding:20px 70px}.send_AAP_form_error{display:block;float:left;width:100%}.send_AAP_form .form_button{border:none;background:none;color:#000;font-size:18px;cursor:pointer;text-transform:lowercase;font-weight:400}.send_AAP_form .arrow{display:inline-block;width:22px;height:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAUCAMAAADWUb86AAAAAXNSR0IB2cksfwAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAKOdmYp9rNjsxI7lUGa3O8363pPyAxIgJw3YNhxpAAAAgklEQVR4nKXSuRYDIQgF0NEgoo67s/3/j8akSSeck1dZ3EJ4bNu/ObxEnbYpiVOo0ylw3vVyC5yxELLAxQF1F7i9AkWBy8Fb/H4gqVWQrOsfVl7LqIphLtDoZZCo8HXkAM1IJh38pJFg8HubLTS+hT47vViV5oU8rLpc0yyaOeD3fgOfJQTEY3Ro4wAAAABJRU5ErkJggg==);background-size:22px 13px;font-size:0;color:transparent;position:relative;top:0;left:5px;transition:.5s all;font-weight:100}.send_AAP_form .form_button:hover{text-shadow:1px 1px 2px #000}.form_title{margin:0 0 20px 0;font-size:45px;color:#000;font-weight:300;line-height:50px;display:block}.form_description{margin:0 0 20px 0;font-size:30px;color:#000;font-weight:300;line-height:35px;display:block}.form_subdescriprion{margin:0 0 20px 0;font-size:20px;color:#000;font-weight:300;line-height:25px;display:block}.form_subdescriprion a{color:#000;font-weight:700}.form_subdescriprion a:hover{color:#000;text-shadow:1px 1px 2px #000}.send_AAP_form .form-control{background:none;background-color:none;color:#000!important;font-weight:300}.send_AAP_form .form-group input{border:none;border-bottom:1px solid #000;padding-top:5px}.send_AAP_form .form-control-label{margin-bottom:0;font-size:16px}.fancybox-skin{border-radius:35px}.fancybox-close{top:18px;right:18px}.AAP-text{display:flex;padding-left:0}.AAP_gdpr_text{display:inline-block;padding-left:10px;color:#000}.AAP-text .custom-checkbox input[type="checkbox"]+span{margin-right:3px;display:inline-block;width:17px;height:17px;vertical-align:middle;border:2px solid #232323;cursor:pointer;border:1px solid gray;background-color:none;border-radius:0;margin-top:0}@media (max-width:600px){.send_AAP_form .card-block{padding:15px 15px}.form_title{margin:0;font-size:35px}.form_description{margin:0 0 10px;;font-size:20px;line-height:25px}}@media (max-width:400px){.send_AAP_form .card-block{padding:0}.form_title{margin:0 0 10px 0;font-size:27px;line-height:30px}.form_description{margin:0 0 10px;font-size:17px;line-height:25px}}.send_AAP_form_content_button .custom-checkbox input[type="checkbox"]{margin-top:.25rem;opacity:1;cursor:pointer;position:absolute;left:0;border:1px solid #000;z-index:0}.send_AAP_form .close{float:right;font-size:2.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.7;padding-right:.5rem}#scene{position:relative;overflow:hidden;height:380px}#index #scene{height:600px}#scene>div{position:absolute;width:120%;height:850px;top:0;right:-10%;bottom:0;left:-10%;margin:auto}#scene>.background{z-index:100;background:url(../../../../modules/ms_themeconfigurator/views/img/parallax/2_07.webp) no-repeat center;background-size:cover}#scene>div.layer1{z-index:200;background:url(../../../../modules/ms_themeconfigurator/views/img/parallax/2_04.webp) no-repeat center;background-size:cover}#scene div.layer2{z-index:300;background:url(../../../../modules/ms_themeconfigurator/views/img/parallax/2_06.webp) no-repeat center;background-size:cover}#scene div.layer3{z-index:400;background:url(../../../../modules/ms_themeconfigurator/views/img/parallax/2_10.webp) no-repeat center;background-size:contain;width:70%}#scene div.layer4{z-index:500;background:url(../../../../modules/ms_themeconfigurator/views/img/parallax/2_02.webp) no-repeat center;background-size:cover}@media (max-width:1024px){#index #scene{height:450px}#index>#scene>div{height:650px}}@media (max-width:768px){#index #scene{height:300px}#scene{height:300px}#scene>div{height:500px}}.icon_delivery{width:28px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAwCAYAAAChS3wfAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAAGYktHRAAAAAAAAPlDu38AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAJdnBBZwAAAEAAAAAwAMXMgZYAAAqTSURBVGje5ZpbbFTHGcf/3zczZ6+2Fwd7Y3utBmLAQUmghKShpVWV4KBUUBNoFNTmIZH6kj5VSvIS8hSqvrWpRJU89aIqUiIlUcqlgKpAW0JMcHBoIHWQIRiwudkEO/buenfPOTN9OOes1+a26wu46lijlfcyM//f980335wZ4M4W8usdHcDt7IcAMADhV/bf1wBcv2oAxn/fVNDHnAMQWFdEo9HomjVrkitWrFiYSqUWJhKJVDQavUtKGQZgHMfJZbPZr4eGhvr7+vpOd3V1nd63b9/lXC6XLQEyKzBmA0AgPLR+/frmtWvXfm/x4sWPNzQ0fLumpiYVjUbjSikWQoDI694YA9d1Ydu2m81m08PDw/0XL17sOnHixL69e/d27Nmzpx9AYTZAzDQABmA988wzC9evX79p6dKlmxoaGlqrqqpCSikwc1mNaK1h2zZGRkZyFy5c6O7u7n5v+/btH7z//vu9AGx4XjGnCgGQDz74YPKNN9544ciRI/8eGBhwcrmcsW3b2LZtHMcxrusWq9Z6Qi39zHEcY9u2KRQKZmxszAwMDDidnZ1d27Zt+3lra2sdvPhxR4PnZPHWc889t2z37t1vnT17NpvNZk2hUDC2bV8j+FZlMpAARCaTMWfOnEnv2rXrT88+++z9AKy5AIEAhF955ZW2jo6Ow4ODgyafzxeFlyu6HBi2bZtcLmcGBgb0wYMHP3755Zd/CCA0XQhimuJDr732Wlt7e/vrixYtWlZVVQUhBJgZRFSsU+7A/23QDjNDKUWJRKK5qanp4WQy2XPgwIE+TCMmTBUAAVBbtmz5QXt7++sLFixYEo1GIaWcEeGTIZS2xcwQQiAej9fX19cvTyQSxzo6Os5jiqvDVAHI559/funmzZtfb2lpWRaJRBBE+ZkUPxlEKQQiQjwer58/f35LLpc7dPz48a+nCqHSwq2trcndu3e/dfnyZZNOp41t29Oe75XGBdu2TTqdNpcuXTI7d+78Q3Nzcx3GM8uyS6UeQABCW7du/emqVat+WVNToyzLQpDUzIblrxlASVwAPG+IxWKL6uvrT+/Zs+c/qDAeVAqAN2/evHjTpk2/bmpqSimlJrj+7SqT+7IsywqFQo1XrlzZf+LEiSFUMBUqcRkCEFq3bt3GpqamB5RSE4Le7S7BqiCEgFIKqVRqxYYNGzagwvygIgDt7e3Nixcv3hiLxbh0ubtThYgghIAQArFYTLS2tv6kra2tcbYAiLa2ttXJZHKplPK2zvubAQg8QUqJZDJ5/5NPPvloJbrK/SIBiLa0tDwWi8Ws2VzupgKhJDeILFmy5DEAEZTpBWWTeuqpp+6ur69fEQS9O+3+pQACCJZlIZlMrnziiSfqyv192R6wfPnyhdXV1U1zRfiNIFRXVzevXLnyHsywB3BjY+PCcDgcn0vuPxkAESESiVSnUqkF5WorF4BIJBIppRTPNfGTISilZCKRSM00ABmJRO4SUgBEoLk2DYhA7I1LSIFYLBY8NLm1sHKaB8Cct0NmOAOTc+BKCRB7n9ws5+IZgGQAmJt04o/B1RracWByOciCG0WZxi0HAACY/NsfIvPOYRQyOVA+Dzg2tHZhoGHMDZ5VCgEKKZDwPKcy4QbGcWEKNuC611VORCAwiAVIKphQGIVYCHmMlt1NOQAMAOMMDufdTAb8TQbIjsHYOWjtFCHc0EpEgGCQFAAzwAQCXRujDWBgAG0ArWEcF3Bv3i4Rg0mAWYFUCIhG4SZisKP5DMrcFJXrAU6OzBWjJFgqQDow2i0ec2hDN/aCwJq2Uxy4CbwhgGCKBCYK5usfHHkACUwMJukBkApQCkZKZCk3CO+QZcYAuCPG6XeZNQnJxBKaJIg0yGh/iNqXf4uNmDE3n9O3LOQjYK+SAJMAsYQREq4g5xtt96NMDyh3FdAXnexXBUFpEgrEEswSTNIfQDAfZ/uoz+uDAusHY2AJEl7NCxo5b2d7ZxqAOZYe7E0L0w8lQVKBhYIgCcEeBCKeZQjj4r2+PMsLkmChQEIBSmKUzbmjo5fOoMxnAmXvBXb0Hr08SE6Xq0QRALMCU1BLIBRBzKB0GhfvBT4JQaoonpSCowQGyT7y4cnPrpTbdtkegJFC5pSb3p+1OA+r1AsUBEsfgvRAgL0oPW1voGLAI/jC/aAnyDeAUF5gVhIZRdmTzsg+5DGGmfYAAHrf8NmPB6XTrS0v4pJUEEJBkgXBCoL9+OBbaerTYqK7exb3rc4KkhQkKwi2fNdX0CGFAeke33u19zAqeC5YCQDzt88P953U6feyIdbG8gCQsMDCgmTL84bAMv4cZWJfhPdKt/or+e54G57lg/YFW2BfPEkFYylkLHJ69Oi7+7/47EK51gfKXwbhN1rYNdz7waLaqk3RkFrBjobQE2wGMgytGZpcaOPCGBcGBgYa5KU6Nxkf+QkjjcO6BoL0XV8CUsG1LLhhifOqcGT74Mkd8E6PywZQ8cHIl5f6RpZ/q8VJydjjYc2KNcAG4AmDLl2nSyrIXzK5aO1i5cBbRHF5CwJdYHXBFoSwIIQsWt4NK1yNYvQjfWXrts6/H0SZCdCUAQAwPUife+iuVGo+h5ZJTWBTlOsHKy5ZEXxhRRgCjNIYIcaDZyDcX16DuBJUZjUuXkm4YYlsVJhjKv2XLT3730yPjmYrsf6UAQwND+dUbfXJBbHaZQmymtkQWE+EQCWBkEvnMya6tOfW4+4tAqtPEO7BYD/Z0UrCDSsUYgonQ7kDf77a/WpnT/d5TOGQdMqnw8cunr1a13j3qcaa2oerw9E6ltLblQWCAxjEXgQn6b+K4v8iSGT8wDnR6iVAhAIpCwhZ0LEwdHUEhZoQeiP2538d7X3pj5/uP44KXX/aAACYjr6eCw3NTT31tbUr4vGqOo6GQfEIOBYBRcKgUAgsxYQV4XoeMJ7YeGKFtCCsEEQ0AqqOgxJVQG0VdG0c7rwo8jUh9Ibyn+8c6X3xNx/tPATAwRQPRqebrhEA66U1G1eta1z6q3utxHejLpNwDIRrwNqAtAEcF7AdoODA2DZguzCu6219CV6iIwUgJciSgPKqEQJGEAwTXEFwJSEjXH0qP/zRjvNfvPq7/ds7UWHUn2kAQRvyZ6vbljy95JEX76tJPj2PwzHlAqwBob1kg4pDNMXhTtgNF9/w95bkve8yoBmwhcFVnRvtHr70zttffvLbdw/94ytMw/IzCSBoh5csWFj7i9U/+vHKxntfaIrPWxZjS0pDCJZK8kH457uTAHg5gvGFa/KEO2SQ0QWnP321q7P/1Ju/P7Br1+m+c8OYeKHyjgMICgNQG7//+D3rlj26oTWZ2lRflXggrsJhRQLCUBFCaefFa6GB1cnANi7ShdzY5fTQsS8v9b2742jHjh0d/zoLz+ozdk1uNi9KWmsfXd24dvl3Vi1qaH4sWTNvZVUk1hxRVpUSUgo/GfIAGLhaw9aOM1YojIyMpc9d/mboSM/Fvn17Pzv0yYefHrqI8bk+py9KXg8Eh0KhyA8feqTuoZb77mmaX78wEa9qilrhOkUcA2Bs7WazhfzAUHqkv//KQG9XT/eZfx7tHLQLdg7/g1dlb9ZPcFk6uDB9vcvSpWJvy52f/+vyX1Oi3cqdicddAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEyLTAzLTIyVDIyOjE2OjM2LTA1OjAw5Zla1QAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMi0wMy0yMlQyMjoxNjozNi0wNTowMJTE4mkAAAAASUVORK5CYII=);background-repeat:no-repeat;margin-right:5px;background-size:28px 20px}.icon_delivery.pl{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAwCAYAAAChS3wfAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAAGYktHRAAAAAAAAPlDu38AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAJdnBBZwAAAEAAAAAwAMXMgZYAAAqTSURBVGje5ZpbbFTHGcf/3zczZ6+2Fwd7Y3utBmLAQUmghKShpVWV4KBUUBNoFNTmIZH6kj5VSvIS8hSqvrWpRJU89aIqUiIlUcqlgKpAW0JMcHBoIHWQIRiwudkEO/buenfPOTN9OOes1+a26wu46lijlfcyM//f980335wZ4M4W8usdHcDt7IcAMADhV/bf1wBcv2oAxn/fVNDHnAMQWFdEo9HomjVrkitWrFiYSqUWJhKJVDQavUtKGQZgHMfJZbPZr4eGhvr7+vpOd3V1nd63b9/lXC6XLQEyKzBmA0AgPLR+/frmtWvXfm/x4sWPNzQ0fLumpiYVjUbjSikWQoDI694YA9d1Ydu2m81m08PDw/0XL17sOnHixL69e/d27Nmzpx9AYTZAzDQABmA988wzC9evX79p6dKlmxoaGlqrqqpCSikwc1mNaK1h2zZGRkZyFy5c6O7u7n5v+/btH7z//vu9AGx4XjGnCgGQDz74YPKNN9544ciRI/8eGBhwcrmcsW3b2LZtHMcxrusWq9Z6Qi39zHEcY9u2KRQKZmxszAwMDDidnZ1d27Zt+3lra2sdvPhxR4PnZPHWc889t2z37t1vnT17NpvNZk2hUDC2bV8j+FZlMpAARCaTMWfOnEnv2rXrT88+++z9AKy5AIEAhF955ZW2jo6Ow4ODgyafzxeFlyu6HBi2bZtcLmcGBgb0wYMHP3755Zd/CCA0XQhimuJDr732Wlt7e/vrixYtWlZVVQUhBJgZRFSsU+7A/23QDjNDKUWJRKK5qanp4WQy2XPgwIE+TCMmTBUAAVBbtmz5QXt7++sLFixYEo1GIaWcEeGTIZS2xcwQQiAej9fX19cvTyQSxzo6Os5jiqvDVAHI559/funmzZtfb2lpWRaJRBBE+ZkUPxlEKQQiQjwer58/f35LLpc7dPz48a+nCqHSwq2trcndu3e/dfnyZZNOp41t29Oe75XGBdu2TTqdNpcuXTI7d+78Q3Nzcx3GM8uyS6UeQABCW7du/emqVat+WVNToyzLQpDUzIblrxlASVwAPG+IxWKL6uvrT+/Zs+c/qDAeVAqAN2/evHjTpk2/bmpqSimlJrj+7SqT+7IsywqFQo1XrlzZf+LEiSFUMBUqcRkCEFq3bt3GpqamB5RSE4Le7S7BqiCEgFIKqVRqxYYNGzagwvygIgDt7e3Nixcv3hiLxbh0ubtThYgghIAQArFYTLS2tv6kra2tcbYAiLa2ttXJZHKplPK2zvubAQg8QUqJZDJ5/5NPPvloJbrK/SIBiLa0tDwWi8Ws2VzupgKhJDeILFmy5DEAEZTpBWWTeuqpp+6ur69fEQS9O+3+pQACCJZlIZlMrnziiSfqyv192R6wfPnyhdXV1U1zRfiNIFRXVzevXLnyHsywB3BjY+PCcDgcn0vuPxkAESESiVSnUqkF5WorF4BIJBIppRTPNfGTISilZCKRSM00ABmJRO4SUgBEoLk2DYhA7I1LSIFYLBY8NLm1sHKaB8Cct0NmOAOTc+BKCRB7n9ws5+IZgGQAmJt04o/B1RracWByOciCG0WZxi0HAACY/NsfIvPOYRQyOVA+Dzg2tHZhoGHMDZ5VCgEKKZDwPKcy4QbGcWEKNuC611VORCAwiAVIKphQGIVYCHmMlt1NOQAMAOMMDufdTAb8TQbIjsHYOWjtFCHc0EpEgGCQFAAzwAQCXRujDWBgAG0ArWEcF3Bv3i4Rg0mAWYFUCIhG4SZisKP5DMrcFJXrAU6OzBWjJFgqQDow2i0ec2hDN/aCwJq2Uxy4CbwhgGCKBCYK5usfHHkACUwMJukBkApQCkZKZCk3CO+QZcYAuCPG6XeZNQnJxBKaJIg0yGh/iNqXf4uNmDE3n9O3LOQjYK+SAJMAsYQREq4g5xtt96NMDyh3FdAXnexXBUFpEgrEEswSTNIfQDAfZ/uoz+uDAusHY2AJEl7NCxo5b2d7ZxqAOZYe7E0L0w8lQVKBhYIgCcEeBCKeZQjj4r2+PMsLkmChQEIBSmKUzbmjo5fOoMxnAmXvBXb0Hr08SE6Xq0QRALMCU1BLIBRBzKB0GhfvBT4JQaoonpSCowQGyT7y4cnPrpTbdtkegJFC5pSb3p+1OA+r1AsUBEsfgvRAgL0oPW1voGLAI/jC/aAnyDeAUF5gVhIZRdmTzsg+5DGGmfYAAHrf8NmPB6XTrS0v4pJUEEJBkgXBCoL9+OBbaerTYqK7exb3rc4KkhQkKwi2fNdX0CGFAeke33u19zAqeC5YCQDzt88P953U6feyIdbG8gCQsMDCgmTL84bAMv4cZWJfhPdKt/or+e54G57lg/YFW2BfPEkFYylkLHJ69Oi7+7/47EK51gfKXwbhN1rYNdz7waLaqk3RkFrBjobQE2wGMgytGZpcaOPCGBcGBgYa5KU6Nxkf+QkjjcO6BoL0XV8CUsG1LLhhifOqcGT74Mkd8E6PywZQ8cHIl5f6RpZ/q8VJydjjYc2KNcAG4AmDLl2nSyrIXzK5aO1i5cBbRHF5CwJdYHXBFoSwIIQsWt4NK1yNYvQjfWXrts6/H0SZCdCUAQAwPUife+iuVGo+h5ZJTWBTlOsHKy5ZEXxhRRgCjNIYIcaDZyDcX16DuBJUZjUuXkm4YYlsVJhjKv2XLT3730yPjmYrsf6UAQwND+dUbfXJBbHaZQmymtkQWE+EQCWBkEvnMya6tOfW4+4tAqtPEO7BYD/Z0UrCDSsUYgonQ7kDf77a/WpnT/d5TOGQdMqnw8cunr1a13j3qcaa2oerw9E6ltLblQWCAxjEXgQn6b+K4v8iSGT8wDnR6iVAhAIpCwhZ0LEwdHUEhZoQeiP2538d7X3pj5/uP44KXX/aAACYjr6eCw3NTT31tbUr4vGqOo6GQfEIOBYBRcKgUAgsxYQV4XoeMJ7YeGKFtCCsEEQ0AqqOgxJVQG0VdG0c7rwo8jUh9Ibyn+8c6X3xNx/tPATAwRQPRqebrhEA66U1G1eta1z6q3utxHejLpNwDIRrwNqAtAEcF7AdoODA2DZguzCu6219CV6iIwUgJciSgPKqEQJGEAwTXEFwJSEjXH0qP/zRjvNfvPq7/ds7UWHUn2kAQRvyZ6vbljy95JEX76tJPj2PwzHlAqwBob1kg4pDNMXhTtgNF9/w95bkve8yoBmwhcFVnRvtHr70zttffvLbdw/94ytMw/IzCSBoh5csWFj7i9U/+vHKxntfaIrPWxZjS0pDCJZK8kH457uTAHg5gvGFa/KEO2SQ0QWnP321q7P/1Ju/P7Br1+m+c8OYeKHyjgMICgNQG7//+D3rlj26oTWZ2lRflXggrsJhRQLCUBFCaefFa6GB1cnANi7ShdzY5fTQsS8v9b2742jHjh0d/zoLz+ozdk1uNi9KWmsfXd24dvl3Vi1qaH4sWTNvZVUk1hxRVpUSUgo/GfIAGLhaw9aOM1YojIyMpc9d/mboSM/Fvn17Pzv0yYefHrqI8bk+py9KXg8Eh0KhyA8feqTuoZb77mmaX78wEa9qilrhOkUcA2Bs7WazhfzAUHqkv//KQG9XT/eZfx7tHLQLdg7/g1dlb9ZPcFk6uDB9vcvSpWJvy52f/+vyX1Oi3cqdicddAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEyLTAzLTIyVDIyOjE2OjM2LTA1OjAw5Zla1QAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMi0wMy0yMlQyMjoxNjozNi0wNTowMJTE4mkAAAAASUVORK5CYII=)}.icon_delivery.eu{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAwCAYAAAChS3wfAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAAGYktHRAAAAAAAAPlDu38AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAJdnBBZwAAAEAAAAAwAMXMgZYAAA8tSURBVGje5ZppbF3Hdcd/s9x738J9E0lRJrVYmy3JWqxEsSs7seNAbmO4duMUKRAU6IcgaIAayZd+yJegRdEWSB0ETZ2iH4ukaRJkTxAkcWLLdSzJlhPJS2RJXERxEXfq8fG9d5eZ6Yf7SFGy7D5SdOOiAxxc8r65M3P+5z8z55wZ+P0WUZXf6wD+N/sRgARUVWT1vQVMVSzgqu/dKvp4zwGwZF2lvUyuo++uDS2d27Y0NHVsydU19GQy2VatdQZwcZJUwkp5ZrF4dWRhbnJgdvzCwOTwbyeSOCqtAORdAePdAEAAQkLQvf3Ipo7e/fd0dPc90NnZtb+9rbmnsaG+Lp8LpOdplEwJYKwlihJK5YqZv1osTk3Pjly5Mn56cmzomclLp389duHUiIPo3QBivQGQEvy+O+/f0nLb3Y/39G57fOvmTTs3drUF9fksSkmcIxXcsipCpEORVc4YYygUy4yMT1cGBoffGLl08duzw6e+O/T684MOYlJWvKcAEIDq6d3e2rz1wcfae3Z+6o6d2+7c2rtBZTM+1jqMXVIcVuh+/UBElT4ClEwBKVVCLg5NmNfPXTgzM3ru6ZmLP/v+2OWBWa5fK9Zc1Dop7+06dGx3/eaHvtCzdd+TRw7d0bOpu1U6JwkjR5Q44sQRG0dSFXODJMaR2Gu/xyb9RipJR0uDbG9r61qIcw/YzMaNzQ2ZC9Pj/fOsAxNuFQABBHv/4BNHZdvhp3p6tx87sn+rl8tlqESWKL6m9HUKVxmRPpfEXg+IXQGEceQyPhvam/y5sr+vZBvv2tDRfmHy8uvjtwrCrQAggGDf/X/+4aR+z1MtHZv2HbmrD8/ThJEjSW6wtl2lrPyuygatJO3NdeLKnNtUdnV3d3V1np+4dPbyrYCwVgAE4O09+mdHTf2ep5zfuuPwnk3kswFhZK8p/o5Kpqv/W/9+KxBLbaUgKPK5gMErYQd+w12dHa1nJ4dfG2WN68FaAdC7D//hbtF691NX48Z9m3va6O1qJIyXlOeaFW9iTVOld0uuQM4vM1/ya6pvjCM2loyvWSgljM+Zjmy+cVtLg35xeqx/Zi0grAUAeVvftrb85mNfKNi2Y9Z53Hl7B1qpt85360gSECQ4Z4lisTzXe1umeGj3WXZ2jjK7mGFqIbvMnJTRCeGK+uYGVikpGRwrYkRwW76+KaNKAy8sFAqV1YIgV1OZlPp+644/eqwsOh4rVgSZjI+nFeXQUIkMYXxNotigRJndnUNs7xhGijJhbKhElomrAXV+gXq/wFTBpxw6wtggXcjmllH2dg+gZYkovr7NSmQoh4bA9wh8n2JFUpYdT7TvfvSjgMcqt/bVMkDuPvSR7a7l4N8VolzPYtnR0phjQ0vubbe22zvG+PihE9zeMUb/ZCsTV9O61hmGp5v47eUuphaylEJFYhzdTTN8/NAJ7to0yMhsA5dnG97Sdvo9TMyWmS2ESOX5mUy2uyWX/HL6yuDcaligV2n9INhw8LGCa9hTjiBO0h/C2OJu0qVzMDDZwLmxFhIrGZqsoxJZBBDFitmFtrRh4QCDAy5N5zl/pYm6IMvAZAOl0KYe4o2DEQ4QxAlUIij7jQfquw4/ym9++WUgrBWEVQGw68CHNsV+52PlipZRnJAYqESWSmRu2p0D5oqKf3vuMAhHlEjCxLwtRx3gDHztxF0YK3BOEMVvX78SWRIDUQLlRKts0PUnO/be8+03z74w9G4AoDIb9t9bpH53GENiwDpYKMWUKwlSCpwDJR3bN0xwYaKDxErCSLJyqRHCvGMnYQQLZW/FG4MUjh2dE1ycbCc2CiHAGEexFGMdxAbCWBAGDXfmug69n7MvDFOjb1DrGiBa89TV73j8M0XTvL9UsURxum9b42iqD0AI8n6JB3e9yscOnkLJiMuzjRQr6rp9fWmlfzu50QfIehUe2Pk6Txw8SaBDhmcbKVY8iuWYkYlFEusQUqKkwvM9L+szv3j+589EjnhdGdCx66HORDUdiCKJsWBdGrpVIsPkbJnO1iwzscaTJXqbx8ioHqYLHsaZWru4aYkSjaRCX8sYp71OpgseiU2YmEl3FITAWkFiITKKxGs61L3naPubZ44X1xMAETRv21IWuY2JFen8XPHjxGyJXFYTeIpT/d2cHX6EMNGUI3vr4ZoTnB7q5Nz4I8SJohw6ylHE1Fz5WhVSgyRWkMj8pkzbjj44PkQN60CtAEiRbd+SiKDOOItF4pYTPo5yaBibKtHZmuX0pU6sFUix5NDcevntpQ6sS9u0zjA+XUoX3tQ2OATWSYyVJAQN2VzHZuB4LQOoFQCFV99j8KQlxl0HQFquFkME0NwQIGUt2K+yCLAWZgshhWJ07WVVLBKLxKA1XkMPNTp5NQEQgHYq22rROCwOmSa9hAWXssAZSVtmFJvUUzRt+Hp9EYgT0MzRlZ9l/moXSLucPXEiHY8TCis8nM62C1C1jKAWAIQH0gkdOKFBGpDVhK4QIARKWI5sO8+n73+OiUID/37yKJfmbsPTspruWntxDqLY0t0wyifufoGdnVf4l2fv4/iF24mtVx2Dwi2LBvxcALJSQ/u1xgIOqUBqEDoFQKoqCwTGKqyV3LO1n8N9Q8wseMwWIuaLEaWKIYwtUWKJk/T5TrJUJ4wtpUrCfDFibiFiqhBwsPcS92y9iJKO2CwpL0FUxyarYxOq5oCgFga4GJzAhUIqUB7IJBVr0mmAZWS+mc9+8wmsE1wt5cA5wqgaEEmJUqKa5xPXWLH0dNesbd2SD5D6GUsudjHM8PSz96OkZXC6Lf14WXmFkBqhPIRUCGsWKzWuwDWtASEkwkXTUsq0E1UFQJrUd5WWkfkWLs+0IITDCbesnHOQmNRlhaVZI5aToEsAOMA5d9OYAqAca354Zi/OSYRyIKsAVBVHeQjlIZWAOJpy6SHL+gAAGJEsjqgsVmpPCm0QKsFZU2WBw1pAVoMiK0HcXJM0Lb76BdJZmQIrHc7JNAEvNUgPlI/UPlJ7KJkkIi6OUCMDal0DrCtP9mthisrzkNpH6ACUX50SKh0QEiUEu7uuoMX67QIS2NV1BV9W/5Oy2qcH2kcoH+n5KO2hhSnY0pXBWgGoOR/Q0twkdceBhyvUt8dGVPP8Dpxd4i9NuRIf3XeGJx/8OQgYnWumHPm3dPrQkKnw8J7X+OxDv0Ary+jVVkpJLgVfZ0BnkH4GLwjIZjV1Yu7NaOB7/zo9PjRfK7g1lYkzP5nQydxp3xNoz0PqIGWBzoD2QfmUkiy7u69wbM9r7OkZoxT5bzsVai3l2Gd75yTH9rzK/r4RFpN8Vfm0b+FlkF6A9jx8LdDJ7Mujr/xqutb2a2ZA2WC6tx6sN/neY6ELdOIE1omqRwjgMEahlOXZ8zt4bWQjb052cv1qt5oiqoGORil4vn8Xr473cW6yd1l5vCzSy6bWz2jqvXIpmD/9pUvnfnWW9dwFqsVWRo6/kGk+8Ebg1+2PEo/EiBWnlQJEhef692Iii5IhSAdWEHgxzjmiRPE/+8gCT1mUtFQSH5TghcGdHO8PUL4ELwMqVV54GaQf4PmawBNk7MyrpaFnTtaq/KoYADA1enGxZ+cHGk2m+4MxvjBOpSwQctnKFpn67UiEENRlQj5yx+vc1jrH+NVmEqOreyGkM3DpQDB1qnJBwpFtgxzafJnh+XZil8GIADwPq7Kgs+Blq9bP4Pk+2UBR71WSbPHMl1/9xVefocYtcNUAALal3pvy23d9IFbNXcZJDGpFbHC9CCF5YOc5/uFj/8l9O87z2lgvQ7PtKQBO01Zfoj4bsRjmq/u6Zn/vKP/4xLd49MBvGJjp4XdTvbjltWal8gHa8wkCRV3gaLAjp6JzX/v7qbGL0zXQbM0AMDVyrtCzdV8i8t0PJCLrGSdxqOWAJPXMqtsUisj67O0ZZrzQytdfupfFKI+Qkh1dk/zF0ec5uvMC4wutzJSaccKjGNex97ZRClE9//HKB5kud6S0X1JeZxFegPJ8fE+R8wWN+upCMPvi35z9xVf/azXWh9WtAVSRjWdeevp7Lff13BNl9n4ycQEOjRMSKxROajAajAcqZj5p56++85cIl7DoNPg+zlkyOcUT73+JnB/y/dfuxU7lQEgi4fGFn36S2PkkBBDkU1+j6nMI5SG1xtOSjO+o8ysuW77wjckXv/QjIFmN9dfEAMBdnZ+rtDV6F7Itffuc37TJorCuOhWkSgMmkQYnoc2ymNSxGNcRuywoDdLHioDFJM+Ll+7k5KU7KMRNoH0SkaeYNFGyjVRcQ9X6qQjtI5WXWj6AhkxMYzJwPH7z65/vf+PlUdaQgVmriyIAfeDhJ+9Vmx/550Vv0+6F0KMUCcqRSxOmxuBMNWCySRozOJNmNZxFyzSV7pxASEtiddW3r06jFRGeUAqlFL4nyfqCfOCo9yPy0fCZZOC7n3nlp185uRbr3woAS9/6R/74rz+Y3fKRL0aZTbvLiU+YSMIEKrFbPjOIIkNiDNZYXBWAt0Q91dBWSIlUEq0Uvq8IfEXWl+k250GgLVkV4peHz5Qu/uRzJ37wxedJr82syeO61SsyAvDvffTJIy07j/2taNj8gYisiI3CuDR5aiwkJr0lEq3ICxjjsFUQpBRoKfC0xNMSX0t8T6CVQMn0rEEJh68MnitZVxh4fvqNH33+1z/8yqlbUX49AFhqQ7//wT/d0Xvo8c/l2nd8jKA5HzuNsXLZW0x1FSvuCLkbGhHLLgGimnEUafZRSYsnYgjnFhYnfveNwVPf/KeXnv1OP2uk/XoDsNSO7NuyveXuY596pH3zwU9nm7r3CS+vrdNY0mMuh1hOpt70ktRSDZE+JQ5JgouLSXl+9PRE/8tPn/zJ0z8aGR6cZ50uSa37NTnAO/KhR/vueN/Dj7b17Hg837hhjw7yGaSHExLnrql6/UCqDrVwCGfBxsRhsbw4P3F26vK5b71+4oc/OPncjy+RWv09d03uxjYF4B++58Pdd77vw0c6em7/UEPzhkOZXMMm7Wfqlfa0EIrl3JhzOGcwSZwkUblQXiwML8xNvDxx+fwzZ0/87MTpE78c59pcf09flLwZEDITBNl9h4+2b915oK+1Y+OWXH3TRj/ItSN1HnDOxKU4LE0uLsyPTE+MDPb/7pWhMy89NxXFSYX/g1dl36mfpcvSSxemb3ZZeqWy7/pl6f/35b8B4kdsRf8FmRwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTItMDMtMjJUMjI6MTc6MTYtMDU6MDBIfjaWAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEyLTAzLTIyVDIyOjE3OjE2LTA1OjAwOSOOKgAAAABJRU5ErkJggg==)}.slogan{-webkit-transition:background-color 350ms;-moz-transition:background-color 350ms;transition:background-color 350ms;height:20px;overflow:hidden;position:relative}.slogan span{position:absolute;width:100%;height:100%;text-align:center;transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%)}.slogan.down span{transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%)}.slogan.down span:nth-child(1){animation:down-one 10s ease infinite;-moz-animation:down-one 10s ease infinite;-webkit-animation:down-one 10s ease infinite}.slogan.down span:nth-child(2){animation:down-two 10s ease infinite;-moz-animation:down-two 10s ease infinite;-webkit-animation:down-two 10s ease infinite}@-moz-keyframes down-one{0%{-moz-transform:translateY(-100%)}10%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(0)}50%{-moz-transform:translateY(100%)}100%{-moz-transform:translateY(100%)}}@-moz-keyframes down-two{0%{-moz-transform:translateY(-100%)}50%{-moz-transform:translateY(-100%)}60%{-moz-transform:translateY(0)}90%{-moz-transform:translateY(0)}100%{-moz-transform:translateY(100%)}}@-webkit-keyframes down-one{0%{-webkit-transform:translateY(-100%)}10%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(100%)}}@-webkit-keyframes down-two{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(-100%)}60%{-webkit-transform:translateY(0)}90%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(100%)}}#back_top_button{display:inline-block;background-color:#591165;width:40px;height:40px;border-radius:50%;line-height:1.3;font-size:30px;text-align:center;position:fixed;bottom:30px;right:30px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000}#back_top_button::after{content:"";font-weight:400;font-style:normal;font-size:2em;line-height:40px;color:#fff}#back_top_button:hover{cursor:pointer;background-color:#333}#back_top_button:active{background-color:#555}#back_top_button.show{opacity:1;visibility:visible}/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
a.ms_promocountdown-href{color:#000}#ms_promocountdown{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;justify-content:center;align-items:center;background-color:#e9ecef;padding:7px 5px;font-size:clamp(0.7rem, 1vw, 1.2rem);margin:5px 0;line-height:1.2}#ms_promocountdown b{font-weight:600}#ms_promocountdown .thin{font-weight:200}#ms_promocountdown .counter-code{display:flex}#ms_promocountdown .countdown_block{display:flex;flex-direction:row;gap:5px}@media (max-width:575.98px){#ms_promocountdown .countdown_block{flex-direction:column;justify-content:center;align-items:center;gap:0}}#ms_promocountdown .countdown-group{display:flex;flex-wrap:nowrap}#ms_promocountdown .countdown-item{font-weight:400}#ms_promocountdown .countdown-item:not(:first-child){width:22px;text-align:center}#ms_promocountdown .countdown-item:first-child{white-space:nowrap}#ms_promoinfo .ms_promoinfo_product-info{animation:fancy-spin 10000ms;animation-iteration-count:infinite;position:relative;z-index:2;position:absolute;top:10px;left:20px;display:flex;justify-content:center;align-items:center;width:clamp(100px, 10vw, 160px);height:clamp(100px, 10vw, 160px);background-color:#9ec931;border-radius:50%;z-index:1;padding:15px;pointer-events:none;z-index:2;opacity:0;transition:opacity 1s ease-in-out}#ms_promoinfo .ms_promoinfo_product-info.show{opacity:1;/}#ms_promoinfo .ms_promoinfo_product-info span{text-align:center;font-size:clamp(.7rem, 1vw, 1.1rem);line-height:1.2;font-weight:600}#ms_promoinfo .ms_promoinfo_site-info{width:100%;padding:20px;margin-bottom:30px;font-size:clamp(1rem, 1vw, 1.5rem);line-height:1.4;border-radius:1rem;text-align:center}#ms_promoinfo .ms_promoinfo_site-info .text-center{webkit-animation:shake-animation-scale 5s ease infinite;animation:shake-animation-scale 5s ease infinite;text-align:center;width:100%}#ms_promoinfo.ms_promoinfo_banner-info{padding:5px 0;font-size:clamp(1rem, 1vw, 1.2rem)}#ms_promoinfo.ms_promoinfo_banner-info .text-center{text-align:center;width:100%;color:#232323}@keyframes fancy-spin{0%{transform:rotate(0deg) scale(1)}10%{transform:rotate(360deg) scale(1)}20%{transform:rotate(360deg) scale(1.2)}30%{transform:rotate(0deg) scale(1.2)}40%{transform:rotate(0deg) scale(1)}100%{transform:rotate(0deg) scale(1)}}@keyframes shake-animation-scale{0%{transform:translate(0,0)}2%{transform:translate(10px,0) scale(1.2)}4%{transform:translate(0,0)}5%{transform:translate(15px,0) scale(1.2)}7%{transform:translate(0,0)}9%{transform:translate(10px,0) scale(1.2)}10%{transform:translate(0,0)}100%{transform:translate(0,0)}}@keyframes shake-animation{0%{transform:translate(0,0)}2%{transform:translate(10px,0)}4%{transform:translate(0,0)}5%{transform:translate(15px,0)}7%{transform:translate(0,0)}9%{transform:translate(10px,0)}10%{transform:translate(0,0)}100%{transform:translate(0,0)}}#ms_promoinfo.ms_promoinfo_banner-info{position:relative;height:45px;overflow:hidden}#ms_promoinfo p{padding:0!important;margin:0!important}.banner_block{position:absolute;width:100%;height:100%;top:100%;opacity:0;transition:opacity 0.5s ease,top 0.5s ease}.banner_block{display:flex;justify-content:center;align-items:center}.banner_block.active{top:0;opacity:1}.banner_block.previous{top:-100%;opacity:0}.ets-blog-post-footer .read_more:hover,.blog-managament-information button[type="submit"]:hover,.ets-blog-tag-a:hover,#form_blog .btn.edit_view_post:hover,.form_reply_comment input[type="submit"]:hover,.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]:hover,.form-polls-body button[name="polls_cancel"]:hover,.form-polls-body button:hover{background:#8b6d54;border-color:#8b6d54}.ets-blog-like-span.active,.be-tag-block .be-tags a,.be-tag-block .be-tags,.ets-blog-related-posts-meta-categories>a,.view_post,.comment-content h4.comment_name span,.ets_block_categories .active>a,.comment-content .post_title span a,.blog-managament-information .help-block a,.ets-blog-comment-info .post-author .ets_title_block{color:#a18064}.ets-block-comment-reply:hover,.ets_title_block:hover,.read_more:hover,.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]+.btn.btn-default:hover,.comment-content .post_title span a:hover,.list_category_item .sub_category li a:hover,.ets_block_categories .active>a:hover,.ets-blog-comment-info .post-author .ets_title_block:hover,.blog-managament-information .help-block a:hover,#form_blog a.ets_button_backtolist:hover{color:#8b6d54}.ets-blog-thumbnail-list.carousel .ets-blog-thumbnail-item.slick-current:before,.ets-blog-slider.carousel .slick-dots .slick-active button{border-color:#a18064}.ets-blog-form-comment .blog-submit .button,.blog-managament-information button[type="submit"],.ets-blog-slider.carousel .slick-dots .slick-active button,.blog_view_all,.view_all_link,.blog_view_all_button a,.form-polls-body button,.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],.add_new_post_blog a,#form_blog button[type="submit"],#form_blog .btn.edit_view_post,.form_reply_comment input[type="submit"],.ets_blog_loading .squaresWaveG{background:#a18064}.ets-blog-form-comment .blog-submit .button:hover,.blog_view_all:hover,.view_all_link:hover,.blog_view_all_button a:hover,.add_new_post_blog a:hover,#form_blog button[type='submit']:hover{background:#8b6d54}.ets_blog_ltr_mode a:hover,.ets-blog-wrapper-detail a:hover,.ets-blog-like-span:hover,.blog-main-page a:hover,.ets_button_backtolist:hover,.ets-block-comment-report:hover{color:#8b6d54}.form-polls-body button,.form_reply_comment input[type="submit"]{border:1px solid #a18064}.blog_view_all,.view_all_link{background-color:#a18064}.blog_view_all:hover,.view_all_link:hover,.ets-blog-form-comment .blog-submit .button:hover{background-color:#8b6d54}@keyframes bounce_squaresWaveG{0%{background-color:#a18064}100%{background-color:rgb(255,255,255)}}@-o-keyframes bounce_squaresWaveG{0%{background-color:#a18064}100%{background-color:rgb(255,255,255)}}@-ms-keyframes bounce_squaresWaveG{0%{background-color:#a18064}100%{background-color:rgb(255,255,255)}}@-webkit-keyframes bounce_squaresWaveG{0%{background-color:#a18064}100%{background-color:rgb(255,255,255)}}@-moz-keyframes bounce_squaresWaveG{0%{background-color:#a18064}100%{background-color:rgb(255,255,255)}}.page_home,.page_home_gallery{background-color:#fff;display:block;clear:both;margin-bottom:60px;padding:15px;width:100%}.page_home .title_blog,.page_home_gallery .title_blog{margin-top:15px}.title_blog,.title_blog a{color:#414141;font-size:16px;margin-bottom:28px;margin-top:0;text-transform:uppercase}div#block_myaccount_infos li{width:100%;padding:0}div#block_myaccount_infos li span.ss_icon_group{display:none}.page_home ul,.page_home_gallery ul{float:left;margin-bottom:0;position:relative;width:100%}.page_home.ets_block_default ul{display:flex;display:-webkit-flex;width:100%;flex-wrap:wrap;-webkit-flex-wrap:wrap}.block_content li{padding:0 15px}.ets_block_default .block_content li{margin-bottom:30px}.ets_item_img{float:left;overflow:hidden;position:relative;background-color:#eee;width:100%}.page_home img,.ets-blog img{max-width:100%}.ets_item_img img{transition:all 0.7s ease 0s;-webkit-transition:all 0.7s ease 0s;max-width:100%;width:100%}.ets_title_block{color:#414141;float:left;font-size:16px;font-weight:700;line-height:20px;margin-bottom:0;margin-top:9px;padding:5px 0 9px;text-transform:uppercase;width:100%;outline:none!important;text-decoration:none!important}.ets-blog-sidear-post-meta{color:#b1b1b1;display:none;float:left;font-size:13px;width:100%}.ets-blog-categories{float:right;margin-right:15px}.be-categories{font-size:14px;color:#bfbfbf}.be-categories>a,.ets-blog-tags a{color:#bfbfbf}.post-date{float:left;margin-bottom:5px;margin-right:15px;width:auto}.ets-blog-latest-toolbar{color:#bfbfbf;float:left;font-size:14px;margin-bottom:7px;width:100%}.ets-blog-latest-toolbar-views:before{content:"\f06e";font-family:FontAwesome;padding-right:3px}.blog_description{clear:left;font-size:14px;line-height:24px;color:#414141}.blog_description p:last-child{margin-bottom:0}.read_more{font-size:14px;text-decoration:none!important;margin-top:10px;display:inline-block;padding-bottom:1px;font-style:italic;color:#999;border-bottom:1px dotted}.page_home_gallery.ets_block_default ul{margin-left:-5px;width:calc(100% + 10px);width:-webkit-calc(100% + 10px);width:-moz-calc(100% + 10px);width:-o-calc(100% + 10px);width:-ms-calc(100% + 10px)}.ets_block_gallery ul>li{padding:0 15px 30px;width:16.6667%}.page_home_gallery.ets_block_default li{padding-left:5px;padding-bottom:10px;padding-right:5px;margin-bottom:0}.gallery_item{backface-visibility:hidden;float:left;perspective:500px;-webkit-perspective:500px;-ms-perspective:500px;-o-perspective:500px;position:relative;overflow:hidden;width:100%}.gallery_item>img{backface-visibility:hidden;float:left;max-width:100%;min-height:50px;perspective:500px;-webkit-perspective:500px;-ms-perspective:500px;-o-perspective:500px;transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transition:all 0.35s ease 0s;-webkit-transition:all 0.35s ease 0s;-moz-transition:all 0.35s ease 0s;-ms-transition:all 0.35s ease 0s;-o-transition:all 0.35s ease 0s}.page_home_gallery .ets_title_block{display:none}.clear{clear:both}.ets_block_slider .owl-item>li{float:left;overflow:hidden;width:100%}#content-wrapper .ets_block_slider .owl-item>li{padding-bottom:15px}.ets_block_slider .owl-controls,.ets_blog_related_posts_type_carousel .owl-controls,.ets_related_products_type_carousel .owl-controls{bottom:100%;margin-bottom:25px;min-height:20px;min-width:20px;position:absolute;right:15px}.ets_block_slider .owl-controls .owl-nav,.ets_blog_related_posts_type_carousel .owl-controls .owl-nav,.ets_related_products_type_carousel .owl-controls .owl-nav{position:relative;top:auto;right:auto}.ets_block_slider .owl-nav>div,.ets_blog_related_posts_type_carousel .owl-nav>div,.ets_related_products_type_carousel .owl-nav>div{background:#fff none repeat scroll 0 0!important;border:1px solid #ebebeb;border-radius:0!important;color:#c6c6c6!important;cursor:pointer;float:left;font-size:20px;height:25px;line-height:21px;margin:0 2px!important;padding:0!important;width:25px}.ets_block_slider .owl-prev::before,.ets_blog_related_posts_type_carousel .owl-prev::before,.ets_related_products_type_carousel .owl-prev::before{content:"\f104";font-family:FontAwesome}.ets_block_slider .owl-next::before,.ets_blog_related_posts_type_carousel .owl-next::before,.ets_related_products_type_carousel .owl-next::before{content:"\f105";font-family:FontAwesome}.ets_block_slider .owl-nav>div:hover,.ets_blog_related_posts_type_carousel .owl-nav>div:hover,.ets_related_products_type_carousel .owl-nav>div:hover{background-color:#f1f1f1!important;color:#666!important}.blog_view_all_button{text-align:center;padding:15px 0;display:block;width:100%;clear:both;margin-bottom:0;color:#fff}.page_home .blog_view_all_button{text-align:left}.page_home_gallery .blog_view_all_button{text-align:left;padding-left:0}.blog_view_all,.view_all_link{min-width:150px;text-align:center;border:none;outline:none!important;font-size:14px;width:auto!important;color:#fff!important;text-transform:uppercase;font-weight:500;padding:6px 15px!important;border-radius:3px;display:inline-block!important}#left-column .block,#right-column .block{background-color:#fff;box-shadow:none;clear:left;float:left;margin-bottom:30px;padding:15px 25px 30px;width:100%;border:.0625rem solid rgba(0,0,0,.125);border-radius:.4rem}@media (min-width:1200px){.page_home.ets_block_default ul li.col-lg-3:nth-child(4n+1){clear:left}}@media (min-width:768px) and (max-width:991px){.ets_blog_sidebar .blog_view_all,.ets_blog_sidebar .view_all_link{min-width:0;text-align:center;border:none;outline:none!important;font-size:14px;width:100%!important;color:#fff!important;text-transform:uppercase;font-weight:500;padding:6px 5px!important;border-radius:3px;display:block!important}.ets_blog_sidebar .block_content.row .blog_view_all_button{margin-left:14px;max-width:calc(100% - 30px)}#ets_blog_page #left-column .block,#ets_blog_page #right-column .block{padding:15px 15px 20px}}@media (max-width:767px){#ets_blog_page #left-column,#ets_blog_page #content-wrapper{width:100%}}[class*="product-flags__flag--ms_customflags_"]{max-width:150px;position:absolute;right:0;top:0;text-align:center;font-weight:300;border-radius:0.5rem!important;line-height:1.2}[class*="product-flags__flag--ms_customflags_"] small{font-size:.6rem;font-weight:400;margin:0}input.error,select.error,textarea.error{border-color:red!important}input.error:focus,select.error:focus,textarea.error:focus{border-color:red!important}.supercheckout-required{color:red;font-weight:700;margin-left:1px}.invoice-type-selector input[type="radio"]:checked+label{font-weight:600;color:var(--opc-primary,#007bff)}@media (max-width:767px){.field-error-message{font-size:11px}}.opc_shipping_address .form-group,.opc_payment_address .form-group,.opc_billing_address .form-group{position:relative}.opc_shipping_address .col-sm-6>.form-group:has(>.row)>label.control-label,.opc_billing_address .col-sm-6>.form-group:has(>.row)>label.control-label{display:none!important}.opc_shipping_address .form-group>label.control-label,.opc_payment_address .form-group>label.control-label,.opc_billing_address .form-group>label.control-label{position:absolute!important;left:12px;top:12px;font-size:14px!important;color:#6c757d;pointer-events:none;transition:all 0.2s ease;z-index:1;padding:0;margin:0;line-height:1.2;background:transparent;opacity:0;visibility:hidden;transform:translateY(0);width:auto!important;max-width:calc(100% - 24px);display:block}.opc_shipping_address .form-group>label.control-label .supercheckout-required,.opc_shipping_address .form-group>label.control-label .supercheckout-optional,.opc_payment_address .form-group>label.control-label .supercheckout-required,.opc_billing_address .form-group>label.control-label .supercheckout-required{font-size:12px!important;opacity:0;transition:opacity 0.2s ease}.opc_shipping_address .form-group>label.control-label .supercheckout-required[style*="display:none"],.opc_shipping_address .form-group>label.control-label .supercheckout-required[style*="display: none"],.opc_payment_address .form-group>label.control-label .supercheckout-required[style*="display:none"],.opc_payment_address .form-group>label.control-label .supercheckout-required[style*="display: none"],.opc_billing_address .form-group>label.control-label .supercheckout-required[style*="display:none"],.opc_billing_address .form-group>label.control-label .supercheckout-required[style*="display: none"]{display:none!important}.opc_shipping_address .form-group.has-focus>label.control-label,.opc_shipping_address .form-group.has-value>label.control-label,.opc_payment_address .form-group.has-focus>label.control-label,.opc_payment_address .form-group.has-value>label.control-label,.opc_billing_address .form-group.has-focus>label.control-label,.opc_billing_address .form-group.has-value>label.control-label{opacity:1!important;visibility:visible!important;transform:translateY(-20px);font-size:11px!important;color:#495057;background:#fff!important;padding:0 6px!important;border-radius:2px;width:auto!important;display:inline-block!important;white-space:nowrap!important;max-width:calc(100% - 24px)!important}.opc_shipping_address .form-group.has-focus>label.control-label .supercheckout-required,.opc_shipping_address .form-group.has-value>label.control-label .supercheckout-required,.opc_shipping_address .form-group.has-focus>label.control-label .supercheckout-optional,.opc_shipping_address .form-group.has-value>label.control-label .supercheckout-optional,.opc_payment_address .form-group.has-focus>label.control-label .supercheckout-required,.opc_payment_address .form-group.has-value>label.control-label .supercheckout-required,.opc_billing_address .form-group.has-focus>label.control-label .supercheckout-required,.opc_billing_address .form-group.has-value>label.control-label .supercheckout-required{opacity:1!important;color:#dc3545}.opc_shipping_address .form-group.has-focus>label.control-label,.opc_payment_address .form-group.has-focus>label.control-label,.opc_billing_address .form-group.has-focus>label.control-label{color:var(--primary)!important}.opc_shipping_address .form-group input.form-control,.opc_shipping_address .form-group textarea.form-control,.opc_shipping_address .form-group select.form-control,.opc_payment_address .form-group input.form-control,.opc_payment_address .form-group textarea.form-control,.opc_payment_address .form-group select.form-control,.opc_billing_address .form-group input.form-control,.opc_billing_address .form-group textarea.form-control,.opc_billing_address .form-group select.form-control{padding-top:8px;padding-bottom:8px}.opc_shipping_address .form-group input.form-control::placeholder,.opc_shipping_address .form-group textarea.form-control::placeholder,.opc_payment_address .form-group input.form-control::placeholder,.opc_payment_address .form-group textarea.form-control::placeholder,.opc_billing_address .form-group input.form-control::placeholder,.opc_billing_address .form-group textarea.form-control::placeholder{color:#999;opacity:1;transition:opacity 0.2s ease}.opc_shipping_address .form-group.has-focus input.form-control::placeholder,.opc_shipping_address .form-group.has-value input.form-control::placeholder,.opc_shipping_address .form-group.has-focus textarea.form-control::placeholder,.opc_shipping_address .form-group.has-value textarea.form-control::placeholder,.opc_payment_address .form-group.has-focus input.form-control::placeholder,.opc_payment_address .form-group.has-value input.form-control::placeholder,.opc_payment_address .form-group.has-focus textarea.form-control::placeholder,.opc_payment_address .form-group.has-value textarea.form-control::placeholder,.opc_billing_address .form-group.has-focus input.form-control::placeholder,.opc_billing_address .form-group.has-value input.form-control::placeholder,.opc_billing_address .form-group.has-focus textarea.form-control::placeholder,.opc_billing_address .form-group.has-value textarea.form-control::placeholder{opacity:0}.ms-apc-opc-services{margin-top:4px}.ms-apc-opc-services__item{display:flex;align-items:baseline;gap:5px;font-size:.78rem;color:#555;line-height:1.4}.ms-apc-opc-services__icon{width:13px;height:13px;flex-shrink:0;fill:#9fc521;stroke:#fff;stroke-width:2;stroke-linecap:round}.ms-apc-opc-services__name{flex:0}.ms-apc-opc-services__price{white-space:nowrap;font-weight:600;color:#333}.ms-apc-services{margin-bottom:1rem}.ms-apc-services__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin:0 0 .5rem 0}.ms-apc-services__item{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400;margin:0;user-select:none}.ms-apc-services__checkbox{display:none}.ms-apc-services__indicator{width:48px;height:48px;border:1.5px solid #ccc;border-radius:.8rem;background:#fff;flex-shrink:0;transition:background 0.15s,border-color 0.15s}.ms-apc-services__checkbox:checked+.ms-apc-services__indicator{border-color:#ccc;background:#fff}.ms-apc-services__checkbox:checked+.ms-apc-services__indicator::after{content:'';display:block;width:24px;height:24px;background:#a18064;border-radius:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ms-apc-services__indicator{position:relative}.ms-apc-services__name{color:#333;font-size:.9rem}.ms-apc-services__price{font-weight:600;color:#9fc521;white-space:nowrap;font-size:.9rem}.ms-apc-services__summary{display:none;margin-top:.625rem;padding-top:.5rem;border-top:1px dashed #ccc;font-size:.9rem;font-weight:600;color:#333}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAQAAAA11sPpAAAF40lEQVRo3u1Yv2/iTBBdB4nQQJEO6UtzFNeQkiYNQqJIRROldA1Id38ANCcdRZQCKVUqKxK9RXGRUqRIoEhBkShSaO6KRIp0nZurYqJYvplZ20DYXRswxenzjpSYH36M38zOzFvGwpbmWWxLCywFpsXxAwFcLpPLsCw3up7+xIqwKQLMp/Zu2tbZ67X9aD/C397vr3e7BL80dACqFb43fz25gvV6/XywLLgPmy8fPYwQZPJ25bZd3a2B6XB15Vo2B7/bjQ7NeSVf8XbL7rpF99MHK7pdAn9/eT6ICu3B1k8mby74VloA9a0En+LTeNDhsLmMVigfoT+mFNQ3k6B/fg6DhkdCblkVAzYMhUW7Iq7hLiUdSMPO9n79BLktRQIuuk+O66rpIH+1gqajv91IsGhd8Nl+VPk84+/9ApOm5BXavav2mfjdOuyPXdeYu5EvDmZ4r2Y/x/esM/JZBpzaY7TT9IWHxWUEsPNE6VMyJBsju73PWphoJQGP09VdyGhMOqgqQjI8hlkLN0ZRGCIxrE8W21EAs2r62HFEwEYAbAiA8Z5QYBEVxhwVxkIuExVqYNbC4NWEsMbM1eznNQqeCpiCh+nWFaSbIU23Nrx+GMmCF6Rb/fLjBjHmfDQWPB7COzdtANakwLihOcuNyFtaJ4a1gmKD+Cx3BlFrm+/v6IeM4aAIIRncZzMSLFYOy4a7sqrCGfhcNnGbtENhMWyO872p8nemcG4dpo8xhGFem5Qf5xcev1pox0vtYQg7A/R6KAljg7h1nPMLoiG06/EevcOhyyZv80PI60oAWYFXQ/LVsusnALsTrU8H0FuHrOX7zdfkbfb6/GLrMDrs3GQBYWwieP3yYcR9534+jDqD/76wKnwju9osBH7D7TqH58ZarAnvVNHXVeY3f9LMsh2tkNqDGlLltr0P/BeAgOzqE6c2M3HCD3hGo+w6Y+z82J2asRhne+2Dxbo2rEHiUyG5zPOBLxPAen++0Wy5ngb5+dnuYf/9uN5ffn9dNTPAU+uMg2KlaJBMqEGZNGm6xOa5kga523295mWzIqzC91TZqM8tUynudt9fXPCsFlqLrTPa2NE0SC5jPyIBpQjdg7pzpPoGX7B72P6jzPNtKp9BY1K3pucDZK8SsUMjIb+ewnsIbAIMmhG59X+iHAGf82qpAJmLQStKBhPHaQjH24cRlFXlXJH6803WmWuCmW06dG8dhkxCSERDqELlQzfmNDVV1VCI+VsRaDm+B01pAM8voLtIx1jQIGKZwNdQofOwY4Oilc/HIhZ5y7dslYDsjzVdxjJNEyKPayEeG5yKphIYN/Nihah40PdSjjsD1kztKYDxRKUtzAoevidHvEXKptrj7E0bDz/EKp9DlwREWTY7VXFMyhRZlpVLy9aFRPTH6WN5VngaZPRD5rNsPzoOENGS57HHcvkIfW4soT/6Y3aKoVOoJj50n1/g7q9E1h/pnpqImRMLzA3LrkU6aAIafH9TanFDQoGfDnYV3A4Jtn4JsMhvPvwcix8uNFH44pZoC7aL10jtsslpiCZuvAMylL58grDsK4Bqg3Xh/z2BOg6kWI+dpo81PZq4CaDRa1Qgi0emlt0fo69IAqmQbPRDSA8aJEELveoMOoP+GK0zqF/C45OvICCWViEcmuQNggPI6dS4DiFf88urkEDeaAXUHyRwyDQdchalTZ4kg7ba4XRw5g3HDSBx0OAp8qhEVjvxFp7S+xaXDtEklmiQRIMkGiTRIIJTNsfRpUPsGhqEr5pERKyhQfyj/1K8GmSat46ApjU0yHROE0mJlTXI7BjLDx9j0iAfPa7Fp0H8EOGqxKtBeKl0nJIbqwYpSTNibQ2iSwVkokESDZJokESD/K81CPB3yybMXdMm7BaQ/JXLQBq58Vm6B7ThI8cLy6GRsmrcsGRVBtxuAviWxRAycRg3AouWACfACXACnAAnwAlwApwAJ8D/IvDGBu+NSYWNiRu2ETnmidvTGJmeANpUGMMRQkySF5Bo/QXCLqo7X9YFpQAAAABJRU5ErkJggg==)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../../../../modules/higallery/views/css/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../../../../modules/higallery/views/css/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQY02MU4OHZwEAEYBxVSF+FAFsCCHtLteXdAAAAAElFTkSuQmCC)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../../../modules/higallery/views/css/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../../../../modules/higallery/views/css/fancybox_loading@2x.gif);background-size:24px 24px}}#module-higallery-gallery .masonry{-webkit-column-count:4;-moz-column-count:4;column-count:4;-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em;margin:1.5em;padding:0;-moz-column-gap:1.5em;-webkit-column-gap:1.5em;column-gap:1.5em;font-size:.85em}#module-higallery-gallery .item{display:inline-block;margin:0 0 1.5em;width:100%;-webkit-transition:1s ease all;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:zoom-in}#module-higallery-gallery .item a{cursor:zoom-in}#module-higallery-gallery .item img{max-width:100%;transition:all .3s ease}@media only screen and (max-width:320px){#module-higallery-gallery .masonry{-moz-column-count:1;-webkit-column-count:1;column-count:1}}@media only screen and (min-width:321px) and (max-width:768px){#module-higallery-gallery .masonry{-moz-column-count:2;-webkit-column-count:2;column-count:2}}@media only screen and (min-width:769px) and (max-width:1200px){#module-higallery-gallery .masonry{-moz-column-count:3;-webkit-column-count:3;column-count:3}}@media only screen and (min-width:1201px){#module-higallery-gallery .masonry{-moz-column-count:4;-webkit-column-count:4;column-count:4}}#module-higallery-gallery .galeria__head{width:100%;display:-ms-flexbox!important;display:flex!important;padding:0;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:sticky;background-color:#fff;z-index:1000}#module-higallery-gallery .galeria__head button{position:relative;font-size:15px;color:#000;text-decoration:none;outline:none;transition:0.2s;border:none;background:none;height:50px;margin:10px;border:1px solid #efefef;padding:10px 20px;cursor:pointer;border-radius:5px}@media only screen and (max-width:769px){#module-higallery-gallery .galeria__head button{height:auto;padding:8px 10px;line-height:1;margin-top:0;font-size:11px}}#module-higallery-gallery .galeria__head button:hover{border-color:#000}#module-higallery-gallery .galeria__head button::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:0;opacity:0;height:2px;background:#000;transition:0.2s}#module-higallery-gallery .galeria__head button.active::after{width:100%!important;opacity:1!important}/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
 .ms_homebanner{margin-top:15px;margin-bottom:15px}.soldtime{margin:.5rem 0 1.5rem 0;line-height:1.5}.soldtime__savings{color:#b71212;font-size:1rem;font-weight:400}.soldtime__savings strong{font-weight:600}.soldtime__timer{font-size:1rem;color:#495057;font-weight:200}.soldtime__timer span{font-weight:600;color:#b71212}.soldtime__timer span.st-label{color:#000!important;font-weight:200!important}.soldtime__timer .st-timer{display:flex;gap:.5rem;flex-wrap:wrap}#ms_rulescalculator{border-radius:.5rem;background-color:#a18064;margin-bottom:20px;overflow:hidden;color:#fff;font-weight:300;font-size:1rem;line-height:1.5;display:flex;align-items:stretch}@media (min-width:768px){#ms_rulescalculator>.row{width:100%}}#ms_rulescalculator .r_desc{background-color:#8c6848;overflow:hidden;width:100%}#ms_rulescalculator .r_desc-block{padding:15px 30px;display:flex;align-items:center;position:relative;height:100%}#ms_rulescalculator .r_desc:before{content:"";background-image:url(/themes/mzk_theme/assets//img-dist/09ca4c2c2ea046b6951bd82b62b04b2d.svg);position:absolute;right:25px;bottom:-10px;background-size:100px 100px;width:100px;height:100px;display:block}#ms_rulescalculator .r_desc .big{font-size:1.2rem}#ms_rulescalculator .r_desc.grats{background-color:#9fc521;font-size:1.8rem;letter-spacing:2px;text-align:center}#ms_rulescalculator .r_bar_rules{width:100%}#ms_rulescalculator .r_bar_rules-block{padding:15px 30px 15px 30px}@media (min-width:768px){#ms_rulescalculator .r_bar_rules-block{padding:15px calc(50px - 1.25rem) 15px 50px}}#ms_rulescalculator .r_bar_rules .r_skill{margin-bottom:10px;position:relative;overflow-x:hidden;margin-top:10px}#ms_rulescalculator .r_bar_rules .r_skill:before{width:100%;height:12px;content:"";display:block;position:absolute;background:#959595;bottom:0;border-radius:.5rem}#ms_rulescalculator .r_bar_rules .r_skill p{margin-bottom:1.8rem}#ms_rulescalculator .r_bar_rules .r_skill-bar{height:12px;background:#9fc521;display:block;position:relative;border-radius:.5rem}#ms_rulescalculator .r_bar_rules .r_skill-bar span{position:absolute;top:-20px;padding:0;font-size:15px;padding:0 0;font-weight:200}#ms_rulescalculator .r_bar_rules .r_skill-bar .r_skill-count1{right:0}#ms_rulescalculator .r_bar_rules.grats{display:flex;align-items:center}.blockcart__dropdown #ms_rulescalculator,#blockcart-modal #ms_rulescalculator{font-size:.8rem}.blockcart__dropdown #ms_rulescalculator>.row,#blockcart-modal #ms_rulescalculator>.row{width:100%;display:block;margin:0}.blockcart__dropdown #ms_rulescalculator .r_desc,#blockcart-modal #ms_rulescalculator .r_desc{width:100%;max-width:100%;flex:0 0 100%}.blockcart__dropdown #ms_rulescalculator .r_desc-block,#blockcart-modal #ms_rulescalculator .r_desc-block{padding:10px}.blockcart__dropdown #ms_rulescalculator .r_desc br,#blockcart-modal #ms_rulescalculator .r_desc br{display:none}.blockcart__dropdown #ms_rulescalculator .r_desc .big,#blockcart-modal #ms_rulescalculator .r_desc .big{font-size:.9rem;padding-left:5px}.blockcart__dropdown #ms_rulescalculator .r_desc.grats,#blockcart-modal #ms_rulescalculator .r_desc.grats{font-size:1.3rem}.blockcart__dropdown #ms_rulescalculator .r_desc.grats .r_desc-block,#blockcart-modal #ms_rulescalculator .r_desc.grats .r_desc-block{padding:0 10px}.blockcart__dropdown #ms_rulescalculator .r_bar_rules,#blockcart-modal #ms_rulescalculator .r_bar_rules{width:100%;max-width:100%;flex:0 0 100%}.blockcart__dropdown #ms_rulescalculator .r_bar_rules-block,#blockcart-modal #ms_rulescalculator .r_bar_rules-block{padding:0 10px}.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill:before,#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill:before{height:8px}.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill-bar,#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill-bar{height:8px}.blockcart__dropdown #ms_rulescalculator .r_bar_rules .r_skill p,#blockcart-modal #ms_rulescalculator .r_bar_rules .r_skill p{margin-bottom:1.2rem}/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAADAwMBAQEAAAAAAAD5+fkGBgbs7OwAAAAAAAACAgL9/f0BAQEAAAAHBweurq4GBgb4+Pje3t6Dg4P39/c/Pz+enp7f39/a2toAAADQ0NBnZ2e/v78AAADs7OzZ2dn4+Pj8/PyCgoJnZ2fNzc0/Pz/x8fHJycnl5eUcHBwAAAD///9OTk7BwcE1NTWsrKwiIiKNjY2cnJzOzs66urpoaGhBQUEsLCxdXV16enq7oi+OAAAAL3RSTlMAAQMIDRItI2lE+of4GZBT/V15OtSh0/3AvqyzSN75ybZ6xZYnoeJpiR1Vf7JtbHk3+2UAAAQQSURBVHja7ZaFesJKEIUJG2dxs7p7T4Lr+z/WndCWYRY+kuvGqdn/DSfbMD85MxYllyVWknzeSpJGEqeUTVEqnz/KE6rsont92221uvfvz4rwY6j3eI5tumcSl2zx5RIIZ+tVFK3WM034M9OSpbEaerwcfWc51ng4O0Qn7FOI2WC0k8EMIdH7rPJeNIYjI0OEdyZtWaoYnCMe7WWGrrIsY7BTf4Ie7MPLNqiIMdirnmPMDGeMFo/mwdOfmkP+Qpkao6lxuYHJaBMgwSYARptMcKsk7PrnWP08LjAh9qfVKumxW9mu1zQGI6aZHQ0Q2nlLVK6FWPI1MUsBHAkHhQrDE1AmW7iyD29qMMv0EqEJ184RMTuZMB2hJWG6wMZPyy+Mj26NS7pAeXRXmP5MnvAXSoxr2xKwV6XS89GBrBB6ilhZuoP4EBzjzckLOOlBo4f77BDa5RY8uhdibbJrVB55MN+j5cIVMDTnou/xHcqn51YLnRDxnNF5jErf3Z4bw1SE6J4G4vEiIRfjGNBPrsNPb0mXa8lwSvj1uV+WrFwcgV8rXF1qUPRl5yPw7CMryXGDKvGUml8NXEcJVtI03PHcekCpu55DYw3WxGnhOhRaugI9jBO/icVoCp9C/g6nZJSKOksk0bp/vUt1yt19BT95eFdHcEvdEhqP51EUrYdtoHXEKc9dYLjgW3mKyrXNtGQf0I7Mu/nWUUwzrFqIzWW+Bq4dns2D7zFllunw0aSJPUOF63KGON97qlj5Lm9CkTYei1RbHjDaSyZWlTmv38u6sTfyrxgyGwEY8Sovmxupizl7VazyKZ5cYzE+YHt5y4pYH0P0A7FyLXtHEgBi4cF+uSj3M5cMAS2l2ah6Smx+nhwZkyfo+wbcwva2WACY7nbu+K6EL7Hm06gAbf6voGdMtq8xG1H4PAbbVrokO5NhQ+rB0Stu0SjQaUinvG1Hi0So9GrinJPSL+FB/8RolPwfT/Aq7yNcHDJKk1vsvOC4hI722LCXDCbYtMQ5MBZ9Y4RXpVrAg7l13W8A0+1xL4aA7lEJFpB4reZftQmYDdfr8XAKVBrNUqHKJSRd9wudc3xHN3rNUq2csAwLulorFTqdRqPRuWrSWF9KRdJkoGqtUNqErFJ2i0qwpoG8OimIUi0HbtFWlsGaSil6nuu6XtHZWCX9RX+SLFaxOCZ5csrJKfPKiuE0pwCIRlmdMgYwSHcKn29lmeIUTgwgzSkcDYTpTuHJUYpT+JqARUantIHKIKNTBnwWGZyyYmn+U5xycsrJKeWbi8+UXNyUN6hqfmZKU9FDM5tGW7ngM3OC3E12+CZ3kR2+yKUznBP8l8En+ASf4BP8q5b5r9LErxNQLrvaEgeXLjIVLn0Zup5Fx3UCfwFR3+eYICMfjQAAAABJRU5ErkJggg==)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(data:image/gif;base64,R0lGODlhGAAYAPUdAAQCBDw+PERCRBweHCQiJCwuLBQSFNTS1FRSVOTi5DQyNIyOjAwODAwKDHR2dDQ2NMzOzCwqLBQWFBwaHKSmpFxaXPz+/Dw6PCQmJERGRAQGBLy6vGxqbGxubFRWVLy+vKyqrKSipHRydGRiZIyKjGRmZNze3Hx+fFxeXHx6fMzKzJyenNza3ISGhJSWlJyanLS2tISChOTm5ExOTNTW1KyurExKTJSSlMTCxLSytPz6/MTGxOzq7Ozu7PT29PTy9CH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAdACwAAAAAGAAYAAAG/x3hkGjAQTBE5XKSyggzicRIiHk9l8MTRJWMJkodzcHC02SFFcjh1flSORYLDi0E1NaCb4nRkyuWMFIEADoCICByvlBu5IBWnY5GwhguNrBbBHA7QCKrmgRi6U0ABgIX0PFswjAHoVXyDgW5GYOLIQyGnYIrvEHJ80T3wKAH2FDABOjJAQwQSKB1MFw8OArEAXWEw6GG0Tg2AAtKs5kiRjsDAoZQHbiaoGZMSqRerYOJICOwCSbfIsPtBhAnnFaAraE2pAwPabEYYWO4IpjQGMJoufkTIRAoEIpjwDCQqLIyEEJYIIm5AJhxEDEIQJBQCPjEuxoQkiiZ0ZtwcOBgqEOoeIgICMAQYphg+EKhjWioQLnQCBAI0GPrKHBIqei49biYaoaEthERWTtO7gB4SI1jM5hRENJAyf2NkID+uphZgw4CACH5BAUJAB4ALAAAAAAYABgAAAb/HuGQaMh9METlUtIJCAOQQ0VIaD2XQ9EGRvAIIBCUR7MxQQBZ4WyzIX2lY1QiAVILNat2IHAQGyBMTAqWCDgu0h7aVjL8Kk7o3jwUVjiEgE4USgwDOH02GFdIAktAJBOXzmKZeGahYahESFUAnvHlleH0rJadZhxpDSmIMZ1eUPdEYjpAwHzQAXmEQkNC5zIMGQVFgTkZRpUERqMKSC20Wo5UOiBgCOHJaUHairzRydg9kFwCF7pkPdQw9HoNGyFSuNMgGEiSashwUES4Y3Cb6BMa6EhRRBlQwIjSkGiQCBMzTBThUAC4qKhgiLgwaBsA0AAjJEIQ6JNInWkICMD4OvwVYphgWLNJHeAViABwi7wjSM3w0BDw9TAQg7rzeEi1qw6I8AAAG+D2YLjQpA4QYNcgRveKeDC8CwIAIfkECQkALgAsAAAAABgAGAAABv8u4ZDoWoEIRSXRMHoIL5sNQjg4XZbDEiU0cEU3HiEI8skKMyFK6isVeyCH1dkFWFAoD7CH8TmoIpQGKhSECkBCFgKkEBziToQiFiqEOBYWOpJE8IAIrYWLcsAZgJIWK2GSuASLxY3kGXQQLqnrsQigDsVEbUoQKReZ6dgVMRUPKA35cSIVyGMcqzVuYCL4yDHeLQErngpCUnIgkRUXs+lUWaJRCMchSokcKCfXdZBGWYaColwwdJ2DDrvDITgNAk8k7QIMCI30o+IP2AVKDAnZSBBMBHb1CWEAuTABgWYyaLiUS6aLISgoDcSHi0CQNLVNBVECwGCy2+2EqHABrmMTcnMYYCgJ4ra2EZks13W+BFkPAgAh+QQJCQAlACwAAAAAGAAYAAAG/yXhkMhYvCZE5dKAKAgVlJBNOOg8lkTPgpR8UChUzWsDAmSFl8WCU4pOS7PNZoEWAhzrQhRkY4A2YDCWJmwihCLWUr6AQhnO5iMqlTAxD9LjcKAmgNGCNEgBUxLXpmYwpCBKQ+nieIpsEpQAULoWYo/KB3KAhKylASolclyuajXGC8FVxFdAgSPCrNcGGCTFAJaEjUFxQGAIlcvSoDKD2gyzSrWaYTJzCS43h6h4UNfsctPlfhoYNjtZFhJQY5RnsGQUAhN4RJYYAWDSwBAIEIiAQ7FgVAlQMrg4DFBgMHgbkpAIYWQkiTu8mACQICDQKNWYIBgACFBhlBFsKCAQ1DowHcAl0CTAMCgBGPmoKDvCYADA4AXwPYUTYjDl25UoMZiGLil9xsWwBji6g0YFDva1LlHF1FZK1Q4CACH5BAkJABwALAAAAAAYABgAAAb/HOGQyEjFJETlkpHBCCOLRUA4GRWWRJtDlCxIBRxAi/ICZIUKkcPDiS7CAgolhRYCRg5H5C1o3OYIlgwuBoQI9K5uFi5QKEBGDh1mhDIqKjKSEPSsOgxiyoAYhs5mAzNwIh5UpfIwzC6caVKkmNWKm4VmKrFVlgUqmUPQ1mZdKoCA8AzKVAYF1mFQNZL9ngHkCIfEiSdjy2QMD0EgIBAUiFQO5QDBHigX6DOgqBJBWVW2ppmo1Q3xcFDxxD0TYprAcGNUKg+AA8QRcgASAgEjGS45noQpkXsMG0jkoGFgLB+vzAJqMqWERsJga9YYNSqLzKDIPVUAzlpir541R8nKO8LihgiBAoFJaAIDgwEAg0Bi4sdCBwNxieFo4s6PIyUQ5nJIjROSo4HFokdD9E5iizNJ6CKnovWS7TYIACH5BAUJACYALAAAAAAYABgAAAb/JuGQ2ChxJETlsvEYCDEOh0Io8USWxEelwjBhRI6HCeAgxQBZKFfwlY4viwVHLQTMuIOouBFbkJ6UGCKSTCYqPGYiwhQQSBYqhAZK2kwKBAIUvAK4DBC6gESLGIMxClFCQIZpEBAEAhFGoGBqmjCjSOZFqcYATYbCKBg4v8NQ9ZXBfiWXgAHsZNxCo4YT0GDU7eyzrXhkDIAEIYYwMR2Rydvms3G6hsJikmpaObErDYPL1VSTk9l4LEk2JgQG2ERoIgBUgERqBs8OEAhFgWwMiDAGGgzWTL4KSAJiIPIgOo4kiNRM6Ag0amRsclggGBQo8jbiNCYMSIUGCCwsQloSO1hOTABmXmzAVDEYVlslaGAx2I52pwZYKUw6EhJWhCuFvniRGz5YDr7YNCQMjoxbjxRWZpzlQBIEnIMAACH5BAkJACEALAEAAAAXABgAAAb/IeFwqJkhGESlUoORCCeVCkZoyBCWQ4wg0AgNpBEhysHJQgOCQijqESscjspZqEgbwKiIphOfMCWSQgwCAi7ApgTibKA8LtgICCY0Qgq4GgIyGsg4vBBIFkgGCTAiJRoiBogIEAgCYhZiO4Q0BkoxDM4kQBdiApQYBgi8zk5IEOgo6YAMgsuDGDoik8pji+J0tpZSJOnpJE2zGZuAa8guByBKBpy1bdK3yHRyKx0Bocjp4ch90nAlgGKxYLyoBFBAfBhEuKRRLAX8JWCYJJCcHEA4HGWQCPCp/I1MJJjchOAcqAxkofypyEkuhIxAHJBOrfwFhISOhmjkQODISUXUEHAcTbweFSzYmCW57FyABQEAIfkECQkAHwAsAQAAABcAGAAABv8f4XCoeVwaRKVSI0l+DAHBRMh4UJdCCYGg+UgEgcEHYKsgANkPg0uNij+YiiejFg64DEN4oEFUUAyYJBiEGggwBqKmFCoqHrRsCj4m2rwquwoUNMw8NBgyRBwcGgwQuSSaBIckAiYUOhxSHCrSNAYwEFeXJEQdOBTShhjwnpYaSkQyjBsYmhm87AwuNAsKDrlysdQ6FrwXbkRO2+yAPo7FglR0MJJJw6fpfEoEl+mF2XzgfJ3nc+K6BQDdlaUM4zoDlHUM0xT0gBbhQXCqfD6AD0ak4IQooJDn4xLyOJqbyUQgbS63DYURiUFdgAhsYfg8TAkVAQKJdTabUjKQugA9P0IhIJcweSaQQ0uS28AGw6kQYUrkAEpI61PZbLrU4eKo+CiZH81qUwOMhQQXSriNCSOnTDwOaG089AkFAQAh+QQJCQA1ACwAAAAAGAAYAAAG/zXhkAgYEDRE5VIjaQgbGAIDijEsiRICstbYUgGPwAU7ZGwnNYaUOgkICuXhkdDwTjWXQICqbPa9MAaipjDeIoQYLjCEJtCSHJEkBgAUBC40Gh4qOJMMCKQIJJquzCIMMBAqPCoyAIQ0BqSsyhhWURAwXokYjp6wNBA8HpIaWY9La4EUEcywwbIgkZ8as+lEOaIiB0qWRKqc2tpoGk2NCJwOmYPZOg0PBbvAcBZAtBG6JjmdHgCthGRKmKzUAT0WC5KIUENeDglTAnZxIJCAGmFUqJCGixky1oSgNK0DZHACKWIUV4Mg0p6omNWJUVOoIJvBBrhxlCiUSg3w4ChqTTwngHI4zCYbWIqxAoUmTq9zdoCEAJKNsIYIUUTfbwwCKdTMaM2C8gK4nYPFke7MoYlA5IIPEcCBggmxJggAIfkECQkAJgAsAAAAABgAGAAABv8m4ZAIGBA0ROVSI2kIGxgCQ9h8LocSAtLU2FJNRwJ2yNhOTAwp1XAmD8UN79QoTSoflAqgS8AMoqYkpCSgMNBMcCwsVC5MBpEmJjQmtgA0MAIEApIcFhdXJCQMiBokGCYuNAMU+EwEID5jyBoCNC8mXKtKZHQQyAAeAjDuHm1mZmw8It76joAGAw0uYTRSTMolM1N5Pm27oxHEvJpmTw+qYhuguigPBstkRDBqTIMZWe0qZpOBUypgJScI5HAzA5kiDiJqYkI+cIcDBPTg2JAA08CDsRFTogAyBYF8PIDUJjfouAoiUkwzQYkcHOrAJTIIcx/KgAIMlTyLxcxkKlQ/MMimCeD6bDIGUIjDIGklzq4ps9ncAJIQhWMSFEdepyjMlFDOJk1qEQO0kYPT0WQwh2YyMKKw1wbQcROBaBIEACH5BAkJACMALAAAAAAYABgAAAb/I+GQCBgQNETlcuDyCBsYAkOokTSWxJdFVxg1CFPhkZAddiyWz4ghpRrCE3OVlUaAp0ZpUlm4IQBGbNJMDNwkpCSqJKhGQExMchQActIwJiY0JsIAACTCCAI5TBIgFyJATgKhrhgGMKQGhi5gShM6zDQIpMSKPFRYMsyMgAgSwKhoyNiQM0yx6RxpJgYJVZODQA7Y1/OpCAjAAcUma6Z0nV+x4DHwVOCIQbrZGEzykoYTs8jN1BkgzBB0GYhsKMbUAQ0qqEpGMkIqapsNzKVACZCAkcQ2uFS0lQKS06zNNBxKaII6YVAOjkaS0c6og1aJMYqEKDfJ4lYEcjgEoxEhOzMoKkeAFoUSMCwWlYbIITIst6PAMwaQUkcPIYK7LFFCmJG4MtKUHBwAujgRZYpvPCJyhwZQcUIQOBIEACH5BAUJACAALAAAAAAYABgAAAb/IOGQKGHxIkTlctKyCWcWi0iokTSWxFaClURIHcIBgZAdohImCuhrCTPIE3P1k0hk2g4AmaBZFpwAQALScNpEDAgwJKokGIReDiBCCgBe0go2dibGBgAAJPgERyAgJGMwXDoEqyYa4BQJBoYUKCQhOMw0yDAGHokAEDZUBMwAxiRYQYAMAUEgkCGAksolgNFwNgCrDfWzIS2zoAEBQ+gOKFQY9aZdcr/ewWQ2Q7gHZ6WGYbcDloTTKjNvXFxIaBmUhFBQiMxJFAkoMChFvCBSkETMXCTlGTxMRDQGIIGgIL4IAFQskEjMcAxkVCDUKRRlgkw4VDSAECwsnBg4ONg8PVRUKCRJKAxmAXT4PhiIOMw0eFR4QM6BPCzciDQJ24BEGAdsg3ioyjFMj2vMxOYtjtgyiCcJyaFnte7PBQEAOw==) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAIBKAA7);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVR4AWMQ4OHZQAyms8JRhQA4p1Rhc+/IhwAAAABJRU5ErkJggg==)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../../../js/jquery/plugins/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../../../../js/jquery/plugins/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}#vip-smartmatch-wrapper{margin:1rem 0 .5rem;padding-top:1rem;border-top:1px solid #e8e8e8}.vip-smartmatch-section{margin-bottom:1rem}.vip-smartmatch-section__header{margin-bottom:.5rem}.vip-smartmatch-section__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#555}.vip-smartmatch-section__options{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}.vip-smartmatch-more{display:inline-flex;align-items:center;gap:3px;margin-top:4px;padding:2px 8px;font-size:.68rem;color:#555;background:#f5f5f5;border:1px solid #ddd;border-radius:20px;cursor:pointer;transition:background 0.15s;white-space:nowrap;line-height:1.8}.vip-smartmatch-more:hover{background:#ebebeb}.vip-smartmatch-option{display:inline-flex;flex-direction:column;align-items:stretch;cursor:pointer;width:90px;flex-shrink:0;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.vip-smartmatch-option input[type="checkbox"]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.vip-smartmatch-option__inner{display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1;border:2px solid #ddd;border-radius:6px;padding:4px;transition:border-color 0.15s ease,background-color 0.15s ease;background:#fff;position:relative}.vip-smartmatch-option:hover .vip-smartmatch-option__inner{border-color:#aaa}.vip-smartmatch-option.is-checked .vip-smartmatch-option__inner{border-color:#3d9142;background-color:#f0faf1}.vip-smartmatch-option__img-wrap{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center;overflow:visible}.vip-smartmatch-option__img-wrap img{max-width:100%;max-height:100%;object-fit:contain;border-radius:3px}.vip-smartmatch-option__qv{position:absolute;top:0;right:-5px;width:28px;height:28px;background:rgba(255,255,255,.3);border:1.5px solid rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.15s ease;color:#555;text-decoration:none;z-index:2}.vip-smartmatch-option__qv .material-icons{font-size:18px;line-height:1;color:rgba(0,0,0,.5)}.vip-smartmatch-option:hover .vip-smartmatch-option__qv{opacity:1}@media (hover:none){.vip-smartmatch-option__qv{opacity:1;width:31px;height:31px;border:1.5px solid rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.15)}.vip-smartmatch-option__qv .material-icons{font-size:19px;color:rgba(0,0,0,.5)}.vip-smartmatch-option:hover .vip-smartmatch-option__inner{border-color:#ddd}.vip-smartmatch-option.is-checked:hover .vip-smartmatch-option__inner{border-color:#3d9142}}.vip-smartmatch-option__name{margin-top:4px;font-size:.65rem;line-height:1.3;text-align:center;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.6em;width:100%;flex-grow:1}.vip-smartmatch-option__price{font-size:.65rem;color:#777;margin-top:2px;text-align:center}.vip-smartmatch-option__checkmark{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:#3d9142;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity 0.15s ease,transform 0.15s ease;pointer-events:none;z-index:3}.vip-smartmatch-option__checkmark .material-icons{font-size:12px;color:#fff;line-height:1}.vip-smartmatch-option.is-checked .vip-smartmatch-option__checkmark{opacity:1;transform:scale(1)}.vip-smartmatch-summary{display:none;align-items:center;gap:8px;margin-top:6px;padding:6px 10px;background:#f0faf1;border:1px solid #c6e6c8;border-radius:6px;font-size:.75rem;color:#2e7d32}.vip-smartmatch-summary .material-icons{font-size:15px;color:#3d9142;flex-shrink:0}.col-5,.col-xs-5{flex:0 0 20%;max-width:20%}@media(min-width:576px){.col-sm-5{flex:0 0 20%;max-width:20%}}@media(min-width:768px){.col-md-5{flex:0 0 20%;max-width:20%}}@media(min-width:992px){.col-lg-5{flex:0 0 20%;max-width:20%}}@media(min-width:1200px){.col-xl-5{flex:0 0 20%;max-width:20%}}@media(min-width:1600px){.col-xxl-5{flex:0 0 20%;max-width:20%}}@media(min-width:1800px){.col-xxxl-5{flex:0 0 20%;max-width:20%}}.product-thumbs-col{overflow:hidden;padding-right:8px}.product-thumbs{border:1px solid #e9ecef;border-radius:1rem}.product-thumbs.swiper{height:100%;overflow:hidden}.product-thumbs__elem{align-items:center;border-bottom:1px solid #e9ecef;cursor:pointer;display:flex;height:150px;justify-content:center;overflow:hidden;width:100%!important}.product-thumbs__elem img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.product-thumbs__elem:focus img,.product-thumbs__elem:hover img{transform:scale(1.08)}.product-thumbs__elem.swiper-slide-thumb-active{border:2px solid #a18064}.product-thumbs__elem.product-thumb-video{background:#000}.product-thumbs__elem.product-thumb-video img{opacity:.8}.product-thumbs .swiper-button-prev{left:50%;top:0;transform:translate(-50%,25%)}.product-thumbs .swiper-button-next{bottom:0;left:50%;top:auto;transform:translate(-50%,-25%)}.product-thumbs .swiper-button-custom .material-icons{background:hsla(0,0%,100%,.7);border:1px solid #000;border-radius:50%;color:#000;display:block;font-size:32px;height:32px;line-height:30px;text-align:center;transition:all .3s;width:32px}.thumb-play-icon{left:50%;line-height:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.swiper-button-custom .material-icons{background:hsla(0,0%,100%,.439);border:1px solid #000;border-radius:50%;color:#000;display:block;font-size:45px;height:45px;line-height:43px;text-align:center;transition:all .3s;width:45px}.product-main-images{position:relative}.js-product-main-images{aspect-ratio:1/1;width:100%}.js-product-main-images .swiper-slide{align-items:center;border:1px solid #e9ecef;border-radius:1rem;display:flex;height:100%!important;justify-content:center;overflow:hidden}.js-product-main-images .swiper-slide img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.js-product-main-images .swiper-slide a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.product-customization{margin:40px 0}.product-customization .product-customization-item{margin:20px 0}.product-customization .product-message{background:#f8f9fa;border:none;height:3.125rem;padding:.625rem;resize:none;width:100%}.product-customization .product-message:focus{background-color:#fff;outline:.1875rem solid #a18064}.product-customization .file-input{cursor:pointer;height:2.625rem;left:0;opacity:0;overflow:hidden;position:absolute;width:100%;z-index:1}.product-customization .customization-message{margin-top:20px}.product-customization .custom-file{background:#f8f9fa;color:#6c757d;display:block;height:2.625rem;line-height:2.625rem;margin-top:20px;position:relative;text-indent:.625rem;width:100%}.product-customization .custom-file button{position:absolute;right:0;top:0;z-index:0}.product-customization small{color:#6c757d}.attribute-radio__label{margin:0;position:relative}.attribute-radio__input{bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.attribute-radio__input:checked~.attribute-radio__text{background-color:#a18064;border-color:#a18064;color:#fff}.attribute-radio__text{border:1px solid #dee2e6;border-radius:.4rem;display:block;font-size:.875rem;font-weight:700;min-width:2.1875rem;padding:5px 10px;text-align:center}.product-variants-item{height:82px;position:relative;z-index:5}.product-variants-item:first-child{z-index:9}.product-variants-item:nth-child(2){z-index:8}.product-variants-item:nth-child(3){z-index:7}.product-variants-item:nth-child(4){z-index:6}.product-variants-item:nth-child(5){z-index:5}.product-variants-item:nth-child(6){z-index:4}.product-variants-item:nth-child(7){z-index:3}.product-variants-item:nth-child(8){z-index:2}.product-variants-item:nth-child(9){z-index:1}.product-variants-item:nth-child(10){z-index:0}.product-variants .dropdown{border:1px solid #e9ecef;border-radius:.8rem;cursor:default;height:50px;max-width:calc(100% - 1.5rem);overflow:hidden;position:relative;position:absolute;transition:all .7s ease;width:100%;z-index:0;z-index:1000}.product-variants .dropdown.show{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1254901961));height:-moz-max-content;height:max-content}.product-variants .dropdown.show .dropdown-content{display:block}.product-variants .dropdown-header{align-items:center;cursor:pointer;display:flex;height:48px;justify-content:space-between;justify-content:end;padding:0;position:absolute;right:0;width:100%}.product-variants .dropdown-header .dropdown-title_block{align-items:center;background-color:#fff;border-bottom-left-radius:.8rem;display:flex;height:100%;justify-content:end;padding:15px;position:relative;width:65%}.product-variants .dropdown-header .dropdown-title_block:after{background-image:url(/themes/mzk_theme/assets/img-dist/a161ba1b0c228ee8bef36db128856066.svg);background-repeat:no-repeat;background-size:cover;bottom:50%;content:"";display:block;height:1.375rem;left:-1.375rem;position:absolute;top:0;transform:rotateX(180deg);width:1.375rem}.product-variants .dropdown-header .dropdown-title_block .dropdown-title{font-size:1.1rem;font-weight:200;left:0;position:relative;width:100%}.product-variants .dropdown-header .dropdown-title_block .dropdown-toggle{background:none;border:none;cursor:pointer;font-size:20px}.product-variants .image-wrapper{border:1px solid #ccc;border-radius:.5rem;height:50px;left:0;overflow:hidden;position:absolute;top:0;width:50px}.product-variants .image-wrapper .main-image{border-radius:.5rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-variants .dropdown-content{background-color:#fff;transition:all .3s ease}.product-variants .dropdown-content .main-image{border-radius:.8rem;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.product-variants .dropdown-content .main-image:hover{cursor:zoom-in}.product-variants .thumbnail-container{display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px;padding:5px}.product-variants .thumbnail-container .custom-radio-color{height:55px;margin:.5rem;width:55px}.product-variants .thumbnail-container .custom-radio-color .custom-control-input-color{border-radius:.8rem;height:55px;width:55px}.product-variants .thumbnail-container .custom-radio-color .custom-control-input{cursor:pointer}.product-variants .thumbnail-container .custom-radio-color .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");height:2.5rem;left:auto;right:-.812rem;top:-.312rem;width:2.5rem}.product-variants .custom-select{background:#fff url(/themes/mzk_theme/assets/img-dist/09a414bec64aa825b222e2ee223578f6.svg) right 1rem center/30px 30px no-repeat;border-color:#e9ecef;border-radius:.8rem;cursor:pointer;font-size:1.1rem;font-weight:200;height:50px;position:relative;transition:all .3s ease}.product-variants .custom-select:focus,.product-variants .custom-select:hover{box-shadow:none}.product-variants i.arrow_down{background-image:url(/themes/mzk_theme/assets/img-dist/09a414bec64aa825b222e2ee223578f6.svg);background-repeat:no-repeat;background-size:30px 30px;display:block;height:30px;transition:all .3s ease;width:35px}.product-summary-block__inner{align-items:baseline;color:#495057;display:flex;flex-wrap:wrap;gap:.25rem .5rem;justify-content:start;margin-bottom:.5rem}.product-summary-block__price{color:#a18064;font-size:1.2rem;font-weight:700;white-space:nowrap}.product-summary-block__meta{display:flex;flex-direction:column;font-size:.9rem;gap:.2rem}.product-summary-block__availability{font-weight:400}.product-summary-block__availability--available{color:#9fc521}.product-summary-block__availability--last_remaining_items{color:#fd7e14}.product-summary-block__availability--unavailable{color:#ae0400}.product-summary-block__delivery{font-weight:400}.product-summary-block__delivery-value{color:#9fc521}#product .youtube.product_video.embed-container{aspect-ratio:16/9;background:#000;overflow:hidden;position:relative;width:100%}#product .youtube.product_video.embed-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}#product .product-container .h1,#product .product-container h1{color:#000;display:block;font-size:clamp(1.8rem,2vw,4.6875rem);font-weight:100;line-height:1.3}#product .product-container .reviews_list_stars{margin:1.5rem 0 1rem}#product .product-container .reviews_list_stars a{align-items:center;color:#6c757d;display:flex;width:-moz-max-content;width:max-content}#product .product-container .reviews_list_stars span{font-size:1.125rem;font-weight:600}#product .product-container .reviews_list_stars .gsniprev-img-star-category{height:16px!important;width:16px!important}#product .product-container .reviews_list_stars .rating-decimal{display:block!important;margin-left:5px}#product .product-price .product-flags{margin-bottom:0;margin-left:10px}#product .presta-studio-price-history-text{color:#6c757d;font-size:.8rem;font-weight:300}#product #product-details{border:1px solid #e9ecef;border-radius:1rem;font-size:.9rem;padding:2rem}#product #product-details .label{font-weight:600;margin-bottom:.7rem;margin-right:5px}#product #product-details .product-quantities .allow{color:#9fc521}#product #product-details .product-quantities .allow-no{color:#ae0400}#product .sample_buttons_block .sample_button{align-items:center;border:1px solid #e9ecef;border-radius:.8rem;cursor:pointer;display:flex;flex-direction:row;height:70px;min-width:50%;overflow:hidden;padding:8px;position:relative}#product .sample_buttons_block .sample_button-content{color:#343a40;display:block;font-size:1rem;font-weight:200;line-height:1.3;padding-left:80px;width:auto}#product .sample_buttons_block .sample_button-image{background-position:100%;background-repeat:no-repeat;display:block;height:70px;left:0;position:absolute;top:0;width:80px}#product .sample_buttons_block .sample_button.pattern .sample_button-image{background-image:url(/themes/mzk_theme/assets/img-dist/acd4ca589410a2f9e8a87496fdbc6741.jpg)}#product .sample_buttons_block .sample_button.sample .sample_button-image{background-image:url(/themes/mzk_theme/assets/img-dist/294484cfe65e04e82bd17480972948ba.jpg)}#product .control-label{color:#343a40;color:#495057;font-size:clamp(.9rem,2vw,1rem);font-weight:200;margin:0 0 .1rem}#product .product-add-to-cart .product-quantity{gap:1rem 0}#product .product-add-to-cart .product-quantity .qty .bootstrap-touchspin{align-items:center;border:1px solid #e9ecef;border-radius:.8rem;display:flex;height:60px;margin:0;max-width:100%;min-width:120px;position:relative}#product .product-add-to-cart .product-quantity .qty input.input-group{border:none;color:#343a40;font-size:1.1rem;font-weight:200;max-width:100%;padding:0 1rem;text-align:left}#product .product-add-to-cart .product-quantity .qty input.input-group:focus,#product .product-add-to-cart .product-quantity .qty input.input-group:hover{box-shadow:none}#product .product-add-to-cart .product-quantity .qty .input-group-btn-vertical{display:flex;flex-direction:row}#product .product-add-to-cart .product-quantity .qty .input-group-btn-vertical .btn{border:1px solid #a18064;border-radius:50%;color:#a18064;display:block;font-size:1rem;height:25px;line-height:1;margin-right:8px;padding-bottom:5px;width:25px}#product .product-add-to-cart .product-quantity .btn{align-items:center;border-radius:.8rem;display:flex;flex-direction:row;font-size:1.1rem;font-weight:200;height:60px;justify-content:space-between;line-height:1.3}#product .product-add-to-cart .product-quantity .btn .icon_img{height:35px;margin-left:.5rem;min-width:35px;width:35px}#product .product-add-to-cart .product-quantity .btn-primary,#product .product-add-to-cart .product-quantity .btn-secondary{text-align:left}#product .product-add-to-cart .product-quantity .btn.ask-for-product{background:transparent;border:1px solid #9fc521;color:#9fc521;width:100%}@media(max-width:1599.98px){#product .product-add-to-cart .product-quantity .btn.ask-for-product{margin-top:1rem}}#product .product-add-to-cart .product-quantity>div{align-self:end}#product .product-add-to-cart .product-quantity--summary>div{align-self:center}#product .product-add-to-cart .product-quantity .add{min-width:50%}#product .product-tabs.card{border:none}#product .product-tabs .card-header{background:none;background-color:transparent;padding:0}#product .product-tabs .card-header-tabs{margin:0;padding:0}#product .product-tabs .card-header .nav-item{color:#a18064;display:block;font-size:clamp(1.3rem,2vw,1.9rem);font-weight:100;line-height:1;margin-bottom:20px;margin-top:20px;text-transform:lowercase}#product .product-tabs .card-header .nav-item:focus,#product .product-tabs .card-header .nav-item:hover{border:none}#product .product-tabs .card-header .nav-item:not(:last-child){margin-right:100px}#product .product-tabs .card-header .nav-link{border:none;padding:0;position:relative}#product .product-tabs .card-header .nav-link.active{border:none;color:#a18064}#product .product-tabs .card-header .nav-link.active:before{border-bottom:2px solid #a18064;bottom:-20px;content:"";left:0;position:absolute;width:100%}#product .product-tabs .card-header .nav-link:hover{border:none;color:#a18064}#product .product-tabs .card-header .nav-link:hover:before{border-bottom:2px solid #a18064;bottom:-20px;content:"";left:0;position:absolute;width:100%}#product .product-tabs .card-header .nav-link[aria-controls=extra-0]{text-transform:none}#product .product-tabs .card-header .nav-link[aria-controls=extra-0]:first-letter{text-transform:lowercase}#product .product-tabs .card-body{font-weight:200!important;padding:30px}#product .product-tabs .card-body,#product .product-tabs .card-body h1,#product .product-tabs .card-body h2,#product .product-tabs .card-body h3,#product .product-tabs .card-body h4,#product .product-tabs .card-body h5,#product .product-tabs .card-body h6,#product .product-tabs .card-body li,#product .product-tabs .card-body ol,#product .product-tabs .card-body p,#product .product-tabs .card-body span,#product .product-tabs .card-body ul{font-family:Plus Jakarta Sans!important;line-height:1.8}#product .product-tabs .card-body p{font-size:1.1rem!important;line-height:1.8!important}@media(max-width:767.98px){#product .product-tabs .card-body p{font-size:1rem!important}}#product .product-tabs .card-body a{color:#a18064!important}#product .product-tabs .card-body a:focus,#product .product-tabs .card-body a:hover{text-decoration:underline!important}#product .product-tabs .card-body strong{font-weight:500!important}.quickview .product-add-to-cart .product-quantity .btn{justify-content:center!important}.quickview .modal-body h1,.quickview .modal-body h2,.quickview .modal-body h3,.quickview .modal-body h4,.quickview .modal-body h5,.quickview .modal-body h6,.quickview .modal-body li,.quickview .modal-body ol,.quickview .modal-body p,.quickview .modal-body span,.quickview .modal-body ul{font-family:Plus Jakarta Sans!important;line-height:1.8}#extra-0 .block_title{text-transform:none}#extra-0 .block_title:first-letter{text-transform:lowercase}.mb_lozka_zestaw{color:#a4815f;font-size:32px;font-weight:500;margin:50px 0 20px;text-align:center}