@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);: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{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color,var(--f-button-color));background-color:var(--f-button-hover-bg,var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)));background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)))}.f-button:focus{outline:0}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity,1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}: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{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:after,.f-panzoom:before,.f-zoomable:after,.f-zoomable:before{display:block;content:""}.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__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.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{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.has-lazyerror,.f-panzoom__content.is-lazyloading{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.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%{transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);opacity:var(--f-zoomInUp-opacity,0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);opacity: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{transform:translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y,150px),0);opacity:0}}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin,0);padding:var(--f-html-padding,2rem);color:var(--f-html-color,currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-gmap .f-html,.has-iframe .f-html,.has-pdf .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-gmap .f-html,.has-pdf .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding,16px 4px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-vimeo .f-html,.has-youtube .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width,960px);max-height:var(--f-video-height,540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg,rgba(0,0,0,.9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:0 0}.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{top:var(--f-arrow-pos,0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos,0);left:50%;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{--f-progressbar-height:100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin,0);padding:var(--f-toolbar-padding,8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg,none);box-shadow:var(--f-toolbar-shadow,none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color,currentColor);font-size:var(--f-toolbar-font-size,17px);font-weight:var(--f-toolbar-font-weight,inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap,0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-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}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin,0);padding:var(--f-counter-padding,4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__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-z-index:1;--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-fit:cover;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease,transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-transfors:none;--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-thumbs{--f-carousel-slide-width:calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height:calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap:0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.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;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:0;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.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__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-carousel-slide-width:calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height:var(--f-thumb-height);--width-diff:calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff) * .5) * var(--progress));--clip-path:inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift,0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:0}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,none)}.f-thumbs.is-modern{--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height,3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color,var(--f-carousel-theme-color,#575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@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-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin,0px) + var(--f-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:0 0}.fancybox__dialog:focus{outline:0}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.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 4px;--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:rgba(255, 255, 255, .2);--f-spinner-color-2:rgba(255, 255, 255, .8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:rgba(255, 255, 255, .2);--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:rgba(255, 255, 255, .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;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54, 54, 54, .65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--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 rgba(255, 255, 255, .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;position:absolute;inset:0;overflow:hidden;outline:0;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:rgba(255, 255, 255, .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:rgba(111, 111, 116, .2);--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0, 0, 0, .85);--f-button-bg:rgba(255, 255, 255, .85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:rgba(255, 255, 255, .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}.fancybox__container::backdrop{background-color:transparent}.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>:not(.fancybox__viewport),.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>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-revealing>:not(.fancybox__carousel){animation:var(--f-interface-enter-duration,.35s) ease none f-fadeIn}.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-hiding>:not(.fancybox__carousel){animation:var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.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{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;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{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:after,.fancybox__slide:before{display:block;content:""}.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-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width:var(--f-close-button-width, 34px);--f-button-height:var(--f-close-button-height, 34px);--f-button-border-radius:var(--f-close-border-radius, 4px);--f-button-color:var(--f-close-button-color, #fff);--f-button-hover-color:var(--f-close-button-hover-color, #fff);--f-button-bg:var(--f-close-button-bg, transparent);--f-button-hover-bg:var(--f-close-button-hover-bg, transparent);--f-button-active-bg:var(--f-close-button-active-bg, transparent);--f-button-svg-width:var(--f-close-button-svg-width, 22px);--f-button-svg-height:var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}:root,[data-bs-theme=light]{--mo-blue:#0d6efd;--mo-indigo:#6610f2;--mo-purple:#6f42c1;--mo-pink:#d63384;--mo-red:#dc3545;--mo-orange:#fd7e14;--mo-yellow:#ffc107;--mo-green:#198754;--mo-teal:#20c997;--mo-cyan:#0dcaf0;--mo-black:#000;--mo-white:#fff;--mo-gray:#6B7280;--mo-gray-dark:#343a40;--mo-gray-100:#f8f9fa;--mo-gray-200:#e9ecef;--mo-gray-300:#dee2e6;--mo-gray-400:#ced4da;--mo-gray-500:#adb5bd;--mo-gray-600:#6B7280;--mo-gray-700:#495057;--mo-gray-800:#343a40;--mo-gray-900:#212529;--mo-primary:#900;--mo-secondary:#6B7280;--mo-success:#198754;--mo-info:#0dcaf0;--mo-warning:#ffc107;--mo-danger:#dc3545;--mo-light:#f8f9fa;--mo-dark:#212529;--mo-primary-rgb:153,0,0;--mo-secondary-rgb:107,114,128;--mo-success-rgb:25,135,84;--mo-info-rgb:13,202,240;--mo-warning-rgb:255,193,7;--mo-danger-rgb:220,53,69;--mo-light-rgb:248,249,250;--mo-dark-rgb:33,37,41;--mo-primary-text-emphasis:#3d0000;--mo-secondary-text-emphasis:#2b2e33;--mo-success-text-emphasis:#0a3622;--mo-info-text-emphasis:#055160;--mo-warning-text-emphasis:#664d03;--mo-danger-text-emphasis:#58151c;--mo-light-text-emphasis:#495057;--mo-dark-text-emphasis:#495057;--mo-primary-bg-subtle:#ebcccc;--mo-secondary-bg-subtle:#e1e3e6;--mo-success-bg-subtle:#d1e7dd;--mo-info-bg-subtle:#cff4fc;--mo-warning-bg-subtle:#fff3cd;--mo-danger-bg-subtle:#f8d7da;--mo-light-bg-subtle:#fcfcfd;--mo-dark-bg-subtle:#ced4da;--mo-primary-border-subtle:#d69999;--mo-secondary-border-subtle:#c4c7cc;--mo-success-border-subtle:#a3cfbb;--mo-info-border-subtle:#9eeaf9;--mo-warning-border-subtle:#ffe69c;--mo-danger-border-subtle:#f1aeb5;--mo-light-border-subtle:#e9ecef;--mo-dark-border-subtle:#adb5bd;--mo-white-rgb:255,255,255;--mo-black-rgb:0,0,0;--mo-font-sans-serif:"Nunito Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--mo-font-monospace:"Nunito Sans",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--mo-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--mo-body-font-family:var(--mo-font-sans-serif);--mo-body-font-size:1rem;--mo-body-font-weight:400;--mo-body-line-height:1.5;--mo-body-color:#212529;--mo-body-color-rgb:33,37,41;--mo-body-bg:#fff;--mo-body-bg-rgb:255,255,255;--mo-emphasis-color:#000;--mo-emphasis-color-rgb:0,0,0;--mo-secondary-color:rgba(33, 37, 41, 0.75);--mo-secondary-color-rgb:33,37,41;--mo-secondary-bg:#e9ecef;--mo-secondary-bg-rgb:233,236,239;--mo-tertiary-color:rgba(33, 37, 41, 0.5);--mo-tertiary-color-rgb:33,37,41;--mo-tertiary-bg:#f8f9fa;--mo-tertiary-bg-rgb:248,249,250;--mo-heading-color:inherit;--mo-link-color:#900;--mo-link-color-rgb:153,0,0;--mo-link-decoration:underline;--mo-link-hover-color:#7a0000;--mo-link-hover-color-rgb:122,0,0;--mo-code-color:#d63384;--mo-highlight-color:#212529;--mo-highlight-bg:#fff3cd;--mo-border-width:1px;--mo-border-style:solid;--mo-border-color:#dee2e6;--mo-border-color-translucent:rgba(0, 0, 0, 0.175);--mo-border-radius:0.375rem;--mo-border-radius-sm:0.25rem;--mo-border-radius-lg:0.5rem;--mo-border-radius-xl:1rem;--mo-border-radius-xxl:2rem;--mo-border-radius-2xl:var(--mo-border-radius-xxl);--mo-border-radius-pill:50rem;--mo-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--mo-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--mo-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--mo-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--mo-focus-ring-width:0.25rem;--mo-focus-ring-opacity:0.25;--mo-focus-ring-color:rgba(153, 0, 0, 0.25);--mo-form-valid-color:#198754;--mo-form-valid-border-color:#198754;--mo-form-invalid-color:#dc3545;--mo-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--mo-body-color:#dee2e6;--mo-body-color-rgb:222,226,230;--mo-body-bg:#212529;--mo-body-bg-rgb:33,37,41;--mo-emphasis-color:#fff;--mo-emphasis-color-rgb:255,255,255;--mo-secondary-color:rgba(222, 226, 230, 0.75);--mo-secondary-color-rgb:222,226,230;--mo-secondary-bg:#343a40;--mo-secondary-bg-rgb:52,58,64;--mo-tertiary-color:rgba(222, 226, 230, 0.5);--mo-tertiary-color-rgb:222,226,230;--mo-tertiary-bg:#2b3035;--mo-tertiary-bg-rgb:43,48,53;--mo-primary-text-emphasis:#c26666;--mo-secondary-text-emphasis:#a6aab3;--mo-success-text-emphasis:#75b798;--mo-info-text-emphasis:#6edff6;--mo-warning-text-emphasis:#ffda6a;--mo-danger-text-emphasis:#ea868f;--mo-light-text-emphasis:#f8f9fa;--mo-dark-text-emphasis:#dee2e6;--mo-primary-bg-subtle:#1f0000;--mo-secondary-bg-subtle:#15171a;--mo-success-bg-subtle:#051b11;--mo-info-bg-subtle:#032830;--mo-warning-bg-subtle:#332701;--mo-danger-bg-subtle:#2c0b0e;--mo-light-bg-subtle:#343a40;--mo-dark-bg-subtle:#1a1d20;--mo-primary-border-subtle:#5c0000;--mo-secondary-border-subtle:#40444d;--mo-success-border-subtle:#0f5132;--mo-info-border-subtle:#087990;--mo-warning-border-subtle:#997404;--mo-danger-border-subtle:#842029;--mo-light-border-subtle:#495057;--mo-dark-border-subtle:#343a40;--mo-heading-color:inherit;--mo-link-color:#c26666;--mo-link-hover-color:#ce8585;--mo-link-color-rgb:194,102,102;--mo-link-hover-color-rgb:206,133,133;--mo-code-color:#e685b5;--mo-highlight-color:#dee2e6;--mo-highlight-bg:#664d03;--mo-border-color:#495057;--mo-border-color-translucent:rgba(255, 255, 255, 0.15);--mo-form-valid-color:#75b798;--mo-form-valid-border-color:#75b798;--mo-form-invalid-color:#ea868f;--mo-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--mo-body-font-family);font-size:var(--mo-body-font-size);font-weight:var(--mo-body-font-weight);line-height:var(--mo-body-line-height);color:var(--mo-body-color);text-align:var(--mo-body-text-align);background-color:var(--mo-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--mo-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--mo-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}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:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--mo-highlight-color);background-color:var(--mo-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--mo-link-color-rgb),var(--mo-link-opacity,1));text-decoration:underline}a:hover{--mo-link-color-rgb:var(--mo-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--mo-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--mo-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--mo-body-bg);background-color:var(--mo-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--mo-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[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}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--mo-gutter-x:1.25rem;--mo-gutter-y:0;width:100%;padding-right:calc(var(--mo-gutter-x) * .5);padding-left:calc(var(--mo-gutter-x) * .5);margin-right:auto;margin-left:auto}@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:1024px){.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}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1345px}}:root{--mo-breakpoint-xs:0;--mo-breakpoint-sm:576px;--mo-breakpoint-md:768px;--mo-breakpoint-lg:1024px;--mo-breakpoint-xl:1200px;--mo-breakpoint-xxl:1400px}.row{--mo-gutter-x:1.25rem;--mo-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--mo-gutter-y));margin-right:calc(-.5 * var(--mo-gutter-x));margin-left:calc(-.5 * var(--mo-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--mo-gutter-x) * .5);padding-left:calc(var(--mo-gutter-x) * .5);margin-top:var(--mo-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.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%}.g-0,.gx-0{--mo-gutter-x:0}.g-0,.gy-0{--mo-gutter-y:0}.g-1,.gx-1{--mo-gutter-x:0.25rem}.g-1,.gy-1{--mo-gutter-y:0.25rem}.g-2,.gx-2{--mo-gutter-x:0.5rem}.g-2,.gy-2{--mo-gutter-y:0.5rem}.g-3,.gx-3{--mo-gutter-x:1rem}.g-3,.gy-3{--mo-gutter-y:1rem}.g-4,.gx-4{--mo-gutter-x:1.5rem}.g-4,.gy-4{--mo-gutter-y:1.5rem}.g-5,.gx-5{--mo-gutter-x:3rem}.g-5,.gy-5{--mo-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.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%}.g-sm-0,.gx-sm-0{--mo-gutter-x:0}.g-sm-0,.gy-sm-0{--mo-gutter-y:0}.g-sm-1,.gx-sm-1{--mo-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--mo-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--mo-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--mo-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--mo-gutter-x:1rem}.g-sm-3,.gy-sm-3{--mo-gutter-y:1rem}.g-sm-4,.gx-sm-4{--mo-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--mo-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--mo-gutter-x:3rem}.g-sm-5,.gy-sm-5{--mo-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.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%}.g-md-0,.gx-md-0{--mo-gutter-x:0}.g-md-0,.gy-md-0{--mo-gutter-y:0}.g-md-1,.gx-md-1{--mo-gutter-x:0.25rem}.g-md-1,.gy-md-1{--mo-gutter-y:0.25rem}.g-md-2,.gx-md-2{--mo-gutter-x:0.5rem}.g-md-2,.gy-md-2{--mo-gutter-y:0.5rem}.g-md-3,.gx-md-3{--mo-gutter-x:1rem}.g-md-3,.gy-md-3{--mo-gutter-y:1rem}.g-md-4,.gx-md-4{--mo-gutter-x:1.5rem}.g-md-4,.gy-md-4{--mo-gutter-y:1.5rem}.g-md-5,.gx-md-5{--mo-gutter-x:3rem}.g-md-5,.gy-md-5{--mo-gutter-y:3rem}}@media (min-width:1024px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.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%}.g-lg-0,.gx-lg-0{--mo-gutter-x:0}.g-lg-0,.gy-lg-0{--mo-gutter-y:0}.g-lg-1,.gx-lg-1{--mo-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--mo-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--mo-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--mo-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--mo-gutter-x:1rem}.g-lg-3,.gy-lg-3{--mo-gutter-y:1rem}.g-lg-4,.gx-lg-4{--mo-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--mo-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--mo-gutter-x:3rem}.g-lg-5,.gy-lg-5{--mo-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.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%}.g-xl-0,.gx-xl-0{--mo-gutter-x:0}.g-xl-0,.gy-xl-0{--mo-gutter-y:0}.g-xl-1,.gx-xl-1{--mo-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--mo-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--mo-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--mo-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--mo-gutter-x:1rem}.g-xl-3,.gy-xl-3{--mo-gutter-y:1rem}.g-xl-4,.gx-xl-4{--mo-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--mo-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--mo-gutter-x:3rem}.g-xl-5,.gy-xl-5{--mo-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.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%}.g-xxl-0,.gx-xxl-0{--mo-gutter-x:0}.g-xxl-0,.gy-xxl-0{--mo-gutter-y:0}.g-xxl-1,.gx-xxl-1{--mo-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--mo-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--mo-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--mo-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--mo-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--mo-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--mo-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--mo-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--mo-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--mo-gutter-y:3rem}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--mo-primary-rgb),var(--mo-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--mo-secondary-rgb),var(--mo-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--mo-success-rgb),var(--mo-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--mo-info-rgb),var(--mo-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--mo-warning-rgb),var(--mo-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--mo-danger-rgb),var(--mo-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--mo-light-rgb),var(--mo-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--mo-dark-rgb),var(--mo-bg-opacity,1))!important}.link-primary{color:RGBA(var(--mo-primary-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-primary-rgb),var(--mo-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(122,0,0,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(122,0,0,var(--mo-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--mo-secondary-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-secondary-rgb),var(--mo-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,91,102,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(86,91,102,var(--mo-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--mo-success-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-success-rgb),var(--mo-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--mo-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--mo-info-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-info-rgb),var(--mo-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--mo-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--mo-warning-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-warning-rgb),var(--mo-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--mo-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--mo-danger-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-danger-rgb),var(--mo-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--mo-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--mo-light-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-light-rgb),var(--mo-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--mo-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--mo-dark-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-dark-rgb),var(--mo-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--mo-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--mo-emphasis-color-rgb),var(--mo-link-opacity,1))!important;text-decoration-color:RGBA(var(--mo-emphasis-color-rgb),var(--mo-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--mo-emphasis-color-rgb),var(--mo-link-opacity,.75))!important;text-decoration-color:RGBA(var(--mo-emphasis-color-rgb),var(--mo-link-underline-opacity,.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--mo-focus-ring-x,0) var(--mo-focus-ring-y,0) var(--mo-focus-ring-blur,0) var(--mo-focus-ring-width) var(--mo-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--mo-link-color-rgb),var(--mo-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--mo-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--mo-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--mo-aspect-ratio:100%}.ratio-4x3{--mo-aspect-ratio:75%}.ratio-16x9{--mo-aspect-ratio:56.25%}.ratio-21x9{--mo-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1024px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--mo-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!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}.d-none{display:none!important}.shadow{box-shadow:var(--mo-box-shadow)!important}.shadow-sm{box-shadow:var(--mo-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--mo-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--mo-focus-ring-color:rgba(var(--mo-primary-rgb), var(--mo-focus-ring-opacity))}.focus-ring-secondary{--mo-focus-ring-color:rgba(var(--mo-secondary-rgb), var(--mo-focus-ring-opacity))}.focus-ring-success{--mo-focus-ring-color:rgba(var(--mo-success-rgb), var(--mo-focus-ring-opacity))}.focus-ring-info{--mo-focus-ring-color:rgba(var(--mo-info-rgb), var(--mo-focus-ring-opacity))}.focus-ring-warning{--mo-focus-ring-color:rgba(var(--mo-warning-rgb), var(--mo-focus-ring-opacity))}.focus-ring-danger{--mo-focus-ring-color:rgba(var(--mo-danger-rgb), var(--mo-focus-ring-opacity))}.focus-ring-light{--mo-focus-ring-color:rgba(var(--mo-light-rgb), var(--mo-focus-ring-opacity))}.focus-ring-dark{--mo-focus-ring-color:rgba(var(--mo-dark-rgb), var(--mo-focus-ring-opacity))}.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}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--mo-border-width) var(--mo-border-style) var(--mo-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--mo-border-width) var(--mo-border-style) var(--mo-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--mo-border-width) var(--mo-border-style) var(--mo-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--mo-border-width) var(--mo-border-style) var(--mo-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--mo-border-width) var(--mo-border-style) var(--mo-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--mo-border-opacity:1;border-color:rgba(var(--mo-primary-rgb),var(--mo-border-opacity))!important}.border-secondary{--mo-border-opacity:1;border-color:rgba(var(--mo-secondary-rgb),var(--mo-border-opacity))!important}.border-success{--mo-border-opacity:1;border-color:rgba(var(--mo-success-rgb),var(--mo-border-opacity))!important}.border-info{--mo-border-opacity:1;border-color:rgba(var(--mo-info-rgb),var(--mo-border-opacity))!important}.border-warning{--mo-border-opacity:1;border-color:rgba(var(--mo-warning-rgb),var(--mo-border-opacity))!important}.border-danger{--mo-border-opacity:1;border-color:rgba(var(--mo-danger-rgb),var(--mo-border-opacity))!important}.border-light{--mo-border-opacity:1;border-color:rgba(var(--mo-light-rgb),var(--mo-border-opacity))!important}.border-dark{--mo-border-opacity:1;border-color:rgba(var(--mo-dark-rgb),var(--mo-border-opacity))!important}.border-black{--mo-border-opacity:1;border-color:rgba(var(--mo-black-rgb),var(--mo-border-opacity))!important}.border-white{--mo-border-opacity:1;border-color:rgba(var(--mo-white-rgb),var(--mo-border-opacity))!important}.border-primary-subtle{border-color:var(--mo-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--mo-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--mo-success-border-subtle)!important}.border-info-subtle{border-color:var(--mo-info-border-subtle)!important}.border-warning-subtle{border-color:var(--mo-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--mo-danger-border-subtle)!important}.border-light-subtle{border-color:var(--mo-light-border-subtle)!important}.border-dark-subtle{border-color:var(--mo-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--mo-border-opacity:0.1}.border-opacity-25{--mo-border-opacity:0.25}.border-opacity-50{--mo-border-opacity:0.5}.border-opacity-75{--mo-border-opacity:0.75}.border-opacity-100{--mo-border-opacity:1}.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}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!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}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.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-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}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-evenly{justify-content:space-evenly!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}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--mo-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--mo-text-opacity:1;color:rgba(var(--mo-primary-rgb),var(--mo-text-opacity))!important}.text-secondary{--mo-text-opacity:1;color:rgba(var(--mo-secondary-rgb),var(--mo-text-opacity))!important}.text-success{--mo-text-opacity:1;color:rgba(var(--mo-success-rgb),var(--mo-text-opacity))!important}.text-info{--mo-text-opacity:1;color:rgba(var(--mo-info-rgb),var(--mo-text-opacity))!important}.text-warning{--mo-text-opacity:1;color:rgba(var(--mo-warning-rgb),var(--mo-text-opacity))!important}.text-danger{--mo-text-opacity:1;color:rgba(var(--mo-danger-rgb),var(--mo-text-opacity))!important}.text-light{--mo-text-opacity:1;color:rgba(var(--mo-light-rgb),var(--mo-text-opacity))!important}.text-dark{--mo-text-opacity:1;color:rgba(var(--mo-dark-rgb),var(--mo-text-opacity))!important}.text-black{--mo-text-opacity:1;color:rgba(var(--mo-black-rgb),var(--mo-text-opacity))!important}.text-white{--mo-text-opacity:1;color:rgba(var(--mo-white-rgb),var(--mo-text-opacity))!important}.text-body{--mo-text-opacity:1;color:rgba(var(--mo-body-color-rgb),var(--mo-text-opacity))!important}.text-muted{--mo-text-opacity:1;color:var(--mo-secondary-color)!important}.text-black-50{--mo-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--mo-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--mo-text-opacity:1;color:var(--mo-secondary-color)!important}.text-body-tertiary{--mo-text-opacity:1;color:var(--mo-tertiary-color)!important}.text-body-emphasis{--mo-text-opacity:1;color:var(--mo-emphasis-color)!important}.text-reset{--mo-text-opacity:1;color:inherit!important}.text-opacity-25{--mo-text-opacity:0.25}.text-opacity-50{--mo-text-opacity:0.5}.text-opacity-75{--mo-text-opacity:0.75}.text-opacity-100{--mo-text-opacity:1}.text-primary-emphasis{color:var(--mo-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--mo-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--mo-success-text-emphasis)!important}.text-info-emphasis{color:var(--mo-info-text-emphasis)!important}.text-warning-emphasis{color:var(--mo-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--mo-danger-text-emphasis)!important}.text-light-emphasis{color:var(--mo-light-text-emphasis)!important}.text-dark-emphasis{color:var(--mo-dark-text-emphasis)!important}.link-opacity-10{--mo-link-opacity:0.1}.link-opacity-10-hover:hover{--mo-link-opacity:0.1}.link-opacity-25{--mo-link-opacity:0.25}.link-opacity-25-hover:hover{--mo-link-opacity:0.25}.link-opacity-50{--mo-link-opacity:0.5}.link-opacity-50-hover:hover{--mo-link-opacity:0.5}.link-opacity-75{--mo-link-opacity:0.75}.link-opacity-75-hover:hover{--mo-link-opacity:0.75}.link-opacity-100{--mo-link-opacity:1}.link-opacity-100-hover:hover{--mo-link-opacity:1}.link-offset-1{text-underline-offset:.125em!important}.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2{text-underline-offset:.25em!important}.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3{text-underline-offset:.375em!important}.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-primary-rgb),var(--mo-link-underline-opacity))!important}.link-underline-secondary{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-secondary-rgb),var(--mo-link-underline-opacity))!important}.link-underline-success{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-success-rgb),var(--mo-link-underline-opacity))!important}.link-underline-info{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-info-rgb),var(--mo-link-underline-opacity))!important}.link-underline-warning{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-warning-rgb),var(--mo-link-underline-opacity))!important}.link-underline-danger{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-danger-rgb),var(--mo-link-underline-opacity))!important}.link-underline-light{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-light-rgb),var(--mo-link-underline-opacity))!important}.link-underline-dark{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-dark-rgb),var(--mo-link-underline-opacity))!important}.link-underline{--mo-link-underline-opacity:1;text-decoration-color:rgba(var(--mo-link-color-rgb),var(--mo-link-underline-opacity,1))!important}.link-underline-opacity-0{--mo-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--mo-link-underline-opacity:0}.link-underline-opacity-10{--mo-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--mo-link-underline-opacity:0.1}.link-underline-opacity-25{--mo-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--mo-link-underline-opacity:0.25}.link-underline-opacity-50{--mo-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--mo-link-underline-opacity:0.5}.link-underline-opacity-75{--mo-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--mo-link-underline-opacity:0.75}.link-underline-opacity-100{--mo-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--mo-link-underline-opacity:1}.bg-primary{--mo-bg-opacity:1;background-color:rgba(var(--mo-primary-rgb),var(--mo-bg-opacity))!important}.bg-secondary{--mo-bg-opacity:1;background-color:rgba(var(--mo-secondary-rgb),var(--mo-bg-opacity))!important}.bg-success{--mo-bg-opacity:1;background-color:rgba(var(--mo-success-rgb),var(--mo-bg-opacity))!important}.bg-info{--mo-bg-opacity:1;background-color:rgba(var(--mo-info-rgb),var(--mo-bg-opacity))!important}.bg-warning{--mo-bg-opacity:1;background-color:rgba(var(--mo-warning-rgb),var(--mo-bg-opacity))!important}.bg-danger{--mo-bg-opacity:1;background-color:rgba(var(--mo-danger-rgb),var(--mo-bg-opacity))!important}.bg-light{--mo-bg-opacity:1;background-color:rgba(var(--mo-light-rgb),var(--mo-bg-opacity))!important}.bg-dark{--mo-bg-opacity:1;background-color:rgba(var(--mo-dark-rgb),var(--mo-bg-opacity))!important}.bg-black{--mo-bg-opacity:1;background-color:rgba(var(--mo-black-rgb),var(--mo-bg-opacity))!important}.bg-white{--mo-bg-opacity:1;background-color:rgba(var(--mo-white-rgb),var(--mo-bg-opacity))!important}.bg-body{--mo-bg-opacity:1;background-color:rgba(var(--mo-body-bg-rgb),var(--mo-bg-opacity))!important}.bg-transparent{--mo-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--mo-bg-opacity:1;background-color:rgba(var(--mo-secondary-bg-rgb),var(--mo-bg-opacity))!important}.bg-body-tertiary{--mo-bg-opacity:1;background-color:rgba(var(--mo-tertiary-bg-rgb),var(--mo-bg-opacity))!important}.bg-opacity-10{--mo-bg-opacity:0.1}.bg-opacity-25{--mo-bg-opacity:0.25}.bg-opacity-50{--mo-bg-opacity:0.5}.bg-opacity-75{--mo-bg-opacity:0.75}.bg-opacity-100{--mo-bg-opacity:1}.bg-primary-subtle{background-color:var(--mo-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--mo-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--mo-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--mo-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--mo-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--mo-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--mo-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--mo-dark-bg-subtle)!important}.bg-gradient{background-image:var(--mo-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--mo-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--mo-border-radius-sm)!important}.rounded-2{border-radius:var(--mo-border-radius)!important}.rounded-3{border-radius:var(--mo-border-radius-lg)!important}.rounded-4{border-radius:var(--mo-border-radius-xl)!important}.rounded-5{border-radius:var(--mo-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--mo-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--mo-border-radius)!important;border-top-right-radius:var(--mo-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--mo-border-radius-sm)!important;border-top-right-radius:var(--mo-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--mo-border-radius)!important;border-top-right-radius:var(--mo-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--mo-border-radius-lg)!important;border-top-right-radius:var(--mo-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--mo-border-radius-xl)!important;border-top-right-radius:var(--mo-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--mo-border-radius-xxl)!important;border-top-right-radius:var(--mo-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--mo-border-radius-pill)!important;border-top-right-radius:var(--mo-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--mo-border-radius)!important;border-bottom-right-radius:var(--mo-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--mo-border-radius-sm)!important;border-bottom-right-radius:var(--mo-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--mo-border-radius)!important;border-bottom-right-radius:var(--mo-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--mo-border-radius-lg)!important;border-bottom-right-radius:var(--mo-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--mo-border-radius-xl)!important;border-bottom-right-radius:var(--mo-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--mo-border-radius-xxl)!important;border-bottom-right-radius:var(--mo-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--mo-border-radius-pill)!important;border-bottom-right-radius:var(--mo-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--mo-border-radius)!important;border-bottom-left-radius:var(--mo-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--mo-border-radius-sm)!important;border-bottom-left-radius:var(--mo-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--mo-border-radius)!important;border-bottom-left-radius:var(--mo-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--mo-border-radius-lg)!important;border-bottom-left-radius:var(--mo-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--mo-border-radius-xl)!important;border-bottom-left-radius:var(--mo-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--mo-border-radius-xxl)!important;border-bottom-left-radius:var(--mo-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--mo-border-radius-pill)!important;border-bottom-left-radius:var(--mo-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--mo-border-radius)!important;border-top-left-radius:var(--mo-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--mo-border-radius-sm)!important;border-top-left-radius:var(--mo-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--mo-border-radius)!important;border-top-left-radius:var(--mo-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--mo-border-radius-lg)!important;border-top-left-radius:var(--mo-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--mo-border-radius-xl)!important;border-top-left-radius:var(--mo-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--mo-border-radius-xxl)!important;border-top-left-radius:var(--mo-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--mo-border-radius-pill)!important;border-top-left-radius:var(--mo-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!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}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!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}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1024px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!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}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!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}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!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}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.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-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}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xxl-evenly{justify-content:space-evenly!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}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!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}.d-print-none{display:none!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.container-xxl{max-width:1405px;padding-left:30px;padding-right:30px}@media (max-width:1279px){.container-xxl{padding-left:20px;padding-right:20px}}.breadcrumbs{list-style:none;padding:0;margin:0;display:flex;align-items:center;width:100%;overflow-x:auto}.breadcrumbs.current-mod li::before{background:#a5a5a5}.breadcrumbs.current-mod li a{color:#a5a5a5}.breadcrumbs.current-mod li a:hover{color:#000}.breadcrumbs li{position:relative;padding-right:20px;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;text-wrap:nowrap}.breadcrumbs li::before{content:"";width:2px;height:2px;background:#000;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.breadcrumbs li:last-child{padding-right:0}.breadcrumbs li:last-child::before{display:none}.breadcrumbs li a{display:block;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;text-decoration:none;transition:.15s}.breadcrumbs li a:hover{text-decoration:underline}img{max-width:100%}body{background:#fff}@media screen and (max-width:420px){.container-xxl{padding-left:12px;padding-right:12px}}@media screen and (max-width:1023px){.container-xxl{padding-left:20px;padding-right:20px}}.btn{padding:20px 30px;font-size:24px;font-style:normal;font-weight:350;line-height:32px;max-width:fit-content;text-decoration:none;transition:all .15s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0}.btn sup{font-weight:500}@media screen and (max-width:1023px){.btn{padding-left:20px;padding-right:20px;font-size:21px}}@media screen and (min-width:1024px) and (max-width:1320px){.btn{padding:1.5151515152vw 2.2727272727vw;font-size:1.8181818182vw;line-height:2.4242424242vw}}.btn-md{font-size:16px;line-height:1;padding:10px 20px}@media screen and (max-width:1023px){.btn-md{font-size:14px;padding:8px 16px}}.btn-lg{font-size:24px;line-height:32px;padding:20px 30px}@media screen and (max-width:1023px){.btn-lg{font-size:18px;line-height:24px;padding:16px 24px}}.btn svg{width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.btn svg{width:2.4242424242vw;height:2.4242424242vw}}.btn-primary{color:#000;background:#fff}.btn-primary:hover{background:#e5e5e5}.btn-primary:active,.btn-primary:focus{outline:0;background:#d1d3d7}.btn-primary:disabled{opacity:.5;background:#d1d3d7}.btn-outline{border:1px solid #000}.btn-outline:hover{background:#fff}.btn-dark{background:#070707;color:#fff}.btn-dark:hover{background:#e5e5e5;color:#000}.btn-dark:active,.btn-dark:focus{outline:0;background:#474747}.btn-dark:disabled{opacity:.5;background:#474747}.relative{position:relative}html{scroll-behavior:smooth}.gallery-slider .slick-slide{position:relative}.gallery-slider .slick-slide::before{content:"";background:linear-gradient(0deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.25) 100%) no-repeat;position:absolute;top:0;left:0;right:0;bottom:0}.gallery-slider-nav{padding-left:50px;padding-right:40px;text-align:center;position:relative;margin-top:-50px;max-width:976px;margin-left:auto}@media screen and (max-width:1023px){.gallery-slider-nav{padding-left:0;padding-right:0;margin-top:-30px}}@media screen and (min-width:1024px) and (max-width:1320px){.gallery-slider-nav{padding-left:3.7878787879vw;padding-right:3.0303030303vw;margin-top:-3.7878787879vw;max-width:73.9393939394vw}}.gallery-slider-nav .slick-arrow{width:32px;height:32px;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width:1024px) and (max-width:1320px){.gallery-slider-nav .slick-arrow{width:2.4242424242vw;height:2.4242424242vw}}.gallery-slider-nav .slick-slide{padding:0 10px}@media screen and (min-width:1024px) and (max-width:1320px){.gallery-slider-nav .slick-slide{padding:0 .7575757576vw}}.gallery-slider-nav .slick-slide.slick-current img{border:1px solid #070707}.gallery-slider-nav img{max-width:205px;aspect-ratio:1/1;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1320px){.gallery-slider-nav img{max-width:15.5303030303vw}}@media screen and (max-width:1023px){.gallery-slider-nav img{width:100px;height:100px;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);margin-bottom:12px}}.gallery-slider-prev{left:0}.gallery-slider-next{right:0}label{position:relative;width:100%;display:block}.input-text,.select-text{font-size:24px;font-style:normal;font-weight:300;line-height:40px;color:#fff;border:0;border-bottom:1px solid #fff;background:0 0;width:100%;min-height:40px;padding-bottom:5px;box-shadow:none;position:relative}.input-text.dark,.select-text.dark{color:#000;border-color:#000}.input-text.dark::placeholder,.select-text.dark::placeholder{color:#b3b3b3}.input-text.error,.select-text.error{color:red!important;border-color:red!important}.input-text.error::placeholder,.select-text.error::placeholder{color:red!important;opacity:1}@media screen and (min-width:1024px) and (max-width:1320px){.input-text,.select-text{font-size:1.8181818182vw;line-height:3.0303030303vw;min-height:3.0303030303vw;padding-bottom:.3787878788vw}}.input-text::placeholder,.select-text::placeholder{color:rgba(255,255,255,.8);position:absolute;bottom:5px;left:0;transition:all .3s ease;font-size:24px;font-weight:300}.input-text:focus,.select-text:focus{outline:0}.error-allert{color:red;font-size:16px;font-style:normal;font-weight:300;line-height:26px;margin-top:6px}.slick-dots{z-index:3;display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;padding:0;margin:32px 0 0}.slick-dots li{width:6px;height:6px;background:#d9d9d9}.slick-dots li button{display:none}.slick-dots li.slick-active{background:#070707;width:12px;height:12px}.w-full{width:100%!important;max-width:100%!important}.dropdown-wrapper{position:relative;display:inline-flex;width:fit-content}.dropdown-trigger{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;background:#f8f8f8;transition:background-color .15s,color .15s;color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal;position:relative;cursor:pointer}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-trigger{padding:.7575757576vw;gap:.7575757576vw;font-size:1.0606060606vw}}.dropdown-trigger b{font-weight:500}.dropdown-trigger .arrow{width:20px;height:20px;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-trigger .arrow{width:1.5151515152vw;height:1.5151515152vw}}.dropdown-trigger.is-selected,.dropdown-trigger:hover{background-color:#000;color:#fff}.dropdown-trigger.is-open{background-color:#000;color:#fff}.dropdown-trigger.is-open .arrow{transform:rotate(-180deg)}.dropdown-panel{display:none;position:absolute;top:100%;left:0;width:100%;min-width:235px;max-height:345px;overflow-y:auto;z-index:100;margin-top:4px;background:#fff;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);padding:20px}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-panel{min-width:17.803030303vw;max-height:26.1363636364vw;margin-top:.303030303vw;padding:1.5151515152vw}}.dropdown-search{margin-bottom:14px}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-search{margin-bottom:1.0606060606vw}}.dropdown-search input{width:100%;padding:10px 0;border-radius:0;border:0;background:0 0;border-bottom:1px solid #000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.5318 20.4696L16.8378 15.7765C18.1983 14.1431 18.8767 12.048 18.7319 9.92715C18.5871 7.80629 17.6302 5.82289 16.0603 4.38956C14.4904 2.95623 12.4284 2.18333 10.3031 2.23163C8.17785 2.27993 6.15303 3.14571 4.64986 4.64888C3.14669 6.15205 2.2809 8.17687 2.2326 10.3021C2.1843 12.4274 2.95721 14.4894 4.39054 16.0593C5.82387 17.6293 7.80726 18.5861 9.92813 18.7309C12.049 18.8757 14.144 18.1973 15.7774 16.8368L20.4706 21.5308C20.5403 21.6005 20.623 21.6558 20.714 21.6935C20.8051 21.7312 20.9026 21.7506 21.0012 21.7506C21.0997 21.7506 21.1973 21.7312 21.2884 21.6935C21.3794 21.6558 21.4621 21.6005 21.5318 21.5308C21.6015 21.4612 21.6568 21.3784 21.6945 21.2874C21.7322 21.1963 21.7516 21.0988 21.7516 21.0002C21.7516 20.9017 21.7322 20.8041 21.6945 20.713C21.6568 20.622 21.6015 20.5393 21.5318 20.4696ZM3.75119 10.5002C3.75119 9.16519 4.14707 7.86015 4.88877 6.75011C5.63047 5.64008 6.68468 4.77492 7.91808 4.26403C9.15148 3.75314 10.5087 3.61946 11.8181 3.87991C13.1274 4.14036 14.3302 4.78324 15.2742 5.72724C16.2182 6.67125 16.861 7.87398 17.1215 9.18335C17.3819 10.4927 17.2483 11.8499 16.7374 13.0833C16.2265 14.3167 15.3613 15.3709 14.2513 16.1126C13.1413 16.8543 11.8362 17.2502 10.5012 17.2502C8.71159 17.2482 6.99585 16.5364 5.73041 15.271C4.46497 14.0056 3.75318 12.2898 3.75119 10.5002Z' fill='black'/%3E%3C/svg%3E");background-position:right center;background-repeat:no-repeat}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-search input{padding:.7575757576vw 0}}.dropdown-search input:focus{outline:0}.dropdown-options{display:flex;flex-direction:column;align-items:flex-start;gap:14px}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-options{gap:1.0606060606vw}}.dropdown-option{display:flex;align-items:center;cursor:pointer}.dropdown-option:hover input[type=checkbox]+span:before,.dropdown-option:hover input[type=radio]+span:before{border-color:#000}.dropdown-option input[type=checkbox]{display:none}.dropdown-option input[type=checkbox]+span{padding-left:36px;position:relative}.dropdown-option input[type=checkbox]+span:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #6b7280;border-radius:4px}.dropdown-option input[type=checkbox]+span:after{content:"";width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 7.33333C1.66699 7.33333 3.80033 8.55 4.86699 10.3333C4.86699 10.3333 8.06699 3.33333 12.3337 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:6px;left:6px;opacity:0;transition:.15s;display:flex;align-items:center;justify-content:center}.dropdown-option input[type=checkbox]:checked+span:before{border-color:#000;background:#000}.dropdown-option input[type=checkbox]:checked+span:after{opacity:1}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-option input[type=checkbox]{width:1.8181818182vw;height:1.8181818182vw}.dropdown-option input[type=checkbox]+span{padding-left:2.7272727273vw}.dropdown-option input[type=checkbox]+span:before{width:1.8181818182vw;height:1.8181818182vw;border:.1515151515vw solid #6b7280}.dropdown-option input[type=checkbox]+span:after{width:.9090909091vw;height:.9090909091vw;top:.4545454545vw;left:.4545454545vw}}.dropdown-option input[type=radio]{display:none}.dropdown-option input[type=radio]+span{padding-left:36px;position:relative}.dropdown-option input[type=radio]+span:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #6b7280;border-radius:50%}.dropdown-option input[type=radio]+span:after{content:"";width:12px;height:12px;border-radius:50%;background:#000;position:absolute;top:6px;left:6px;opacity:0;transition:.15s}.dropdown-option input[type=radio]:checked+span:before{border-color:#000}.dropdown-option input[type=radio]:checked+span:after{opacity:1}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-option input[type=radio]{width:1.8181818182vw;height:1.8181818182vw}.dropdown-option input[type=radio]+span{padding-left:2.7272727273vw}.dropdown-option input[type=radio]+span:before{width:1.8181818182vw;height:1.8181818182vw;border:.1515151515vw solid #6b7280}.dropdown-option input[type=radio]+span:after{width:.9090909091vw;height:.9090909091vw;top:.4545454545vw;left:.4545454545vw}}.dropdown-more{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal;text-decoration:underline;cursor:pointer}@media screen and (min-width:1024px) and (max-width:1320px){.dropdown-more{font-size:1.0606060606vw}}.accordion{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border:1px solid #c1c1c1;background:#fff}.accordion__title{display:flex;justify-content:space-between;padding:20px;gap:12px;color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:32px;width:100%;cursor:pointer}@media screen and (max-width:1023px){.accordion__title{font-size:16px}}.accordion__title span{gap:12px;display:flex;align-items:center}.accordion__title svg{width:32px;min-width:32px;height:32px;transition:.15s}.accordion__title.open .accordion__arrow{transform:rotate(180deg)}.accordion__content{padding:4px 20px 20px;display:none;flex-direction:column;gap:24px}.accordion__logo img{width:100%}.text-short-more{display:none}@media screen and (max-width:1023px){.text-short-more{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;text-decoration:underline;display:block}}@media screen and (max-width:1023px){.text-short{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:.15s}.text-short.open{overflow:visible;display:-webkit-box;-webkit-line-clamp:inherit;-webkit-box-orient:vertical}}.view-details{position:relative;background:#000;cursor:pointer;line-height:0}.view-details:hover img{opacity:.76}.view-details:hover .view-details__button{opacity:1}.view-details img{transition:.15s;width:100%;background:#fff}.view-details__button{display:inline-flex;height:42px;padding:10px 20px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;background:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);opacity:0;transition:.15s}.view-details__button .icon{width:24px;height:24px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.1825 13.5669L3.93246 7.31692C3.8744 7.25886 3.82833 7.18992 3.79691 7.11405C3.76548 7.03818 3.7493 6.95686 3.7493 6.87474C3.7493 6.79261 3.76548 6.7113 3.79691 6.63543C3.82833 6.55956 3.8744 6.49062 3.93246 6.43255C3.99053 6.37448 4.05947 6.32842 4.13534 6.29699C4.21121 6.26556 4.29253 6.24939 4.37465 6.24939C4.45677 6.24939 4.53809 6.26556 4.61396 6.29699C4.68983 6.32842 4.75877 6.37448 4.81684 6.43255L10.6247 12.2411L16.4325 6.43255C16.5497 6.31527 16.7088 6.24939 16.8747 6.24939C17.0405 6.24939 17.1996 6.31527 17.3168 6.43255C17.4341 6.54982 17.5 6.70888 17.5 6.87474C17.5 7.04059 17.4341 7.19965 17.3168 7.31692L11.0668 13.5669C11.0088 13.625 10.9399 13.6711 10.864 13.7026C10.7881 13.734 10.7068 13.7502 10.6247 13.7502C10.5425 13.7502 10.4612 13.734 10.3853 13.7026C10.3094 13.6711 10.2405 13.625 10.1825 13.5669Z' fill='%23070707'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;padding:20px 50px 20px 20px;color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}select.select-md{padding:12px 40px 12px 12px;font-size:14px;background-position:right 12px center;background-size:16px 16px}@media screen and (min-width:1024px) and (max-width:1320px){select.select-md{padding:.9090909091vw 3.0303030303vw .9090909091vw .9090909091vw;font-size:1.0606060606vw;background-position:right .9090909091vw center;background-size:1.2121212121vw 1.2121212121vw}}select.select-lg{padding:16px 45px 16px 16px;font-size:16px;background-position:right 16px center;background-size:18px 18px}@media screen and (min-width:1024px) and (max-width:1320px){select.select-lg{padding:1.2121212121vw 3.4090909091vw 1.2121212121vw 1.2121212121vw;font-size:1.2121212121vw;background-position:right 1.2121212121vw center;background-size:1.3636363636vw 1.3636363636vw}}select.select-xl{padding:20px 50px 20px 20px;font-size:18px;background-position:right 20px center;background-size:20px 20px}@media screen and (min-width:1024px) and (max-width:1320px){select.select-xl{padding:1.5151515152vw 3.7878787879vw 1.5151515152vw 1.5151515152vw;font-size:1.3636363636vw;background-position:right 1.5151515152vw center;background-size:1.5151515152vw 1.5151515152vw}}select:disabled{opacity:.5;cursor:not-allowed;background-color:#d1d3d7}select:focus{outline:0;border-color:#000;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.custom-checkbox:hover input[type=checkbox]+span:before{border-color:#000}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox input[type=checkbox]+span{padding-left:36px;position:relative}.custom-checkbox input[type=checkbox]+span:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #6b7280;border-radius:4px}.custom-checkbox input[type=checkbox]+span:after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 7.33333C1.66699 7.33333 3.80033 8.55 4.86699 10.3333C4.86699 10.3333 8.06699 3.33333 12.3337 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:14px;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;opacity:0;transition:.15s;display:flex;align-items:center;justify-content:center}.custom-checkbox input[type=checkbox]:checked+span:before{border-color:#000;background:#000}.custom-checkbox input[type=checkbox]:checked+span:after{opacity:1}.custom-checkbox input[type=checkbox].error+span:before{border-color:red}@media screen and (min-width:1024px) and (max-width:1320px){.custom-checkbox input[type=checkbox]{width:1.8181818182vw;height:1.8181818182vw}.custom-checkbox input[type=checkbox]+span{padding-left:2.7272727273vw}.custom-checkbox input[type=checkbox]+span:before{width:1.8181818182vw;height:1.8181818182vw;border:.1515151515vw solid #6b7280}.custom-checkbox input[type=checkbox]+span:after{width:.9090909091vw;height:.9090909091vw;top:.4545454545vw;left:.4545454545vw}}.custom-radio:hover input[type=radio]+span:before{border-color:#000}.custom-radio input[type=radio]{display:none}.custom-radio input[type=radio]+span{padding-left:36px;position:relative}.custom-radio input[type=radio]+span:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #6b7280;border-radius:50%}.custom-radio input[type=radio]+span:after{content:"";width:12px;height:12px;border-radius:50%;background:#000;position:absolute;top:6px;left:6px;opacity:0;transition:.15s}.custom-radio input[type=radio]:checked+span:before{border-color:#000}.custom-radio input[type=radio]:checked+span:after{opacity:1}.custom-radio input[type=radio].error+span:before{border-color:red}@media screen and (min-width:1024px) and (max-width:1320px){.custom-radio input[type=radio]{width:1.8181818182vw;height:1.8181818182vw}.custom-radio input[type=radio]+span{padding-left:2.7272727273vw}.custom-radio input[type=radio]+span:before{width:1.8181818182vw;height:1.8181818182vw;border:.1515151515vw solid #6b7280}.custom-radio input[type=radio]+span:after{width:.9090909091vw;height:.9090909091vw;top:.4545454545vw;left:.4545454545vw}}@keyframes btRotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.submit{position:relative;cursor:pointer;border:none;outline:0;transition:all .3s ease-in-out}.submit:not(:disabled):hover{opacity:.5}.submit.is-loading{cursor:no-drop}.submit__content{transition:opacity .2s ease-in-out}.is-loading .submit__content{opacity:0}.btn-loader{position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;border:1px solid rgba(255,255,255,.5019607843);border-left-color:#fff;border-radius:50%;transition:all .3s;animation:btRotate .6s infinite linear}.skeleton{background-color:#eee;border-radius:.35rem;min-height:430px;width:100%;position:relative}.skeleton::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 1s infinite;content:""}@keyframes shimmer{100%{transform:translateX(100%)}}@media screen and (max-width:767px){.skeleton{min-height:286px}}@media screen and (max-width:1024px){header,main:not(.privacy-policy),section:not(.other-overview){overflow:hidden}}.custom-file-upload{display:flex;align-items:center;border:1px solid #000;padding:12px 16px;position:relative;min-height:56px;justify-content:space-between;gap:16px}.custom-file-label{display:flex;align-items:center;cursor:pointer;flex:1;gap:12px}.custom-file-icon{font-size:32px;font-weight:300;margin-right:12px;display:inline-block;width:24px;text-align:center}.custom-file-text{font-size:16px;color:#111;white-space:nowrap}.custom-file-input{display:none}.custom-file-status{color:#7a8a99;font-size:16px;margin-right:16px;white-space:nowrap}@media screen and (max-width:1023px){.custom-file-status{display:none}}.custom-file-square{width:48px;height:48px;border-radius:50%;background:#15687a;display:inline-flex;align-items:center;justify-content:center;position:relative}.custom-file-square .icon{display:none;color:#fff;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-file-square img{width:24px;height:24px}.select-text{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.1825 13.5669L3.93246 7.31692C3.8744 7.25886 3.82833 7.18992 3.79691 7.11405C3.76548 7.03818 3.7493 6.95686 3.7493 6.87474C3.7493 6.79261 3.76548 6.7113 3.79691 6.63543C3.82833 6.55956 3.8744 6.49062 3.93246 6.43255C3.99053 6.37448 4.05947 6.32842 4.13534 6.29699C4.21121 6.26556 4.29253 6.24939 4.37465 6.24939C4.45677 6.24939 4.53809 6.26556 4.61396 6.29699C4.68983 6.32842 4.75877 6.37448 4.81684 6.43255L10.6247 12.2411L16.4325 6.43255C16.5497 6.31527 16.7088 6.24939 16.8747 6.24939C17.0405 6.24939 17.1996 6.31527 17.3168 6.43255C17.4341 6.54982 17.5 6.70888 17.5 6.87474C17.5 7.04059 17.4341 7.19965 17.3168 7.31692L11.0668 13.5669C11.0088 13.625 10.9399 13.6711 10.864 13.7026C10.7881 13.734 10.7068 13.7502 10.6247 13.7502C10.5425 13.7502 10.4612 13.734 10.3853 13.7026C10.3094 13.6711 10.2405 13.625 10.1825 13.5669Z' fill='%23070707'/%3E%3C/svg%3E");background-position:right center;background-repeat:no-repeat;padding-left:0;padding-right:0}.select-text option:disabled{color:#b3b3b3}.select-text :focus-visible,.select-text:focus{outline:0;box-shadow:none}.input-counter{display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:1;padding:0;max-width:fit-content;min-height:40px}.input-counter-button{border:none;cursor:pointer;background:0 0;padding:0;margin:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.input-counter-button:hover{background:#e5e7eb}.input-counter-button svg{width:20px;height:20px}.input-counter input{border:none;background:0 0;padding:0;margin:0;text-align:center;color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;min-width:35px;width:fit-content;text-align:center;appearance:textfield}.input-counter input::-webkit-inner-spin-button,.input-counter input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-tooltip]{position:relative;display:inline-flex;cursor:pointer}[data-tooltip] .tooltip{position:absolute;color:#fff;font-size:16px;font-weight:400;line-height:24px;padding:10px;background:#333;box-shadow:0 4px 12px 0 rgba(0,0,0,.15);z-index:1000;width:416px}@media screen and (max-width:1023px){[data-tooltip] .tooltip{width:280px}}.narrow-search{padding:0 0 80px 0;background:#fff}@media screen and (max-width:1023px){.narrow-search{padding:40px 0}}@media screen and (min-width:1024px) and (max-width:1320px){.narrow-search{padding:6.0606060606vw 0}}.narrow-search__title{color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px}.narrow-search__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.narrow-search__list{padding:0;display:flex;flex-direction:column;gap:8px}.narrow-search__list li a{color:#000;font-size:24px;font-weight:400;line-height:40px;text-decoration:underline;transition:.15s}.narrow-search__list li a:hover{color:#a5a5a5;text-decoration:none}.navigation{position:fixed;top:0;left:0;right:0;width:100%;background:#000;padding:26px 0;transition:.15s;z-index:1000}.navigation.scroll .navigation-menu-contacts-phone span{display:block}@media screen and (max-width:1023px){.navigation.scroll .navigation-menu-contacts-phone span{display:none}}@media screen and (max-width:1023px){.navigation{padding:14px 0}}.navigation .mobile-btn{background:0 0;border:0;padding:0}.navigation .mobile-btn .close{display:none}.navigation .mobile-btn.active .open{display:none}.navigation .mobile-btn.active .close{display:block}@media screen and (min-width:1024px) and (max-width:1320px){.navigation{padding:1.9696969697vw 0}}.navigation-logo{max-width:152px;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-logo{max-width:11.5151515152vw}}.navigation-logo img{width:132px;height:132px;transition:.15s;border-radius:50%}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-logo img{width:10vw;height:10vw}}@media screen and (max-width:1023px){.navigation-logo img{height:40px;width:140px;min-width:140px;border-radius:0}}@media screen and (max-width:1023px){.navigation-logo{display:flex;align-items:center;gap:12px}}.navigation-logo-text{color:#fff;font-family:"Josefin Sans";font-size:36px;font-style:normal;font-weight:400;line-height:34px;letter-spacing:-.72px;text-transform:uppercase;max-width:297px;margin-top:12px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-logo-text{font-size:2.7272727273vw;line-height:2.5757575758vw;letter-spacing:-.0545454545vw;max-width:22.5vw;margin-top:.9090909091vw}}.navigation-top{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width:1023px){.navigation-top{display:none}}.navigation-content{max-width:calc(100% - 156px);transition:.15s;margin-left:auto}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-content{max-width:calc(100% - 11.8181818182vw)}}.navigation-contacts{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between;gap:32px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-contacts{gap:2.4242424242vw}}.navigation-contacts li a{display:flex;min-width:168px;align-items:center;gap:6px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-wrap:nowrap;text-decoration:none;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-contacts li a{min-width:12.7272727273vw;gap:.4545454545vw;font-size:1.2121212121vw}}.navigation-contacts li a .icon{min-width:20px;width:20px;height:20px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-contacts li a .icon{min-width:1.5151515152vw;width:1.5151515152vw;height:1.5151515152vw}}.navigation-contacts li a:hover{text-decoration:underline}.navigation-menu{display:flex;align-items:center;gap:32px;list-style:none;padding:4px 0;margin:0}.navigation-menu-row{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu{gap:2.4242424242vw;padding:.303030303vw 0}}@media screen and (max-width:1023px){.navigation-menu{flex-direction:column;position:absolute;top:100%;left:-120vw;width:100vw;background:#fff;align-items:flex-start;padding:32px 20px;height:calc(100vh - 120px);overflow-y:auto;z-index:-1000000000000000000;transition:.15s}}@media screen and (max-width:1023px){.navigation-menu.active{opacity:1;left:0;z-index:999}}.navigation-menu .col-lg,.navigation-menu .col-lg-12{padding-left:20px;padding-right:20px}.navigation-menu>li>a{color:rgba(255,255,255,.8);font-size:16px;font-style:normal;font-weight:350;line-height:normal;text-decoration:none;transition:.15s;text-wrap:nowrap;padding:6px 0;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu>li>a{font-size:1.2121212121vw;padding:.4545454545vw 0}}@media screen and (max-width:1023px){.navigation-menu>li>a{color:#000;font-size:24px;line-height:40px}}.navigation-menu>li>a::before{content:"";display:block;height:3px;width:0;transition:.15s;position:absolute;bottom:0;left:0;background:#fff}@media screen and (max-width:1023px){.navigation-menu>li>a::before{background:#000}}.navigation-menu>li>a:after{content:"";display:block;height:calc(100% + 35px);width:100%;position:absolute;top:0;left:0}.navigation-menu>li>a:hover{color:#fff}@media screen and (max-width:1023px){.navigation-menu>li>a:hover{color:#000}}.navigation-menu>li>a:hover:before{width:100%}.navigation-menu>li>.icon{width:32px;height:32px}@media screen and (max-width:1023px){.navigation-menu>li{display:flex;align-items:center;justify-content:space-between;width:100%}}.navigation-menu-submenu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);padding:30px 0;padding-bottom:50px;border-radius:8px;z-index:1001;display:none;width:100vw;z-index:9}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu{padding:2.2727272727vw 0}}@media screen and (max-width:1023px){.navigation-menu-submenu{top:0;height:100vh;max-height:calc(100vh - 60px);box-shadow:0 0}}@media screen and (max-width:1023px){.navigation-menu-submenu.open{display:block}}.navigation-menu-submenu .close-submenu{display:none}@media screen and (max-width:1023px){.navigation-menu-submenu .close-submenu{display:flex;align-items:center;gap:16px;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:-20px;position:relative;z-index:9}}.navigation-menu-submenu .col-lg{display:flex;flex-direction:column}@media screen and (min-width:1024px){.navigation-menu-submenu .col-lg{gap:16px}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu .col-lg{gap:1.2121212121vw}}.navigation-menu-submenu-cat{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:1023px){.navigation-menu-submenu-cat{margin-top:60px}}@media screen and (max-width:1023px){.navigation-menu-submenu-cat.active{margin-bottom:0}.navigation-menu-submenu-cat.active .icon{transform:rotate(-180deg)}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-cat{margin-bottom:1.2121212121vw}}.navigation-menu-submenu-cat a{color:#000;font-size:24px;font-style:normal;font-weight:350;line-height:1;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-cat a{font-size:1.8181818182vw}}.navigation-menu-submenu-cat a:hover{text-decoration:underline}.navigation-menu-submenu-cat svg{width:32px;height:32px;transition:.15s;display:none}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-cat svg{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:768px){.navigation-menu-submenu-cat svg{display:block}}.navigation-menu-submenu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1023px){.navigation-menu-submenu-list{display:none;padding:24px 16px 0}}@media screen and (max-width:1023px){.navigation-menu-submenu-list.active{display:flex}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-list{gap:1.2121212121vw}}.navigation-menu-submenu-list li a{color:#000;font-size:14px;font-style:normal;font-weight:350;text-decoration:none;line-height:18px}@media screen and (max-width:1023px){.navigation-menu-submenu-list li a{font-size:18px}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-list li a{font-size:1.0606060606vw;line-height:1.3636363636vw}}.navigation-menu-submenu-list li a:hover{text-decoration:underline}@media screen and (min-width:768px){.navigation-menu-submenu-list.all-brands{margin-top:60px}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-list.all-brands{margin-top:4.5454545455vw}}.navigation-menu-submenu-list.all-brands a{display:flex;align-items:center;gap:6px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-list.all-brands a{gap:.4545454545vw}}.navigation-menu-submenu-list.all-brands a svg{width:20px;height:20px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-list.all-brands a svg{width:1.5151515152vw;height:1.5151515152vw}}.navigation-menu-submenu-card{position:relative}@media screen and (max-width:1023px){.navigation-menu-submenu-card{margin-top:32px}.navigation-menu-submenu-card.first-child{margin-top:52px}}.navigation-menu-submenu-card::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(340deg,rgba(0,0,0,0) 36.85%,rgba(0,0,0,.35) 67.23%);z-index:1}.navigation-menu-submenu-card-text{position:absolute;top:24px;left:24px;right:24px;z-index:2}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-card-text{top:1.8181818182vw;left:1.8181818182vw}}.navigation-menu-submenu-card-text .title{color:#fff;font-size:24px;font-style:normal;font-weight:300;line-height:28px;margin-bottom:16px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-card-text .title{font-size:1.8181818182vw;line-height:2.1212121212vw;margin-bottom:1.2121212121vw}}.navigation-menu-submenu-card-text p{color:#fff;font-size:14px;font-style:normal;font-weight:350;line-height:16px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-submenu-card-text p{font-size:1.0606060606vw;line-height:1.2121212121vw}}.navigation-menu-submenu-all-products{display:flex;align-items:center;gap:6px;color:#000;font-size:14px;font-style:normal;font-weight:350;text-decoration:none;transition:.15s;text-wrap:nowrap;position:absolute;bottom:0;right:18%}.navigation-menu-submenu-all-products svg{width:20px;height:20px}@media screen and (max-width:1023px){.navigation-menu-submenu-all-products{position:static;margin-top:32px;justify-content:center}}.navigation-menu-contacts{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:20px}.navigation-menu-contacts a:before{display:none!important}.navigation-menu-contacts-phone{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;gap:10px;opacity:1}.navigation-menu-contacts-phone span{display:none}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-contacts{gap:1.5151515152vw}}.navigation-menu-contacts .icon{width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-contacts .icon{width:2.4242424242vw;height:2.4242424242vw}}.navigation-menu-contacts a{color:rgba(255,255,255,.8);font-size:16px;font-style:normal;font-weight:350;line-height:normal;text-decoration:none;transition:.15s;text-wrap:nowrap;padding:6px 0;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.navigation-menu-contacts a{font-size:1.2121212121vw;padding:.4545454545vw 0}}.navigation-menu-contacts a::before{content:"";display:block;height:3px;width:0;transition:.15s;position:absolute;bottom:0;left:0;background:#fff}.navigation-menu-contacts a:hover{color:#fff}.navigation-menu-contacts a:hover:before{width:100%}@media screen and (min-width:1024px){.navigation.scroll{padding:24px 0}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation.scroll{padding:1.8181818182vw 0}}.navigation.scroll .navigation-top{display:none}.navigation.scroll .navigation-logo{max-width:76px}@media screen and (min-width:1024px) and (max-width:1320px){.navigation.scroll .navigation-logo{max-width:5.7575757576vw}}@media screen and (max-width:1023px){.navigation.scroll .navigation-logo{max-width:fit-content}}.navigation.scroll .navigation-logo img{max-width:140px}@media screen and (min-width:1024px){.navigation.scroll .navigation-logo img{width:52px;height:54px}}@media screen and (min-width:1024px) and (max-width:1320px){.navigation.scroll .navigation-logo img{width:3.9393939394vw;height:4.0909090909vw}}.navigation.scroll .navigation-content{max-width:calc(100% - 100px)}@media screen and (min-width:1024px) and (max-width:1320px){.navigation.scroll .navigation-content{max-width:calc(100% - 7.5757575758vw)}}.banner-info{background:rgba(180,88,255,.64);backdrop-filter:blur(12px);color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:350;line-height:1.4;text-align:center;padding-top:12px;padding-bottom:12px;padding-left:52px;padding-right:52px;position:fixed;top:0;left:0;right:0;z-index:1001;transition:.15s;min-height:56px;max-height:60px;display:flex;align-items:center;justify-content:center;opacity:0}@media screen and (max-width:1023px){.banner-info{font-size:16px;text-align:left;padding:8px 20px;justify-content:flex-start}.banner-info span{display:inline-block;max-width:308px}}@media screen and (min-width:1024px) and (max-width:1320px){.banner-info{font-size:1.3636363636vw;padding-top:.9090909091vw;padding-bottom:.9090909091vw;padding-left:3.9393939394vw;padding-right:3.9393939394vw;min-height:4.2424242424vw}}.banner-info .icon{width:32px;height:32px;position:absolute;top:12px;right:20px;cursor:pointer}@media screen and (min-width:1024px) and (max-width:1320px){.banner-info .icon{width:2.4242424242vw;height:2.4242424242vw;top:.9090909091vw;right:1.5151515152vw}}@media screen and (max-width:1023px){.banner-info .icon{width:20px;height:20px}}.banner-info .icon:hover{opacity:.8}.header{padding-top:184px;background:linear-gradient(#000 0,#000 67.41%,#f3f4f6 67.7%,#f3f4f6 100%);padding-bottom:36px;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.header{padding-top:13.9393939394vw}}@media screen and (max-width:1023px){.header{padding-top:60px}}.header .btn-primary:hover{background:#070707;color:#fff}.header .btn-primary:active,.header .btn-primary:focus{outline:0;background:#474747;color:#fff}.slider-item{position:relative;display:flex;flex-direction:column}.slider-item::before{content:"";display:block;background:linear-gradient(307deg,rgba(0,0,0,0) 8.79%,rgba(0,0,0,.45) 65.07%);position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.slider-item__image{width:100%;height:calc(100vh - 220px);object-fit:cover;object-position:center;position:relative;z-index:0;max-height:700px}@media screen and (min-width:1024px) and (max-width:1320px){.slider-item__image{height:calc(100vh - 16.6666666667vw)}}@media screen and (max-width:1023px){.slider-item__image{height:calc(100vh - 96px)}}.slider-content{padding:58px 30px;position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;width:100%}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content{padding:4.3939393939vw 30px}}@media screen and (max-width:1023px){.slider-content{padding-top:24px}}.slider-content>.row{height:100%}.slider-content>.row>.col-lg-7{height:100%}.slider-content__text{display:flex;flex-direction:column;height:calc(100% - 155px)}.slider-content__text .btn{margin-top:auto}@media screen and (max-width:767px){.slider-content__text .btn{max-width:100%;width:100%;margin-bottom:40px}}.slider-content__tag{color:#fff;font-size:24px;font-style:normal;font-weight:350;line-height:22.941px;padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(180,88,255,.64);backdrop-filter:blur(12px);width:fit-content;margin-bottom:32px;position:relative;min-height:54px}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__tag{font-size:1.8181818182vw;line-height:1.7379545455vw;padding:.7575757576vw 1.5151515152vw;gap:.7575757576vw;margin-bottom:2.4242424242vw;min-height:4.0909090909vw}}@media screen and (max-width:767px){.slider-content__tag{padding:8px 20px;font-size:16px;line-height:1;min-height:39px}}.slider-content__tag span{position:relative}.slider-content__tag span:before{content:"";display:block;position:absolute;top:50%;left:0;background:#b4b4b4;width:1px;height:34px;transform:translateY(-50%)}@media screen and (max-width:1023px){.slider-content__tag span:before{height:100%}}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__tag span:before{height:2.5757575758vw}}.slider-content__title{color:#fff;font-size:70px;font-style:normal;font-weight:300;line-height:72px;margin-bottom:12px}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__title{font-size:5.303030303vw;line-height:5.4545454545vw;margin-bottom:.9090909091vw}}@media screen and (max-width:767px){.slider-content__title{font-size:38px;line-height:42px}}.slider-content__description{color:#fff;font-size:24px;font-style:normal;font-weight:350;line-height:normal;margin-bottom:32px}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__description{font-size:1.8181818182vw;margin-bottom:2.4242424242vw}}@media screen and (max-width:767px){.slider-content__description{font-size:16px}}.slider-content__footer{margin-top:auto;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:24px;font-style:normal;font-weight:350;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__footer{font-size:1.8181818182vw}}.slider-content__logo{display:flex;width:400px;height:210px;justify-content:center;align-items:center;flex-shrink:0;padding:60px;margin-left:auto;background:rgba(0,0,0,.15);backdrop-filter:blur(4px)}@media screen and (min-width:1024px) and (max-width:1320px){.slider-content__logo{width:30.303030303vw;height:15.9090909091vw;padding:4.5454545455vw}}@media screen and (max-width:1023px){.slider-content__logo{width:226px;height:118px;padding:33px 33.44px 32.69px 34px;margin-left:0;margin-bottom:24px}}.slider-content__logo img{width:100%;height:100%;object-fit:contain;object-position:center}.slider .slick-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:15%;z-index:3;display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;padding:0;margin:0}@media screen and (max-width:1023px){.slider .slick-dots{display:none}}.slider .slick-dots li{width:6px;height:6px;background:#d9d9d9}.slider .slick-dots li button{display:none}.slider .slick-dots li.slick-active{background:#fff;width:12px;height:12px}.slider-controls{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:100%;right:0;z-index:5;transform:translateY(-50%)}.slider-controls .slick-arrow{display:flex;width:72px;height:72px;padding:20px;align-items:center;cursor:pointer;background:#fff;transition:all .15s ease-in-out}.slider-controls .slick-arrow svg{width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.slider-controls .slick-arrow{width:5.4545454545vw;height:5.4545454545vw;padding:1.5151515152vw}}.slider-controls .slick-arrow:hover{background:#000;color:#fff}.slider-controls__prev{border-right:1px solid var(--Palette-gray-200,#e5e7eb)}.slider-controls__next{border-left:1px solid var(--Palette-gray-200,#e5e7eb)}.brands{padding:100px 0 100px;background:#f3f4f6}@media screen and (min-width:1024px) and (max-width:1320px){.brands{padding:7.5757575758vw 0 7.5757575758vw}}@media screen and (max-width:1023px){.brands{padding:80px 0 40px}}.brands-items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}@media screen and (min-width:1024px) and (max-width:1320px){.brands-items{gap:1.5151515152vw}}@media screen and (max-width:1023px){.brands-items{gap:12px;margin-bottom:20px}}.brands-item{display:flex;min-width:169px;flex:1;height:148px;justify-content:center;align-items:center;flex-shrink:0;background:#fff;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.brands-item{min-width:12.803030303vw;height:11.2121212121vw}}@media screen and (max-width:767px){.brands-item{min-width:calc(50% - 12px);height:72px}}.brands-item:hover{transform:translateY(-6px)}.brands-item img{max-width:100%;height:auto;object-fit:contain}@media screen and (max-width:767px){.brands-item img{max-height:45px}}.brands-card{background:#fff;min-height:427px;padding:30px 32px 30px 40px;display:flex;flex-direction:column;text-decoration:none;transition:.15s}.brands-card:hover{transform:translateY(-6px)}@media screen and (min-width:1024px) and (max-width:1320px){.brands-card{min-height:32.3484848485vw;padding:2.2727272727vw 2.4242424242vw 2.2727272727vw 3.0303030303vw}}@media screen and (max-width:767px){.brands-card{min-height:auto;padding:8px 16px}}.brands-card h2{color:#374151;font-size:100px;font-style:normal;font-weight:300;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.brands-card h2{font-size:7.5757575758vw}}@media screen and (max-width:767px){.brands-card h2{font-size:58px}}.brands-card h2 span{display:block;color:#000;font-size:24px;font-weight:350;line-height:22.941px}@media screen and (min-width:1024px) and (max-width:1320px){.brands-card h2 span{font-size:1.8181818182vw;line-height:1.7379545455vw}}@media screen and (max-width:767px){.brands-card h2 span{font-size:16px;line-height:normal;margin-bottom:16px;color:#6b7280}}.brands-card-link{margin-top:auto;margin-left:auto;color:#000;font-size:32px;font-style:normal;font-weight:350;line-height:normal;display:flex;align-items:center;gap:12px;text-decoration:none;transition:all .15s ease-in-out;border:0;background:0 0}@media screen and (min-width:1024px) and (max-width:1320px){.brands-card-link{font-size:2.4242424242vw;gap:.9090909091vw}}@media screen and (max-width:767px){.brands-card-link{font-size:18px;line-height:32px}}.brands-card-link svg{transition:all .15s ease-in-out;width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.brands-card-link svg{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:767px){.brands-card-link svg{width:24px;height:24px}}.scroll-header{color:#000;position:relative;z-index:5;margin:0}.scroll-header{position:relative;z-index:1}@media screen and (max-width:1023px){.visit-our-showroom{padding:70px 0 50px}}.visit-our-showroom__title{font-size:118px;font-style:normal;font-weight:300;line-height:111px;max-width:671px;padding-left:32px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__title{font-size:8.9393939394vw;line-height:8.4090909091vw;max-width:50.8333333333vw;padding-left:2.4242424242vw}}@media screen and (max-width:767px){.visit-our-showroom__title{font-size:54px;line-height:1;padding-left:20px}}.visit-our-showroom__image{max-width:1097px;min-height:563px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__image{max-width:83.1060606061vw;min-height:42.6515151515vw}}@media screen and (max-width:767px){.visit-our-showroom__image{min-height:262px;width:calc(100% + 40px);margin-left:-20px}}.visit-our-showroom__text{color:#fff;font-size:60.603px;font-style:normal;font-weight:300;line-height:68.867px;display:flex;flex-direction:column;gap:20px;padding:60px;transform:translateY(-100%)}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__text{font-size:4.5911363636vw;line-height:5.2171969697vw;gap:1.5151515152vw;padding:4.5454545455vw}}@media screen and (max-width:767px){.visit-our-showroom__text{display:none}}.visit-our-showroom__cards{transform:translateY(-100%);max-width:790px;margin-left:auto;margin-top:-110px;margin-bottom:-200px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__cards{max-width:59.8484848485vw;margin-top:-8.3333333333vw;margin-bottom:-15.1515151515vw}}@media screen and (max-width:767px){.visit-our-showroom__cards{margin:0;transform:translateY(0)}}@media screen and (min-width:768px) and (max-width:1023px){.visit-our-showroom__cards{margin:0 0 -200px}}.visit-our-showroom__card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;background:#f8f8f8;height:100%}@media screen and (max-width:767px){.visit-our-showroom__card{max-width:257px;margin-bottom:14px;margin-left:auto}.visit-our-showroom__card.first-child{margin-top:-65px}}.visit-our-showroom__card-text{padding:40px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__card-text{padding:3.0303030303vw}}@media screen and (max-width:767px){.visit-our-showroom__card-text{padding:20px}}.visit-our-showroom__card-text h4{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:normal;max-width:249px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__card-text h4{font-size:2.4242424242vw;width:18.8636363636vw}}@media screen and (max-width:767px){.visit-our-showroom__card-text h4{font-size:24px}}.visit-our-showroom__card-text ul{list-style:none;padding:0;margin:0;width:100%}.visit-our-showroom__card-text ul li{color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:22px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:0 24px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__card-text ul li{font-size:1.2121212121vw;line-height:1.6666666667vw;gap:0 1.8181818182vw}}.visit-our-showroom__card-text ul li span{min-width:115px}@media screen and (min-width:1024px) and (max-width:1320px){.visit-our-showroom__card-text ul li span{min-width:8.7121212121vw}}.visit-our-showroom__card .btn{margin-top:auto;max-width:100%;width:100%}@media screen and (max-width:767px){.visit-our-showroom__card .btn{font-size:18px;padding-left:20px;padding-right:20px}.visit-our-showroom__card .btn svg{width:24px;height:24px}}.stock-items{padding:90px 0}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items{padding:6.8181818182vw 0}}@media screen and (max-width:1023px){.stock-items{padding:50px 0}}.stock-items__title{text-align:center;color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:80px;margin-bottom:24px}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__title{font-size:4.8484848485vw;line-height:6.0606060606vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:767px){.stock-items__title{font-size:44px;line-height:46px;margin-bottom:20px}}.stock-items__card{margin-bottom:20px;display:flex;flex-direction:column;height:calc(100% - 20px);text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__card{margin-bottom:1.5151515152vw}}.stock-items__card:hover img{transform:scale(1.05)}.stock-items__image{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;background:#f8f8f8;min-height:310px;line-height:0;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__image{min-height:23.4848484848vw}}@media screen and (max-width:767px){.stock-items__image{min-height:160px}}.stock-items__image img{max-width:315px;max-height:315px;height:100%;width:100%;object-fit:contain;transition:.15s;position:relative;z-index:0;mix-blend-mode:multiply}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__image img{max-width:23.8636363636vw;max-height:23.8636363636vw}}.stock-items__tag{background:rgba(236,225,255,.5);backdrop-filter:blur(12px);display:inline-flex;padding:12px 16px;align-items:center;gap:12px;color:#190647;font-size:20px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width:767px){.stock-items__tag{font-size:12px;padding:6px}}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__tag{padding:.9090909091vw 1.2121212121vw;font-size:1.5151515152vw;gap:.9090909091vw}}.stock-items__tag svg{width:32px;height:32px;aspect-ratio:1/1}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__tag svg{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:767px){.stock-items__tag svg{width:18px;height:18px}}.stock-items__tag.on-display{position:absolute;top:0;left:0;z-index:3}.stock-items__tag.quick-shipping{color:#014c23;background:rgba(222,255,248,.5);position:absolute;bottom:0;z-index:3;right:0}.stock-items__footer{margin-top:10px;display:flex;flex-direction:column}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__footer{margin-top:.7575757576vw}}.stock-items__brand{color:#6b7280;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__brand{font-size:1.2121212121vw}}.stock-items__name{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:767px){.stock-items__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__name{font-size:1.8181818182vw;line-height:3.0303030303vw;margin-bottom:.9090909091vw}}.stock-items__price{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__price{font-size:1.2121212121vw}}.stock-items__btn{margin-top:32px;text-align:center}@media screen and (min-width:1024px) and (max-width:1320px){.stock-items__btn{margin-top:2.4242424242vw}}.room-furniture{padding:90px 0}@media screen and (max-width:1023px){.room-furniture{padding:10px 0 50px}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture{padding:6.8181818182vw 0}}.room-furniture__title{font-size:118px;font-style:normal;font-weight:300;line-height:111px;max-width:791px;margin:0;padding-left:50px}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__title{font-size:8.9393939394vw;line-height:8.4090909091vw;max-width:59.9242424242vw;padding-left:3.7878787879vw}}@media screen and (max-width:767px){.room-furniture__title{font-size:54px;line-height:1;padding-left:0}}.room-furniture__row{position:relative}.room-furniture__image{margin:auto;overflow:hidden}.room-furniture__image-bg{padding:40px 50px;max-width:960px;width:100%;min-height:700px;position:absolute;top:0;left:0;display:flex;flex-direction:column}@media screen and (max-width:1023px){.room-furniture__image-bg{position:static;padding:0;min-height:244px;width:calc(100% + 40px);margin-left:-20px}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__image-bg{padding:3.0303030303vw 3.7878787879vw;max-width:72.7272727273vw;min-height:53.0303030303vw}}@media screen and (min-width:1920px){.room-furniture__image-bg{max-height:900px}}.room-furniture__image-bg .btn{margin-top:auto;position:relative;z-index:4}@media screen and (max-width:1023px){.room-furniture__image-bg .btn{display:none}}.room-furniture__image img{max-height:288px;max-width:100%;height:100%;object-fit:contain;transition:.15s;mix-blend-mode:multiply}@media screen and (max-width:1023px){.room-furniture__image img{max-height:179px}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__image img{max-height:21.8181818182vw}}.room-furniture__card{margin-bottom:20px;background:#f8f8f8;display:flex;flex-direction:column;height:100%;padding:0 0 20px;text-decoration:none}@media screen and (max-width:1023px){.room-furniture__card{margin:0 10px;padding:0;max-width:258px}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__card{margin-bottom:1.5151515152vw;padding:0 0 1.5151515152vw}}.room-furniture__card--small{max-width:336px;background:#fff;margin-left:auto;padding-left:20px}@media screen and (max-width:1023px){.room-furniture__card--small{margin:0;padding:0;max-width:100%}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__card--small{max-width:25.4545454545vw;padding-left:1.5151515152vw}}.room-furniture__card--small .room-furniture__card{margin-bottom:0}.room-furniture__card--large{max-width:659px;padding-left:20px;background:#fff;margin-left:auto;padding-top:20px;padding-bottom:20px}@media screen and (max-width:1023px){.room-furniture__card--large{padding:0;margin:0}}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__card--large{max-width:49.9242424242vw;padding-top:1.5151515152vw;padding-left:1.5151515152vw;padding-bottom:1.5151515152vw}}.room-furniture__card--large .room-furniture__card{margin-bottom:0;background:#e9eff6}.room-furniture__card:hover img{transform:scale(1.05)}.room-furniture__info{color:#000;text-align:center;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin-top:auto}@media screen and (min-width:1024px) and (max-width:1320px){.room-furniture__info{font-size:1.8181818182vw}}@media screen and (max-width:1023px){.room-furniture__info{padding:0 17px 20px}}.room-furniture__slider{position:relative;z-index:1}@media screen and (max-width:1023px){.room-furniture__slider{margin-top:32px;margin-bottom:32px}}.room-furniture__slider .slick-track{display:flex}.room-furniture__slider .slick-slide{width:auto;height:auto}.room-furniture__slider .slick-slide .room-furniture__card--large,.room-furniture__slider .slick-slide .room-furniture__card--small{height:100%}.dinning-room{padding:90px 0}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room{padding:6.8181818182vw 0}}@media screen and (max-width:1023px){.dinning-room{padding:50px 0}}.dinning-room__title{font-size:118px;font-style:normal;font-weight:300;line-height:111px;max-width:791px;padding-left:50px;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room__title{font-size:8.9393939394vw;line-height:8.4090909091vw;max-width:59.9242424242vw;padding-left:3.7878787879vw}}@media screen and (max-width:1023px){.dinning-room__title{font-size:54px;line-height:1;padding-left:0}}.dinning-room__tabs{list-style:none;padding:0;margin:40px 0 44px;display:flex;flex-direction:column;gap:36px}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room__tabs{margin:3.0303030303vw 0 3.3333333333vw;gap:2.7272727273vw}}@media screen and (max-width:1023px){.dinning-room__tabs{flex-direction:row;overflow-x:auto;gap:32px;margin:0;padding-bottom:13px}}.dinning-room__tabs li a{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:normal;opacity:.4;transition:.15s;padding-bottom:6px;border-bottom:1px solid transparent;text-decoration:none;display:inline-flex;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room__tabs li a{font-size:3.0303030303vw;padding-bottom:.4545454545vw}}@media screen and (max-width:1023px){.dinning-room__tabs li a{font-size:24px;line-height:32px;text-wrap:nowrap;padding-right:32px}}.dinning-room__tabs li a:hover{border-color:#000}.dinning-room__tabs li a sup{transition:.15s;opacity:0;width:0;top:7px;height:auto;font-size:20px;line-height:0}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room__tabs li a sup{font-size:1.5151515152vw}}@media screen and (max-width:1023px){.dinning-room__tabs li a sup{font-size:16px;right:0}}.dinning-room__tabs li a.active{opacity:1;border-color:#000}.dinning-room__tabs li a.active sup{opacity:1;width:auto}.dinning-room__item{display:none}.dinning-room__item.active{display:block}.dinning-room__slider-item img{width:100%;max-height:632px;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1320px){.dinning-room__slider-item img{max-height:47.8787878788vw}}@media screen and (max-width:767px){.dinning-room__slider-item img{max-height:263px}}@media screen and (max-width:1023px){.dinning-room__content{width:calc(100% + 40px);margin-left:-20px;margin-bottom:28px}}.visualisation{padding-bottom:50px}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation{padding-bottom:3.7878787879vw}}.visualisation__bg{background:#000;width:100%;height:380px;position:absolute;bottom:0;left:0;z-index:0;pointer-events:none}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation__bg{height:28.7878787879vw}}@media screen and (max-width:1023px){.visualisation__bg{bottom:inherit;top:115px;height:calc(100% - 115px)}}.visualisation .container-xxl{position:relative;padding:50px 0 86px}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation .container-xxl{padding:3.7878787879vw 0 6.5151515152vw}}@media screen and (max-width:1023px){.visualisation .container-xxl{padding:50px 20px 40px}}.visualisation__image{min-height:465px;position:relative;margin-left:50px}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation__image{min-height:35.2272727273vw;margin-left:3.7878787879vw}}@media screen and (max-width:1023px){.visualisation__image{margin:0;min-height:270px;margin-bottom:24px}}.visualisation .btn{position:relative;z-index:2}.visualisation__text{position:relative;z-index:2;max-width:570px;margin-left:auto}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation__text{max-width:43.1818181818vw}}.visualisation__text p{color:#fff;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:50px;max-width:513px}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation__text p{font-size:1.3636363636vw;margin-bottom:3.7878787879vw;max-width:38.8636363636vw}}@media screen and (max-width:1023px){.visualisation__text p{font-size:16px;margin-bottom:45px}}.visualisation__title{font-size:80px;font-style:normal;font-weight:300;line-height:100px;color:#000;background:linear-gradient(180deg,#000 0,#000 60.74%,#fff 60.74%,#fff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}@media screen and (min-width:1024px) and (max-width:1320px){.visualisation__title{font-size:6.0606060606vw;line-height:7.5757575758vw;margin-bottom:1.5151515152vw}}@media screen and (max-width:1023px){.visualisation__title{font-size:48px;line-height:54px;margin-bottom:12px}}.walk-in-closets{padding:90px 0}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets{padding:6.8181818182vw 0}}@media screen and (max-width:1023px){.walk-in-closets{padding:0 0 50px}}.walk-in-closets__title{font-size:118px;font-style:normal;font-weight:300;line-height:111px;max-width:592px;padding-left:50px;margin-bottom:0}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__title{font-size:8.9393939394vw;line-height:8.4090909091vw;max-width:44.8484848485vw;padding-left:3.7878787879vw}}@media screen and (max-width:1023px){.walk-in-closets__title{font-size:54px;line-height:1;padding-left:0}}.walk-in-closets__items{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__items{gap:1.5151515152vw}}@media screen and (max-width:1023px){.walk-in-closets__items{flex-direction:row;margin-top:20px}}.walk-in-closets__content{display:flex;flex-direction:column;gap:40px;margin-top:44px}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__content{gap:3.0303030303vw;margin-top:3.3333333333vw}}@media screen and (max-width:1023px){.walk-in-closets__content{margin-top:32px}}.walk-in-closets__content h3{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:normal;max-width:745px}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__content h3{font-size:4.8484848485vw;max-width:56.4393939394vw}}@media screen and (max-width:1023px){.walk-in-closets__content h3{font-size:24px;line-height:32px}}.walk-in-closets__btn-group{display:flex;align-items:center;gap:20px}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__btn-group{gap:1.5151515152vw}}@media screen and (max-width:1023px){.walk-in-closets__btn-group{flex-direction:column}}.walk-in-closets__item--large img{max-height:859px;object-fit:cover;width:100%}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets__item--large img{max-height:65.0757575758vw}}.kitchens{padding:90px 0}@media screen and (min-width:1024px) and (max-width:1320px){.kitchens{padding:6.8181818182vw 0}}@media screen and (max-width:1023px){.kitchens{padding:0 0 50px}}.kitchens__title{max-width:992px;padding-left:50px;font-size:118px;font-style:normal;font-weight:300;line-height:111px;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.kitchens__title{max-width:75.1515151515vw;padding-left:3.7878787879vw;font-size:8.9393939394vw;line-height:8.4090909091vw}}@media screen and (max-width:1023px){.kitchens__title{font-size:54px;line-height:1;padding-left:0}}@media screen and (max-width:767px){.kitchens__slider{width:calc(100% + 40px);margin-left:-20px}}.kitchens__slider-item img{max-height:686px;object-fit:cover;width:100%}@media screen and (min-width:1024px) and (max-width:1320px){.kitchens__slider-item img{max-height:51.9696969697vw}}@media screen and (max-width:767px){.kitchens__slider-item img{max-height:263px}}@media screen and (max-width:1023px){.kitchens .btn{max-width:100%;width:100%;margin-top:28px}}.reviews{padding:50px 0 100px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews{padding:3.7878787879vw 0 7.5757575758vw}}@media screen and (max-width:1023px){.reviews{padding-bottom:80px}}.reviews__title{color:#000;text-align:center;font-size:64px;font-style:normal;font-weight:300;line-height:80px;margin-bottom:24px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__title{font-size:4.8484848485vw;line-height:6.0606060606vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.reviews__title{font-size:36px;line-height:46px;margin-bottom:12px}}.reviews__rate{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.reviews__rate{align-items:flex-start;justify-content:space-between}}.reviews__rate-row{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.reviews__rate-row{flex-direction:column;align-items:flex-start}}.reviews__rate-number{color:#2f2f2f;font-family:"Nunito Sans";font-size:64px;font-style:normal;font-weight:300;line-height:normal;margin-right:20px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-number{font-size:4.8484848485vw;margin-right:1.5151515152vw}}@media screen and (max-width:1023px){.reviews__rate-number{font-size:24px;margin:0}.reviews__rate-number span{font-size:18px}}.reviews__rate-stars{display:flex;align-items:center;justify-content:center;gap:6px;margin-right:32px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-stars{gap:.4545454545vw;margin-right:2.4242424242vw}}@media screen and (max-width:1023px){.reviews__rate-stars{margin-right:0;margin-top:3px}}.reviews__rate-stars img{width:40px;height:40px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-stars img{width:3.0303030303vw;height:3.0303030303vw}}@media screen and (max-width:1023px){.reviews__rate-stars img{width:24px;height:24px}}.reviews__rate-info p{color:#2f2f2f;font-family:"Nunito Sans";font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-info p{font-size:1.3636363636vw}}.reviews__rate-info p span{font-size:24px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-info p span{font-size:1.8181818182vw}}.reviews__rate-info .icon{width:128px;height:49.618px;display:block}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__rate-info .icon{width:9.696969697vw;height:3.7589393939vw}}@media screen and (max-width:1023px){.reviews__rate-info .icon{display:inline;width:83px;height:32px}}.reviews__slider{position:relative;max-width:1440px;margin-left:auto;margin-right:auto;margin-top:32px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__slider{max-width:109.0909090909vw;margin-top:2.4242424242vw}}.reviews__slider::before{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#f7f7f7 25%,#f7f7f7 75%,rgba(255,255,255,0) 100%);content:"";width:15%;height:calc(100% - 15px);position:absolute;left:-6%;top:50%;transform:translateY(-50%);z-index:2}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__slider::before{height:calc(100% - 1.1363636364vw)}}@media screen and (max-width:1023px){.reviews__slider::before{display:none}}.reviews__slider::after{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#f7f7f7 25%,#f7f7f7 75%,rgba(255,255,255,0) 100%);content:"";width:15%;height:calc(100% - 15px);position:absolute;right:-6%;top:50%;transform:translateY(-50%);z-index:2}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__slider::after{height:calc(100% - 1.1363636364vw)}}@media screen and (max-width:1023px){.reviews__slider::after{display:none}}.reviews__slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:52px;height:52px;cursor:pointer;transition:.15s}@media screen and (max-width:1023px){.reviews__slider .slick-arrow{display:none}}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__slider .slick-arrow{width:3.9393939394vw;height:3.9393939394vw}}.reviews__slider .slick-arrow:hover{opacity:.6}.reviews__slider-prev{left:0}.reviews__slider-next{right:0}.reviews .slick-slide{opacity:.7}@media screen and (max-width:1023px){.reviews .slick-slide{opacity:1}}.reviews .slick-slide.slick-center{opacity:1}.reviews__item{display:flex;width:596px;padding:50px 40px;flex-direction:column;align-items:flex-start;gap:36px;background:#f7f7f7;margin:7.5px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__item{width:45.1515151515vw;padding:3.7878787879vw 3.0303030303vw;gap:2.7272727273vw;margin:.5681818182vw}}@media screen and (max-width:1023px){.reviews__item{width:257px;padding:20px}}.reviews__item p{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:32px;margin-bottom:36px}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__item p{font-size:1.8181818182vw;line-height:2.4242424242vw;margin-bottom:2.7272727273vw}}@media screen and (max-width:1023px){.reviews__item p{font-size:18px;line-height:normal;margin-bottom:16px}}.reviews__author{color:#737373;font-size:32px;font-style:normal;font-weight:300;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.reviews__author{font-size:2.4242424242vw}}@media screen and (max-width:1023px){.reviews__author{font-size:22px}}.got-questions{padding:80px 0;background:#000}@media screen and (min-width:1024px) and (max-width:1320px){.got-questions{padding:6.0606060606vw 0}}@media screen and (max-width:1023px){.got-questions{padding:60px 0}}.got-questions__title{color:#fff;font-size:64px;font-style:normal;font-weight:300;line-height:80px;margin-bottom:24px}@media screen and (min-width:1024px) and (max-width:1320px){.got-questions__title{font-size:4.8484848485vw;line-height:6.0606060606vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.got-questions__title{font-size:44px;line-height:46px;margin-bottom:16px}}.got-questions__subtitle{color:#fff;font-size:24px;font-style:normal;font-weight:300;line-height:32px;margin-bottom:0;max-width:490px}@media screen and (min-width:1024px) and (max-width:1320px){.got-questions__subtitle{font-size:1.8181818182vw;line-height:2.4242424242vw;max-width:37.1212121212vw}}@media screen and (max-width:1023px){.got-questions__subtitle{font-size:16px;line-height:24px;margin-bottom:50px}}.got-questions__form{max-width:427px;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1024px) and (max-width:1320px){.got-questions__form{max-width:32.3484848485vw;gap:1.5151515152vw}}.got-questions__form button{margin-top:16px;border:0}@media screen and (min-width:1024px) and (max-width:1320px){.got-questions__form button{margin-top:1.2121212121vw}}.subscribe{padding:60px 0;background:#f8f8f8;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.subscribe{padding:4.5454545455vw 0}}@media screen and (max-width:1023px){.subscribe{padding:40px 0}}.subscribe__title{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:46px;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.subscribe__title{font-size:2.4242424242vw;line-height:3.4848484848vw}}@media screen and (max-width:1023px){.subscribe__title{margin-bottom:20px}}.subscribe__form{display:flex;align-items:flex-end;gap:24px}@media screen and (min-width:1024px) and (max-width:1320px){.subscribe__form{gap:1.8181818182vw}}@media screen and (max-width:1023px){.subscribe__form{flex-direction:column;align-items:flex-start}}.subscribe__form .input-text{color:#000;border-color:#000}.subscribe__form .input-text::placeholder{color:#000;opacity:.3}.subscribe__form .btn{padding:20px;font-size:24px;font-style:normal;font-weight:300;line-height:1.2;padding-left:20px;padding-right:20px}@media screen and (min-width:1024px) and (max-width:1320px){.subscribe__form .btn{padding:1.5151515152vw;font-size:1.8181818182vw}}.footer{background:#000;padding:68px 0 44px}@media screen and (min-width:1024px) and (max-width:1320px){.footer{padding:5.1515151515vw 0 3.3333333333vw}}@media screen and (max-width:1023px){.footer{padding:40px 0 20px}}.footer__logo{display:inline-flex}.footer__logo img{max-width:190px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__logo img{max-width:14.3939393939vw}}@media screen and (max-width:1023px){.footer__logo{margin-bottom:40px}}.footer__phone{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px;display:block;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.footer__phone{font-size:1.2121212121vw;margin-bottom:.3787878788vw}}.footer__phone:hover{text-decoration:underline}.footer__email{color:#fff;font-size:16px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:24px;display:block;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.footer__email{font-size:1.2121212121vw;margin-bottom:1.8181818182vw}}.footer__email:hover{text-decoration:underline}@media screen and (max-width:1023px){.footer__email{margin-bottom:40px}}.footer__social{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:32px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__social{gap:2.4242424242vw}}.footer__social li a{color:#fff;transition:.15s}.footer__social li a svg{width:24px;height:24px;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.footer__social li a svg{width:1.8181818182vw;height:1.8181818182vw}}.footer__social li a:hover{opacity:.8}.footer__address{color:#fff;font-size:16px;font-style:normal;font-weight:300;line-height:normal;display:block;text-decoration:none;max-width:166px;margin-left:auto;margin-right:auto}@media screen and (min-width:1024px) and (max-width:1320px){.footer__address{font-size:1.2121212121vw;max-width:12.5757575758vw}}.footer__address:hover{text-decoration:underline}@media screen and (max-width:1023px){.footer__address{margin-left:0;margin-right:0;margin-top:40px}}.footer__col{margin-top:60px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__col{margin-top:4.5454545455vw}}.footer__col .ms-lg-auto{max-width:235px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__col .ms-lg-auto{max-width:17.803030303vw}}@media screen and (max-width:1023px){.footer__col{margin-top:40px}}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;max-width:235px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__list{gap:.303030303vw;max-width:17.803030303vw}}.footer__list li{color:#9ca3af;font-size:16px;font-style:normal;font-weight:300;line-height:26px;transition:.15s;text-decoration:none;display:flex;align-items:center}@media screen and (min-width:1024px) and (max-width:1320px){.footer__list li{font-size:1.2121212121vw;line-height:1.9696969697vw}}.footer__list li span{min-width:113px;margin-left:auto}@media screen and (min-width:1024px) and (max-width:1320px){.footer__list li span{min-width:8.5606060606vw}}.footer__list li a{color:#9ca3af;font-size:16px;font-style:normal;font-weight:300;line-height:26px;transition:.15s;text-decoration:none;display:flex;align-items:center}@media screen and (min-width:1024px) and (max-width:1320px){.footer__list li a{font-size:1.2121212121vw;line-height:1.9696969697vw}}.footer__list li a:hover{text-decoration:underline}.footer__title{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:9px}@media screen and (min-width:1024px) and (max-width:1320px){.footer__title{font-size:1.2121212121vw;margin-bottom:.6818181818vw}}.footer p{color:#9ca3af;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:26px;margin-top:60px}@media screen and (min-width:1024px) and (max-width:1320px){.footer p{font-size:1.2121212121vw;line-height:1.9696969697vw;margin-top:4.5454545455vw}}@media screen and (max-width:1023px){.footer p{margin-top:40px}}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}@media screen and (max-width:1024px){:root{--animate-duration:0.6s;--animate-delay:0.6s}}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}.visible{opacity:1}.hidden_animation{opacity:0}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}.search{display:none}.search__form{display:flex;align-items:center;justify-content:space-between}.search__form input{padding-right:34px}@media screen and (min-width:1024px) and (max-width:1320px){.search__form input{padding-right:2.5757575758vw}}.search__form .search__buttons{display:flex;align-items:center;gap:24px;margin-left:-88px}@media screen and (min-width:1024px) and (max-width:1320px){.search__form .search__buttons{gap:1.8181818182vw;margin-left:-6.6666666667vw}}.search__form .search__reset,.search__form .search__submit{position:relative;z-index:2;cursor:pointer;background:0 0;border:0;color:#fff;padding:0;margin:0}.search__form .search__reset svg,.search__form .search__submit svg{width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.search__form .search__reset svg,.search__form .search__submit svg{width:2.4242424242vw;height:2.4242424242vw}}.search__form .search__reset{display:none;transition:opacity .15s ease}.search__form .search__reset:hover{opacity:.7}.search__results{position:absolute;top:100%;left:0;right:0;background:#fff;padding:30px 0;display:none}@media screen and (min-width:1024px) and (max-width:1320px){.search__results{padding:2.2727272727vw 0}}@media screen and (max-width:1023px){.search__results{height:calc(100vh - 60px);overflow-y:auto}}.search__title{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:16px}@media screen and (min-width:1024px) and (max-width:1320px){.search__title{font-size:1.8181818182vw;line-height:3.0303030303vw;margin-bottom:1.2121212121vw}}.search__popular{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}@media screen and (min-width:1024px) and (max-width:1320px){.search__popular{gap:1.0606060606vw}}@media screen and (max-width:1023px){.search__popular{margin-bottom:32px}}.search__popular li a{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:18px;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.search__popular li a{font-size:1.0606060606vw;line-height:1.3636363636vw}}.search__popular li a:hover{text-decoration:underline}.search__cards{display:flex;align-items:center;gap:20px;width:100%;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.search__cards{gap:1.5151515152vw}}@media screen and (max-width:1023px){.search__cards{margin-bottom:32px;overflow-x:auto}}.search__card{flex:1;min-width:146px;display:flex;flex-direction:column;gap:12px;overflow:hidden;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.search__card{min-width:11.0606060606vw}}.search__card:hover img{transform:scale(1.05)}.search__card img{height:146px;width:100%;object-fit:cover;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.search__card img{height:11.0606060606vw}}.search__card h6{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:18px;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.search__card h6{font-size:1.0606060606vw;line-height:1.3636363636vw}}.search__banner{height:100%;padding:24px;width:100%;display:flex;flex-direction:column;text-decoration:none;transition:.15s;overflow:hidden;position:relative}.search__banner::before{content:"";background:url(../images/search-banner.webp) no-repeat center;background-size:cover;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:0;transition:.15s}.search__banner:hover::before{width:105%;height:105%}@media screen and (min-width:1024px) and (max-width:1320px){.search__banner{padding:1.8181818182vw}}.search__banner h5{color:#fff;font-size:24px;font-style:normal;font-weight:300;line-height:28px;transition:.15s;margin-bottom:6px;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.search__banner h5{font-size:1.8181818182vw;line-height:2.1212121212vw;margin-bottom:.4545454545vw}}.search__banner p{color:#fff;transition:.15s;font-size:14px;font-style:normal;font-weight:300;line-height:16px;position:relative;max-width:270px}@media screen and (min-width:1024px) and (max-width:1320px){.search__banner p{font-size:1.0606060606vw;line-height:1.2121212121vw;max-width:20.4545454545vw}}.search__tag{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:22.941px;display:inline-flex;padding:8px 20px;align-items:center;background:rgba(180,88,255,.64);transition:.15s;backdrop-filter:blur(12px);margin-bottom:24px;max-width:fit-content;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.search__tag{font-size:1.2121212121vw;line-height:1.7379545455vw;padding:.6060606061vw 1.5151515152vw;margin-bottom:1.8181818182vw}}.search__results-list{position:absolute;top:100%;padding:30px 34px;display:none;background:#fff;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);max-width:578px}@media screen and (max-width:767px){.search__results-list{height:calc(100vh - 60px);overflow-y:auto;padding:24px 0;left:0;right:0}}.search__brands-section{margin-bottom:14px}.search__brands-column{display:flex;flex-direction:column;gap:14px}.search__brand-item{text-decoration:none;transition:.15s}.search__brand-item:hover{opacity:.7}.search__brand-item span{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:18px}.search__products-section{display:flex;flex-direction:column}.search__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media screen and (max-width:767px){.search__products-grid{grid-template-columns:repeat(1,1fr)}}.search__product-item{display:flex;align-items:center;gap:12px;text-decoration:none;transition:.15s}.search__product-item:hover{opacity:.7}.search__product-icon{width:30px;height:30px;flex-shrink:0;overflow:hidden}.search__product-icon img{width:100%;height:100%;object-fit:cover}.search__product-name{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:18px;flex:1}.search__title{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:16px;display:none}@media screen and (max-width:767px){.search__title{display:block}}.search-header{padding:234px 0 0}@media screen and (min-width:1024px) and (max-width:1320px){.search-header{padding:17.7272727273vw 0 0}}@media screen and (max-width:1023px){.search-header{padding:92px 0 0}}.search-header.empty{padding:234px 0 70px}@media screen and (min-width:1024px) and (max-width:1320px){.search-header.empty{padding:17.7272727273vw 0 5.303030303vw}}@media screen and (max-width:1023px){.search-header.empty{padding:92px 0 50px}}.search-header.empty .search-header__title{margin-bottom:140px}@media screen and (min-width:1024px) and (max-width:1320px){.search-header.empty .search-header__title{margin-bottom:10.6060606061vw}}@media screen and (max-width:1023px){.search-header.empty .search-header__title{margin-bottom:50px}}.search-header.empty .walk-in-closets__btn-group{justify-content:center}.search-header__title{color:#000;font-size:118px;font-style:normal;font-weight:300;line-height:111px;margin-bottom:24px;position:relative;display:flex;align-items:flex-start}.search-header__title span{color:#000;font-size:24px;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.search-header__title span{font-size:1.8181818182vw}}@media screen and (max-width:1023px){.search-header__title span{font-size:14px}}@media screen and (min-width:1024px) and (max-width:1320px){.search-header__title{font-size:8.9393939394vw;line-height:8.4090909091vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.search-header__title{font-size:38px;line-height:44px;margin-bottom:0}}.search-header__item{display:flex;max-width:585px;flex-direction:column;justify-content:center;align-items:center;gap:32px;margin-left:auto;margin-right:auto}@media screen and (min-width:1024px) and (max-width:1320px){.search-header__item{max-width:44.3181818182vw;gap:2.4242424242vw}}.search-header__item h2{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:80px;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.search-header__item h2{font-size:4.8484848485vw;line-height:6.0606060606vw}}@media screen and (max-width:1023px){.search-header__item h2{font-size:38px;line-height:1.4}}.search-header__item p{color:#000;text-align:center;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.search-header__item p{font-size:1.8181818182vw}}@media screen and (max-width:1023px){.search-header__item p{font-size:16px}}.search-header .walk-in-closets__btn-group{width:100%}@media screen and (max-width:1023px){.search-header .btn{max-width:100%;width:100%}}.popular{padding:70px 0 160px;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.popular{padding:5.303030303vw 0 12.1212121212vw}}@media screen and (max-width:1023px){.popular{padding:40px 0 100px}}.popular__title{color:#000;text-align:center;font-size:64px;font-style:normal;font-weight:300;line-height:80px;margin-bottom:40px}@media screen and (min-width:1024px) and (max-width:1320px){.popular__title{font-size:4.8484848485vw;line-height:6.0606060606vw}}@media screen and (max-width:1023px){.popular__title{font-size:38px;line-height:1.4;margin-bottom:24px;text-align:left}}.popular__row{display:flex;gap:20px}@media screen and (min-width:1024px) and (max-width:1320px){.popular__row{gap:1.5151515152vw}}@media screen and (max-width:1023px){.popular__row{overflow-x:auto}}.popular .product__card{min-width:315px}@media screen and (min-width:1024px) and (max-width:1320px){.popular .product__card{min-width:22.7272727273vw}}.popular .product__card .product__image img{max-width:315px;height:315px}@media screen and (min-width:1024px) and (max-width:1320px){.popular .product__card .product__image img{max-width:23.8636363636vw;height:23.8636363636vw}}.product__card{margin-bottom:20px;display:flex;flex-direction:column;height:calc(100% - 20px);text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.product__card{margin-bottom:1.5151515152vw}}.product__card:hover img{transform:scale(1.05)}.product__card:hover .product__add{opacity:1}@media screen and (min-width:1024px){.product__card--large .product__image{min-height:650px}}@media screen and (min-width:1024px) and (max-width:1320px){.product__card--large .product__image{min-height:49.2424242424vw}}@media screen and (min-width:1024px){.product__card--large .product__image img{max-width:650px;max-height:650px}}@media screen and (min-width:1024px) and (max-width:1320px){.product__card--large .product__image img{max-width:49.2424242424vw;max-height:49.2424242424vw}}.product__card--large .product__footer{position:relative;z-index:3;padding-left:25px;padding-right:25px;margin-top:0}@media screen and (min-width:1024px){.product__card--large .product__footer{margin-top:-54px}}@media screen and (min-width:1024px) and (max-width:1320px){.product__card--large .product__footer{margin-top:-4.0909090909vw;padding-left:1.8939393939vw;padding-right:1.8939393939vw}}@media screen and (min-width:1024px){.product__card--large .product__name{font-size:64px}}@media screen and (min-width:1024px) and (max-width:1320px){.product__card--large .product__name{font-size:4.8484848485vw}}.product__image{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;background:#f8f8f8;min-height:310px;line-height:0;overflow:hidden;aspect-ratio:1/1}@media screen and (min-width:1024px) and (max-width:1320px){.product__image{min-height:23.4848484848vw}}@media screen and (max-width:1023px){.product__image{min-height:160px}}.product__image img{max-width:315px;max-height:315px;height:100%;width:100%;object-fit:contain;transition:.15s;position:relative;z-index:0;mix-blend-mode:multiply}@media screen and (min-width:1024px) and (max-width:1320px){.product__image img{max-width:23.8636363636vw;max-height:23.8636363636vw}}.product__tag{background:rgba(236,225,255,.5);backdrop-filter:blur(12px);display:inline-flex;padding:12px 16px;align-items:center;gap:12px;color:#190647;font-size:20px;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width:1023px){.product__tag{font-size:12px;padding:6px}}@media screen and (min-width:1024px) and (max-width:1320px){.product__tag{padding:.9090909091vw 1.2121212121vw;font-size:1.5151515152vw;gap:.9090909091vw}}.product__tag svg{width:32px;height:32px;aspect-ratio:1/1}@media screen and (min-width:1024px) and (max-width:1320px){.product__tag svg{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:1023px){.product__tag svg{width:18px;height:18px}}.product__tag.on-display{position:absolute;top:0;left:0;z-index:3}.product__tag.quick-shipping{color:#014c23;background:rgba(222,255,248,.5);position:absolute;bottom:0;z-index:3;right:0}.product__footer{margin-top:10px;display:flex;flex-direction:column}@media screen and (min-width:1024px) and (max-width:1320px){.product__footer{margin-top:.7575757576vw}}.product__footer-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.product__brand{color:#6b7280;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.product__brand{font-size:1.2121212121vw}}.product__add{display:flex;padding:14px;align-items:center;gap:10px;background:#070707;border:0;transition:.15s;opacity:0;color:#fff}.product__add .icon{width:32px;height:32px}.product__add:hover{opacity:.9}.product__name{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:1023px){.product__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (min-width:1024px) and (max-width:1320px){.product__name{font-size:1.8181818182vw;line-height:3.0303030303vw;margin-bottom:.9090909091vw}}.product__price{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.product__price{font-size:1.2121212121vw}}.search-cards{padding:30px 0 120px}@media screen and (min-width:1024px) and (max-width:1320px){.search-cards{padding:2.2727272727vw 0 9.0909090909vw}}@media screen and (max-width:1023px){.search-cards{padding:32px 0 100px}}.search-cards__footer{display:flex;flex-direction:column;gap:24px;margin-top:80px}@media screen and (min-width:1024px) and (max-width:1320px){.search-cards__footer{gap:1.8181818182vw;margin-top:6.0606060606vw}}.search-cards__footer p{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:300;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.search-cards__footer p{font-size:1.3636363636vw}}.search-cards__buttons{display:flex;align-items:center;justify-content:center;gap:16px}@media screen and (min-width:1024px) and (max-width:1320px){.search-cards__buttons{gap:1.2121212121vw}}.trending{padding:60px 0;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.trending{padding:4.5454545455vw 0}}@media screen and (max-width:1023px){.trending{padding:40px 0}}.trending__title{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:16px}.trending__row{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width:1439px){.trending__row{overflow-x:auto}}.trending__row::-webkit-scrollbar{display:none}@media screen and (min-width:1024px) and (max-width:1320px){.trending .product__card{min-width:11.0606060606vw;height:11.0606060606vw}}.trending .product__card .product__image{width:146px;height:146px;min-height:146px;margin-bottom:12px}.trending .product__card .product__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.trending .product__name{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:18px}.filters__types{list-style:none;padding:24px 0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:14px}@media screen and (max-width:1023px){.filters__types{flex-wrap:nowrap;overflow-x:auto}.filters__types::-webkit-scrollbar{display:none}}.filters__types li{display:flex}.filters__types li a{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:18px;display:flex;padding:10px 20px 10px 10px;justify-content:center;align-items:center;gap:8px;background:#f8f8f8;text-decoration:none;transition:.15s;text-wrap:nowrap}.filters__types li a img,.filters__types li a svg{width:30px;min-width:30px;height:30px}.filters__types li a.current,.filters__types li a:hover{background:#000;color:#fff}.filters__navbar{display:flex;flex-direction:column;gap:20px}.filters__navbar .dropdown-wrapper{width:100%}.filters__navbar .dropdown-trigger{width:100%;padding:17.5px 32px;justify-content:space-between}@media screen and (min-width:1024px){.filters__navbar{display:none}}.filters__selects{display:flex;align-items:center;gap:20px;width:100%}@media screen and (max-width:1023px){.filters__selects{display:none}}.filters__selects .dropdown-wrapper:last-child{margin-left:auto}.filters__reset-all-button{display:flex;align-items:center;gap:8px;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:18px;border:0;background:0 0;transition:.15s;cursor:pointer}.filters__reset-all-button .icon{width:16px;height:16px}.filters__reset-all-button:hover{opacity:.9;text-decoration:underline}.filters-mobile{position:fixed;top:60px;left:-120vw;width:100%;z-index:99;opacity:0;transition:.15s;height:100%}.filters-mobile__wrap{max-width:390px;padding:32px 20px;background:#fff;flex-direction:column;max-height:calc(100vh - 60px);height:100%;overflow-y:auto;display:flex;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);position:relative;z-index:1}.filters-mobile:before{content:"";position:absolute;top:0;left:0;bottom:0;transition:.15s;opacity:0}.filters-mobile.open{left:0;opacity:1}.filters-mobile.open:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(15,11,31,.24);backdrop-filter:blur(5px);z-index:0;opacity:1}@media screen and (min-width:1024px){.filters-mobile.open{display:none}}.filters-mobile__header{display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:2;padding-bottom:16px}.filters-mobile__header .icon{width:32px;height:32px}.filters-mobile__title{color:#000;font-size:38px;font-style:normal;font-weight:300;line-height:44px;margin-bottom:0}.filters-mobile__content{display:flex;flex-direction:column;gap:20px}.filters-mobile__content .dropdown-wrapper{width:100%;display:flex;flex-direction:column}.filters-mobile__content .dropdown-wrapper .dropdown-trigger{width:100%;padding:20px 10px;justify-content:space-between}.filters-mobile__content .dropdown-wrapper .dropdown-trigger.is-open{background:#f8f8f8;color:#000}.filters-mobile__content .dropdown-wrapper .dropdown-trigger.is-selected+.dropdown-panel{display:block!important}.filters-mobile__content .dropdown-wrapper .dropdown-panel{position:static;box-shadow:none;padding:20px 0;z-index:1}.filters-mobile__footer{margin-top:auto;position:sticky;bottom:0;z-index:3;background:#fff;padding-top:10px;display:flex;flex-direction:column;gap:16px}.filters-mobile__footer button{width:100%;max-width:100%}.filters-mobile__open{display:flex;align-items:center;justify-content:space-between;color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:17.5px 32px;background:#f8f8f8;width:100%;border:0}.filters-mobile__open .icon{width:20px;height:20px}.filters-key-features{overflow-x:auto}.filters-key-features::-webkit-scrollbar{display:none}.filters-key-features__types{flex-wrap:wrap;position:relative;padding:0;gap:16px 18px}@media screen and (max-width:1023px){.filters-key-features__types{height:auto;min-height:auto;flex-wrap:nowrap}}.filters-key-features__types li.d-none{display:none}.filters-key-features__types li a{padding-left:10px;padding-right:12px;font-size:16px}.filters-key-features__types .show-more-less{background:#fff!important;color:#000!important;position:absolute;bottom:0;right:0}.filters-key-features__types.active{height:auto}@media screen and (max-width:1023px){.filters-key-features__types.active{width:1325px!important;flex-wrap:wrap!important}}.filters-key-features__types.active .show-more-less{position:static}.filters-key-features__types.active .show-more-less .show-less{display:block}.filters-key-features__types.active .show-more-less .show-more{display:none}.filters-key-features__types.active .show-more-less svg{transform:rotate(180deg)}.filters-key-features .show-more-less{color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal;display:inline-flex;padding:10px 10px 10px;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:.15s;text-wrap:nowrap}.filters-key-features .show-more-less .show-less{display:none}.filters-key-features .show-more-less.active .show-less{display:block}.filters-key-features .show-more-less.active .show-more{display:none}.filters-key-features .show-more-less.active svg{transform:rotate(180deg)}.filters-key-features .show-more-less svg{transition:.15s;width:30px;height:30px}.filters-key-features li.filters-key-features__reset-all{display:none}.filters-key-features li.filters-key-features__reset-all.active{display:block}.filters-key-features__reset-button{text-decoration:none}.filters-key-features__reset-button:hover{text-decoration:none!important}.filters-colors__list{display:flex;align-items:center;gap:20px;justify-content:space-between;width:100%;overflow-x:auto}.filters-colors__list::-webkit-scrollbar{display:none}.filters-colors__item{position:relative}.filters-colors__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filters-colors__checkbox:checked+.filters-colors__label .filters-colors__name{opacity:1;background-color:#000;color:#fff}.filters-colors__label{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:.15s}.filters-colors__label:hover .filters-colors__circle{transform:scale(.9)}.filters-colors__label:hover .filters-colors__name{opacity:1;background-color:#000;color:#fff}.filters-colors__circle{width:60px;height:60px;border-radius:50%;transition:all .15s;position:relative;display:flex;align-items:center;justify-content:center}.filters-colors__circle--black{background-color:#000}.filters-colors__circle--brown{background-color:#654321}.filters-colors__circle--beige{background-color:#d4c4a8}.filters-colors__circle--grey{background-color:grey}.filters-colors__circle--white{background-color:#fff;border:1px solid #000}.filters-colors__circle--blue{background-color:#0b5b99}.filters-colors__circle--green{background-color:#4d7c2f}.filters-colors__circle--yellow{background-color:#f0d756}.filters-colors__circle--orange{background-color:#f5914f}.filters-colors__circle--red{background-color:#dc1f26}.filters-colors__circle--pink{background-color:#e575c2}.filters-colors__circle--liliac{background-color:#7d50a4}.filters-colors__circle--gold{background-color:#f8dc4f}.filters-colors__circle--silver{background-color:silver}.filters-colors__circle--multicolor{background:conic-gradient(from 180deg at 50% 50%,#5dd277 0deg,#1873a9 98.6538469791deg,#f466b6 257.8846120834deg,#fedd54 360deg)}.filters-colors__name{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:14px;opacity:.6;transition:all .15s;text-align:center;max-width:90px;text-wrap:nowrap;padding:4px 8px;background-color:transparent}.filters-colors__reset-button{display:flex;align-items:center;gap:8px;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:18px;transition:all .15s;cursor:pointer;min-width:110px;display:none;text-decoration:none;background:#fff;padding:10px 0;z-index:1;min-height:90px}@media screen and (max-width:1023px){.filters-colors__reset-button{min-height:auto}}.filters-colors__reset-button .icon{width:30px;height:30px}.filters-colors__reset-button.active{display:flex}.filters-colors__reset-button:hover{opacity:.7}.sidebar{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9909;background:rgba(15,11,31,.24);backdrop-filter:blur(5px);display:none;width:100%;height:100%;overflow:hidden}.sidebar__container{background:#fff;max-width:953px;padding:0 40px;height:100%;overflow-y:auto;overflow-x:hidden;width:100%;margin-left:auto;position:relative;display:flex;flex-direction:column}@media screen and (max-width:1023px){.sidebar__container{padding:0 20px}}.sidebar__header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#fff;z-index:2;margin:0 -40px;padding:32px 40px 12px}@media screen and (max-width:1023px){.sidebar__header{margin:0 -20px;padding:24px 20px 8px}}.sidebar__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin-bottom:0}@media screen and (max-width:1023px){.sidebar__title{font-size:38px;line-height:44px}}.sidebar__close{padding:0;margin:0 0 0 auto;background:0 0;border:0;display:inline-flex}.sidebar__close .icon{width:32px;height:32px;color:#000}.sidebar__select-finish-top{color:#6b7280;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.sidebar__select-finish-item{margin-top:40px}@media screen and (max-width:1023px){.sidebar__select-finish-item{margin-top:20px}}.sidebar__select-finish-item h4{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:32px;margin-bottom:24px}@media screen and (max-width:1023px){.sidebar__select-finish-item h4{color:#6b7280;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}}.sidebar__select-finish-list{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:18px;text-align:center}@media screen and (max-width:1023px){.sidebar__select-finish-list{gap:10px}}.sidebar__select-finish-list li{position:relative}.sidebar__select-finish-list li .sidebar__select-finish-item-image{position:relative;margin-bottom:20px}.sidebar__select-finish-list li.active .sidebar__select-finish-item-image::before{content:"";position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:158px;height:158px;border:2px solid #000;border-radius:50%}@media screen and (max-width:1023px){.sidebar__select-finish-list li.active .sidebar__select-finish-item-image::before{width:88px;height:88px}}.sidebar__select-finish-list img{width:150px;height:150px;object-fit:cover;border-radius:50%}@media screen and (max-width:1023px){.sidebar__select-finish-list img{width:80px;height:80px}}.sidebar__select-finish-list-item-text{color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.sidebar__select-finish-list-item-price{color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.sidebar__select-finish-footer{display:flex;align-items:center;justify-content:space-between;gap:52px;background:#fff;padding-top:24px;padding-bottom:24px}@media screen and (max-width:1023px){.sidebar__select-finish-footer{padding:20px 0;gap:24px;flex-direction:column}}.sidebar__select-finish-footer .btn{text-wrap:nowrap}@media screen and (max-width:1023px){.sidebar__select-finish-footer .btn{width:100%;max-width:100%}}.sidebar__select-finish-footer .mob-finish{display:none;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.sidebar__select-finish-footer .mob-finish .col-4{font-weight:500}.sidebar__select-finish-price{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:32px}.sidebar__select-finish-text{margin-left:auto;max-width:316px;color:#6b7280;font-size:16px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width:1023px){.sidebar__select-finish-text{margin-left:0}}.sidebar__footer{position:sticky;bottom:0;background:#fff;margin:0 -40px;padding:0 40px;z-index:10}@media screen and (max-width:1023px){.sidebar__footer{margin:0 -20px;padding:0 20px}}.sidebar__footer .mob-composition{display:none}.sidebar__footer .mob-composition .sidebar__composition-footer{display:flex}@media screen and (max-width:1023px){.sidebar__composition{margin-top:24px}}.sidebar__composition-item{max-width:275px;min-height:275px;border:1.098px solid #f8f8f8;background:#f8f8f8;display:flex;flex-direction:column;padding:40px 16px 16px;margin-bottom:20px;height:calc(100% - 20px);cursor:pointer}@media screen and (max-width:1023px){.sidebar__composition-item{max-width:100%;min-height:auto;padding:20px}}.sidebar__composition-item img{object-fit:contain;height:196px;width:100%;mix-blend-mode:multiply}.sidebar__composition-item.active{border-color:#000}.sidebar__composition-item:hover .sidebar__composition-footer{opacity:1}.sidebar__composition-footer{display:flex;align-items:center;justify-content:space-between;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:auto;opacity:0;transition:.15s}@media screen and (max-width:1023px){.sidebar__composition-footer{opacity:1;display:none}}.sidebar__composition-banner{padding:50px 24px}@media screen and (max-width:1023px){.sidebar__composition-banner{display:none}}.sidebar__composition-banner h4{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:12px}.sidebar__composition-banner p{color:#6b7280;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:32px}.classHandbook{position:relative;cursor:pointer}.classHandbook img{transition:transform .5s ease}.material-item{position:absolute;background:#fff;z-index:1000000;transform:scale(1);transition:transform .15s ease,opacity .15s ease;pointer-events:none;padding:8px;display:none;color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width:1023px){.material-item{display:none!important}}.material-item .row{margin-bottom:4px;margin-left:0;margin-right:0}.material-item img{height:112px;width:100%;align-self:stretch;aspect-ratio:199/112.91;object-fit:cover}.material-item .col-4{font-weight:500;text-wrap:nowrap}.modal{background:rgba(15,11,31,.24);backdrop-filter:blur(5px);position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;flex-direction:column;align-items:center;justify-content:center;display:none}.modal__container{max-width:1196px;max-height:calc(100% - 32px);overflow-y:auto;background:#fff;padding:0 40px 40px;width:100%;overflow-x:hidden}@media screen and (max-width:1023px){.modal__container{padding:0 0 20px}}.modal__header{padding:40px 0 16px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:4;background:#fff}@media screen and (max-width:1023px){.modal__header{padding:20px 20px 8px}}.modal__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin:0}.modal__close{width:32px;height:32px;cursor:pointer}.modal__schematics-item{display:flex;height:calc(100% - 20px);padding:14px 40px;justify-content:center;align-items:center;border:1px solid #f8f8f8;background:#fefefe;margin-bottom:20px}.modal__schematics-item img{max-width:100%;max-height:100%;mix-blend-mode:multiply}.fancybox__backdrop{background:rgba(15,11,31,.64);backdrop-filter:blur(5px)}.catalogue-header{padding:234px 0 0}@media screen and (min-width:1024px) and (max-width:1320px){.catalogue-header{padding:17.7272727273vw 0 0}}@media screen and (max-width:1023px){.catalogue-header{padding:92px 0 0}}.catalogue-header .breadcrumbs{margin-bottom:40px}@media screen and (min-width:1024px) and (max-width:1320px){.catalogue-header .breadcrumbs{margin-bottom:3.0303030303vw}}.catalogue-header__title{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:70px;margin-bottom:24px;position:relative}.catalogue-header__title span{color:#000;font-size:24px;line-height:normal;display:inline-block;vertical-align:text-top}@media screen and (min-width:1024px) and (max-width:1320px){.catalogue-header__title span{font-size:1.8181818182vw}}@media screen and (max-width:1023px){.catalogue-header__title span{font-size:14px}}@media screen and (min-width:1024px) and (max-width:1320px){.catalogue-header__title{font-size:4.8484848485vw;line-height:5.303030303vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.catalogue-header__title{font-size:38px;line-height:44px;margin-bottom:0}}.catalogue-header__categories-title{color:#6b7280;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin:0}.catalogue-header__categories .filters__types{padding-top:12px}.catalogue-header__categories-inner{padding-bottom:20px}.section-catalogue{padding:0 0 120px}@media screen and (max-width:1023px){.section-catalogue{padding:0 0 60px}}.section-catalogue__title{color:#000;font-size:40px;font-weight:300;line-height:56px;margin-bottom:24px}.section-catalogue__title--mb{margin-bottom:20px}@media screen and (min-width:1024px) and (max-width:1320px){.section-catalogue__title{font-size:3.0303030303vw;line-height:4.2424242424vw}}@media screen and (max-width:1023px){.section-catalogue__title{font-size:38px;line-height:44px}}@media screen and (max-width:1023px){.section-catalogue__title--small{font-size:28px;line-height:1.2}}.section-catalogue__link{color:#777;font-size:14px;font-style:normal;font-weight:300;line-height:18px;display:flex;align-items:center;justify-content:flex-end;gap:6px;text-decoration:none;transition:all .15s ease-in-out;border:0;background:0 0;margin-left:auto}@media screen and (max-width:1023px){.section-catalogue__link{justify-content:flex-start;margin-top:14px}}.section-catalogue__link svg{width:20px;height:20px;color:#777}.section-catalogue__link:hover{color:#000}.section-catalogue__link:hover svg{color:#000}.section-catalogue__card{transition:all .3s ease;background:#f8f8f8;display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;text-decoration:none;margin-bottom:20px;min-height:315px;padding-bottom:30px}.section-catalogue__card--popular{border:1px solid #e6e8ec;min-height:370px}@media screen and (max-width:1023px){.section-catalogue__card--popular{min-height:315px}}.section-catalogue__card img{object-fit:contain;transition:.15s;mix-blend-mode:multiply;max-height:248px;max-width:100%;height:100%}.section-catalogue__card-content{position:absolute;bottom:20px;left:0;right:0;text-align:center;color:#000;text-align:center;font-size:24px;font-style:normal;font-weight:300;line-height:normal}.section-catalogue__card:hover img{transform:scale(1.05)}.section-catalogue__content{padding-bottom:60px}@media screen and (max-width:1023px){.section-catalogue__content{padding-bottom:30px}}.section-catalogue__content .other-overview__content{display:flex;flex-direction:column;gap:24px}.section-catalogue__faq{padding:60px 0}@media screen and (max-width:1023px){.section-catalogue__faq{padding:30px 0}}.section-catalogue__faq-content{display:flex;flex-direction:column;gap:32px}.section-catalogue__faq-item{display:flex;flex-direction:column}.section-catalogue__faq-item h5{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.section-catalogue__faq-item p{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.section-catalogue__popular-products-title{color:#6b7280;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:24px}.section-catalogue__categories{display:flex;gap:40px;margin-bottom:20px;justify-content:space-between}@media screen and (max-width:1023px){.section-catalogue__categories{flex-direction:column;gap:24px}}.section-catalogue__category{display:flex;flex-direction:column;gap:8px;flex:1;min-width:272px}@media screen and (max-width:1023px){.section-catalogue__category{gap:24px}}.section-catalogue__category-link{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal;text-decoration:none;transition:all .15s ease-in-out}.section-catalogue__category-link sup{font-size:14px}.section-catalogue__category-link:hover{color:#777}.section-catalogue__show-all{color:#777;font-size:16px;font-style:normal;font-weight:300;line-height:24px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-bottom:80px;transition:all .15s ease-in-out}@media screen and (max-width:1023px){.section-catalogue__show-all{margin-bottom:60px}}.section-catalogue__show-all svg{width:20px;height:20px;color:#777;transition:all .15s ease-in-out}.section-catalogue__show-all:hover{color:#000}.section-catalogue__show-all:hover svg{color:#000;transform:translateX(4px)}.pagination{display:flex;flex-direction:column;gap:32px;margin-top:32px;text-align:center}.pagination>.btn{align-self:center}.pagination__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}@media screen and (max-width:1023px){.pagination__inner{flex-direction:column;gap:16px;justify-content:center}}.pagination__legend{color:#000;font-size:14px;font-weight:300;line-height:20px}@media screen and (max-width:767px){.pagination__legend{order:3;width:100%;text-align:center}}.pagination__buttons{display:flex;align-items:center;gap:20px;list-style:none;padding:0;margin:0}@media screen and (max-width:767px){.pagination__buttons{order:1;width:100%;justify-content:center;gap:8px}}.pagination__buttons li{display:flex}.pagination__button{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:8px 12px;color:#000;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;background:0 0;background:#f8f8f8;transition:all .15s ease-in-out;cursor:pointer}@media screen and (max-width:767px){.pagination__button{min-width:32px;height:32px;padding:6px 10px;font-size:13px}}.pagination__button .icon{width:16px;height:16px;transition:all .15s ease-in-out}.pagination__button.current,.pagination__button:hover{background:#000;color:#fff}.pagination__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pagination__per-page{display:flex;align-items:center;gap:12px;color:#000;font-size:14px;font-weight:300;line-height:20px}@media screen and (max-width:767px){.pagination__per-page{order:2;width:100%;justify-content:center}}.pagination__per-page-select{min-width:80px;height:40px;padding:8px 32px 8px 10px;color:#000;font-size:14px;font-weight:400;line-height:20px;background:#f8f8f8;border:0;border-radius:4px;appearance:none;cursor:pointer;transition:all .15s ease-in-out;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 8px}@media screen and (max-width:767px){.pagination__per-page-select{height:36px;padding:6px 28px 6px 10px;font-size:13px}}.pagination__per-page-select:hover{border-color:#000}.pagination__per-page-select:focus{outline:0;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.product-header{padding:234px 0 50px;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.product-header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.product-header{padding:92px 0 50px}}.product-header .breadcrumbs{margin-bottom:40px}@media screen and (min-width:1024px) and (max-width:1320px){.product-header .breadcrumbs{margin-bottom:3.0303030303vw}}@media screen and (max-width:1023px){.product-header .breadcrumbs{margin-bottom:20px}}@media screen and (max-width:1023px){.product-gallery{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);margin-top:24px}}.product-gallery__slider-item img{width:762px;height:517px;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1320px){.product-gallery__slider-item img{width:57.7272727273vw;height:39.1666666667vw}}@media screen and (max-width:1023px){.product-gallery__slider-item img{width:100%;height:263px}}.product-gallery__slider-nav{padding-right:82px;position:relative;margin-top:20px}@media screen and (max-width:1023px){.product-gallery__slider-nav{padding-right:0;margin-top:-24px}}@media screen and (min-width:1024px) and (max-width:1320px){.product-gallery__slider-nav{padding-right:6.2121212121vw;margin-top:1.5151515152vw}}.product-gallery__slider-nav-item{padding-right:20px}@media screen and (max-width:1023px){.product-gallery__slider-nav-item{padding-right:16px;padding-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.product-gallery__slider-nav-item{padding-right:1.5151515152vw}}.product-gallery__slider-nav-item img{width:120px;object-fit:cover;height:120px}@media screen and (min-width:1024px) and (max-width:1320px){.product-gallery__slider-nav-item img{width:9.0909090909vw;height:9.0909090909vw}}@media screen and (max-width:1023px){.product-gallery__slider-nav-item img{height:100px;width:100px;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15)}}.product-gallery__slider-nav-item.slick-current img{border:1.304px solid #000}.product-gallery__slider-nav .gallery-slider-prev{display:none!important}.product-gallery__slider-nav .gallery-slider-next{width:32px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer}.product-gallery__slider-nav .gallery-slider-next:hover{transform:translateY(-50%) scale(1.1)}@media screen and (min-width:1024px) and (max-width:1320px){.product-gallery__slider-nav .gallery-slider-next{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:1023px){.product-gallery__slider-nav .gallery-slider-next{display:none}}.product-info__brand{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__brand{font-size:1.3636363636vw}}@media screen and (max-width:1023px){.product-info__brand{color:#6b7280}}.product-info__title{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:70px;margin-bottom:12px}@media screen and (max-width:1023px){.product-info__title{margin-bottom:16px;font-size:38px;line-height:44px}}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__title{font-size:4.8484848485vw;line-height:5.303030303vw;margin-bottom:.9090909091vw}}.product-info__text{overflow:hidden;color:#000;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:12px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__text{font-size:1.3636363636vw;margin-bottom:.9090909091vw}}.product-info__text.open{overflow:visible;display:-webkit-box;-webkit-line-clamp:inherit;-webkit-box-orient:vertical}.product-info__text-btn{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;text-decoration:underline;background:0 0;border:0;padding:0;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__text-btn{font-size:1.3636363636vw}}.product-info__text-btn:hover{text-decoration:none}.product-info__types{margin:32px 0;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1023px){.product-info__types{margin-top:0}}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__types{margin:2.4242424242vw 0;gap:1.2121212121vw}}.product-info__types .btn{max-width:100%;width:100%}@media screen and (max-width:767px){.product-info__types .btn{text-transform:capitalize}}.product-info__types .exemple{margin-left:auto;display:flex;align-items:center;gap:12px;width:fit-content;text-align:left}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__types .exemple{gap:.9090909091vw}}.product-info__types .exemple span{color:#6b7280;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__types .exemple span{font-size:1.2121212121vw}}.product-info__types .exemple img{width:44px;height:44px;margin-top:-6px;margin-bottom:-6px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__types .exemple img{width:3.3333333333vw;height:3.3333333333vw;margin-top:-.4545454545vw;margin-bottom:-.4545454545vw}}.product-info__price{color:#000;font-size:40px;font-style:normal;font-weight:400;line-height:56px;margin-bottom:8px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__price{font-size:3.0303030303vw;line-height:4.2424242424vw;margin-bottom:.6060606061vw}}.product-info__price-quantity{display:flex;align-items:center;gap:12px;margin-bottom:32px}.product-info__price-quantity-title{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.product-info__ships{display:flex;align-items:center;gap:12px;color:#070707;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.product-info__ships.danger{background:rgba(255,231,222,.5);backdrop-filter:blur(12px);padding:6px 12px;color:#a92a07;font-size:14px;font-weight:500;line-height:normal;width:fit-content;text-wrap:nowrap}@media screen and (max-width:1023px){.product-info__ships.danger{text-wrap:wrap}}.product-info__ships.danger svg{width:20px;height:20px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__ships{gap:.9090909091vw;font-size:1.2121212121vw}}.product-info__ships svg{width:32px;height:32px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__ships svg{width:2.4242424242vw;height:2.4242424242vw}}.product-info__ships span{display:flex;max-width:calc(100% - 44px)}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__ships span{max-width:calc(100% - 3.3333333333vw)}}.product-info__buttons{margin-top:32px;display:flex;flex-direction:column;gap:16px}@media screen and (min-width:1024px) and (max-width:1320px){.product-info__buttons{margin-top:2.4242424242vw;gap:1.2121212121vw}}.product-info__buttons .btn{max-width:100%;width:100%}.product-info .btn-outline{border-color:#a5a5a5;background:#fff}.product-info .btn-outline:hover{border-color:#000;background:#f8f8f8}.product-info__composition>span,.product-info__texture>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-info__texture .exemple img{border-radius:50%}.interior-overview{padding:50px 0;overflow:hidden}.interior-overview__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin-bottom:40px}@media screen and (max-width:1023px){.interior-overview__title{font-size:38px;line-height:44px;margin-bottom:32px}}@media screen and (max-width:1023px){.interior-overview__gallery{flex-wrap:nowrap;overflow-x:auto}}.interior-overview__item{margin-bottom:20px}.interior-overview__item .gallery-thumb{height:100%}@media screen and (max-width:1023px){.interior-overview__item{width:258px;height:258px}}.interior-overview__item img{height:359px;width:100%;object-fit:cover}@media screen and (max-width:1023px){.interior-overview__item img{height:100%}}.interior-overview__slider-item img{width:100%;height:545px;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1320px){.interior-overview__slider-item img{height:41.2878787879vw}}@media screen and (max-width:1023px){.interior-overview__slider-item img{width:100%;height:263px}}.interior-overview__slider-nav{padding-right:82px;position:relative;margin-top:20px}@media screen and (max-width:1023px){.interior-overview__slider-nav{padding-right:0;margin-top:-24px}}@media screen and (min-width:1024px) and (max-width:1320px){.interior-overview__slider-nav{padding-right:6.2121212121vw;margin-top:1.5151515152vw}}.interior-overview__slider-nav-item{padding-right:20px}@media screen and (max-width:1023px){.interior-overview__slider-nav-item{padding-right:16px;padding-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.interior-overview__slider-nav-item{padding-right:1.5151515152vw}}.interior-overview__slider-nav-item img{width:120px;object-fit:cover;height:120px}@media screen and (min-width:1024px) and (max-width:1320px){.interior-overview__slider-nav-item img{width:9.0909090909vw;height:9.0909090909vw}}@media screen and (max-width:1023px){.interior-overview__slider-nav-item img{height:100px;width:100px;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15)}}.interior-overview__slider-nav-item.slick-current img{border:1.304px solid #000}.interior-overview__slider-nav .gallery-slider-prev{display:none!important}.interior-overview__slider-nav .gallery-slider-next{width:32px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer}.interior-overview__slider-nav .gallery-slider-next:hover{transform:translateY(-50%) scale(1.1)}@media screen and (min-width:1024px) and (max-width:1320px){.interior-overview__slider-nav .gallery-slider-next{width:2.4242424242vw;height:2.4242424242vw}}@media screen and (max-width:1023px){.interior-overview__slider-nav .gallery-slider-next{display:none}}.gallery-thumb{cursor:pointer;position:relative}.gallery-thumb-icon{background:rgba(0,0,0,.15);backdrop-filter:blur(4px);display:inline-flex;height:52px;width:52px;padding:10px;justify-content:center;align-items:center;transition:.15s;position:absolute;bottom:0;left:0;color:#fff}.gallery-thumb-icon svg{width:32px;height:32px}@media screen and (min-width:1200px){.gallery-thumb:hover .gallery-thumb-icon{width:100%;height:100%}}.other-overview{padding:50px 0}.other-overview section{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1024px){.other-overview section{margin-bottom:100px}.other-overview section:last-child{margin-bottom:0}}.other-overview__content{color:#000;display:flex;flex-direction:column;max-width:762px}@media screen and (max-width:1023px){.other-overview__content{gap:24px}}.other-overview__content-nav{list-style:none;padding:12px 0;margin:0;align-items:center;gap:36px;width:100%;overflow-x:auto;overflow-y:hidden;position:sticky;top:72px;background:#fff;display:none}@media screen and (max-width:1023px){.other-overview__content-nav{display:flex}}.other-overview__content-nav li a{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal;opacity:.4;padding-bottom:6px;border-bottom:1px solid transparent;text-decoration:none;text-wrap:nowrap}.other-overview__content-nav li a.active{opacity:1;border-color:#000}.other-overview__content h2{font-size:40px;font-style:normal;font-weight:300;line-height:1.2;margin-bottom:24px}@media screen and (max-width:1023px){.other-overview__content h2{font-size:38px;margin-bottom:16px}}.other-overview__content h4{color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}.other-overview__content p{font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:0}.other-overview__content p small{color:#6b7280;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.other-overview__sidebar{display:flex;flex-direction:column;gap:24px}.other-overview__form{padding:40px 20px;background:#f8f8f8}.other-overview__form h5{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:46px;margin-bottom:12px}.other-overview__form p{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:20px}.other-overview__form label{margin-bottom:24px}.other-overview__form .input-text{color:#000;border-color:#000}.other-overview__form .input-text::placeholder{opacity:.3;color:#000}.other-overview__form .btn{width:100%;max-width:100%}.request-price__content{padding-bottom:70px}.request-price__content .product-info__types{display:flex;flex-direction:column;gap:16px}.request-price__title{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:0}.request-price__form{display:flex;flex-direction:column;gap:32px}@media (max-width:991px){.request-price__form{margin-bottom:40px}}.request-price__form .submit{width:100%;max-width:100%}.request-price__map-open{display:flex;align-items:center;gap:10px;width:100%;max-width:100%;padding-top:5px;padding-bottom:5px;min-height:42px}.request-price__help{display:flex;flex-direction:column;gap:16px}.request-price__help-item{display:flex;flex-direction:column;gap:16px;padding:15px 20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;background:#f7f7f7;max-width:315px;margin-left:auto;width:100%}@media (max-width:991px){.request-price__help-item{max-width:100%;width:100%;margin-left:0}}.request-price__help-item h5{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:0}.request-price__help-item p{color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.request-price__help-item p a,.request-price__help-item p span{color:#000;display:block}.request-price__help-item p span{font-weight:300;margin-bottom:8px}.request-price__help-item p a{font-weight:500;text-decoration:none}.request-price__help-item ul{display:flex;flex-direction:column;width:100%;max-width:100%;padding:0;margin:0;list-style:none}.request-price__help-item ul li{color:#545454;font-size:16px;font-style:normal;font-weight:300;line-height:26px;display:flex;align-items:center;gap:4px}.request-price__help-item ul li span{margin-left:auto}.notice{width:100%;display:flex;padding:12px;align-items:center;background:#014c23;backdrop-filter:blur(12px);position:relative;padding-right:52px;gap:12px;margin-bottom:14px}.notice__icon{width:25px;min-width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#259458}.notice__icon svg{width:11px;height:10px;color:#fff}.notice__content{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:0;max-width:calc(100% - 32px)}.notice__close{position:absolute;right:12px;top:12px;cursor:pointer}.notice__close svg{width:20px;height:20px;color:#fff}.sign-up-header{padding:234px 0 0;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up-header{padding:17.7272727273vw 0 0}}@media screen and (max-width:1023px){.sign-up-header{padding:92px 0 0}}.sign-up-content{padding:40px 0 100px}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up-content{padding:3.0303030303vw 0 7.5757575758vw}}@media screen and (max-width:1023px){.sign-up-content{padding:32px 0 40px}}.sign-up__container{max-width:650px}.sign-up__title{color:#000;font-family:"Nunito Sans";font-size:64px;font-style:normal;font-weight:300;line-height:70px;margin-bottom:16px}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up__title{font-size:4.8484848485vw;line-height:5.303030303vw}}@media screen and (max-width:1023px){.sign-up__title{font-size:38px;line-height:42px}}.sign-up__description{color:#6b7280;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px}.sign-up__form .col-12{margin-bottom:40px}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up__form .col-12{margin-bottom:3.0303030303vw}}@media screen and (max-width:1023px){.sign-up__form .col-12{margin-bottom:32px}}.sign-up__form .btn{max-width:100%;width:100%}.sign-up-benefits{padding:100px 0;background:#f8f8f8}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up-benefits{padding:7.5757575758vw 0}}@media screen and (max-width:1023px){.sign-up-benefits{padding:40px 0}}.sign-up-benefits__title{color:#111;font-family:"Nunito Sans";font-size:40px;font-weight:300;line-height:1.2;margin-bottom:48px;text-align:left}@media screen and (max-width:1023px){.sign-up-benefits__title{font-size:28px;margin-bottom:32px}}.sign-up-benefits__list{display:flex;flex-direction:column;gap:40px}.sign-up-benefits__item-title{color:#111;font-family:"Nunito Sans";font-size:24px;font-weight:400;margin-bottom:8px;line-height:1.2}.sign-up-benefits__item-desc{color:#444;font-size:16px;font-weight:400;line-height:1.5}.sign-up-receive{padding:100px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up-receive{padding:7.5757575758vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.sign-up-receive{padding:40px 0}}.sign-up-receive__title{color:#111;font-family:"Nunito Sans";font-size:40px;font-weight:300;line-height:1.2;margin-bottom:48px;text-align:left}@media screen and (max-width:1023px){.sign-up-receive__title{font-size:28px;margin-bottom:32px}}.sign-up-receive__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}.sign-up-receive__list li{color:#000;font-family:"Nunito Sans";font-size:18px;font-style:normal;font-weight:300;line-height:normal;position:relative;padding-left:24px}.sign-up-receive__list li::before{content:"";position:absolute;top:7px;left:0;width:6px;height:6px;background-color:#000;border-radius:50%}.sign-up-faq{padding:50px 0 100px}@media screen and (min-width:1024px) and (max-width:1320px){.sign-up-faq{padding:3.7878787879vw 0 7.5757575758vw}}@media screen and (max-width:1023px){.sign-up-faq{padding:40px 0}}@keyframes slideInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shopping-card-button{position:relative;transition:transform .2s ease;cursor:pointer}.shopping-card-button:hover{transform:scale(1.05)}.shopping-card-button:active{transform:scale(.95)}.shopping-card-new{position:absolute;top:6px;right:0;width:12px;height:12px;border-radius:50%;background-color:red}.shopping-card-tooltip{position:absolute;top:calc(100% + 29px);right:0;z-index:1000;display:none;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.shopping-card-tooltip.active{display:flex;opacity:1;transform:translateY(0)}@media (max-width:1023px){.shopping-card-tooltip{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;transform:translateY(100%);transition:transform .3s ease;flex-direction:column}.shopping-card-tooltip.active{transform:translateY(0)}.shopping-card-tooltip:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:.9;background:#333;z-index:99;transition:opacity .3s ease}}.shopping-card-tooltip-wrapper{position:relative;z-index:100;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 100px);display:flex;flex-direction:column;background:#fff;padding:16px;box-shadow:0 -4px 11.8px 0 rgba(0,0,0,.15);min-width:564px}@media (max-width:1023px){.shopping-card-tooltip-wrapper{min-width:100%;max-width:100%;margin-top:auto}}.shopping-card-tooltip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:-4px}.shopping-card-tooltip-header .title{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal}@media (max-width:1023px){.shopping-card-tooltip-header .title{font-size:24px}}.shopping-card-tooltip-close{width:24px;height:24px;margin-left:auto;border:none;background-color:transparent;cursor:pointer;padding:0;transition:transform .2s ease}.shopping-card-tooltip-close:hover{transform:scale(1.1)}.shopping-card-tooltip-close:active{transform:scale(.9)}@media (max-width:1023px){.shopping-card-tooltip-close{width:32px;height:32px}}.shopping-card-tooltip-close .icon{width:24px;height:24px}@media (max-width:1023px){.shopping-card-tooltip-close .icon{width:32px;height:32px}}.shopping-card-tooltip-content{display:flex;flex-direction:column}.shopping-card-tooltip-content-item{display:flex;flex-direction:column;padding:16px 0;border-bottom:1px solid #c1c1c1;opacity:0;transform:translateY(20px);animation:slideInUp .4s ease forwards}@media (max-width:1023px){.shopping-card-tooltip-content-item{padding:24px 0}}.shopping-card-tooltip-content-item:nth-child(1){animation-delay:.1s}.shopping-card-tooltip-content-item:nth-child(2){animation-delay:.2s}.shopping-card-tooltip-content-item:nth-child(3){animation-delay:.3s}.shopping-card-tooltip-content-item:nth-child(4){animation-delay:.4s}.shopping-card-tooltip-content-item:nth-child(5){animation-delay:.5s}.shopping-card-tooltip-content-item:nth-child(6){animation-delay:.6s}.shopping-card-tooltip-content-item:nth-child(7){animation-delay:.7s}.shopping-card-tooltip-content-item:nth-child(8){animation-delay:.8s}.shopping-card-tooltip-content-item:nth-child(9){animation-delay:.9s}.shopping-card-tooltip-content-item:nth-child(10){animation-delay:1s}.shopping-card-tooltip-content-item-row{display:flex;align-items:center;gap:12px}.shopping-card-tooltip-content-item-image img{object-fit:cover;width:120px;height:120px}@media (max-width:1023px){.shopping-card-tooltip-content-item-image img{width:73px;height:73px}}.shopping-card-tooltip-content-item-info{max-width:calc(100% - 132px);width:100%}.shopping-card-tooltip-content-item-info-row{margin-bottom:8px}@media (max-width:1023px){.shopping-card-tooltip-content-item-info-row{display:none}}.shopping-card-tooltip-content-item-info-type{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:12px}.shopping-card-tooltip-content-item-info-title{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}@media (max-width:1023px){.shopping-card-tooltip-content-item-info-title{font-size:24px;text-wrap:wrap}}.shopping-card-tooltip-content-item-info-finish{display:flex;align-items:center;gap:12px;color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.shopping-card-tooltip-content-item-info-finish .icon{width:20px;height:20px}.shopping-card-tooltip-content-item-info-price{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#6b7280;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.shopping-card-tooltip-content-item-info-price img{width:16px;height:16px;object-fit:contain}.shopping-card-tooltip-content-ships{display:flex;padding:6px 10px;align-items:center;gap:10px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#000;backdrop-filter:blur(12px);width:fit-content;margin-left:auto;margin-top:8px}.shopping-card-tooltip-content-ships .icon{width:20px;height:20px}.shopping-card-tooltip-content-ships.waiting{color:#a92a07;background:rgba(255,231,222,.5)}.shopping-card-tooltip-content-ships.success{color:#259458;background:rgba(222,255,248,.5)}.shopping-card-tooltip-footer{display:flex;flex-direction:column;gap:16px;margin-top:16px}.shopping-card-tooltip-footer-total{display:flex;align-items:flex-end;justify-content:flex-end;color:rgba(0,0,0,.5);font-size:18px;font-style:normal;font-weight:300;line-height:32px;gap:12px}.shopping-card-tooltip-footer-total span{font-style:normal;font-weight:500;line-height:32px;font-size:32px;color:#000}.shopping-card-tooltip-footer-buttons{display:flex;flex-direction:column;gap:16px}.shopping-card-tooltip-footer-buttons .btn{width:100%;max-width:100%;font-size:16px;line-height:normal;padding-top:10px;padding-bottom:10px}.shopping-card-tooltip-footer-secure{display:flex;flex-direction:column;gap:6px}.shopping-card-tooltip-footer-secure h6{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.shopping-card-tooltip-footer-secure-icons{display:flex;align-items:center;gap:9px}.shopping-card-tooltip-footer-secure-icons img{width:24px;height:16px;object-fit:contain}.shopping-cart{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.shopping-cart{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:767px){.shopping-cart{padding:92px 0 50px}}.shopping-cart-title{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:70px;margin-bottom:24px}@media screen and (min-width:1024px) and (max-width:1320px){.shopping-cart-title{font-size:4.8484848485vw;line-height:5.303030303vw}}@media screen and (max-width:767px){.shopping-cart-title{font-size:38px;line-height:1;margin-bottom:0}}.shopping-cart-content{display:flex;flex-direction:column}.shopping-cart-content-item{display:flex;flex-direction:column;padding:16px 0;border-bottom:1px solid #c1c1c1;opacity:0;transform:translateY(20px);animation:slideInUp .4s ease forwards}.shopping-cart-content-item:last-child{border-bottom:none}@media (max-width:767px){.shopping-cart-content-item{padding:24px 0}}.shopping-cart-content-item:nth-child(1){animation-delay:.1s}.shopping-cart-content-item:nth-child(2){animation-delay:.2s}.shopping-cart-content-item:nth-child(3){animation-delay:.3s}.shopping-cart-content-item:nth-child(4){animation-delay:.4s}.shopping-cart-content-item:nth-child(5){animation-delay:.5s}.shopping-cart-content-item:nth-child(6){animation-delay:.6s}.shopping-cart-content-item:nth-child(7){animation-delay:.7s}.shopping-cart-content-item:nth-child(8){animation-delay:.8s}.shopping-cart-content-item:nth-child(9){animation-delay:.9s}.shopping-cart-content-item:nth-child(10){animation-delay:1s}.shopping-cart-content-item-row{display:flex;gap:20px}.shopping-cart-content-item-image img{object-fit:cover;width:200px;height:200px}@media (max-width:767px){.shopping-cart-content-item-image img{width:73px;height:73px}}.shopping-cart-content-item-info{width:100%}@media (min-width:768px){.shopping-cart-content-item-info{max-width:calc(100% - 220px)}}@media (max-width:767px){.shopping-cart-content-item-info-mobile{max-width:calc(100% - 93px);margin-bottom:28px}}.shopping-cart-content-item-info-row{margin-bottom:16px;padding-top:2px;padding-bottom:2px}.shopping-cart-content-item-info-type{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:4px}.shopping-cart-content-item-info-title{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px;text-wrap:wrap}.shopping-cart-content-item-info-finish{display:flex;align-items:center;gap:12px;color:#000;font-size:14px;font-style:normal;font-weight:300}.shopping-cart-content-item-info-finish .icon{width:20px;height:20px}.shopping-cart-content-item-info-price{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#6b7280;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.shopping-cart-content-item-info-price img{width:32px;height:32px;object-fit:contain;border-radius:50%}.shopping-cart-content-ships{display:flex;padding:6px 10px;align-items:center;gap:10px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#000;backdrop-filter:blur(12px);width:fit-content;margin-left:auto}@media (max-width:767px){.shopping-cart-content-ships{margin-left:0}}.shopping-cart-content-ships .icon{width:20px;height:20px}.shopping-cart-content-ships.waiting{color:#a92a07;background:rgba(255,231,222,.5)}.shopping-cart-content-ships.success{color:#259458;background:rgba(222,255,248,.5)}.shopping-cart-price{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:normal}@media (max-width:767px){.shopping-cart-price{text-align:right}}.shopping-cart-price-counter{display:flex;align-items:center;justify-content:flex-end;gap:20px}@media (max-width:767px){.shopping-cart-price-counter{gap:10px}}.shopping-cart-price-delete-button{background:#f8f8f8;border:none;cursor:pointer;padding:0;margin:0;display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;aspect-ratio:1/1;color:#6b7280;transition:all .3s ease}.shopping-cart-price-delete-button:hover{background:#e5e7eb}.shopping-cart-price-delete-button:hover svg{color:#000}.shopping-cart-price-delete-button svg{width:20px;height:20px}.shopping-cart-order-summary{display:flex;flex-direction:column;gap:32px;background:#f8f8f8;padding:40px 20px;max-width:427px;width:100%;margin-left:auto;position:sticky;top:100px}@media screen and (max-width:767px){.shopping-cart-order-summary{position:static;width:auto;max-width:calc(100% + 40px);margin-top:80px;margin-left:-20px;margin-right:-20px}}.shopping-cart-order-summary-title{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:46px}.shopping-cart-order-summary-list{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0}.shopping-cart-order-summary-list-item{display:flex;align-items:center;justify-content:space-between;gap:10px}.shopping-cart-order-summary-list-item-title{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.shopping-cart-order-summary-list-item-price{color:#000;font-size:18px;font-style:normal;font-weight:800;line-height:normal}.shopping-cart-order-summary-total{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal;display:flex;justify-content:space-between}.shopping-cart-order-summary-total b{color:#000;font-size:32px;font-style:normal;font-weight:500;line-height:normal}.shopping-cart-order-summary-total-wrapper.scroll{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:20px;background:#f8f8f8;box-shadow:0 -4px 11.8px 0 rgba(0,0,0,.15)}.shopping-cart-order-summary-button{width:100%;max-width:100%;margin-top:12px}.shopping-cart-order-summary-notice{display:flex;padding:6px 0;align-items:flex-start;gap:12px;align-self:stretch}.shopping-cart-order-summary-notice .icon{width:20px;height:20px;margin-top:1px}.shopping-cart-order-summary-notice p{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin:0;max-width:calc(100% - 32px)}.privacy-policy{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:767px){.privacy-policy{padding:92px 0 50px}}@media screen and (max-width:1023px){.privacy-policy{transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}}.privacy-policy__sidebar{background:#f8f8f8;padding:16px;margin-bottom:60px}.privacy-policy__sidebar-mobile{display:none}@media screen and (max-width:1023px){.privacy-policy__sidebar-mobile{display:flex;position:sticky;top:72px;z-index:100;margin-left:-16px;margin-right:-16px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-snap-align:start;scroll-snap-stop:always;scroll-snap-align:start;background:#f8f8f8;transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.privacy-policy__sidebar-mobile a{text-wrap:nowrap;font-size:20px;font-weight:500;line-height:normal;padding:16px;color:#8d8d8d;display:flex;align-items:center;justify-content:center;transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.privacy-policy__sidebar-mobile a.active{color:#000}}.privacy-policy__sidebar-wrapper{position:sticky;top:120px}@media screen and (max-width:1023px){.privacy-policy__sidebar{display:none}}.privacy-policy__sidebar-section{margin-bottom:24px}.privacy-policy__sidebar-section:last-child{margin-bottom:0}.privacy-policy__sidebar-title{font-size:24px;font-weight:500;color:#000;margin:0 0 16px 0;cursor:pointer;transition:.15s;display:block;text-decoration:none}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__sidebar-title{font-size:1.8181818182vw;margin-bottom:1.2121212121vw}}.privacy-policy__sidebar-title--active,.privacy-policy__sidebar-title.active{font-weight:500;color:#070707}.privacy-policy__sidebar-title:hover{color:#070707}.privacy-policy__sidebar-nav{list-style:none;padding:0;margin:0;display:none;flex-direction:column;gap:12px}.privacy-policy__sidebar-nav.active{display:flex}.privacy-policy__sidebar-link{font-size:18px;font-style:normal;font-weight:500;line-height:normal;color:#000;text-decoration:none;padding:0 0 0 24px;display:block;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__sidebar-link{font-size:1.3636363636vw;padding-left:1.8181818182vw}}.privacy-policy__sidebar-link:hover{color:#070707;text-decoration:underline}.privacy-policy__content{max-width:650px;margin:0 auto}.privacy-policy__section{margin-bottom:60px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__section{margin-bottom:4.5454545455vw}}.privacy-policy__section:last-child{margin-bottom:0}.privacy-policy__main-title{font-size:64px;font-weight:300;line-height:1.094;color:#000;margin:0 0 24px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__main-title{font-size:4.8484848485vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.privacy-policy__main-title{font-size:38px}}.privacy-policy__subsection{margin-bottom:24px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__subsection{margin-bottom:1.8181818182vw}}.privacy-policy__subsection:last-child{margin-bottom:0}.privacy-policy__subsection-title{font-size:24px;font-weight:500;line-height:1.364;color:#000;margin:0 0 6px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__subsection-title{font-size:1.8181818182vw;margin-bottom:.4545454545vw}}@media screen and (max-width:1023px){.privacy-policy__subsection-title{font-size:20px}}.privacy-policy__text{font-size:18px;font-weight:300;line-height:1.364;color:#000}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text{font-size:1.3636363636vw}}@media screen and (max-width:1023px){.privacy-policy__text{font-size:16px}}.privacy-policy__text p{margin:0 0 16px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text p{margin-bottom:1.2121212121vw}}.privacy-policy__text p:last-child{margin-bottom:0}.privacy-policy__text ul{list-style:none;padding:0;margin:0 0 16px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text ul{margin-bottom:1.2121212121vw}}.privacy-policy__text ul li{position:relative;padding-left:20px;margin-bottom:8px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text ul li{padding-left:1.5151515152vw;margin-bottom:.6060606061vw}}.privacy-policy__text ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:#070707;border-radius:50%}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text ul li:before{top:.6060606061vw;width:.4545454545vw;height:.4545454545vw}}.privacy-policy__text ul li:last-child{margin-bottom:0}.privacy-policy__text h3{font-size:20px;font-weight:500;line-height:1.364;color:#000;margin:24px 0 12px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text h3{font-size:1.5151515152vw;margin:1.8181818182vw 0 .9090909091vw 0}}@media screen and (max-width:1023px){.privacy-policy__text h3{font-size:18px;margin:20px 0 10px 0}}.privacy-policy__text h4{font-size:18px;font-weight:500;line-height:1.364;color:#000;margin:20px 0 10px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__text h4{font-size:1.3636363636vw;margin:1.5151515152vw 0 .7575757576vw 0}}@media screen and (max-width:1023px){.privacy-policy__text h4{font-size:16px;margin:16px 0 8px 0}}.privacy-policy__text strong{font-weight:500}.privacy-policy__help-card{background:#f8f8f8;padding:16px;border-radius:8px;margin-bottom:24px}@media screen and (max-width:1023px){.privacy-policy__help-card{margin-bottom:20px}}.privacy-policy__help-card .btn{min-height:42px;max-width:100%;width:100%}.privacy-policy__help-card .btn .icon{width:24px;height:24px}.privacy-policy__help-title{font-size:32px;font-weight:300;line-height:1.364;color:#000;margin:0 0 24px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-title{font-size:2.4242424242vw;margin-bottom:1.8181818182vw}}@media screen and (max-width:1023px){.privacy-policy__help-title{font-size:28px;margin-bottom:20px}}@media screen and (max-width:767px){.privacy-policy__help-title{font-size:24px}}.privacy-policy__help-content{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-content{gap:1.8181818182vw}}@media screen and (max-width:767px){.privacy-policy__help-content{gap:16px}}.privacy-policy__help-item{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-item{gap:.6060606061vw}}.privacy-policy__help-label{font-size:16px;font-weight:300;line-height:1.364;color:#000;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-label{font-size:1.2121212121vw}}.privacy-policy__help-address,.privacy-policy__help-phone{font-size:16px;font-weight:500;line-height:1.364;color:#000;text-decoration:none;transition:.15s}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-address,.privacy-policy__help-phone{font-size:1.2121212121vw}}.privacy-policy__help-address:hover,.privacy-policy__help-phone:hover{color:#070707;text-decoration:underline}.privacy-policy__help-text{font-size:16px;font-weight:300;line-height:1.364;color:#000;margin:0 0 24px 0}@media screen and (min-width:1024px) and (max-width:1320px){.privacy-policy__help-text{font-size:1.2121212121vw;margin-bottom:1.8181818182vw}}.contact-us__content{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.contact-us__content{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.contact-us__content{padding:92px 0 30px}}.contact-us__form-section{max-width:538px}@media screen and (max-width:1023px){.contact-us__form-section{max-width:100%}}.contact-us__title{font-size:64px;font-weight:300;line-height:70px;color:#000;margin:0 0 12px}@media screen and (max-width:1023px){.contact-us__title{font-size:38px;line-height:42px}}.contact-us__description{font-size:18px;font-weight:300;line-height:24px;color:#000;margin:0 0 24px;max-width:600px}@media screen and (max-width:1023px){.contact-us__description{font-size:20px;line-height:28px;margin-bottom:32px}}.contact-us__form{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1023px){.contact-us__form{gap:32px}}.contact-us__image{width:100%;min-height:710px}@media screen and (max-width:1023px){.contact-us__image{min-height:160px;margin-bottom:16px}}.contact-us__map{width:100%;height:652px;margin-bottom:20px}@media screen and (max-width:1023px){.contact-us__map{height:220px}}.contact-us__showroom-section{padding:70px 0 120px}@media screen and (max-width:1023px){.contact-us__showroom-section{padding:30px 0 100px}}.contact-us__showroom-title{font-size:40px;font-weight:300;line-height:56px;color:#000;margin:0 0 24px}@media screen and (max-width:1023px){.contact-us__showroom-title{font-size:32px;line-height:44px;margin-bottom:20px}}.contact-us__info-card{background:#f8f8f8;padding:24px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1023px){.contact-us__info-card{margin-bottom:24px}}.contact-us__card-title{font-size:32px;font-weight:300;line-height:44px;color:#000;margin:0}@media screen and (max-width:767px){.contact-us__card-title{font-size:24px;line-height:32px}}@media screen and (max-width:1023px){.contact-us__card-title{font-size:32px;line-height:44px}}.contact-us__card-content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1023px){.contact-us__card-content{gap:24px}}.contact-us__address-info{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1023px){.contact-us__address-info{gap:12px}}.contact-us__address-info .btn{display:flex;align-items:center;justify-content:center;gap:10px}@media screen and (max-width:1023px){.contact-us__address-info .btn{gap:10px}}.contact-us__address-info .btn svg{width:22px;height:22px}.contact-us__address-text{font-size:16px;font-weight:500;line-height:22px;color:#000;margin:0}@media screen and (max-width:1023px){.contact-us__address-text{font-size:16px;line-height:22px}}.contact-us__contact-info{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1023px){.contact-us__contact-info{gap:24px}}.contact-us__contact-item{font-size:16px;font-weight:500;line-height:22px;color:#000;margin:0}@media screen and (max-width:1023px){.contact-us__contact-item{font-size:16px;line-height:22px}}.contact-us__day-item{font-size:18px;font-weight:300;line-height:24px;color:#000;margin:0;display:flex;justify-content:space-between}@media screen and (max-width:1023px){.contact-us__day-item{font-size:18px;line-height:24px}}.contact-us__notice{position:absolute;top:0;right:0;margin:0;max-width:100%;width:fit-content}.about-us{overflow:hidden}.about-us__hero{padding:234px 0 50px;position:relative}.about-us__hero::before{content:"";position:absolute;top:0;left:0;width:100%;background:#e9eff6;height:calc(100% - 364px);z-index:-1}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__hero::before{height:calc(100% - 27.5757575758vw)}}@media screen and (max-width:1023px){.about-us__hero::before{height:calc(100% - 400px)}}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__hero{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.about-us__hero{padding:92px 0 50px}}.about-us__hero-title{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:70px;margin-bottom:52px;max-width:825px}@media screen and (max-width:1023px){.about-us__hero-title{font-size:32px;line-height:1.2;margin-bottom:20px}}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__hero-title{font-size:4.8484848485vw;line-height:5.303030303vw;margin-bottom:3.9393939394vw;max-width:62.5vw}}.about-us__hero-image{width:100%;max-width:650px;height:717px}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__hero-image{max-width:49.2424242424vw;height:54.3181818182vw}}@media screen and (max-width:1023px){.about-us__hero-image{max-width:100%;height:300px}}.about-us__hero-text{font-size:18px;font-weight:300;line-height:1.364;color:#000;margin:157px 0 0;max-width:538px}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__hero-text{margin-top:11.8939393939vw;max-width:40.7575757576vw}}@media screen and (max-width:1023px){.about-us__hero-text{margin-top:100px}}.about-us__stats-grid{display:flex;gap:40px;margin-bottom:32px}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__stats-grid{gap:3.0303030303vw;margin-bottom:2.4242424242vw}}@media screen and (max-width:1023px){.about-us__stats-grid{gap:20px;margin-bottom:20px}}.about-us__stats-title{font-size:64px;font-weight:300;line-height:1.25;color:#000;margin:0 0 44px}@media screen and (max-width:1023px){.about-us__stats-title{font-size:32px;line-height:1.2;margin-bottom:20px;margin-top:20px}}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__stats-title{font-size:4.8484848485vw;margin-bottom:3.3333333333vw}}.about-us__stats-item{display:flex;flex-direction:column;width:50%}@media screen and (max-width:1023px){.about-us__stats-item{width:100%}}.about-us__stats-number{font-size:100px;font-weight:300;line-height:90px;color:#374151;margin:0}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__stats-number{font-size:7.5757575758vw;line-height:6.8181818182vw}}@media screen and (max-width:1023px){.about-us__stats-number{font-size:50px;line-height:45px}}.about-us__stats-label{font-size:24px;font-weight:300;line-height:.956;color:#000;margin:0}@media screen and (max-width:1023px){.about-us__stats-label{font-size:12px;line-height:1.2}}.about-us__italian-design{padding:70px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.about-us__italian-design{padding:5.303030303vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.about-us__italian-design{padding:50px 0}}.about-us__italian-design-content{display:flex;flex-direction:column;gap:16px;max-width:427px}@media screen and (max-width:1023px){.about-us__italian-design-content{max-width:100%;margin-bottom:40px}}.about-us__italian-design-title{font-size:64px;font-weight:300;line-height:1.25;color:#000;margin:0}@media screen and (max-width:1023px){.about-us__italian-design-title{font-size:40px;line-height:1.2}}.about-us__italian-design-text{font-size:18px;font-weight:300;line-height:1.364;color:#000;margin-bottom:0}@media screen and (max-width:1023px){.about-us__italian-design-text{font-size:16px;line-height:1.5}}.about-us__italian-design .brands-item{background:#f8f8f8}.about-us__italian-design .brands-item img{mix-blend-mode:multiply}.about-us__italian-design .btn{margin-top:12px;min-height:42px}.about-us__showroom{padding:50px 0}.about-us__showroom-title{font-size:64px;font-weight:300;line-height:1.25;color:#000;margin:0 0 26px}@media screen and (max-width:1023px){.about-us__showroom-title{font-size:32px;line-height:1.2}}.about-us__showroom-text{font-size:18px;font-weight:300;line-height:1.364;color:#000;margin:0 0 30px;max-width:762px}.about-us__showroom-image-parallax{width:100%;height:602px}@media screen and (max-width:1023px){.about-us__showroom-image-parallax{height:300px}}.about-us__showroom-image-parallax-2{width:100%;height:380px}@media screen and (max-width:1023px){.about-us__showroom-image-parallax-2{height:200px}}.about-us__showroom-images{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1023px){.about-us__showroom-images{margin-top:40px}}.about-us__showroom-stats{display:flex;flex-direction:column;gap:13px;max-width:373px;margin-top:40px}@media screen and (max-width:1023px){.about-us__showroom-stats{gap:10px}}.about-us__showroom-stat{font-size:38px;font-weight:300;line-height:1.4;color:#000;margin:0}@media screen and (max-width:1023px){.about-us__showroom-stat{font-size:24px}}.hidden{display:none!important}.checkout-page__section{padding:234px 0 50px;position:relative}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__section{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.checkout-page__section{padding:92px 0 50px}}.checkout-page__section-wrap{max-width:762px}.checkout-page__section-success{max-width:650px}.checkout-page__section-success-title{font-size:40px;font-weight:300;line-height:56px;margin-bottom:32px}.checkout-page__section-success-title b{display:block;font-weight:500}.checkout-page__section-success-text{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.checkout-page__section-success-text a{color:#000}.checkout-page__section-success-actions{display:flex;align-items:center;gap:20px;margin-top:60px;flex-wrap:wrap}@media screen and (max-width:1023px){.checkout-page__section-success-actions .btn{width:100%;max-width:100%}}.checkout-page__section--order-details{padding:80px 0}.checkout-page__section--order-details .checkout-page__section-title{color:#000;font-size:40px;font-weight:300;line-height:56px;margin-bottom:24px}@media screen and (max-width:1023px){.checkout-page__section--order-details .checkout-page__section-title{font-size:38px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__section--order-details .checkout-page__section-title{font-size:3.0303030303vw}}.checkout-page__section--order-details .checkout-page__step-content{gap:20px}.checkout-page__title{font-size:64px;font-weight:300;line-height:1.09375;color:#000;margin-bottom:60px}@media screen and (max-width:1023px){.checkout-page__title{font-size:38px;line-height:1.158;margin-bottom:40px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__title{font-size:4.8484848485vw;margin-bottom:4.5454545455vw}}.checkout-page__step{display:flex;align-items:center;gap:20px;border-top:1px solid #c1c1c1;padding:32px 0;width:100%}.checkout-page__step--last{border-bottom:1px solid #c1c1c1}.checkout-page__step-number{width:52px;height:52px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:500;line-height:1.333;transition:all .15s;background:#000;color:#fff}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__step-number{width:3.9393939394vw;height:3.9393939394vw;font-size:1.8181818182vw}}.checkout-page__step-text{font-size:40px;font-weight:300;line-height:1.4;transition:color .15s;color:#000}@media screen and (max-width:1023px){.checkout-page__step-text{font-size:24px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__step-text{font-size:3.0303030303vw}}.checkout-page__step-content{display:flex;flex-wrap:wrap;gap:24px;padding-bottom:32px}.checkout-page__step-content-item{background:#f8f8f8;min-width:280px;padding:40px 20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.checkout-page__step-content-item-title{font-size:24px;font-weight:500;line-height:1.333;margin-bottom:6px}.checkout-page__step-content-item-text{font-size:18px;font-weight:300;line-height:1.364;color:#000;margin-top:0;margin-bottom:0}.checkout-page__step-content-item-text:last-child{margin-top:32px}@media screen and (max-width:576px){.checkout-page__step-content--shipping{gap:12px}}.checkout-page__step-content--shipping .checkout-page__form-actions{margin-top:0}.checkout-page__step-content--shipping-summary .checkout-page__step-shipping-item{padding:20px;display:block}.checkout-page__step-content--shipping-summary .checkout-page__step-shipping-item:hover{background:#f8f8f8}.checkout-page__step-shipping-item{display:flex;padding:40px 20px;flex-direction:column;justify-content:center;align-items:flex-start;background:#f8f8f8;align-self:stretch;cursor:pointer;position:relative;width:100%}.checkout-page__step-shipping-item:hover{background:#ebebeb}@media screen and (max-width:576px){.checkout-page__step-shipping-item{padding:20px}}.checkout-page__step-shipping-item span{width:100%}@media screen and (max-width:576px){.checkout-page__step-shipping-item span{padding-left:0!important;padding-top:36px;padding-right:36px}}.checkout-page__step-shipping-item span:before{top:2px!important}.checkout-page__step-shipping-item span:after{top:8px!important}.checkout-page__step-shipping-item h4{color:#000;font-size:24px;font-weight:500;line-height:32px;margin-bottom:6px}.checkout-page__step-shipping-item p{color:#000;font-size:18px;font-weight:300;line-height:normal;margin-bottom:0}.checkout-page__step-shipping-item-price{display:flex;align-items:center;gap:8px;color:#000;font-size:32px;font-weight:500;line-height:normal;justify-content:flex-end;flex-wrap:wrap}@media screen and (max-width:576px){.checkout-page__step-shipping-item-price{justify-content:flex-start;margin-top:24px}}.checkout-page__step-shipping-item-price .icon{width:32px;height:32px}@media screen and (max-width:576px){.checkout-page__step-shipping-item-price-tooltip{position:absolute;right:0;top:0}}.checkout-page__step-shipping-item-price-text{color:#000;text-align:right;font-size:18px;font-style:normal;font-weight:300;line-height:normal;width:100%;display:block;text-align:right}.checkout-page__progress{display:flex;flex-direction:column;margin-bottom:60px;gap:32px}@media screen and (max-width:1023px){.checkout-page__progress{margin-bottom:40px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__progress{gap:2.4242424242vw;margin-bottom:4.5454545455vw}}.checkout-page__progress-step{display:flex;align-items:center;gap:20px;border-bottom:1px solid #c1c1c1;padding-bottom:32px;padding-top:32px}.checkout-page__progress-step:first-child{border-top:1px solid #c1c1c1}@media screen and (max-width:1023px){.checkout-page__progress-step{gap:16px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__progress-step{gap:1.5151515152vw}}.checkout-page__form{margin-bottom:60px}@media screen and (max-width:1023px){.checkout-page__form{margin-bottom:40px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__form{margin-bottom:4.5454545455vw}}.checkout-page__form--payment{padding-bottom:32px;border-bottom:1px solid #c1c1c1}.checkout-page__form--payment .checkout-page__form-actions{margin-top:12px}.checkout-page__form-section .custom-checkbox span{font-size:14px;min-height:24px;display:block}.checkout-page__form-section .custom-checkbox span a{color:#000;font-weight:600}.checkout-page__section-title{font-size:24px;font-weight:500;line-height:1.333;color:#000;margin-bottom:24px}@media screen and (max-width:1023px){.checkout-page__section-title{font-size:20px;margin-bottom:20px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__section-title{font-size:1.8181818182vw;margin-bottom:1.8181818182vw}}.checkout-page__form-fields .row{margin-left:-16px;margin-right:-16px}.checkout-page__form-fields .row [class*=col-]{padding-left:16px;padding-right:16px}.checkout-page__form-field{display:block;width:100%;margin-bottom:32px;position:relative}.checkout-page__form-field .card-icon{position:absolute;right:0;top:0;width:60px;height:40px}.checkout-page__same-as-shipping{margin-bottom:44px;margin-top:12px}.checkout-page__same-as-shipping span{color:#000;font-size:24px;font-weight:300;line-height:1;cursor:pointer;padding-left:44px}.checkout-page__same-as-shipping span:before{width:28px!important;height:28px!important}.checkout-page__same-as-shipping span:after{font-size:24px!important;line-height:1!important;width:28px!important;height:28px!important;top:0!important;left:0!important}@media screen and (max-width:1023px){.checkout-page__same-as-shipping{margin-bottom:24px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__same-as-shipping{margin-bottom:3.3333333333vw}}.checkout-page__billing-address{display:block}.checkout-page__billing-address--hidden{display:none}.checkout-page__form-actions{margin-top:60px;width:100%}@media screen and (max-width:1023px){.checkout-page__form-actions{margin-top:40px}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__form-actions{margin-top:4.5454545455vw}}.checkout-page__form-actions .btn{width:100%;max-width:100%}@media screen and (max-width:1023px){.checkout-page__form-actions .btn{padding:20px 30px;font-size:24px;line-height:1.333}}.checkout-page__edit{background:0 0;border:none;font-size:18px;color:#000;font-weight:300;line-height:normal;cursor:pointer;padding:0;margin:0 0 0 auto;text-decoration:none}.checkout-page__edit:hover{opacity:.8;text-decoration:underline}.order-summary{background:#f8f8f8;padding:40px 20px;border-radius:0;position:sticky;top:100px}@media screen and (max-width:1023px){.order-summary{margin-top:40px;margin-left:-20px;margin-right:-20px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary{padding:3.0303030303vw 1.5151515152vw}}.order-summary__title{font-size:32px;font-weight:300;line-height:1.438;color:#000;margin-bottom:32px}@media screen and (max-width:1023px){.order-summary__title{font-size:32px;line-height:1.438;margin-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__title{font-size:2.4242424242vw;margin-bottom:2.4242424242vw}}.order-summary__items{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}@media screen and (max-width:1023px){.order-summary__items{gap:12px;margin-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__items{gap:.9090909091vw;margin-bottom:2.4242424242vw}}.order-summary__item{display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width:1023px){.order-summary__item{gap:20px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__item{gap:1.5151515152vw}}.order-summary__item p{font-size:18px}.order-summary__item-text{font-size:18px;font-weight:300;line-height:1.364;color:#000}@media screen and (max-width:1023px){.order-summary__item-text{font-size:18px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__item-text{font-size:1.3636363636vw}}.order-summary__item-text--price{font-weight:800}.order-summary__coupon-section{border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;padding:20px 0;margin-bottom:32px}@media screen and (max-width:1023px){.order-summary__coupon-section{padding:20px 0;margin-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-section{padding:1.5151515152vw 0;margin-bottom:2.4242424242vw}}.order-summary__coupon-item{display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width:1023px){.order-summary__coupon-item{gap:20px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-item{gap:1.5151515152vw}}.order-summary__coupon-info{display:flex;align-items:center;gap:8px}@media screen and (max-width:1023px){.order-summary__coupon-info{gap:8px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-info{gap:.6060606061vw}}.order-summary__coupon-icon{color:#259458}.order-summary__coupon-icon svg{width:24px;height:24px}@media screen and (max-width:1023px){.order-summary__coupon-icon{width:24px;height:24px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-icon{width:1.8181818182vw;height:1.8939393939vw}}.order-summary__coupon-details{display:flex;flex-direction:column;gap:2px}@media screen and (max-width:1023px){.order-summary__coupon-details{gap:1px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-details{gap:.1515151515vw}}.order-summary__coupon-code{font-size:18px;font-weight:300;line-height:1.364;color:#000}.order-summary__coupon-code b{font-weight:700}@media screen and (max-width:1023px){.order-summary__coupon-code{font-size:16px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-code{font-size:1.3636363636vw}}.order-summary__coupon-actions{display:flex;align-items:center;gap:12px}.order-summary__coupon-discount{font-size:18px;font-weight:300;line-height:1.364;color:#000}@media screen and (max-width:1023px){.order-summary__coupon-discount{font-size:16px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-discount{font-size:1.3636363636vw}}.order-summary__coupon-remove{background:0 0;border:none;font-size:18px;font-weight:500;line-height:1.364;color:red;cursor:pointer;padding:0}@media screen and (max-width:1023px){.order-summary__coupon-remove{font-size:16px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__coupon-remove{font-size:1.3636363636vw}}.order-summary__coupon-remove:hover{opacity:.8}.order-summary__total{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:32px}@media screen and (max-width:1023px){.order-summary__total{gap:20px;margin-bottom:32px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__total{gap:1.5151515152vw;margin-bottom:2.4242424242vw}}.order-summary__total-text{font-size:18px;font-weight:300;line-height:1.364;color:#000}@media screen and (max-width:1023px){.order-summary__total-text{font-size:18px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__total-text{font-size:1.3636363636vw}}.order-summary__total-text--price{font-size:32px;font-weight:500;line-height:1.364}@media screen and (max-width:1023px){.order-summary__total-text--price{font-size:32px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__total-text--price{font-size:2.4242424242vw}}.order-summary__shipping-notice{display:flex;gap:12px;padding:6px 0}@media screen and (max-width:1023px){.order-summary__shipping-notice{gap:12px;padding:6px 0}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__shipping-notice{gap:.9090909091vw;padding:.4545454545vw 0}}.order-summary__notice-icon .icon{width:20px;height:20px}@media screen and (max-width:1023px){.order-summary__notice-icon{width:20px;height:20px;margin-top:2px}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__notice-icon{width:1.5151515152vw;height:1.5151515152vw;margin-top:.1515151515vw}}.order-summary__notice-text{font-size:14px;font-weight:500;line-height:1.364;color:#000;margin:0}@media screen and (max-width:1023px){.order-summary__notice-text{font-size:14px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.order-summary__notice-text{font-size:1.0606060606vw}}@media screen and (max-width:1023px){.checkout-page .container-xxl{padding-left:20px;padding-right:20px}.checkout-page__progress .checkout-page__progress-step .checkout-page__step-text{font-size:24px}.checkout-page__form-fields .row{margin-left:-10px;margin-right:-10px}.checkout-page__form-fields .row [class*=col-]{padding-left:10px;padding-right:10px}.order-summary{position:sticky;top:20px;z-index:10}}@media screen and (max-width:767px){.checkout-page__title{font-size:36px}.checkout-page__progress-step .checkout-page__step-number{width:36px;height:36px;font-size:18px}.checkout-page__progress-step .checkout-page__step-text{font-size:18px}.checkout-page__section-title{font-size:18px}.checkout-page__input{font-size:16px;min-height:32px}.checkout-page__checkbox-text{font-size:16px}.checkout-page__btn{padding:14px 20px;font-size:18px}.order-summary__title{font-size:20px}.order-summary__item-text{font-size:14px}.order-summary__item-text--price{font-size:14px}.order-summary__coupon-code,.order-summary__coupon-discount,.order-summary__coupon-remove{font-size:14px}.order-summary__total-text{font-size:14px}.order-summary__total-text--price{font-size:24px}.order-summary__notice-text{font-size:11px}}.checkout-page__cart-order-summary{padding-bottom:80px}@media screen and (max-width:1023px){.checkout-page__cart-order-summary{padding-bottom:0}}.checkout-page__cart-order-summary .checkout-page__section-title{color:#000;font-size:40px;font-weight:300;line-height:56px;margin-bottom:24px}@media screen and (max-width:1023px){.checkout-page__cart-order-summary .checkout-page__section-title{font-size:38px;line-height:1.364}}@media screen and (min-width:1024px) and (max-width:1320px){.checkout-page__cart-order-summary .checkout-page__section-title{font-size:3.0303030303vw}}@media screen and (max-width:1023px){.shopping-cart-content-item--summary{padding:0}}button:disabled{opacity:.5;cursor:not-allowed}@media screen and (min-width:1024px) and (max-width:1320px){.floating-label.active{font-size:1.0606060606vw!important;bottom:1.8939393939vw!important}}.order-page__header{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.order-page__header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.order-page__header{padding:92px 0 50px}}.order-page__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap}.order-page__header-support{display:flex;align-items:center;color:#000;font-family:"Nunito Sans";font-size:18px;font-style:normal;font-weight:400;line-height:normal;gap:16px;text-decoration:none}.order-page__header-support:hover{text-decoration:underline}.order-page__header-support .icon{width:24px;height:24px}.order-page__header-title{color:#000;font-size:64px;font-style:normal;font-weight:300;line-height:70px}@media screen and (min-width:1024px) and (max-width:1320px){.order-page__header-title{font-size:4.8484848485vw;line-height:5.303030303vw}}@media screen and (max-width:1023px){.order-page__header-title{font-size:38px;margin-bottom:20px;width:100%}}.order-page__steps{width:100%;overflow-x:auto}.order-page__steps::-webkit-scrollbar{display:none}.order-page__steps-container{display:flex;gap:120px;position:relative;min-width:fit-content}.order-page__steps-container:before{content:"";position:absolute;background:#dbdbdb;height:2px;width:calc(100% - 198px);top:96px;left:99px}.order-page__step{min-width:198px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.order-page__step:before{content:"";position:absolute;border-radius:10px;border:2px solid #dbdbdb;display:flex;width:20px;height:20px;padding:5px;justify-content:center;align-items:center;top:86.5px;left:50%;transform:translateX(-50%);z-index:2}.order-page__step:after{content:"";position:absolute;background:#fff;width:24px;height:24px;border-radius:50%;top:86.5px;left:50%;transform:translateX(-50%);z-index:1}.order-page__step.completed .order-page__step-icon{border-color:#000;background:#000;color:#fff}.order-page__step.completed .order-page__step-icon:before{content:"";position:absolute;background:#000;width:calc(100% + 99px);height:2px;top:96px;left:108px}.order-page__step.completed .order-page__step-content-title{color:#6b7280}.order-page__step.completed:before{border-color:#000;background:#000}.order-page__step.current .order-page__step-icon{border:1px solid #000}.order-page__step.current:before{border-color:#000}.order-page__step-icon{width:52px;height:52px;border-radius:8px;border:1px solid #dbdbdb;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:90px;color:#000}.order-page__step-icon .icon{width:32px;height:32px}.order-page__step-content{display:flex;flex-direction:column;align-items:center;gap:10px}.order-page__step-content-title{color:#000;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.order-page__step-content-date{color:#6b7280;text-align:center;font-family:"Nunito Sans";font-size:16px;font-style:normal;font-weight:500;line-height:normal}.order-page__section{padding:40px 0}.order-page__section-title{color:#000;font-size:48px;font-style:normal;font-weight:300;line-height:50px;margin-bottom:20px}.order-page__section .checkout-page__section--order-details{padding-bottom:0}.order-page__section--faq{padding-bottom:120px}@media screen and (max-width:1023px){.order-page__section--faq{padding-bottom:100px}}.order-page__section--faq .container-xxl{max-width:670px}.order-page__faq-item{margin-bottom:24px}.order-page__faq-item:last-child{margin-bottom:0}.order-page__faq-item-title{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px}.order-page__faq-item-content{color:#000;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.checkout-page__step-content-item .order-summary__items{width:100%;margin-top:32px}.checkout-page__step-content-item .order-summary__total{width:100%;margin-bottom:0}.brands-page__header{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.brands-page__header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.brands-page__header{padding:92px 0 50px}}.brands-page__header .breadcrumbs{margin-bottom:40px}@media screen and (max-width:1023px){.brands-page__header .popular-brands{order:-99999;background:#f3f4f6;padding-top:40px;padding-bottom:40px;margin-bottom:40px}}.brands-page__title{color:#000;font-size:64px;font-weight:300;line-height:1.09375;margin:0 0 32px}@media screen and (max-width:1023px){.brands-page__title{font-size:38px;font-weight:300;line-height:44px}}.brands-page__section-title{color:#6b7280;font-size:24px;font-weight:300;line-height:1.364;margin:0 0 24px 0}@media screen and (max-width:1023px){.brands-page__section-title{margin-bottom:16px}}.brands-page__popular{padding:0 0 80px}@media screen and (max-width:1023px){.brands-page__popular{padding:0 0 60px}}.brands-page__popular-grid{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:20px}@media screen and (max-width:1023px){.brands-page__popular-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}}.brands-page__brand-card{display:flex;align-items:center;justify-content:center;height:148px;background:#fff;border:1px solid #e6e8ec;text-decoration:none;transition:.15s;padding:20px}.brands-page__brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}@media screen and (max-width:1023px){.brands-page__brand-card{height:120px;padding:15px}}@media screen and (max-width:767px){.brands-page__brand-card{height:100px;padding:10px}}.brands-page__brand-card img{max-width:100%;max-height:100%;object-fit:contain}.brands-page__modern,.brands-page__traditional{padding:0 0 80px}@media screen and (max-width:1023px){.brands-page__modern,.brands-page__traditional{padding:0 0 60px}}.brands-page__alphabetical{max-width:873px}.brands-page__letter-group{margin-bottom:60px}@media screen and (max-width:1023px){.brands-page__letter-group{margin-bottom:20px}}.brands-page__letter{color:#000;font-size:40px;font-weight:300;line-height:1.4;margin:0 0 16px 0}.brands-page__brand-list{display:flex;flex-direction:column;gap:4px}.brands-page__brand-link{color:#000;font-size:18px;font-weight:300;line-height:1.364;text-decoration:none;transition:.15s}.brands-page__brand-link:hover{color:#6b7280;text-decoration:underline}.blog-page{background:#fff}.blog-page__header{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.blog-page__header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.blog-page__header{padding:92px 0 50px}}.blog-page__title{color:#000;font-size:64px;font-weight:300;line-height:1.09375;margin:0 0 32px 0}@media screen and (max-width:1023px){.blog-page__title{color:#000;font-family:"Nunito Sans";font-size:38px;font-weight:300;line-height:44px}}.blog-page__tabs{display:flex;gap:44px;align-items:center;overflow-x:auto;scrollbar-width:none}.blog-page__tabs::-webkit-scrollbar{display:none}.blog-page__tab{color:rgba(0,0,0,.8);font-size:16px;font-weight:300;line-height:1.364;text-decoration:none;padding:6px 0;transition:.15s;position:relative;white-space:nowrap}.blog-page__tab::after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#000;opacity:0;transition:.15s;width:0}.blog-page__tab:hover{color:#000}.blog-page__tab:hover::after{width:100%;opacity:1}.blog-page__tab.active{color:#000;font-weight:500}.blog-page__tab.active::after{opacity:1;width:100%}.blog-page__posts{padding:0 0 80px}@media screen and (max-width:1023px){.blog-page__posts{padding:0 0 60px}}.blog-page__posts-grid{display:flex;flex-direction:column;gap:44px}.blog-page__post:not(:last-child){border-bottom:1px solid #e6e8ec;padding-bottom:44px}.blog-page__post-image{width:100%;height:390px;overflow:hidden;object-fit:cover}@media screen and (max-width:1023px){.blog-page__post-image{height:220px}}.blog-page__post-image img{width:100%;height:100%;object-fit:cover;transition:.15s}.blog-page__post-image img:hover{transform:scale(1.05)}.blog-page__post-content{padding:0 20px}@media screen and (max-width:1023px){.blog-page__post-content{padding:20px 0 0 0}.blog-page__post-content .btn{width:100%;max-width:100%}}.blog-page__post-title{color:#000;font-size:40px;font-weight:300;line-height:1.364;margin:0 0 16px 0}.blog-page__post-excerpt{color:#000;font-size:18px;font-weight:300;line-height:1.364;margin:0 0 60px 0}.blog-page__pagination{padding:0 0 80px}@media screen and (max-width:1023px){.blog-page__pagination{padding:0 0 60px}}.blog-page__pagination-content{display:flex;flex-direction:column;align-items:center;gap:24px}.blog-page__pagination-text{color:#000;font-size:18px;font-weight:300;line-height:1.364;margin:0;text-align:center}@media screen and (max-width:767px){.blog-page__pagination-text{font-size:16px}}.blog-page__pagination-buttons{display:flex;gap:16px}.btn--white{background:#fff;color:#070707;border:1px solid #070707;padding:10px 20px;font-size:16px;font-weight:300;line-height:1.364;text-decoration:none;display:inline-flex;align-items:center;transition:.15s;cursor:pointer}.btn--white:hover{background:#070707;color:#fff;text-decoration:none}.btn--small{padding:10px 20px;font-size:16px;font-weight:300;line-height:1.364}.blog-post-page html{scroll-behavior:smooth}.blog-post-page__header{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.blog-post-page__header{padding:92px 0 0}}.blog-post-page__back-link{display:inline-flex;align-items:center;gap:12px;color:#000;text-decoration:none;font-size:32px;font-weight:300;line-height:1.364;transition:.15s}.blog-post-page__back-link:hover{color:#000;text-decoration:none}.blog-post-page__back-link .icon{width:51px;height:51px;fill:currentColor}@media screen and (max-width:1023px){.blog-post-page__back-link{font-size:24px;margin-bottom:50px}.blog-post-page__back-link .icon{width:40px;height:40px}}.blog-post-page__title{color:#000;font-size:64px;font-weight:300;line-height:1.094;margin:0}@media screen and (max-width:1023px){.blog-post-page__title{font-size:38px}}.blog-post-page__hero-image{margin-top:40px;height:686px;overflow:hidden;border-radius:0}.blog-post-page__hero-image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1023px){.blog-post-page__hero-image{height:182px}}.blog-post-page__content{padding:50px 0}.blog-post-page__section{padding:40px 0}.blog-post-page__section:last-child{padding-bottom:0}.blog-post-page__section-title{color:#000;margin-bottom:32px}.blog-post-page__image-wrapper{height:686px;overflow:hidden;border-radius:0;max-width:985px;margin-left:auto;margin-right:auto;margin-bottom:32px}@media screen and (max-width:1023px){.blog-post-page__image-wrapper{height:244px}}.blog-post-page__image-wrapper img{width:100%;height:100%;object-fit:cover}.blog-post-page__content{color:#000;font-size:18px;font-weight:300;line-height:1.364}.blog-post-page__content h1,.blog-post-page__content h2,.blog-post-page__content h3,.blog-post-page__content h4,.blog-post-page__content h5,.blog-post-page__content h6,.blog-post-page__content ol,.blog-post-page__content p,.blog-post-page__content ul{max-width:650px;margin-left:auto;margin-right:auto}.blog-post-page__content h1{font-size:64px;font-weight:300;line-height:1.25}.blog-post-page__content h2{font-size:40px;font-weight:300;line-height:1.25}.blog-post-page__content h3{font-size:32px;font-weight:300;line-height:1.25}.blog-post-page__content h4{font-size:24px;font-weight:300;line-height:1.25}.blog-post-page__content h5{font-size:20px;font-weight:300;line-height:1.25}.blog-post-page__content h6{font-size:18px;font-weight:300;line-height:1.25}.blog-post-page__content p{color:#000;font-size:18px;font-weight:300;line-height:1.364;margin-bottom:24px}.blog-post-page__content p:last-child{margin-bottom:0}.blog-post-page__subsection-title{color:#000;font-weight:500!important;margin-bottom:21px}@media screen and (max-width:1023px){.blog-post-page__gallery .row{margin-left:-2.5px;margin-right:-2.5px}}@media screen and (max-width:1023px){.blog-post-page__gallery .row [class*=col-]{padding-left:2.5px;padding-right:2.5px}}.blog-post-page__gallery-item{position:relative;height:728px;overflow:hidden;border-radius:0}.blog-post-page__gallery-item img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1023px){.blog-post-page__gallery-item{height:400px}}@media screen and (max-width:767px){.blog-post-page__gallery-item{height:200px}}@media screen and (max-width:1023px){.blog-post-page__large-gallery .row{margin-left:-2.5px;margin-right:-2.5px}}@media screen and (max-width:1023px){.blog-post-page__large-gallery .row [class*=col-]{padding-left:2.5px;padding-right:2.5px}}.blog-post-page__large-gallery .blog-post-page__gallery-item{height:100%;overflow:hidden;margin-bottom:20px}@media screen and (max-width:1023px){.blog-post-page__large-gallery .blog-post-page__gallery-item{margin-bottom:5px}}.blog-post-page__large-gallery .col-4 .blog-post-page__gallery-item,.blog-post-page__large-gallery .col-8 .blog-post-page__gallery-item{max-height:620px}@media screen and (max-width:1023px){.blog-post-page__large-gallery .col-4 .blog-post-page__gallery-item,.blog-post-page__large-gallery .col-8 .blog-post-page__gallery-item{max-height:165px}}.blog-post-page__large-gallery .col-6 .blog-post-page__gallery-item{max-height:460px;margin-bottom:0}@media screen and (max-width:1023px){.blog-post-page__large-gallery .col-6 .blog-post-page__gallery-item{max-height:122px}}.blog-post-page__slider .slick-slide{position:relative}.blog-post-page__slider .slick-slide::before{content:"";background:linear-gradient(0deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.25) 100%) no-repeat;position:absolute;top:0;left:0;right:0;bottom:0}.blog-post-page__slider-nav{padding-left:50px;padding-right:40px;text-align:center;position:relative;margin-top:-50px;max-width:1200px;margin-left:auto}@media screen and (max-width:1023px){.blog-post-page__slider-nav{padding-left:0;padding-right:0;margin-top:-30px}}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__slider-nav{padding-left:3.7878787879vw;padding-right:3.0303030303vw;margin-top:-3.7878787879vw;max-width:73.9393939394vw}}.blog-post-page__slider-nav .slick-arrow{width:32px;height:32px;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__slider-nav .slick-arrow{width:2.4242424242vw;height:2.4242424242vw}}.blog-post-page__slider-nav .slick-slide{padding:0 10px}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__slider-nav .slick-slide{padding:0 .7575757576vw}}.blog-post-page__slider-nav .slick-slide.slick-current img{border:1px solid #070707}.blog-post-page__slider-nav img{max-width:205px;aspect-ratio:1/1;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__slider-nav img{max-width:15.5303030303vw}}@media screen and (max-width:1023px){.blog-post-page__slider-nav img{width:100px;height:100px;box-shadow:0 4px 11.8px 0 rgba(0,0,0,.15);margin-bottom:12px}}.blog-post-page__slider-prev{left:0}.blog-post-page__slider-next{right:0}@media screen and (max-width:767px){.blog-post-page__slider{width:calc(100% + 40px);margin-left:-20px}}.blog-post-page__slider-item img{max-height:686px;object-fit:cover;width:100%}@media screen and (min-width:1024px) and (max-width:1320px){.blog-post-page__slider-item img{max-height:51.9696969697vw}}@media screen and (max-width:767px){.blog-post-page__slider-item img{max-height:263px}}.blog-post-page__related{padding:50px 0 100px}.blog-post-page__related-wrapper{overflow-x:auto;scrollbar-width:none}.blog-post-page__related-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width:1023px){.blog-post-page__related-wrapper{width:calc(100% + 40px);margin-left:-10px}.blog-post-page__related-wrapper .row{margin-left:-2.5px;margin-right:-2.5px;flex-wrap:nowrap}.blog-post-page__related-wrapper .row .col-6{padding-left:2.5px;min-width:315px;padding-right:2.5px}}.blog-post-page__related-article{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.blog-post-page__related-article:hover .blog-post-page__related-image img{transform:scale(1.1)}.blog-post-page__related-image{height:315px;overflow:hidden;border-radius:0;margin-bottom:10px}.blog-post-page__related-image img{width:100%;height:100%;object-fit:cover;transition:.15s}@media screen and (max-width:1023px){.blog-post-page__related-image{height:250px}}@media screen and (max-width:767px){.blog-post-page__related-image{height:200px}}.blog-post-page__related-content{flex:1;display:flex;flex-direction:column;gap:12px}.blog-post-page__related-meta{display:flex;flex-direction:column;gap:12px}.blog-post-page__related-category{color:#6b7280;font-size:16px;font-weight:500;line-height:1.364}.blog-post-page__related-title{color:#000;font-size:24px;font-weight:300;line-height:1.364;margin:0}.blog-post-page__related-title--large{color:#000;font-size:64px;font-weight:300;line-height:1.25;text-align:center;margin:0 0 40px 0}@media screen and (max-width:1023px){.blog-post-page__related-title--large{font-size:48px;margin-bottom:30px}}@media screen and (max-width:767px){.blog-post-page__related-title--large{font-size:36px;margin-bottom:20px}}.blog-post-page__related-link{color:#000;font-size:16px;font-weight:500;line-height:1.364;text-decoration:none;transition:.15s}.blog-post-page__related-link::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:3}.blog-post-page__related-link:hover{color:#000;text-decoration:none;opacity:.7}.blog-post-page__cta{text-align:center;margin-top:40px}.btn--dark{background:#070707;color:#fff;border:none;padding:20px 30px;font-size:24px;font-weight:300;line-height:1.333;text-decoration:none;display:inline-flex;align-items:center;gap:12px;transition:.15s;cursor:pointer}.btn--dark:hover{background:#000;color:#fff;text-decoration:none}@media screen and (max-width:1023px){.btn--dark{font-size:20px;padding:16px 24px}}@media screen and (max-width:767px){.btn--dark{font-size:18px;padding:14px 20px}}.walk-in-closets-page .breadcrumbs{margin-bottom:40px}.walk-in-closets-page__title{color:#000;font-size:64px;font-weight:300;line-height:1.094;margin-bottom:24px}@media screen and (max-width:1023px){.walk-in-closets-page__title{font-size:38px}}.walk-in-closets-page__header{padding:234px 0 50px}@media screen and (min-width:1024px) and (max-width:1320px){.walk-in-closets-page__header{padding:17.7272727273vw 0 3.7878787879vw}}@media screen and (max-width:1023px){.walk-in-closets-page__header{padding:92px 0 0}}.walk-in-closets-page__header p{color:#6b7280;font-size:16px;font-weight:400;line-height:normal;margin-bottom:32px}.walk-in-closets-page .blog-post-page__gallery{margin-bottom:32px}.walk-in-closets-page .blog-post-page__section{padding:60px 0}@media screen and (max-width:1023px){.walk-in-closets-page .blog-post-page__section{padding:40px 0}}.walk-in-closets-page .blog-post-page__section:last-child{padding-bottom:0}.walk-in-closets-page .blog-post-page__section .blog-post-page__hero-image{margin-top:0}.walk-in-closets-page .blog-post-page__content{padding-bottom:120px}.closet-accessories__category{margin-bottom:60px}.closet-accessories__category:last-child{margin-bottom:0}.closet-accessories__category-title{color:#000;font-size:24px;font-weight:500;line-height:1.364;margin-bottom:12px}.closet-accessories__description{color:#000;font-size:18px;font-weight:300;line-height:1.364;margin-bottom:16px}.closet-accessories__options{display:flex;gap:20px;flex-wrap:wrap}@media screen and (max-width:1023px){.closet-accessories__options{gap:10px}}.closet-accessories__option{display:flex;flex-direction:column;gap:16px;width:203px;text-decoration:none;color:inherit;transition:.15s}.closet-accessories__option:hover{opacity:.8;transform:translateY(-2px)}@media screen and (max-width:1023px){.closet-accessories__option{width:calc(33.333% - 7px)}}@media screen and (max-width:767px){.closet-accessories__option{width:calc(50% - 5px)}}@media screen and (max-width:520px){.closet-accessories__option{width:100%}}.closet-accessories__option-image{width:100%;height:180px;overflow:hidden;border-radius:0}@media screen and (max-width:520px){.closet-accessories__option-image{height:auto}}.closet-accessories__option-image img{width:100%;height:100%;object-fit:cover}.closet-accessories__option-name{color:#000;font-size:18px;font-weight:300;line-height:1.364;text-align:center}.closet-accessories__shelves-grid{display:flex;flex-direction:column;gap:20px}.closet-accessories__shelves-row{display:flex;gap:20px}@media screen and (max-width:1023px){.closet-accessories__shelves-row{gap:10px}}@media screen and (max-width:767px){.closet-accessories__shelves-row{flex-wrap:wrap}}.closet-finishes__category{margin-bottom:60px}.closet-finishes__category:last-child{margin-bottom:0}.closet-finishes__category-title{color:#000;font-size:24px;font-weight:500;line-height:1.364;margin-bottom:12px}.closet-finishes__subcategory{margin-bottom:40px}.closet-finishes__subcategory:last-child{margin-bottom:0}.closet-finishes__description{color:#000;font-size:18px;font-weight:300;line-height:1.364;margin-bottom:16px}.closet-finishes__options{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px}.closet-finishes__options:last-child{margin-bottom:0}@media screen and (max-width:1023px){.closet-finishes__options{gap:10px}}.closet-finishes__option{display:flex;flex-direction:column;gap:16px;width:203px;text-decoration:none;color:inherit;transition:.15s;text-align:center}.closet-finishes__option:hover{opacity:.8;transform:translateY(-2px)}@media screen and (max-width:1023px){.closet-finishes__option{width:calc(33.333% - 7px)}}@media screen and (max-width:767px){.closet-finishes__option{width:calc(50% - 5px)}}.closet-finishes__option-image{max-width:100%;height:180px;width:100%;overflow:hidden;border-radius:0}.closet-finishes__option-image.rounded-circle{width:180px;height:180px;margin-left:auto;margin-right:auto}.closet-finishes__option-image.rounded-circle img{border-radius:50%}@media screen and (max-width:1023px){.closet-finishes__option-image.rounded-circle{width:160px;height:160px}}.closet-finishes__option-image img{width:100%;height:100%;object-fit:cover}.closet-finishes__option-name{color:#000;font-size:18px;font-weight:300;line-height:1.364;text-align:center}.max-width-650{max-width:650px;margin-left:auto;margin-right:auto}.product-gallery--dining-table .product-gallery__slider-item img{height:630px;width:100%}@media screen and (min-width:1024px) and (max-width:1439px){.product-gallery--dining-table .product-gallery__slider-item img{height:47.7272727273vw}}@media screen and (max-width:1023px){.product-gallery--dining-table .product-gallery__slider-item img{height:315px}}@media screen and (max-width:1023px){.product-gallery--dining-table .product-gallery__slider-nav-item{padding-bottom:0}}.product-gallery--dining-table .product-gallery__slider-nav-item img{height:120px;width:100%}@media screen and (min-width:1024px) and (max-width:1439px){.product-gallery--dining-table .product-gallery__slider-nav-item img{height:9.0909090909vw}}@media screen and (max-width:1023px){.product-gallery--dining-table .product-gallery__slider-nav-item img{height:100px;min-width:160px}}.product-gallery--dining-table .product-gallery__slider-nav{padding-left:52px;padding-right:52px}@media screen and (min-width:1024px) and (max-width:1439px){.product-gallery--dining-table .product-gallery__slider-nav{padding-left:3.9393939394vw;padding-right:3.9393939394vw}}@media screen and (max-width:1023px){.product-gallery--dining-table .product-gallery__slider-nav{padding-left:20px;padding-right:0}}.product-gallery--dining-table .product-gallery__slider-nav .gallery-slider-prev{display:block!important;width:32px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer}.product-gallery--dining-table .product-gallery__slider-item-logo{position:absolute;top:20px;right:20px;z-index:1;display:flex;max-width:400px;height:210px;padding:59px 59.363px 58.416px 60px;justify-content:center;align-items:center;flex-shrink:0;background:rgba(0,0,0,.25);backdrop-filter:blur(4px)}@media screen and (max-width:1439px){.product-gallery--dining-table .product-gallery__slider-item-logo{max-width:30.303030303vw;height:15.9090909091vw;padding:4.4696969697vw 4.4971969697vw 4.4254545455vw 4.5454545455vw}}.product-gallery--dining-table .product-gallery__slider-item-logo img{width:100%;height:100%;object-fit:cover}.product-info__price-item{max-width:427px;background:#fff;box-shadow:0 -4px 11.8px 0 rgba(0,0,0,.15);display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (max-width:1023px){.product-info__price-item{max-width:100%;padding:0;box-shadow:none}}.product-info__price-item .product-info__ships{margin-bottom:4px}.product-info__price-item p{color:#000;font-size:40px;font-style:normal;font-weight:400;line-height:56px;margin-bottom:0}.product-info__price-item p.small-text{color:#070707;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.product-info__configure{width:100%;max-width:100%}@media screen and (max-width:1023px){.product-info__configure{transition:none}.product-info__configure.scroll{position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100;width:calc(100% - 40px)}}.product-description{color:#000;font-size:32px;font-style:normal;font-weight:300;line-height:normal;max-width:832px}@media screen and (max-width:1023px){.product-description{font-size:18px;line-height:24px;margin-bottom:16px;max-width:100%}}.product-features{padding-bottom:60px}.product-features__title{color:#000;font-size:40px;font-weight:300;line-height:56px;margin-bottom:32px}@media screen and (max-width:1023px){.product-features__title{font-size:28px;line-height:32px;margin-bottom:16px}}.product-features__list{display:flex;flex-wrap:wrap;gap:18px;list-style:none;padding:0;margin:0}@media screen and (max-width:1023px){.product-features__list{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:1fr;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-features__list::-webkit-scrollbar{display:none}}.product-features__list li a{display:flex;max-width:203px;min-width:200px;flex:1;padding:20px 10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;background:#f8f8f8;text-align:center;min-height:200px;color:#000;text-decoration:none;transition:.15s}@media screen and (max-width:1023px){.product-features__list li a{padding:10px;min-height:120px;max-width:120px;min-width:120px}}.product-features__list li a:hover{background:#e5e5e5}.product-features__list li a:hover .icon{transform:scale(1.1)}.product-features__list li a .icon{width:60px;height:60px;transition:.15s}@media screen and (max-width:1023px){.product-features__list li a .icon{width:32px;height:32px}}.product-features__list li a span{color:#000;text-align:center;font-size:20px;font-weight:300;line-height:normal}@media screen and (max-width:1023px){.product-features__list li a span{font-size:14px}}.product-features__item{width:20%;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-features-grid{padding:60px 0}@media screen and (max-width:1023px){.product-features-grid{padding:30px 0}}.product-features-grid-text{max-width:407px;margin-left:auto;margin-right:auto}.product-features-grid-text--large{max-width:630px}.product-features-grid-text__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin-bottom:24px}@media screen and (max-width:1023px){.product-features-grid-text__title{font-size:20px;font-style:normal;font-weight:300;line-height:24px;margin-bottom:12px;margin-top:20px}}.product-features-grid-text__description{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width:1023px){.product-features-grid-text__description{font-size:14px;font-style:normal;font-weight:300;line-height:normal}}.badge--on-display{color:#190647;font-family:Avenir;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:6px 10px;background:#f2ecfb;backdrop-filter:blur(12px);display:inline-flex;margin-top:20px;margin-bottom:8px}@media screen and (max-width:1023px){.badge--on-display{margin-top:10px;margin-bottom:20px;font-size:14px}}.configurations__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin-bottom:32px}.configurations__row{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:1023px){.configurations__row{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:10px}.configurations__row::-webkit-scrollbar{display:none}}.configurations__item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f8f8;max-width:427px;min-width:calc(33.33% - 20px);position:relative;transition:.15s;flex:1;aspect-ratio:1/1}.configurations__item:hover{transform:scale(1.05)}@media screen and (min-width:1024px) and (max-width:1439px){.configurations__item{max-width:32.3484848485vw}}@media screen and (max-width:1023px){.configurations__item{min-width:315px;max-width:315px;min-height:315px;max-height:315px}}.configurations__item img{mix-blend-mode:multiply;object-fit:cover;max-width:100%;max-height:100%}.configurations__item-name{position:absolute;top:20px;left:20px;z-index:1;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.configurations__item-code{position:absolute;top:20px;right:20px;z-index:1;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-align:right}.configurations__item-code span{display:block}.configurations__item-price{position:absolute;bottom:20px;left:20px;z-index:1;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.configurations__item--all{display:flex;flex-direction:column;align-items:self-start;justify-content:self-start;padding:32px}.configurations__item-title{color:var(--Palette-gray-700,#374151);font-size:100px;font-style:normal;font-weight:300;line-height:normal}.configurations__item-title span{display:block;color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:22.941px}.configurations__item-button{display:flex;align-items:center;margin-top:auto;gap:12px;color:#000;text-align:right;font-size:32px;font-style:normal;font-weight:300;line-height:normal;text-decoration:none;margin-left:auto}.configurations__item-button .icon{width:32px;height:32px}.product-colors{padding:60px 0}@media screen and (max-width:1023px){.product-colors{padding:30px 0}}.product-colors__top{display:flex;align-items:center;margin-bottom:40px;gap:60px}@media screen and (max-width:1023px){.product-colors__top{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:24px}}.product-colors__title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin:0}@media screen and (max-width:1023px){.product-colors__title{font-size:28px;line-height:32px}}.product-colors__content{position:relative;width:100%}.product-colors__content-item{display:none}.product-colors__content-item.active{display:block}.product-colors__swatches-row{display:flex;flex-wrap:wrap;gap:60px 0;justify-content:space-between}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__swatches-row{gap:4.5454545455vw 0}}@media screen and (max-width:1023px){.product-colors__swatches-row{gap:16px;display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:1fr;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-colors__swatches-row::-webkit-scrollbar{display:none}}.product-colors__swatch{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#000}@media screen and (max-width:1023px){.product-colors__swatch{gap:6px}}.product-colors__swatch-image{width:150px;height:150px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f8f8}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__swatch-image{width:11.3636363636vw;height:11.3636363636vw}}@media screen and (max-width:1023px){.product-colors__swatch-image{width:80px;height:80px}}.product-colors__swatch-image img{width:100%;height:100%;object-fit:cover}.product-colors__swatch-name{color:#000;text-align:center;font-size:16px;font-weight:600;line-height:normal;text-transform:uppercase}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__swatch-name{font-size:1.2121212121vw}}@media screen and (max-width:1023px){.product-colors__swatch-name{font-size:14px}}.product-colors__swatch-code{color:#000;font-size:16px;font-weight:400;line-height:normal;text-align:center}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__swatch-code{font-size:1.2121212121vw}}@media screen and (max-width:1023px){.product-colors__swatch-code{font-size:14px}}.product-colors__info{display:flex;flex-direction:column;align-items:flex-end;margin-top:auto;padding:32px;background:#f8f8f8;max-width:fit-content}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__info{padding:2.4242424242vw}}@media screen and (max-width:1023px){.product-colors__info{padding:16px;margin-top:20px;width:100%;max-width:100%;align-items:flex-start}}.product-colors__info-number{color:var(--Palette-gray-700,#374151);font-size:100px;font-style:normal;font-weight:300;line-height:normal}@media screen and (min-width:1024px) and (max-width:1439px){.product-colors__info-number{font-size:7.5757575758vw}}@media screen and (max-width:1023px){.product-colors__info-number{font-size:58px}}.product-colors__info-text{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:normal}.tabs-list{display:flex;list-style:none;padding:0;margin:0}@media screen and (max-width:1023px){.tabs-list{gap:8px;width:100%}}.tabs-list__item{list-style:none}.tabs-list__item-link{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid #a5a5a5;background:#fff;color:#000;text-decoration:none;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:.15s;white-space:nowrap}@media screen and (max-width:1023px){.tabs-list__item-link{padding:10px 16px;font-size:14px;gap:6px}}.tabs-list__item-link .icon{width:20px;height:20px;flex-shrink:0}@media screen and (max-width:1023px){.tabs-list__item-link .icon{display:none}}.tabs-list__item-link:hover{background:#f8f8f8}.tabs-list__item-link.active{background:#000;color:#fff;border-color:#000}.tabs-list__item-link.active .icon{fill:#fff}.video-examples{padding:60px 0}@media screen and (max-width:1023px){.video-examples{padding:30px 0}}.configure-sidebar .sidebar__close{position:absolute;top:20px;right:20px;z-index:1}.configure-sidebar .sidebar__container{max-width:1288px}.configure-steps{display:flex;flex-direction:column;gap:24px;margin-top:32px}.configure-steps__current{display:none}.configure-steps__current.active{display:flex}.configure-steps__list{display:none;flex-wrap:wrap;gap:24px}.configure-steps__list.active{display:flex}.configure-steps__item{border-bottom:1px solid #c1c1c1;margin-bottom:27px;padding-bottom:27px}@media screen and (max-width:1023px){.configure-steps__item{margin-bottom:16px;padding-bottom:16px}}.configure-steps__item .configure-steps__item-content{display:none}.configure-steps__item.current-step .configure-steps__item-content{display:block}.configure-steps__item .tabs-list{margin-top:40px;gap:0}@media screen and (max-width:1023px){.configure-steps__item .tabs-list .tabs-list__item-link{flex-direction:column;font-size:18px;line-height:1.2}}@media screen and (max-width:1023px){.configure-steps__item .tabs-list{margin-top:20px}.configure-steps__item .tabs-list .icon{display:block}}.configure-steps__item .product-colors__info-row{margin-top:60px;margin-bottom:30px}@media screen and (max-width:1023px){.configure-steps__item .product-colors__info-row{margin-top:30px}}.configure-steps__item .product-colors__info-title{display:flex;gap:32px;flex-wrap:wrap}@media screen and (max-width:1023px){.configure-steps__item .product-colors__info-title{width:100%;justify-content:space-between}}.configure-steps__item .product-colors__info-title h4{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;text-transform:uppercase;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.configure-steps__item .product-colors__info-title .tag{color:#190647;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:6px 10px;background:#f2ecfb;backdrop-filter:blur(12px);margin-bottom:8px;max-width:fit-content}.configure-steps__item .product-colors__info-title p{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.configure-steps__item .product-colors__info-box{display:flex;padding:20px 24px 24px 24px;flex-direction:column;gap:6px;flex:1 0 0;background:#f8f8f8}.configure-steps__item .product-colors__info-box h4{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:6px}.configure-steps__item .product-colors__info-box p{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:0}.configure-steps__item .product-colors__swatches{display:flex;flex-direction:column;gap:60px}.configure-steps__item .product-colors__swatches-row{gap:60px 24px}@media screen and (max-width:1023px){.configure-steps__item .product-colors__swatches-row{gap:16px}}.configure-steps__item.active .configure-steps__item-title .icon-wrap{border-color:#000;background:#000;color:#fff}.configure-steps__item-title{display:flex;align-items:center;gap:20px;margin-bottom:20px}.configure-steps__item-title .icon-wrap{width:52px;height:52px;min-width:52px;border-radius:8px;border:1px solid #dbdbdb;background:#fff;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.configure-steps__item-title .icon-wrap{width:40px;height:40px;min-width:40px}}.configure-steps__item-title .icon-wrap .icon{width:32px;height:32px}@media screen and (max-width:1023px){.configure-steps__item-title .icon-wrap .icon{width:24px;height:24px}}.configure-steps__item-title span{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px}@media screen and (max-width:1023px){.configure-steps__item-title span{font-size:24px;line-height:32px}}.configure-steps__item-link{max-width:275px;min-width:275px;cursor:pointer}.configure-steps__item-link img{transition:.15s}@media screen and (max-width:620px){.configure-steps__item-link{max-width:100%;min-width:100%}}.configure-steps__item-link:hover .product-colors__swatch-image img{border:1px solid #000}.configure-steps__item-link.product-colors__swatch{max-width:auto;min-width:auto}.configure-steps__item-link.product-colors__swatch.feet-item .product-colors__swatch-image{width:200px;height:200px}@media screen and (max-width:1023px){.configure-steps__item-link.product-colors__swatch.feet-item .product-colors__swatch-image{width:100px;height:100px}}.configure-steps__item-link.configurations__item:hover{transform:none;border:1px solid #000}.configure-steps__item-link .configurations__item-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;left:6px;top:6px;max-width:100px}.configure-steps__item-link .configurations__item-code{font-size:14px;right:6px;top:6px}.configure-steps__item-link .configurations__item-price{bottom:6px;left:6px}.configure-steps__item .sidebar__composition-item{max-width:275px;min-width:275px;min-height:275px;max-height:275px;height:100%;margin-bottom:0}.configure-steps__item .sidebar__composition-item .btn{font-size:16px;font-style:normal;font-weight:300;line-height:normal;max-width:100%;width:100%;padding:10px 20px}.configure-steps__item .feet-row{display:flex;align-items:center;gap:12px;align-items:center;justify-content:space-between;margin-top:20px}.configure-steps__item .feet-row span{color:#000;text-align:center;font-size:16px;font-weight:400;line-height:normal}.configure-steps__current{border:1px solid #000;background:#fff;max-width:517px;padding:20px;justify-content:space-between;align-items:center;cursor:pointer}@media screen and (max-width:620px){.configure-steps__current{flex-direction:column;align-items:flex-start;gap:10px;width:fit-content;min-width:300px}}.configure-steps__current-title{display:flex;align-items:center;gap:12px;color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal;max-width:192px}@media screen and (max-width:620px){.configure-steps__current-title{max-width:100%;display:none}}.configure-steps__current-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.configure-steps__current-title .icon{min-width:32px;width:32px;height:32px}.configure-steps__current-description{display:flex;align-items:center;gap:12px;color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:normal;text-align:right}@media screen and (max-width:620px){.configure-steps__current-description{margin-left:auto}}.configure-steps__current-description>div{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.configure-steps__current-description>div span{color:#6b7280;text-align:right;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block}.configure-steps__current-description img{width:130px;height:130px;aspect-ratio:1/1;object-fit:cover}.rounded-full{border-radius:50%}.sidebar__offer-title{color:#000;font-size:40px;font-style:normal;font-weight:300;line-height:56px;margin-bottom:32px}.sidebar__offer-content{display:flex;gap:20px;flex-wrap:wrap}.checkbox-card{max-width:315px;min-width:260px;cursor:pointer}@media screen and (max-width:1023px){.checkbox-card{max-width:fit-content;display:flex;align-items:center;gap:20px}}.checkbox-card input{display:none}.checkbox-card input:checked+.checkbox-card__image::after{opacity:1}.checkbox-card input:checked+.checkbox-card__image:before{background:#000}.checkbox-card__image{width:100%;background:#f8f8f8;overflow:hidden;padding:40px;margin-bottom:10px;position:relative}@media screen and (max-width:1023px){.checkbox-card__image{max-width:165px;height:165px}}.checkbox-card__image.full-image{padding:0}.checkbox-card__image img{max-width:100%;max-height:100%;object-fit:cover;mix-blend-mode:multiply}.checkbox-card__image::before{width:25.333px;height:25.333px;position:absolute;top:10px;right:10px;border:2px solid #000;content:"";border-radius:8px;transition:.15s}.checkbox-card__image:after{content:"";width:14px;height:14px;position:absolute;top:16px;right:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M1.35938 6.42857L4.35937 9L11.3594 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition:.15s;opacity:0}.checkbox-card__footer{display:flex;flex-direction:column}.checkbox-card__footer span{display:block}.checkbox-card__footer span.brand-name{color:var(--Palette-gray-500,#6b7280);font-size:16px;font-style:normal;font-weight:500;line-height:normal}.checkbox-card__footer span.product-name{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:40px;margin-bottom:12px}.checkbox-card__footer span.product-price{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal}