@charset "UTF-8";:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.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-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}: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-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--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-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;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);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}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(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: 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";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: "Inter", sans-serif;--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-weight:600;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h1{font-size:2rem}}h2{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h2{font-size:1.75rem}}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}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{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(--bs-highlight-color);background-color:var(--bs-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(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-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(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-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(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]: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-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-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-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:560px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1180px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-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:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-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: 992px){.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:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!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(--bs-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(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-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:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-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{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-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:.75rem!important}.m-4{margin:1rem!important}.m-5{margin:1.25rem!important}.m-6{margin:1.5rem!important}.m-7{margin:1.75rem!important}.m-8{margin:2rem!important}.m-9{margin:2.25rem!important}.m-10{margin:2.5rem!important}.m-11{margin:2.75rem!important}.m-12{margin:3rem!important}.m-13{margin:3.25rem!important}.m-14{margin:3.5rem!important}.m-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-4{margin-right:1rem!important;margin-left:1rem!important}.mx-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-8{margin-right:2rem!important;margin-left:2rem!important}.mx-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-12{margin-right:3rem!important;margin-left:3rem!important}.mx-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-8{margin-top:2rem!important}.mt-9{margin-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-13{margin-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.mt-15{margin-top:3.75rem!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:.75rem!important}.me-4{margin-right:1rem!important}.me-5{margin-right:1.25rem!important}.me-6{margin-right:1.5rem!important}.me-7{margin-right:1.75rem!important}.me-8{margin-right:2rem!important}.me-9{margin-right:2.25rem!important}.me-10{margin-right:2.5rem!important}.me-11{margin-right:2.75rem!important}.me-12{margin-right:3rem!important}.me-13{margin-right:3.25rem!important}.me-14{margin-right:3.5rem!important}.me-15{margin-right:3.75rem!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:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-8{margin-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!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:.75rem!important}.ms-4{margin-left:1rem!important}.ms-5{margin-left:1.25rem!important}.ms-6{margin-left:1.5rem!important}.ms-7{margin-left:1.75rem!important}.ms-8{margin-left:2rem!important}.ms-9{margin-left:2.25rem!important}.ms-10{margin-left:2.5rem!important}.ms-11{margin-left:2.75rem!important}.ms-12{margin-left:3rem!important}.ms-13{margin-left:3.25rem!important}.ms-14{margin-left:3.5rem!important}.ms-15{margin-left:3.75rem!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:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-7{padding:1.75rem!important}.p-8{padding:2rem!important}.p-9{padding:2.25rem!important}.p-10{padding:2.5rem!important}.p-11{padding:2.75rem!important}.p-12{padding:3rem!important}.p-13{padding:3.25rem!important}.p-14{padding:3.5rem!important}.p-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-4{padding-right:1rem!important;padding-left:1rem!important}.px-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-8{padding-right:2rem!important;padding-left:2rem!important}.px-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-12{padding-right:3rem!important;padding-left:3rem!important}.px-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.pt-7{padding-top:1.75rem!important}.pt-8{padding-top:2rem!important}.pt-9{padding-top:2.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-13{padding-top:3.25rem!important}.pt-14{padding-top:3.5rem!important}.pt-15{padding-top:3.75rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:.75rem!important}.pe-4{padding-right:1rem!important}.pe-5{padding-right:1.25rem!important}.pe-6{padding-right:1.5rem!important}.pe-7{padding-right:1.75rem!important}.pe-8{padding-right:2rem!important}.pe-9{padding-right:2.25rem!important}.pe-10{padding-right:2.5rem!important}.pe-11{padding-right:2.75rem!important}.pe-12{padding-right:3rem!important}.pe-13{padding-right:3.25rem!important}.pe-14{padding-right:3.5rem!important}.pe-15{padding-right:3.75rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-8{padding-bottom:2rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-13{padding-bottom:3.25rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-15{padding-bottom:3.75rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:.75rem!important}.ps-4{padding-left:1rem!important}.ps-5{padding-left:1.25rem!important}.ps-6{padding-left:1.5rem!important}.ps-7{padding-left:1.75rem!important}.ps-8{padding-left:2rem!important}.ps-9{padding-left:2.25rem!important}.ps-10{padding-left:2.5rem!important}.ps-11{padding-left:2.75rem!important}.ps-12{padding-left:3rem!important}.ps-13{padding-left:3.25rem!important}.ps-14{padding-left:3.5rem!important}.ps-15{padding-left:3.75rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-7{gap:1.75rem!important}.gap-8{gap:2rem!important}.gap-9{gap:2.25rem!important}.gap-10{gap:2.5rem!important}.gap-11{gap:2.75rem!important}.gap-12{gap:3rem!important}.gap-13{gap:3.25rem!important}.gap-14{gap:3.5rem!important}.gap-15{gap:3.75rem!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:.75rem!important}.row-gap-4{row-gap:1rem!important}.row-gap-5{row-gap:1.25rem!important}.row-gap-6{row-gap:1.5rem!important}.row-gap-7{row-gap:1.75rem!important}.row-gap-8{row-gap:2rem!important}.row-gap-9{row-gap:2.25rem!important}.row-gap-10{row-gap:2.5rem!important}.row-gap-11{row-gap:2.75rem!important}.row-gap-12{row-gap:3rem!important}.row-gap-13{row-gap:3.25rem!important}.row-gap-14{row-gap:3.5rem!important}.row-gap-15{row-gap:3.75rem!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:.75rem!important}.column-gap-4{column-gap:1rem!important}.column-gap-5{column-gap:1.25rem!important}.column-gap-6{column-gap:1.5rem!important}.column-gap-7{column-gap:1.75rem!important}.column-gap-8{column-gap:2rem!important}.column-gap-9{column-gap:2.25rem!important}.column-gap-10{column-gap:2.5rem!important}.column-gap-11{column-gap:2.75rem!important}.column-gap-12{column-gap:3rem!important}.column-gap-13{column-gap:3.25rem!important}.column-gap-14{column-gap:3.5rem!important}.column-gap-15{column-gap:3.75rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.325rem + .9vw)!important}.fs-2,.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{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-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(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-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(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-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(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-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(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-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(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-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(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-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:.75rem!important}.m-sm-4{margin:1rem!important}.m-sm-5{margin:1.25rem!important}.m-sm-6{margin:1.5rem!important}.m-sm-7{margin:1.75rem!important}.m-sm-8{margin:2rem!important}.m-sm-9{margin:2.25rem!important}.m-sm-10{margin:2.5rem!important}.m-sm-11{margin:2.75rem!important}.m-sm-12{margin:3rem!important}.m-sm-13{margin:3.25rem!important}.m-sm-14{margin:3.5rem!important}.m-sm-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-sm-4{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-sm-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-sm-8{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-sm-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-sm-12{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-sm-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-sm-4{margin-top:1rem!important}.mt-sm-5{margin-top:1.25rem!important}.mt-sm-6{margin-top:1.5rem!important}.mt-sm-7{margin-top:1.75rem!important}.mt-sm-8{margin-top:2rem!important}.mt-sm-9{margin-top:2.25rem!important}.mt-sm-10{margin-top:2.5rem!important}.mt-sm-11{margin-top:2.75rem!important}.mt-sm-12{margin-top:3rem!important}.mt-sm-13{margin-top:3.25rem!important}.mt-sm-14{margin-top:3.5rem!important}.mt-sm-15{margin-top:3.75rem!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:.75rem!important}.me-sm-4{margin-right:1rem!important}.me-sm-5{margin-right:1.25rem!important}.me-sm-6{margin-right:1.5rem!important}.me-sm-7{margin-right:1.75rem!important}.me-sm-8{margin-right:2rem!important}.me-sm-9{margin-right:2.25rem!important}.me-sm-10{margin-right:2.5rem!important}.me-sm-11{margin-right:2.75rem!important}.me-sm-12{margin-right:3rem!important}.me-sm-13{margin-right:3.25rem!important}.me-sm-14{margin-right:3.5rem!important}.me-sm-15{margin-right:3.75rem!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:.75rem!important}.mb-sm-4{margin-bottom:1rem!important}.mb-sm-5{margin-bottom:1.25rem!important}.mb-sm-6{margin-bottom:1.5rem!important}.mb-sm-7{margin-bottom:1.75rem!important}.mb-sm-8{margin-bottom:2rem!important}.mb-sm-9{margin-bottom:2.25rem!important}.mb-sm-10{margin-bottom:2.5rem!important}.mb-sm-11{margin-bottom:2.75rem!important}.mb-sm-12{margin-bottom:3rem!important}.mb-sm-13{margin-bottom:3.25rem!important}.mb-sm-14{margin-bottom:3.5rem!important}.mb-sm-15{margin-bottom:3.75rem!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:.75rem!important}.ms-sm-4{margin-left:1rem!important}.ms-sm-5{margin-left:1.25rem!important}.ms-sm-6{margin-left:1.5rem!important}.ms-sm-7{margin-left:1.75rem!important}.ms-sm-8{margin-left:2rem!important}.ms-sm-9{margin-left:2.25rem!important}.ms-sm-10{margin-left:2.5rem!important}.ms-sm-11{margin-left:2.75rem!important}.ms-sm-12{margin-left:3rem!important}.ms-sm-13{margin-left:3.25rem!important}.ms-sm-14{margin-left:3.5rem!important}.ms-sm-15{margin-left:3.75rem!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:.75rem!important}.p-sm-4{padding:1rem!important}.p-sm-5{padding:1.25rem!important}.p-sm-6{padding:1.5rem!important}.p-sm-7{padding:1.75rem!important}.p-sm-8{padding:2rem!important}.p-sm-9{padding:2.25rem!important}.p-sm-10{padding:2.5rem!important}.p-sm-11{padding:2.75rem!important}.p-sm-12{padding:3rem!important}.p-sm-13{padding:3.25rem!important}.p-sm-14{padding:3.5rem!important}.p-sm-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-sm-4{padding-right:1rem!important;padding-left:1rem!important}.px-sm-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-sm-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-sm-8{padding-right:2rem!important;padding-left:2rem!important}.px-sm-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-sm-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-sm-12{padding-right:3rem!important;padding-left:3rem!important}.px-sm-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-sm-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!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:.75rem!important}.pt-sm-4{padding-top:1rem!important}.pt-sm-5{padding-top:1.25rem!important}.pt-sm-6{padding-top:1.5rem!important}.pt-sm-7{padding-top:1.75rem!important}.pt-sm-8{padding-top:2rem!important}.pt-sm-9{padding-top:2.25rem!important}.pt-sm-10{padding-top:2.5rem!important}.pt-sm-11{padding-top:2.75rem!important}.pt-sm-12{padding-top:3rem!important}.pt-sm-13{padding-top:3.25rem!important}.pt-sm-14{padding-top:3.5rem!important}.pt-sm-15{padding-top:3.75rem!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:.75rem!important}.pe-sm-4{padding-right:1rem!important}.pe-sm-5{padding-right:1.25rem!important}.pe-sm-6{padding-right:1.5rem!important}.pe-sm-7{padding-right:1.75rem!important}.pe-sm-8{padding-right:2rem!important}.pe-sm-9{padding-right:2.25rem!important}.pe-sm-10{padding-right:2.5rem!important}.pe-sm-11{padding-right:2.75rem!important}.pe-sm-12{padding-right:3rem!important}.pe-sm-13{padding-right:3.25rem!important}.pe-sm-14{padding-right:3.5rem!important}.pe-sm-15{padding-right:3.75rem!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:.75rem!important}.pb-sm-4{padding-bottom:1rem!important}.pb-sm-5{padding-bottom:1.25rem!important}.pb-sm-6{padding-bottom:1.5rem!important}.pb-sm-7{padding-bottom:1.75rem!important}.pb-sm-8{padding-bottom:2rem!important}.pb-sm-9{padding-bottom:2.25rem!important}.pb-sm-10{padding-bottom:2.5rem!important}.pb-sm-11{padding-bottom:2.75rem!important}.pb-sm-12{padding-bottom:3rem!important}.pb-sm-13{padding-bottom:3.25rem!important}.pb-sm-14{padding-bottom:3.5rem!important}.pb-sm-15{padding-bottom:3.75rem!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:.75rem!important}.ps-sm-4{padding-left:1rem!important}.ps-sm-5{padding-left:1.25rem!important}.ps-sm-6{padding-left:1.5rem!important}.ps-sm-7{padding-left:1.75rem!important}.ps-sm-8{padding-left:2rem!important}.ps-sm-9{padding-left:2.25rem!important}.ps-sm-10{padding-left:2.5rem!important}.ps-sm-11{padding-left:2.75rem!important}.ps-sm-12{padding-left:3rem!important}.ps-sm-13{padding-left:3.25rem!important}.ps-sm-14{padding-left:3.5rem!important}.ps-sm-15{padding-left:3.75rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:.75rem!important}.gap-sm-4{gap:1rem!important}.gap-sm-5{gap:1.25rem!important}.gap-sm-6{gap:1.5rem!important}.gap-sm-7{gap:1.75rem!important}.gap-sm-8{gap:2rem!important}.gap-sm-9{gap:2.25rem!important}.gap-sm-10{gap:2.5rem!important}.gap-sm-11{gap:2.75rem!important}.gap-sm-12{gap:3rem!important}.gap-sm-13{gap:3.25rem!important}.gap-sm-14{gap:3.5rem!important}.gap-sm-15{gap:3.75rem!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:.75rem!important}.row-gap-sm-4{row-gap:1rem!important}.row-gap-sm-5{row-gap:1.25rem!important}.row-gap-sm-6{row-gap:1.5rem!important}.row-gap-sm-7{row-gap:1.75rem!important}.row-gap-sm-8{row-gap:2rem!important}.row-gap-sm-9{row-gap:2.25rem!important}.row-gap-sm-10{row-gap:2.5rem!important}.row-gap-sm-11{row-gap:2.75rem!important}.row-gap-sm-12{row-gap:3rem!important}.row-gap-sm-13{row-gap:3.25rem!important}.row-gap-sm-14{row-gap:3.5rem!important}.row-gap-sm-15{row-gap:3.75rem!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:.75rem!important}.column-gap-sm-4{column-gap:1rem!important}.column-gap-sm-5{column-gap:1.25rem!important}.column-gap-sm-6{column-gap:1.5rem!important}.column-gap-sm-7{column-gap:1.75rem!important}.column-gap-sm-8{column-gap:2rem!important}.column-gap-sm-9{column-gap:2.25rem!important}.column-gap-sm-10{column-gap:2.5rem!important}.column-gap-sm-11{column-gap:2.75rem!important}.column-gap-sm-12{column-gap:3rem!important}.column-gap-sm-13{column-gap:3.25rem!important}.column-gap-sm-14{column-gap:3.5rem!important}.column-gap-sm-15{column-gap:3.75rem!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:.75rem!important}.m-md-4{margin:1rem!important}.m-md-5{margin:1.25rem!important}.m-md-6{margin:1.5rem!important}.m-md-7{margin:1.75rem!important}.m-md-8{margin:2rem!important}.m-md-9{margin:2.25rem!important}.m-md-10{margin:2.5rem!important}.m-md-11{margin:2.75rem!important}.m-md-12{margin:3rem!important}.m-md-13{margin:3.25rem!important}.m-md-14{margin:3.5rem!important}.m-md-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-md-4{margin-right:1rem!important;margin-left:1rem!important}.mx-md-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-md-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-md-8{margin-right:2rem!important;margin-left:2rem!important}.mx-md-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-md-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-md-12{margin-right:3rem!important;margin-left:3rem!important}.mx-md-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-md-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-md-4{margin-top:1rem!important}.mt-md-5{margin-top:1.25rem!important}.mt-md-6{margin-top:1.5rem!important}.mt-md-7{margin-top:1.75rem!important}.mt-md-8{margin-top:2rem!important}.mt-md-9{margin-top:2.25rem!important}.mt-md-10{margin-top:2.5rem!important}.mt-md-11{margin-top:2.75rem!important}.mt-md-12{margin-top:3rem!important}.mt-md-13{margin-top:3.25rem!important}.mt-md-14{margin-top:3.5rem!important}.mt-md-15{margin-top:3.75rem!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:.75rem!important}.me-md-4{margin-right:1rem!important}.me-md-5{margin-right:1.25rem!important}.me-md-6{margin-right:1.5rem!important}.me-md-7{margin-right:1.75rem!important}.me-md-8{margin-right:2rem!important}.me-md-9{margin-right:2.25rem!important}.me-md-10{margin-right:2.5rem!important}.me-md-11{margin-right:2.75rem!important}.me-md-12{margin-right:3rem!important}.me-md-13{margin-right:3.25rem!important}.me-md-14{margin-right:3.5rem!important}.me-md-15{margin-right:3.75rem!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:.75rem!important}.mb-md-4{margin-bottom:1rem!important}.mb-md-5{margin-bottom:1.25rem!important}.mb-md-6{margin-bottom:1.5rem!important}.mb-md-7{margin-bottom:1.75rem!important}.mb-md-8{margin-bottom:2rem!important}.mb-md-9{margin-bottom:2.25rem!important}.mb-md-10{margin-bottom:2.5rem!important}.mb-md-11{margin-bottom:2.75rem!important}.mb-md-12{margin-bottom:3rem!important}.mb-md-13{margin-bottom:3.25rem!important}.mb-md-14{margin-bottom:3.5rem!important}.mb-md-15{margin-bottom:3.75rem!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:.75rem!important}.ms-md-4{margin-left:1rem!important}.ms-md-5{margin-left:1.25rem!important}.ms-md-6{margin-left:1.5rem!important}.ms-md-7{margin-left:1.75rem!important}.ms-md-8{margin-left:2rem!important}.ms-md-9{margin-left:2.25rem!important}.ms-md-10{margin-left:2.5rem!important}.ms-md-11{margin-left:2.75rem!important}.ms-md-12{margin-left:3rem!important}.ms-md-13{margin-left:3.25rem!important}.ms-md-14{margin-left:3.5rem!important}.ms-md-15{margin-left:3.75rem!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:.75rem!important}.p-md-4{padding:1rem!important}.p-md-5{padding:1.25rem!important}.p-md-6{padding:1.5rem!important}.p-md-7{padding:1.75rem!important}.p-md-8{padding:2rem!important}.p-md-9{padding:2.25rem!important}.p-md-10{padding:2.5rem!important}.p-md-11{padding:2.75rem!important}.p-md-12{padding:3rem!important}.p-md-13{padding:3.25rem!important}.p-md-14{padding:3.5rem!important}.p-md-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-md-4{padding-right:1rem!important;padding-left:1rem!important}.px-md-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-md-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-md-8{padding-right:2rem!important;padding-left:2rem!important}.px-md-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-md-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-md-12{padding-right:3rem!important;padding-left:3rem!important}.px-md-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-md-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-15{padding-top:3.75rem!important;padding-bottom:3.75rem!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:.75rem!important}.pt-md-4{padding-top:1rem!important}.pt-md-5{padding-top:1.25rem!important}.pt-md-6{padding-top:1.5rem!important}.pt-md-7{padding-top:1.75rem!important}.pt-md-8{padding-top:2rem!important}.pt-md-9{padding-top:2.25rem!important}.pt-md-10{padding-top:2.5rem!important}.pt-md-11{padding-top:2.75rem!important}.pt-md-12{padding-top:3rem!important}.pt-md-13{padding-top:3.25rem!important}.pt-md-14{padding-top:3.5rem!important}.pt-md-15{padding-top:3.75rem!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:.75rem!important}.pe-md-4{padding-right:1rem!important}.pe-md-5{padding-right:1.25rem!important}.pe-md-6{padding-right:1.5rem!important}.pe-md-7{padding-right:1.75rem!important}.pe-md-8{padding-right:2rem!important}.pe-md-9{padding-right:2.25rem!important}.pe-md-10{padding-right:2.5rem!important}.pe-md-11{padding-right:2.75rem!important}.pe-md-12{padding-right:3rem!important}.pe-md-13{padding-right:3.25rem!important}.pe-md-14{padding-right:3.5rem!important}.pe-md-15{padding-right:3.75rem!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:.75rem!important}.pb-md-4{padding-bottom:1rem!important}.pb-md-5{padding-bottom:1.25rem!important}.pb-md-6{padding-bottom:1.5rem!important}.pb-md-7{padding-bottom:1.75rem!important}.pb-md-8{padding-bottom:2rem!important}.pb-md-9{padding-bottom:2.25rem!important}.pb-md-10{padding-bottom:2.5rem!important}.pb-md-11{padding-bottom:2.75rem!important}.pb-md-12{padding-bottom:3rem!important}.pb-md-13{padding-bottom:3.25rem!important}.pb-md-14{padding-bottom:3.5rem!important}.pb-md-15{padding-bottom:3.75rem!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:.75rem!important}.ps-md-4{padding-left:1rem!important}.ps-md-5{padding-left:1.25rem!important}.ps-md-6{padding-left:1.5rem!important}.ps-md-7{padding-left:1.75rem!important}.ps-md-8{padding-left:2rem!important}.ps-md-9{padding-left:2.25rem!important}.ps-md-10{padding-left:2.5rem!important}.ps-md-11{padding-left:2.75rem!important}.ps-md-12{padding-left:3rem!important}.ps-md-13{padding-left:3.25rem!important}.ps-md-14{padding-left:3.5rem!important}.ps-md-15{padding-left:3.75rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:.75rem!important}.gap-md-4{gap:1rem!important}.gap-md-5{gap:1.25rem!important}.gap-md-6{gap:1.5rem!important}.gap-md-7{gap:1.75rem!important}.gap-md-8{gap:2rem!important}.gap-md-9{gap:2.25rem!important}.gap-md-10{gap:2.5rem!important}.gap-md-11{gap:2.75rem!important}.gap-md-12{gap:3rem!important}.gap-md-13{gap:3.25rem!important}.gap-md-14{gap:3.5rem!important}.gap-md-15{gap:3.75rem!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:.75rem!important}.row-gap-md-4{row-gap:1rem!important}.row-gap-md-5{row-gap:1.25rem!important}.row-gap-md-6{row-gap:1.5rem!important}.row-gap-md-7{row-gap:1.75rem!important}.row-gap-md-8{row-gap:2rem!important}.row-gap-md-9{row-gap:2.25rem!important}.row-gap-md-10{row-gap:2.5rem!important}.row-gap-md-11{row-gap:2.75rem!important}.row-gap-md-12{row-gap:3rem!important}.row-gap-md-13{row-gap:3.25rem!important}.row-gap-md-14{row-gap:3.5rem!important}.row-gap-md-15{row-gap:3.75rem!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:.75rem!important}.column-gap-md-4{column-gap:1rem!important}.column-gap-md-5{column-gap:1.25rem!important}.column-gap-md-6{column-gap:1.5rem!important}.column-gap-md-7{column-gap:1.75rem!important}.column-gap-md-8{column-gap:2rem!important}.column-gap-md-9{column-gap:2.25rem!important}.column-gap-md-10{column-gap:2.5rem!important}.column-gap-md-11{column-gap:2.75rem!important}.column-gap-md-12{column-gap:3rem!important}.column-gap-md-13{column-gap:3.25rem!important}.column-gap-md-14{column-gap:3.5rem!important}.column-gap-md-15{column-gap:3.75rem!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: 992px){.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:.75rem!important}.m-lg-4{margin:1rem!important}.m-lg-5{margin:1.25rem!important}.m-lg-6{margin:1.5rem!important}.m-lg-7{margin:1.75rem!important}.m-lg-8{margin:2rem!important}.m-lg-9{margin:2.25rem!important}.m-lg-10{margin:2.5rem!important}.m-lg-11{margin:2.75rem!important}.m-lg-12{margin:3rem!important}.m-lg-13{margin:3.25rem!important}.m-lg-14{margin:3.5rem!important}.m-lg-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-lg-4{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-lg-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-lg-8{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-lg-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-lg-12{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-lg-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-lg-4{margin-top:1rem!important}.mt-lg-5{margin-top:1.25rem!important}.mt-lg-6{margin-top:1.5rem!important}.mt-lg-7{margin-top:1.75rem!important}.mt-lg-8{margin-top:2rem!important}.mt-lg-9{margin-top:2.25rem!important}.mt-lg-10{margin-top:2.5rem!important}.mt-lg-11{margin-top:2.75rem!important}.mt-lg-12{margin-top:3rem!important}.mt-lg-13{margin-top:3.25rem!important}.mt-lg-14{margin-top:3.5rem!important}.mt-lg-15{margin-top:3.75rem!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:.75rem!important}.me-lg-4{margin-right:1rem!important}.me-lg-5{margin-right:1.25rem!important}.me-lg-6{margin-right:1.5rem!important}.me-lg-7{margin-right:1.75rem!important}.me-lg-8{margin-right:2rem!important}.me-lg-9{margin-right:2.25rem!important}.me-lg-10{margin-right:2.5rem!important}.me-lg-11{margin-right:2.75rem!important}.me-lg-12{margin-right:3rem!important}.me-lg-13{margin-right:3.25rem!important}.me-lg-14{margin-right:3.5rem!important}.me-lg-15{margin-right:3.75rem!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:.75rem!important}.mb-lg-4{margin-bottom:1rem!important}.mb-lg-5{margin-bottom:1.25rem!important}.mb-lg-6{margin-bottom:1.5rem!important}.mb-lg-7{margin-bottom:1.75rem!important}.mb-lg-8{margin-bottom:2rem!important}.mb-lg-9{margin-bottom:2.25rem!important}.mb-lg-10{margin-bottom:2.5rem!important}.mb-lg-11{margin-bottom:2.75rem!important}.mb-lg-12{margin-bottom:3rem!important}.mb-lg-13{margin-bottom:3.25rem!important}.mb-lg-14{margin-bottom:3.5rem!important}.mb-lg-15{margin-bottom:3.75rem!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:.75rem!important}.ms-lg-4{margin-left:1rem!important}.ms-lg-5{margin-left:1.25rem!important}.ms-lg-6{margin-left:1.5rem!important}.ms-lg-7{margin-left:1.75rem!important}.ms-lg-8{margin-left:2rem!important}.ms-lg-9{margin-left:2.25rem!important}.ms-lg-10{margin-left:2.5rem!important}.ms-lg-11{margin-left:2.75rem!important}.ms-lg-12{margin-left:3rem!important}.ms-lg-13{margin-left:3.25rem!important}.ms-lg-14{margin-left:3.5rem!important}.ms-lg-15{margin-left:3.75rem!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:.75rem!important}.p-lg-4{padding:1rem!important}.p-lg-5{padding:1.25rem!important}.p-lg-6{padding:1.5rem!important}.p-lg-7{padding:1.75rem!important}.p-lg-8{padding:2rem!important}.p-lg-9{padding:2.25rem!important}.p-lg-10{padding:2.5rem!important}.p-lg-11{padding:2.75rem!important}.p-lg-12{padding:3rem!important}.p-lg-13{padding:3.25rem!important}.p-lg-14{padding:3.5rem!important}.p-lg-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-lg-4{padding-right:1rem!important;padding-left:1rem!important}.px-lg-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-lg-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-lg-8{padding-right:2rem!important;padding-left:2rem!important}.px-lg-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-lg-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-lg-12{padding-right:3rem!important;padding-left:3rem!important}.px-lg-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-lg-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!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:.75rem!important}.pt-lg-4{padding-top:1rem!important}.pt-lg-5{padding-top:1.25rem!important}.pt-lg-6{padding-top:1.5rem!important}.pt-lg-7{padding-top:1.75rem!important}.pt-lg-8{padding-top:2rem!important}.pt-lg-9{padding-top:2.25rem!important}.pt-lg-10{padding-top:2.5rem!important}.pt-lg-11{padding-top:2.75rem!important}.pt-lg-12{padding-top:3rem!important}.pt-lg-13{padding-top:3.25rem!important}.pt-lg-14{padding-top:3.5rem!important}.pt-lg-15{padding-top:3.75rem!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:.75rem!important}.pe-lg-4{padding-right:1rem!important}.pe-lg-5{padding-right:1.25rem!important}.pe-lg-6{padding-right:1.5rem!important}.pe-lg-7{padding-right:1.75rem!important}.pe-lg-8{padding-right:2rem!important}.pe-lg-9{padding-right:2.25rem!important}.pe-lg-10{padding-right:2.5rem!important}.pe-lg-11{padding-right:2.75rem!important}.pe-lg-12{padding-right:3rem!important}.pe-lg-13{padding-right:3.25rem!important}.pe-lg-14{padding-right:3.5rem!important}.pe-lg-15{padding-right:3.75rem!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:.75rem!important}.pb-lg-4{padding-bottom:1rem!important}.pb-lg-5{padding-bottom:1.25rem!important}.pb-lg-6{padding-bottom:1.5rem!important}.pb-lg-7{padding-bottom:1.75rem!important}.pb-lg-8{padding-bottom:2rem!important}.pb-lg-9{padding-bottom:2.25rem!important}.pb-lg-10{padding-bottom:2.5rem!important}.pb-lg-11{padding-bottom:2.75rem!important}.pb-lg-12{padding-bottom:3rem!important}.pb-lg-13{padding-bottom:3.25rem!important}.pb-lg-14{padding-bottom:3.5rem!important}.pb-lg-15{padding-bottom:3.75rem!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:.75rem!important}.ps-lg-4{padding-left:1rem!important}.ps-lg-5{padding-left:1.25rem!important}.ps-lg-6{padding-left:1.5rem!important}.ps-lg-7{padding-left:1.75rem!important}.ps-lg-8{padding-left:2rem!important}.ps-lg-9{padding-left:2.25rem!important}.ps-lg-10{padding-left:2.5rem!important}.ps-lg-11{padding-left:2.75rem!important}.ps-lg-12{padding-left:3rem!important}.ps-lg-13{padding-left:3.25rem!important}.ps-lg-14{padding-left:3.5rem!important}.ps-lg-15{padding-left:3.75rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:.75rem!important}.gap-lg-4{gap:1rem!important}.gap-lg-5{gap:1.25rem!important}.gap-lg-6{gap:1.5rem!important}.gap-lg-7{gap:1.75rem!important}.gap-lg-8{gap:2rem!important}.gap-lg-9{gap:2.25rem!important}.gap-lg-10{gap:2.5rem!important}.gap-lg-11{gap:2.75rem!important}.gap-lg-12{gap:3rem!important}.gap-lg-13{gap:3.25rem!important}.gap-lg-14{gap:3.5rem!important}.gap-lg-15{gap:3.75rem!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:.75rem!important}.row-gap-lg-4{row-gap:1rem!important}.row-gap-lg-5{row-gap:1.25rem!important}.row-gap-lg-6{row-gap:1.5rem!important}.row-gap-lg-7{row-gap:1.75rem!important}.row-gap-lg-8{row-gap:2rem!important}.row-gap-lg-9{row-gap:2.25rem!important}.row-gap-lg-10{row-gap:2.5rem!important}.row-gap-lg-11{row-gap:2.75rem!important}.row-gap-lg-12{row-gap:3rem!important}.row-gap-lg-13{row-gap:3.25rem!important}.row-gap-lg-14{row-gap:3.5rem!important}.row-gap-lg-15{row-gap:3.75rem!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:.75rem!important}.column-gap-lg-4{column-gap:1rem!important}.column-gap-lg-5{column-gap:1.25rem!important}.column-gap-lg-6{column-gap:1.5rem!important}.column-gap-lg-7{column-gap:1.75rem!important}.column-gap-lg-8{column-gap:2rem!important}.column-gap-lg-9{column-gap:2.25rem!important}.column-gap-lg-10{column-gap:2.5rem!important}.column-gap-lg-11{column-gap:2.75rem!important}.column-gap-lg-12{column-gap:3rem!important}.column-gap-lg-13{column-gap:3.25rem!important}.column-gap-lg-14{column-gap:3.5rem!important}.column-gap-lg-15{column-gap:3.75rem!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:.75rem!important}.m-xl-4{margin:1rem!important}.m-xl-5{margin:1.25rem!important}.m-xl-6{margin:1.5rem!important}.m-xl-7{margin:1.75rem!important}.m-xl-8{margin:2rem!important}.m-xl-9{margin:2.25rem!important}.m-xl-10{margin:2.5rem!important}.m-xl-11{margin:2.75rem!important}.m-xl-12{margin:3rem!important}.m-xl-13{margin:3.25rem!important}.m-xl-14{margin:3.5rem!important}.m-xl-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-xl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-xl-4{margin-top:1rem!important}.mt-xl-5{margin-top:1.25rem!important}.mt-xl-6{margin-top:1.5rem!important}.mt-xl-7{margin-top:1.75rem!important}.mt-xl-8{margin-top:2rem!important}.mt-xl-9{margin-top:2.25rem!important}.mt-xl-10{margin-top:2.5rem!important}.mt-xl-11{margin-top:2.75rem!important}.mt-xl-12{margin-top:3rem!important}.mt-xl-13{margin-top:3.25rem!important}.mt-xl-14{margin-top:3.5rem!important}.mt-xl-15{margin-top:3.75rem!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:.75rem!important}.me-xl-4{margin-right:1rem!important}.me-xl-5{margin-right:1.25rem!important}.me-xl-6{margin-right:1.5rem!important}.me-xl-7{margin-right:1.75rem!important}.me-xl-8{margin-right:2rem!important}.me-xl-9{margin-right:2.25rem!important}.me-xl-10{margin-right:2.5rem!important}.me-xl-11{margin-right:2.75rem!important}.me-xl-12{margin-right:3rem!important}.me-xl-13{margin-right:3.25rem!important}.me-xl-14{margin-right:3.5rem!important}.me-xl-15{margin-right:3.75rem!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:.75rem!important}.mb-xl-4{margin-bottom:1rem!important}.mb-xl-5{margin-bottom:1.25rem!important}.mb-xl-6{margin-bottom:1.5rem!important}.mb-xl-7{margin-bottom:1.75rem!important}.mb-xl-8{margin-bottom:2rem!important}.mb-xl-9{margin-bottom:2.25rem!important}.mb-xl-10{margin-bottom:2.5rem!important}.mb-xl-11{margin-bottom:2.75rem!important}.mb-xl-12{margin-bottom:3rem!important}.mb-xl-13{margin-bottom:3.25rem!important}.mb-xl-14{margin-bottom:3.5rem!important}.mb-xl-15{margin-bottom:3.75rem!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:.75rem!important}.ms-xl-4{margin-left:1rem!important}.ms-xl-5{margin-left:1.25rem!important}.ms-xl-6{margin-left:1.5rem!important}.ms-xl-7{margin-left:1.75rem!important}.ms-xl-8{margin-left:2rem!important}.ms-xl-9{margin-left:2.25rem!important}.ms-xl-10{margin-left:2.5rem!important}.ms-xl-11{margin-left:2.75rem!important}.ms-xl-12{margin-left:3rem!important}.ms-xl-13{margin-left:3.25rem!important}.ms-xl-14{margin-left:3.5rem!important}.ms-xl-15{margin-left:3.75rem!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:.75rem!important}.p-xl-4{padding:1rem!important}.p-xl-5{padding:1.25rem!important}.p-xl-6{padding:1.5rem!important}.p-xl-7{padding:1.75rem!important}.p-xl-8{padding:2rem!important}.p-xl-9{padding:2.25rem!important}.p-xl-10{padding:2.5rem!important}.p-xl-11{padding:2.75rem!important}.p-xl-12{padding:3rem!important}.p-xl-13{padding:3.25rem!important}.p-xl-14{padding:3.5rem!important}.p-xl-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-xl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!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:.75rem!important}.pt-xl-4{padding-top:1rem!important}.pt-xl-5{padding-top:1.25rem!important}.pt-xl-6{padding-top:1.5rem!important}.pt-xl-7{padding-top:1.75rem!important}.pt-xl-8{padding-top:2rem!important}.pt-xl-9{padding-top:2.25rem!important}.pt-xl-10{padding-top:2.5rem!important}.pt-xl-11{padding-top:2.75rem!important}.pt-xl-12{padding-top:3rem!important}.pt-xl-13{padding-top:3.25rem!important}.pt-xl-14{padding-top:3.5rem!important}.pt-xl-15{padding-top:3.75rem!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:.75rem!important}.pe-xl-4{padding-right:1rem!important}.pe-xl-5{padding-right:1.25rem!important}.pe-xl-6{padding-right:1.5rem!important}.pe-xl-7{padding-right:1.75rem!important}.pe-xl-8{padding-right:2rem!important}.pe-xl-9{padding-right:2.25rem!important}.pe-xl-10{padding-right:2.5rem!important}.pe-xl-11{padding-right:2.75rem!important}.pe-xl-12{padding-right:3rem!important}.pe-xl-13{padding-right:3.25rem!important}.pe-xl-14{padding-right:3.5rem!important}.pe-xl-15{padding-right:3.75rem!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:.75rem!important}.pb-xl-4{padding-bottom:1rem!important}.pb-xl-5{padding-bottom:1.25rem!important}.pb-xl-6{padding-bottom:1.5rem!important}.pb-xl-7{padding-bottom:1.75rem!important}.pb-xl-8{padding-bottom:2rem!important}.pb-xl-9{padding-bottom:2.25rem!important}.pb-xl-10{padding-bottom:2.5rem!important}.pb-xl-11{padding-bottom:2.75rem!important}.pb-xl-12{padding-bottom:3rem!important}.pb-xl-13{padding-bottom:3.25rem!important}.pb-xl-14{padding-bottom:3.5rem!important}.pb-xl-15{padding-bottom:3.75rem!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:.75rem!important}.ps-xl-4{padding-left:1rem!important}.ps-xl-5{padding-left:1.25rem!important}.ps-xl-6{padding-left:1.5rem!important}.ps-xl-7{padding-left:1.75rem!important}.ps-xl-8{padding-left:2rem!important}.ps-xl-9{padding-left:2.25rem!important}.ps-xl-10{padding-left:2.5rem!important}.ps-xl-11{padding-left:2.75rem!important}.ps-xl-12{padding-left:3rem!important}.ps-xl-13{padding-left:3.25rem!important}.ps-xl-14{padding-left:3.5rem!important}.ps-xl-15{padding-left:3.75rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:.75rem!important}.gap-xl-4{gap:1rem!important}.gap-xl-5{gap:1.25rem!important}.gap-xl-6{gap:1.5rem!important}.gap-xl-7{gap:1.75rem!important}.gap-xl-8{gap:2rem!important}.gap-xl-9{gap:2.25rem!important}.gap-xl-10{gap:2.5rem!important}.gap-xl-11{gap:2.75rem!important}.gap-xl-12{gap:3rem!important}.gap-xl-13{gap:3.25rem!important}.gap-xl-14{gap:3.5rem!important}.gap-xl-15{gap:3.75rem!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:.75rem!important}.row-gap-xl-4{row-gap:1rem!important}.row-gap-xl-5{row-gap:1.25rem!important}.row-gap-xl-6{row-gap:1.5rem!important}.row-gap-xl-7{row-gap:1.75rem!important}.row-gap-xl-8{row-gap:2rem!important}.row-gap-xl-9{row-gap:2.25rem!important}.row-gap-xl-10{row-gap:2.5rem!important}.row-gap-xl-11{row-gap:2.75rem!important}.row-gap-xl-12{row-gap:3rem!important}.row-gap-xl-13{row-gap:3.25rem!important}.row-gap-xl-14{row-gap:3.5rem!important}.row-gap-xl-15{row-gap:3.75rem!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:.75rem!important}.column-gap-xl-4{column-gap:1rem!important}.column-gap-xl-5{column-gap:1.25rem!important}.column-gap-xl-6{column-gap:1.5rem!important}.column-gap-xl-7{column-gap:1.75rem!important}.column-gap-xl-8{column-gap:2rem!important}.column-gap-xl-9{column-gap:2.25rem!important}.column-gap-xl-10{column-gap:2.5rem!important}.column-gap-xl-11{column-gap:2.75rem!important}.column-gap-xl-12{column-gap:3rem!important}.column-gap-xl-13{column-gap:3.25rem!important}.column-gap-xl-14{column-gap:3.5rem!important}.column-gap-xl-15{column-gap:3.75rem!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:.75rem!important}.m-xxl-4{margin:1rem!important}.m-xxl-5{margin:1.25rem!important}.m-xxl-6{margin:1.5rem!important}.m-xxl-7{margin:1.75rem!important}.m-xxl-8{margin:2rem!important}.m-xxl-9{margin:2.25rem!important}.m-xxl-10{margin:2.5rem!important}.m-xxl-11{margin:2.75rem!important}.m-xxl-12{margin:3rem!important}.m-xxl-13{margin:3.25rem!important}.m-xxl-14{margin:3.5rem!important}.m-xxl-15{margin:3.75rem!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:.75rem!important;margin-left:.75rem!important}.mx-xxl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xxl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xxl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xxl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xxl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xxl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-15{margin-right:3.75rem!important;margin-left:3.75rem!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:.75rem!important;margin-bottom:.75rem!important}.my-xxl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xxl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xxl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!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:.75rem!important}.mt-xxl-4{margin-top:1rem!important}.mt-xxl-5{margin-top:1.25rem!important}.mt-xxl-6{margin-top:1.5rem!important}.mt-xxl-7{margin-top:1.75rem!important}.mt-xxl-8{margin-top:2rem!important}.mt-xxl-9{margin-top:2.25rem!important}.mt-xxl-10{margin-top:2.5rem!important}.mt-xxl-11{margin-top:2.75rem!important}.mt-xxl-12{margin-top:3rem!important}.mt-xxl-13{margin-top:3.25rem!important}.mt-xxl-14{margin-top:3.5rem!important}.mt-xxl-15{margin-top:3.75rem!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:.75rem!important}.me-xxl-4{margin-right:1rem!important}.me-xxl-5{margin-right:1.25rem!important}.me-xxl-6{margin-right:1.5rem!important}.me-xxl-7{margin-right:1.75rem!important}.me-xxl-8{margin-right:2rem!important}.me-xxl-9{margin-right:2.25rem!important}.me-xxl-10{margin-right:2.5rem!important}.me-xxl-11{margin-right:2.75rem!important}.me-xxl-12{margin-right:3rem!important}.me-xxl-13{margin-right:3.25rem!important}.me-xxl-14{margin-right:3.5rem!important}.me-xxl-15{margin-right:3.75rem!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:.75rem!important}.mb-xxl-4{margin-bottom:1rem!important}.mb-xxl-5{margin-bottom:1.25rem!important}.mb-xxl-6{margin-bottom:1.5rem!important}.mb-xxl-7{margin-bottom:1.75rem!important}.mb-xxl-8{margin-bottom:2rem!important}.mb-xxl-9{margin-bottom:2.25rem!important}.mb-xxl-10{margin-bottom:2.5rem!important}.mb-xxl-11{margin-bottom:2.75rem!important}.mb-xxl-12{margin-bottom:3rem!important}.mb-xxl-13{margin-bottom:3.25rem!important}.mb-xxl-14{margin-bottom:3.5rem!important}.mb-xxl-15{margin-bottom:3.75rem!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:.75rem!important}.ms-xxl-4{margin-left:1rem!important}.ms-xxl-5{margin-left:1.25rem!important}.ms-xxl-6{margin-left:1.5rem!important}.ms-xxl-7{margin-left:1.75rem!important}.ms-xxl-8{margin-left:2rem!important}.ms-xxl-9{margin-left:2.25rem!important}.ms-xxl-10{margin-left:2.5rem!important}.ms-xxl-11{margin-left:2.75rem!important}.ms-xxl-12{margin-left:3rem!important}.ms-xxl-13{margin-left:3.25rem!important}.ms-xxl-14{margin-left:3.5rem!important}.ms-xxl-15{margin-left:3.75rem!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:.75rem!important}.p-xxl-4{padding:1rem!important}.p-xxl-5{padding:1.25rem!important}.p-xxl-6{padding:1.5rem!important}.p-xxl-7{padding:1.75rem!important}.p-xxl-8{padding:2rem!important}.p-xxl-9{padding:2.25rem!important}.p-xxl-10{padding:2.5rem!important}.p-xxl-11{padding:2.75rem!important}.p-xxl-12{padding:3rem!important}.p-xxl-13{padding:3.25rem!important}.p-xxl-14{padding:3.5rem!important}.p-xxl-15{padding:3.75rem!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:.75rem!important;padding-left:.75rem!important}.px-xxl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xxl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xxl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xxl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xxl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xxl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-15{padding-right:3.75rem!important;padding-left:3.75rem!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:.75rem!important;padding-bottom:.75rem!important}.py-xxl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xxl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xxl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!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:.75rem!important}.pt-xxl-4{padding-top:1rem!important}.pt-xxl-5{padding-top:1.25rem!important}.pt-xxl-6{padding-top:1.5rem!important}.pt-xxl-7{padding-top:1.75rem!important}.pt-xxl-8{padding-top:2rem!important}.pt-xxl-9{padding-top:2.25rem!important}.pt-xxl-10{padding-top:2.5rem!important}.pt-xxl-11{padding-top:2.75rem!important}.pt-xxl-12{padding-top:3rem!important}.pt-xxl-13{padding-top:3.25rem!important}.pt-xxl-14{padding-top:3.5rem!important}.pt-xxl-15{padding-top:3.75rem!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:.75rem!important}.pe-xxl-4{padding-right:1rem!important}.pe-xxl-5{padding-right:1.25rem!important}.pe-xxl-6{padding-right:1.5rem!important}.pe-xxl-7{padding-right:1.75rem!important}.pe-xxl-8{padding-right:2rem!important}.pe-xxl-9{padding-right:2.25rem!important}.pe-xxl-10{padding-right:2.5rem!important}.pe-xxl-11{padding-right:2.75rem!important}.pe-xxl-12{padding-right:3rem!important}.pe-xxl-13{padding-right:3.25rem!important}.pe-xxl-14{padding-right:3.5rem!important}.pe-xxl-15{padding-right:3.75rem!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:.75rem!important}.pb-xxl-4{padding-bottom:1rem!important}.pb-xxl-5{padding-bottom:1.25rem!important}.pb-xxl-6{padding-bottom:1.5rem!important}.pb-xxl-7{padding-bottom:1.75rem!important}.pb-xxl-8{padding-bottom:2rem!important}.pb-xxl-9{padding-bottom:2.25rem!important}.pb-xxl-10{padding-bottom:2.5rem!important}.pb-xxl-11{padding-bottom:2.75rem!important}.pb-xxl-12{padding-bottom:3rem!important}.pb-xxl-13{padding-bottom:3.25rem!important}.pb-xxl-14{padding-bottom:3.5rem!important}.pb-xxl-15{padding-bottom:3.75rem!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:.75rem!important}.ps-xxl-4{padding-left:1rem!important}.ps-xxl-5{padding-left:1.25rem!important}.ps-xxl-6{padding-left:1.5rem!important}.ps-xxl-7{padding-left:1.75rem!important}.ps-xxl-8{padding-left:2rem!important}.ps-xxl-9{padding-left:2.25rem!important}.ps-xxl-10{padding-left:2.5rem!important}.ps-xxl-11{padding-left:2.75rem!important}.ps-xxl-12{padding-left:3rem!important}.ps-xxl-13{padding-left:3.25rem!important}.ps-xxl-14{padding-left:3.5rem!important}.ps-xxl-15{padding-left:3.75rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:.75rem!important}.gap-xxl-4{gap:1rem!important}.gap-xxl-5{gap:1.25rem!important}.gap-xxl-6{gap:1.5rem!important}.gap-xxl-7{gap:1.75rem!important}.gap-xxl-8{gap:2rem!important}.gap-xxl-9{gap:2.25rem!important}.gap-xxl-10{gap:2.5rem!important}.gap-xxl-11{gap:2.75rem!important}.gap-xxl-12{gap:3rem!important}.gap-xxl-13{gap:3.25rem!important}.gap-xxl-14{gap:3.5rem!important}.gap-xxl-15{gap:3.75rem!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:.75rem!important}.row-gap-xxl-4{row-gap:1rem!important}.row-gap-xxl-5{row-gap:1.25rem!important}.row-gap-xxl-6{row-gap:1.5rem!important}.row-gap-xxl-7{row-gap:1.75rem!important}.row-gap-xxl-8{row-gap:2rem!important}.row-gap-xxl-9{row-gap:2.25rem!important}.row-gap-xxl-10{row-gap:2.5rem!important}.row-gap-xxl-11{row-gap:2.75rem!important}.row-gap-xxl-12{row-gap:3rem!important}.row-gap-xxl-13{row-gap:3.25rem!important}.row-gap-xxl-14{row-gap:3.5rem!important}.row-gap-xxl-15{row-gap:3.75rem!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:.75rem!important}.column-gap-xxl-4{column-gap:1rem!important}.column-gap-xxl-5{column-gap:1.25rem!important}.column-gap-xxl-6{column-gap:1.5rem!important}.column-gap-xxl-7{column-gap:1.75rem!important}.column-gap-xxl-8{column-gap:2rem!important}.column-gap-xxl-9{column-gap:2.25rem!important}.column-gap-xxl-10{column-gap:2.5rem!important}.column-gap-xxl-11{column-gap:2.75rem!important}.column-gap-xxl-12{column-gap:3rem!important}.column-gap-xxl-13{column-gap:3.25rem!important}.column-gap-xxl-14{column-gap:3.5rem!important}.column-gap-xxl-15{column-gap:3.75rem!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:2rem!important}.fs-2,.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}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@font-face{font-family:EuclidCircularB;src:url(./EuclidCircularB-Light-G2WU3I1A.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:EuclidCircularB;src:url(./EuclidCircularB-Regular-hyWNQ8EO.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:EuclidCircularB;src:url(./EuclidCircularB-Medium-ChQYNMLj.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:EuclidCircularB;src:url(./EuclidCircularB-Semibold-EkzwVuci.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:EuclidCircularB;src:url(./EuclidCircularB-Bold-C2JOBNeq.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(./UcCo3FwrK3iLTcvvYwYL8g-B8P4U0Gg.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(./UcCo3FwrK3iLTcvmYwYL8g-5T0zeBXy.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(./UcCo3FwrK3iLTcvsYwYL8g-5lmnQArN.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(./UcCo3FwrK3iLTcviYwY-B2BMxjQQ.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.floating-label__input,.text-input,.select{height:45px;background-color:#fff;border-radius:.5rem;border:1px solid #e9ecef;padding:0rem .75rem;color:#343a40}input[name=message],input[name=type]{display:none}input,textarea{-ms-overflow-style:none;scrollbar-width:none}input::-webkit-scrollbar,textarea::-webkit-scrollbar{display:none}.select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px;background-position:calc(100% - 12px) center}.checkbox-switcher{display:flex;align-items:center;-webkit-user-select:none;user-select:none;cursor:pointer}.checkbox-switcher--disabled{opacity:.5;cursor:default}.checkbox-switcher__input{position:absolute;opacity:0;width:0;height:0}.checkbox-switcher__input:checked+.checkbox-switcher__text:before,.checkbox-switcher__input:hover:checked+.checkbox-switcher__text:before{background-color:#000!important}.checkbox-switcher__input:checked+.checkbox-switcher__text:after{transform:translate(14px) translateY(-50%)}.checkbox-switcher__input:focus-visible+.checkbox-switcher__text:before{outline:2px solid #000;outline-offset:2px}.checkbox-switcher__input:checked:hover+.checkbox-switcher__text:before{background-color:#000}.checkbox-switcher__text{display:block;width:100%;position:relative;padding-left:46px;line-height:1.5}.checkbox-switcher__text:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:34px;height:18px;background-color:#dee2e6;border-radius:10px;transition:background-color .3s}.checkbox-switcher__text:after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background-color:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0000001a}.checkbox-switcher:hover:not(.checkbox-switcher--disabled) .checkbox-switcher__text:before{background-color:#9ba5ae}.floating-label{position:relative;display:block;margin-bottom:1.5rem}.floating-label__input{width:100%;padding-top:5px;height:54px;border:1px solid #e9ecef;transition:all .3s ease}.floating-label__input--bordered{background-color:transparent!important;border:1px solid #212529;color:#fff}.floating-label__input--bordered-white{background-color:transparent!important;border:1px solid #fff!important;color:#fff}.floating-label__input--textarea{height:auto;min-height:80px;padding-top:20px;resize:vertical}.floating-label__input:focus,.floating-label__input:not(:placeholder-shown){outline:none}.floating-label__input:focus+.floating-label__text,.floating-label__input:not(:placeholder-shown)+.floating-label__text{transform:translateY(-55%) scale(.7)}.floating-label__input::placeholder{color:transparent}.floating-label__text{position:absolute;top:1rem;left:.75rem;font-size:.9em;color:#6c757d;pointer-events:none;transform-origin:left top;transition:all .3s ease;padding:0 .25rem;font-weight:300}.floating-label__text--white{color:#fff}.floating-label--error .floating-label__input{border-color:#dc3545}.floating-label--error .floating-label__input:focus{box-shadow:0 0 0 .2rem #dc354540}.floating-label--error .floating-label__text{color:#dc3545}[disabled]{cursor:not-allowed;filter:brightness(.95)}.form{background-color:#fff;border-radius:.5rem;padding:2rem;border:1px solid rgb(239.075,241.35,243.625)}.form__group{margin-bottom:1rem;position:relative}.form__error{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.form__file-wrapper{position:relative;display:block;width:100%;margin-top:-.6rem}.form__file-input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:1}.form__file-input::-webkit-file-upload-button{cursor:pointer}.form__file-button{font-size:.9em;color:#6c757d;height:54px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;transition:all .3s ease;position:relative;z-index:0;width:100%;font-weight:300}.form__file-upload-icon{position:relative;display:inline-block;vertical-align:middle;width:18px;height:18px;margin-right:.6rem;margin-left:-.6rem}.form__file-upload-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#6c757d;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cg data-name='Layer 51'%3E%3Cpath d='M57.47 38.6a2 2 0 0 0-2 2v6.83a6.07 6.07 0 0 1-6.07 6.07H14.6a6.07 6.07 0 0 1-6.07-6.07V40.6a2 2 0 1 0-4 0v6.83A10.08 10.08 0 0 0 14.6 57.5h34.8a10.08 10.08 0 0 0 10.07-10.07V40.6a2 2 0 0 0-2-2z' /%3E%3Cpath d='m22 21.3 8-8V43a2 2 0 0 0 4 0V13.33l8 8a2 2 0 0 0 2.83-2.83L33.42 7.09a2.16 2.16 0 0 0-1-.55 2.06 2.06 0 0 0-1.81.55L19.2 18.47A2 2 0 0 0 22 21.3z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center/16px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:16px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cg data-name='Layer 51'%3E%3Cpath d='M57.47 38.6a2 2 0 0 0-2 2v6.83a6.07 6.07 0 0 1-6.07 6.07H14.6a6.07 6.07 0 0 1-6.07-6.07V40.6a2 2 0 1 0-4 0v6.83A10.08 10.08 0 0 0 14.6 57.5h34.8a10.08 10.08 0 0 0 10.07-10.07V40.6a2 2 0 0 0-2-2z' /%3E%3Cpath d='m22 21.3 8-8V43a2 2 0 0 0 4 0V13.33l8 8a2 2 0 0 0 2.83-2.83L33.42 7.09a2.16 2.16 0 0 0-1-.55 2.06 2.06 0 0 0-1.81.55L19.2 18.47A2 2 0 0 0 22 21.3z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center/16px;mask-repeat:no-repeat;mask-position:center;mask-size:16px}.form__file-list{margin-top:1rem;font-size:.9rem;color:#666}.form__file-item{display:flex;align-items:center;margin-bottom:.25rem;position:relative}.form__file-item-name{background-color:#fff;display:block;z-index:2}.form__file-item-remove{display:block;background-color:#fff;position:relative;z-index:2;background:none;border:none;cursor:pointer;color:#6c757d;font-size:1.1rem;font-weight:300;line-height:1;padding:0 5px;flex-shrink:0}.form__file-icon{margin-right:.5rem;width:16px;height:16px;fill:currentColor}.form__submit{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;width:100%;height:54px}.form__submit:hover{background-color:#212529;color:#fff;border-color:#212529}.form__privacy-policy-alert{font-size:.8em;font-weight:300;color:#afb5ba}.form__privacy-policy-button{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;font-weight:500;color:inherit}.form .floating-label__input{background-color:#f8f9fa}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;opacity:0;transition:opacity .3s;z-index:10002;pointer-events:none}.modal-overlay--active{opacity:1;pointer-events:all}.modal{-ms-overflow-style:none;scrollbar-width:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:30px;border-radius:1rem;box-shadow:0 2px 10px #0003;z-index:10003;opacity:0;transition:opacity .3s,transform .3s;width:400px;max-width:calc(100% - 50px);max-height:calc(100% - 50px);overflow-y:auto}.modal::-webkit-scrollbar{display:none}.modal--wide{width:800px}.modal--active{opacity:1;transform:translate(-50%,-50%) scale(1)}.modal__title{font-size:1.7rem;font-weight:600;margin-bottom:1rem}.modal__subtitle{margin-top:2rem;font-size:1.3rem;font-weight:600;margin-bottom:.9rem}.modal__form{margin-top:1.8rem;padding:0;border:none}.modal__close{position:relative;position:absolute;top:10px;right:10px;cursor:pointer;line-height:1;padding:5px;width:40px;height:40px}.modal__close:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/16px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:16px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/16px;mask-repeat:no-repeat;mask-position:center;mask-size:16px}.breadcrumbs{margin-bottom:.9rem}.breadcrumbs__list{list-style:none;margin-bottom:0;padding-left:0;display:flex;align-items:center;justify-content:start;gap:15px;-ms-overflow-style:none;scrollbar-width:none;white-space:nowrap;overflow-x:scroll;font-size:.95rem}.breadcrumbs__list::-webkit-scrollbar{display:none}@media (max-width: 991px){.breadcrumbs__list--product-single{margin:0 auto;width:fit-content;max-width:100%}}.breadcrumbs__item--active{font-weight:300;color:#868e96}.breadcrumbs__link{color:#212529;text-decoration:none;font-weight:300;color:#495057}.breadcrumbs__link:after{content:"";width:10px;height:1px;background-color:#adb5bd;display:inline-block;vertical-align:middle;margin-left:10px}.product-single{margin-top:1.5rem}@media (max-width: 991px){.product-single{margin-top:1.5rem}}.product-single__logo{width:190px;margin-right:.1rem}@media (max-width: 991px){.product-single__logo{width:210px}}.product-single__main-photo{max-width:100%;border-radius:.25rem;max-height:350px}@media (max-width: 991px){.product-single__main-photo{width:auto}}.product-single__add-to-card{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#ced4da;position:relative;padding:.75rem 1.45rem .75rem 2.95rem;margin:1rem 0;font-weight:500}.product-single__add-to-card:hover{background-color:#212529;color:#fff;border-color:#212529}.product-single__add-to-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 24 24'%3E%3Cpath d='M20 17.25H8.43l-.19-1.59 12.12-.94c.82-.07 1.49-.71 1.59-1.52l.15-1.1a.739.739 0 0 0-.64-.84c-.4-.06-.79.23-.84.64l-.15 1.11c-.01.12-.11.21-.22.22l-12.17.94-.87-7.42h4.8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H7.03l-.11-.97a2.742 2.742 0 0 0-2.06-2.34L2.2 1.27a.75.75 0 0 0-.37 1.45l2.66.67c.5.12.87.54.93 1.06l1.53 13A2.749 2.749 0 0 0 8 22.74c1.52 0 2.75-1.23 2.75-2.75 0-.45-.12-.87-.31-1.25h7.13c-.19.38-.31.8-.31 1.25 0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75-1.23-2.75-2.75-2.75zm-12 4a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm12 0a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zM15.25 6c0-.41.34-.75.75-.75h2.25V3c0-.41.34-.75.75-.75s.75.34.75.75v2.25H22c.41 0 .75.34.75.75s-.34.75-.75.75h-2.25V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.75H16c-.41 0-.75-.34-.75-.75z' /%3E%3C/svg%3E") no-repeat .85rem 50%/1.4rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:.85rem 50%;-webkit-mask-size:1.4rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 24 24'%3E%3Cpath d='M20 17.25H8.43l-.19-1.59 12.12-.94c.82-.07 1.49-.71 1.59-1.52l.15-1.1a.739.739 0 0 0-.64-.84c-.4-.06-.79.23-.84.64l-.15 1.11c-.01.12-.11.21-.22.22l-12.17.94-.87-7.42h4.8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H7.03l-.11-.97a2.742 2.742 0 0 0-2.06-2.34L2.2 1.27a.75.75 0 0 0-.37 1.45l2.66.67c.5.12.87.54.93 1.06l1.53 13A2.749 2.749 0 0 0 8 22.74c1.52 0 2.75-1.23 2.75-2.75 0-.45-.12-.87-.31-1.25h7.13c-.19.38-.31.8-.31 1.25 0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75-1.23-2.75-2.75-2.75zm-12 4a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zm12 0a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5zM15.25 6c0-.41.34-.75.75-.75h2.25V3c0-.41.34-.75.75-.75s.75.34.75.75v2.25H22c.41 0 .75.34.75.75s-.34.75-.75.75h-2.25V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.75H16c-.41 0-.75-.34-.75-.75z' /%3E%3C/svg%3E") no-repeat .85rem 50%/1.4rem;mask-repeat:no-repeat;mask-position:.85rem 50%;mask-size:1.4rem}.product-single__add-to-card:hover:before{background-color:#fff}.product-single__title{font-size:1.8rem;margin-bottom:.65rem}@media (max-width: 991px){.product-single__title{margin-bottom:.7rem;text-align:center;max-width:calc(100% - 100px);margin-right:auto;margin-left:auto}}@media (max-width: 767px){.product-single__title{font-size:2rem;max-width:100%}}@media (max-width: 499px){.product-single__title{font-size:1.8rem}}@media (max-width: 399px){.product-single__title{font-size:1.6rem}}.product-single__undertitle{display:flex;align-items:center;justify-content:start;gap:.3rem 1rem;flex-wrap:wrap;color:#adb5bd;font-weight:300}@media (max-width: 1199px){.product-single__undertitle{gap:.5rem 1rem;max-width:400px}}@media (max-width: 991px){.product-single__undertitle{justify-content:center;margin-right:auto;margin-left:auto;margin-bottom:2rem}}.product-single__info-grid{display:grid;grid-template-columns:1fr 350px;gap:1.25rem}@media (max-width: 1399px){.product-single__info-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 991px){.product-single__names{padding-left:0;margin-bottom:2rem}}.product-single__info-grid-main{display:grid;grid-template-columns:350px auto;grid-auto-rows:min-content;gap:2.1875rem}@media (max-width: 991px){.product-single__info-grid-main{grid-template-columns:1fr}}.product-single__names{margin-bottom:2.5rem}.product-single__photos{display:flex;align-items:start;justify-content:start;flex-direction:row-reverse;gap:1.25rem;height:fit-content;max-height:350px;text-align:center;justify-content:center}@media (max-width: 991px){.product-single__photos{padding-left:0;margin-top:0;text-align:center;margin-right:auto;margin-left:auto;max-height:unset}}.product-single__gallery{display:grid;max-width:3rem;gap:1.25rem}.product-single__gallery-photo{max-width:100%;border-radius:.25rem}.product-single__main-content{height:fit-content;overflow:hidden;position:relative;width:100%;padding-right:.75rem}@media (max-width: 991px){.product-single__main-content{padding-right:0;margin-top:0}}.product-single__additional-info{grid-column:1/-1;padding-right:1rem}.product-single__side-block{height:fit-content;position:sticky;top:10px}@media (max-width: 1399px){.product-single__side-block{display:grid;grid-template-columns:2fr 1fr;gap:2rem}}@media (max-width: 767px){.product-single__side-block{grid-template-columns:1fr}}.product-single__form-title{font-weight:600;font-size:1.25rem;margin-bottom:1rem}.product-single__engineer{display:grid;position:relative;padding:1.2em 1.2em 1.2em 4.5em;margin-bottom:1.5rem;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);border-radius:.5rem}.product-single__engineer-name{order:1;font-size:1em;font-weight:500;font-size:.9em;margin-bottom:.2em}.product-single__engineer-online{order:2;font-size:1em;font-weight:300;font-size:.7em;margin-top:-.1rem;margin-bottom:.35rem}.product-single__engineer-online:before{content:"";display:inline-block;width:.45em;height:.45em;background-color:#3ba320;border-radius:50%;margin-right:.65em;margin-bottom:.15em}.product-single__engineer-whois{order:3;font-size:.8em;color:#495057;font-weight:300}.product-single__engineer:before{content:"";position:absolute;top:1.2em;left:1.2em;width:2.25em;height:2.25em;background:url(./engineer-Bbg6FT26.webp) no-repeat center/contain;border-radius:50%}.product-single__consulting-form{margin-bottom:-1rem}.product-single__order-terms{display:flex;align-items:center;justify-content:start;gap:1.1rem;flex-wrap:wrap;margin-bottom:3rem}.product-single__pricing{display:flex;align-items:center;justify-content:start;gap:1.2rem 0;flex-wrap:wrap;background-color:#fff;border-radius:.75rem;border:1px solid rgb(239.075,241.35,243.625);overflow:hidden}@media (max-width: 767px){.product-single__pricing{justify-content:center;gap:0}}.product-single__price-block{display:flex;align-items:center;justify-content:start;gap:1rem;flex-wrap:wrap;flex-direction:row-reverse;padding:.85rem 1.25rem}.product-single__price-block:not(:last-child){border-right:1px solid rgb(239.075,241.35,243.625)}@media (max-width: 767px){.product-single__price-block:not(:last-child){border-right:none;border-bottom:1px solid rgb(239.075,241.35,243.625);width:100%;justify-content:center}}@media (max-width: 576px){.product-single__price-block{padding:1.3rem 1.25rem}}.product-single__price-undertitle{display:block;font-size:.7rem;font-weight:200;color:#212529;letter-spacing:normal;text-transform:uppercase;border:1px solid #dee2e6;padding:.25rem .5rem;border-radius:.5rem;text-align:center}@media (max-width: 576px){.product-single__price-undertitle{font-size:.8rem}}.product-single__current-price{background-color:#fff;font-size:1.6rem;font-weight:600;letter-spacing:1px}.product-single__current-price:before{content:"";display:inline-block;width:.525rem;height:.525rem;background-color:#dc3545;border-radius:50%;margin-right:.7rem;margin-bottom:.3rem}@media (max-width: 576px){.product-single__current-price{font-size:1.7rem}}.product-single__old-price{position:relative;color:#bfc7cf;font-size:1.6rem;font-weight:300;letter-spacing:1px}.product-single__old-price:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#bfc7cf;transform:translateY(-50%)}.product-single__discount-percent-tooltip{display:flex;align-items:center;justify-content:start;gap:0 15px;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:.8rem;border-radius:.75rem;overflow:hidden;height:66px;border:1px solid rgb(239.075,241.35,243.625);background-color:#fff;padding-right:.75rem}@media (max-width: 767px){.product-single__discount-percent-tooltip{margin:.8rem auto 0}}.product-single__discount-percent{display:flex;align-items:center;justify-content:space-between;background-color:#000;color:#fff;height:100%;padding:0 .5rem;font-weight:500;font-size:1rem}.product-single__discount-reason{display:flex;align-items:center;justify-content:center;gap:0 .55rem;font-size:.9rem}.product-single__top-action{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:transparent;color:#9fa8b2;font-size:.6rem;background-color:#fff;padding:.35rem .8rem;border-radius:50rem;font-weight:300;border:1px solid rgb(239.075,241.35,243.625)}.product-single__top-action--copy{position:relative;padding-left:2.1rem}.product-single__top-action--copy:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#9fa8b2;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M43 123c0-44.183 35.817-80 80-80h160c44.183 0 80 35.817 80 80v160c0 44.183-35.817 80-80 80H123c-44.183 0-80-35.817-80-80zm80-60c-33.137 0-60 26.863-60 60v160c0 33.137 26.863 60 60 60h160c33.137 0 60-26.863 60-60V123c0-33.137-26.863-60-60-60z' /%3E%3Cpath d='M377 159c0-5.523 4.477-10 10-10h2c44.183 0 80 35.817 80 80v160c0 44.183-35.817 80-80 80H229c-44.183 0-80-35.817-80-80v-2c0-5.523 4.477-10 10-10s10 4.477 10 10v2c0 33.137 26.863 60 60 60h160c33.137 0 60-26.863 60-60V229c0-33.137-26.863-60-60-60h-2c-5.523 0-10-4.477-10-10z' /%3E%3C/g%3E%3C/svg%3E") no-repeat .75rem 50%/.9rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:.75rem 50%;-webkit-mask-size:.9rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M43 123c0-44.183 35.817-80 80-80h160c44.183 0 80 35.817 80 80v160c0 44.183-35.817 80-80 80H123c-44.183 0-80-35.817-80-80zm80-60c-33.137 0-60 26.863-60 60v160c0 33.137 26.863 60 60 60h160c33.137 0 60-26.863 60-60V123c0-33.137-26.863-60-60-60z' /%3E%3Cpath d='M377 159c0-5.523 4.477-10 10-10h2c44.183 0 80 35.817 80 80v160c0 44.183-35.817 80-80 80H229c-44.183 0-80-35.817-80-80v-2c0-5.523 4.477-10 10-10s10 4.477 10 10v2c0 33.137 26.863 60 60 60h160c33.137 0 60-26.863 60-60V229c0-33.137-26.863-60-60-60h-2c-5.523 0-10-4.477-10-10z' /%3E%3C/g%3E%3C/svg%3E") no-repeat .75rem 50%/.9rem;mask-repeat:no-repeat;mask-position:.75rem 50%;mask-size:.9rem}.product-single__top-action--share{position:relative;padding-left:2rem}.product-single__top-action--share:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#9fa8b2;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M41.786 45.8c-.446.456-.85.952-1.207 1.481l-16.4-10.545a10.29 10.29 0 0 0 .029-9.406l17.051-9.762c.182.212.327.445.527.645 4.171 4.303 11.041 4.409 15.344.238s4.409-11.041.238-15.344-11.041-4.409-15.344-.238a10.852 10.852 0 0 0-2.238 12.469L22.733 25.1c-.181-.21-.329-.442-.527-.64-4.166-4.163-10.917-4.16-15.08.005s-4.16 10.917.005 15.08c4.164 4.161 10.911 4.161 15.075 0 .185-.184.321-.4.491-.6l16.656 10.7c-1.998 5.507.847 11.591 6.354 13.588 5.507 1.998 11.591-.847 13.588-6.354s-.847-11.591-6.354-13.588A10.608 10.608 0 0 0 41.786 45.8zm1.886-40.791a8 8 0 1 1 .001 11.314 7.984 7.984 0 0 1-.023-11.291l.022-.023zM9 37.659a8 8 0 1 1 13.664-5.66 7.936 7.936 0 0 1-1.356 4.455l-.008.007v.006a8.152 8.152 0 0 1-.979 1.19A8.016 8.016 0 0 1 9 37.659zm45.99 21.335a8 8 0 1 1-11.314-11.315A8 8 0 0 1 54.99 58.994c.001 0 .001 0 0 0z' /%3E%3C/svg%3E") no-repeat .65rem 50%/.85rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:.65rem 50%;-webkit-mask-size:.85rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M41.786 45.8c-.446.456-.85.952-1.207 1.481l-16.4-10.545a10.29 10.29 0 0 0 .029-9.406l17.051-9.762c.182.212.327.445.527.645 4.171 4.303 11.041 4.409 15.344.238s4.409-11.041.238-15.344-11.041-4.409-15.344-.238a10.852 10.852 0 0 0-2.238 12.469L22.733 25.1c-.181-.21-.329-.442-.527-.64-4.166-4.163-10.917-4.16-15.08.005s-4.16 10.917.005 15.08c4.164 4.161 10.911 4.161 15.075 0 .185-.184.321-.4.491-.6l16.656 10.7c-1.998 5.507.847 11.591 6.354 13.588 5.507 1.998 11.591-.847 13.588-6.354s-.847-11.591-6.354-13.588A10.608 10.608 0 0 0 41.786 45.8zm1.886-40.791a8 8 0 1 1 .001 11.314 7.984 7.984 0 0 1-.023-11.291l.022-.023zM9 37.659a8 8 0 1 1 13.664-5.66 7.936 7.936 0 0 1-1.356 4.455l-.008.007v.006a8.152 8.152 0 0 1-.979 1.19A8.016 8.016 0 0 1 9 37.659zm45.99 21.335a8 8 0 1 1-11.314-11.315A8 8 0 0 1 54.99 58.994c.001 0 .001 0 0 0z' /%3E%3C/svg%3E") no-repeat .65rem 50%/.85rem;mask-repeat:no-repeat;mask-position:.65rem 50%;mask-size:.85rem}.product-single__terms-wrap{display:flex;align-items:start;justify-content:start;gap:1.3rem 1.6rem;flex-wrap:wrap}@media (max-width: 1399px){.product-single__terms-wrap{max-width:600px}}@media (max-width: 991px){.product-single__terms-wrap{justify-content:center;gap:1.2rem 2rem;max-width:100%}}.product-single__variants-label{font-size:.85rem;margin-bottom:.75rem;font-weight:300}.product-single__variants-list{display:flex;align-items:center;justify-content:start;gap:1rem;flex-wrap:wrap}.product-single__variants-option{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;font-size:.85em;border-width:2px;border-color:#e9ecef}.product-single__variants-option:hover{background-color:#212529;color:#fff;border-color:#212529}.product-single__variants-option--active{border-color:#212529}.product-single__variants-info{position:relative;padding-left:1.5rem;font-size:.8rem;margin-top:.8rem;color:#919ca6;font-weight:300}.product-single__variants-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#adb5bd;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:1rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1rem;mask-repeat:no-repeat;mask-position:0 50%;mask-size:1rem}.product-single__why-best-title{font-size:1.35rem;font-weight:600;margin-top:.3rem;margin-bottom:-.2rem}@media (max-width: 991px){.product-single__why-best-title{margin-top:.8rem;margin-bottom:.3rem;font-size:1.6rem;line-height:1.3}}.product-single__features{position:relative;margin-bottom:.5rem;margin-right:1rem;width:100%}.product-single__features-title{display:flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;position:absolute;width:34px;padding:0 15px;top:50%;left:0;writing-mode:vertical-lr;height:100%;transform:translateY(-50%) rotate(180deg);background-color:#212529;color:#fff;z-index:1;font-size:.85rem;font-weight:300;letter-spacing:.725px;-webkit-user-select:none;user-select:none}.product-single__features-list{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0 1rem;position:relative;margin-top:.45rem!important}.product-single__feature{position:relative;padding:1rem 1.5rem;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);border-radius:.65rem;overflow:hidden;cursor:grab}.product-single__feature--strong{position:relative}.product-single__feature--strong:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M36 59.708a27.708 27.708 0 0 1-8 0v-5.261a1 1 0 0 0-.783-.976 21.8 21.8 0 0 1-7.017-2.909 1 1 0 0 0-1.244.137l-3.722 3.722a27.674 27.674 0 0 1-5.657-5.657l3.723-3.722a1 1 0 0 0 .137-1.244 21.8 21.8 0 0 1-2.909-7.016A1 1 0 0 0 9.552 36H4.291a27.637 27.637 0 0 1 0-8h5.261a1 1 0 0 0 .976-.783 21.8 21.8 0 0 1 2.909-7.017 1 1 0 0 0-.137-1.244l-3.722-3.722a27.674 27.674 0 0 1 5.657-5.657l3.722 3.723a1 1 0 0 0 1.244.137 21.8 21.8 0 0 1 7.016-2.909A1 1 0 0 0 28 9.551V4.29a27.708 27.708 0 0 1 8 0v5.261a1 1 0 0 0 .783.976 21.8 21.8 0 0 1 7.017 2.909 1 1 0 0 0 1.244-.137l3.722-3.722a27.674 27.674 0 0 1 5.657 5.657L50.7 18.956a1 1 0 0 0-.137 1.244c.338.529.649 1.071.938 1.623.876.367 1.767.689 2.669.983a24.035 24.035 0 0 0-1.5-2.994l3.765-3.765a1 1 0 0 0 .114-1.278 29.607 29.607 0 0 0-7.319-7.321 1 1 0 0 0-1.278.114l-3.765 3.765A23.775 23.775 0 0 0 38 8.762V3.439a1 1 0 0 0-.824-.984 29.749 29.749 0 0 0-10.352 0 1 1 0 0 0-.824.984v5.323a23.775 23.775 0 0 0-6.187 2.565l-3.765-3.765a1 1 0 0 0-1.278-.114 29.607 29.607 0 0 0-7.321 7.321 1 1 0 0 0 .113 1.278l3.766 3.765A23.775 23.775 0 0 0 8.763 26H3.44a1 1 0 0 0-.984.824 29.6 29.6 0 0 0 0 10.352A1 1 0 0 0 3.44 38h5.323a23.775 23.775 0 0 0 2.565 6.187l-3.766 3.764a1 1 0 0 0-.113 1.278 29.607 29.607 0 0 0 7.321 7.321 1 1 0 0 0 1.278-.113l3.765-3.766A23.775 23.775 0 0 0 26 55.236v5.323a1 1 0 0 0 .824.984 29.6 29.6 0 0 0 10.352 0 1 1 0 0 0 .824-.984v-1.9a25.649 25.649 0 0 1-2-2.134Z' /%3E%3Cpath d='M32 20a11.9 11.9 0 0 1 7.739 2.838q1.077-.348 2.128-.767a14 14 0 1 0-11.2 23.864q-.238-1.023-.391-2.072A11.994 11.994 0 0 1 32 20Z' /%3E%3Cpath d='M61.11 26.348a37.489 37.489 0 0 1-13.637-4.23 1 1 0 0 0-.946 0 37.489 37.489 0 0 1-13.637 4.23 1 1 0 0 0-.89.994V40.2a23.6 23.6 0 0 0 14.612 21.72 1 1 0 0 0 .776 0A23.6 23.6 0 0 0 62 40.2V27.342a1 1 0 0 0-.89-.994ZM60 40.2a21.6 21.6 0 0 1-13 19.71A21.6 21.6 0 0 1 34 40.2V28.227a39.453 39.453 0 0 0 13-4.1 39.453 39.453 0 0 0 13 4.1Z' /%3E%3Cpath d='M38.018 39.666 36.6 41.074l6.462 6.515a1 1 0 0 0 1.419 0L57.4 34.561l-1.42-1.409-12.21 12.313Z' /%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:1.5rem 1.25rem;-webkit-mask-size:2.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M36 59.708a27.708 27.708 0 0 1-8 0v-5.261a1 1 0 0 0-.783-.976 21.8 21.8 0 0 1-7.017-2.909 1 1 0 0 0-1.244.137l-3.722 3.722a27.674 27.674 0 0 1-5.657-5.657l3.723-3.722a1 1 0 0 0 .137-1.244 21.8 21.8 0 0 1-2.909-7.016A1 1 0 0 0 9.552 36H4.291a27.637 27.637 0 0 1 0-8h5.261a1 1 0 0 0 .976-.783 21.8 21.8 0 0 1 2.909-7.017 1 1 0 0 0-.137-1.244l-3.722-3.722a27.674 27.674 0 0 1 5.657-5.657l3.722 3.723a1 1 0 0 0 1.244.137 21.8 21.8 0 0 1 7.016-2.909A1 1 0 0 0 28 9.551V4.29a27.708 27.708 0 0 1 8 0v5.261a1 1 0 0 0 .783.976 21.8 21.8 0 0 1 7.017 2.909 1 1 0 0 0 1.244-.137l3.722-3.722a27.674 27.674 0 0 1 5.657 5.657L50.7 18.956a1 1 0 0 0-.137 1.244c.338.529.649 1.071.938 1.623.876.367 1.767.689 2.669.983a24.035 24.035 0 0 0-1.5-2.994l3.765-3.765a1 1 0 0 0 .114-1.278 29.607 29.607 0 0 0-7.319-7.321 1 1 0 0 0-1.278.114l-3.765 3.765A23.775 23.775 0 0 0 38 8.762V3.439a1 1 0 0 0-.824-.984 29.749 29.749 0 0 0-10.352 0 1 1 0 0 0-.824.984v5.323a23.775 23.775 0 0 0-6.187 2.565l-3.765-3.765a1 1 0 0 0-1.278-.114 29.607 29.607 0 0 0-7.321 7.321 1 1 0 0 0 .113 1.278l3.766 3.765A23.775 23.775 0 0 0 8.763 26H3.44a1 1 0 0 0-.984.824 29.6 29.6 0 0 0 0 10.352A1 1 0 0 0 3.44 38h5.323a23.775 23.775 0 0 0 2.565 6.187l-3.766 3.764a1 1 0 0 0-.113 1.278 29.607 29.607 0 0 0 7.321 7.321 1 1 0 0 0 1.278-.113l3.765-3.766A23.775 23.775 0 0 0 26 55.236v5.323a1 1 0 0 0 .824.984 29.6 29.6 0 0 0 10.352 0 1 1 0 0 0 .824-.984v-1.9a25.649 25.649 0 0 1-2-2.134Z' /%3E%3Cpath d='M32 20a11.9 11.9 0 0 1 7.739 2.838q1.077-.348 2.128-.767a14 14 0 1 0-11.2 23.864q-.238-1.023-.391-2.072A11.994 11.994 0 0 1 32 20Z' /%3E%3Cpath d='M61.11 26.348a37.489 37.489 0 0 1-13.637-4.23 1 1 0 0 0-.946 0 37.489 37.489 0 0 1-13.637 4.23 1 1 0 0 0-.89.994V40.2a23.6 23.6 0 0 0 14.612 21.72 1 1 0 0 0 .776 0A23.6 23.6 0 0 0 62 40.2V27.342a1 1 0 0 0-.89-.994ZM60 40.2a21.6 21.6 0 0 1-13 19.71A21.6 21.6 0 0 1 34 40.2V28.227a39.453 39.453 0 0 0 13-4.1 39.453 39.453 0 0 0 13 4.1Z' /%3E%3Cpath d='M38.018 39.666 36.6 41.074l6.462 6.515a1 1 0 0 0 1.419 0L57.4 34.561l-1.42-1.409-12.21 12.313Z' /%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;mask-repeat:no-repeat;mask-position:1.5rem 1.25rem;mask-size:2.2rem}.product-single__feature--zink{position:relative}.product-single__feature--zink:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 507.539 507.539'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='m305.912 32.045-49.83-24.017a5.328 5.328 0 0 0-4.625 0L23.453 117.917c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-149.3-71.957'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m276.146 105.068-20.064-9.67a5.328 5.328 0 0 0-4.625 0l-20.064 9.67M315.428 124l-15.542-7.49m54.824 26.423-15.542-7.491m-170.798 0-15.541 7.491m54.823-26.423L192.111 124m-68.148 207.585-100.51 48.441c-4.018 1.937-4.018 7.659 0 9.595L251.457 499.51a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-100.509-48.442m-220.332-18.932-15.542 7.491m54.824-26.423-15.542 7.49m94.286-18.932-25.19-12.14a5.328 5.328 0 0 0-4.625 0l-25.19 12.14m94.287 18.932-15.541-7.49m54.823 26.423-15.541-7.491'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m198.748 386.737 52.709 25.404a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595L403.4 253.769m-299.261 0-80.685 38.887c-4.018 1.937-4.018 7.659 0 9.595l146.03 70.381'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m380.956 264.587 103.13-49.704c4.018-1.937 4.018-7.659 0-9.595L378.45 154.375m-249.362 0L23.453 205.287c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l93.61-45.116'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:1.5rem 1.25rem;-webkit-mask-size:2.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 507.539 507.539'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='m305.912 32.045-49.83-24.017a5.328 5.328 0 0 0-4.625 0L23.453 117.917c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-149.3-71.957'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m276.146 105.068-20.064-9.67a5.328 5.328 0 0 0-4.625 0l-20.064 9.67M315.428 124l-15.542-7.49m54.824 26.423-15.542-7.491m-170.798 0-15.541 7.491m54.823-26.423L192.111 124m-68.148 207.585-100.51 48.441c-4.018 1.937-4.018 7.659 0 9.595L251.457 499.51a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-100.509-48.442m-220.332-18.932-15.542 7.491m54.824-26.423-15.542 7.49m94.286-18.932-25.19-12.14a5.328 5.328 0 0 0-4.625 0l-25.19 12.14m94.287 18.932-15.541-7.49m54.823 26.423-15.541-7.491'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m198.748 386.737 52.709 25.404a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595L403.4 253.769m-299.261 0-80.685 38.887c-4.018 1.937-4.018 7.659 0 9.595l146.03 70.381'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m380.956 264.587 103.13-49.704c4.018-1.937 4.018-7.659 0-9.595L378.45 154.375m-249.362 0L23.453 205.287c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l93.61-45.116'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;mask-repeat:no-repeat;mask-position:1.5rem 1.25rem;mask-size:2.2rem}.product-single__feature--steel{position:relative}.product-single__feature--steel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M55.597 264.016 306.598 13.015m164.965 219.809 26.878-26.878M247.984 456.403l201.362-201.362M55.597 456.403l256.516-256.516M55.597 296.081v-32.065m192.387 192.387H55.597V328.145'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M312.113 199.887V23.532c0-8.854-7.178-16.032-16.032-16.032h-18.783a32.065 32.065 0 0 0-22.673 9.391L16.891 254.625A32.065 32.065 0 0 0 7.5 277.298v211.17c0 8.854 7.178 16.032 16.032 16.032h211.17c8.504 0 16.66-3.378 22.673-9.391l237.733-237.733a32.065 32.065 0 0 0 9.391-22.673V215.92c0-8.854-7.178-16.032-16.032-16.032H312.113zM55.597 264.016H13.031m234.953 192.387v41.842'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:1.5rem 1.25rem;-webkit-mask-size:2.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M55.597 264.016 306.598 13.015m164.965 219.809 26.878-26.878M247.984 456.403l201.362-201.362M55.597 456.403l256.516-256.516M55.597 296.081v-32.065m192.387 192.387H55.597V328.145'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M312.113 199.887V23.532c0-8.854-7.178-16.032-16.032-16.032h-18.783a32.065 32.065 0 0 0-22.673 9.391L16.891 254.625A32.065 32.065 0 0 0 7.5 277.298v211.17c0 8.854 7.178 16.032 16.032 16.032h211.17c8.504 0 16.66-3.378 22.673-9.391l237.733-237.733a32.065 32.065 0 0 0 9.391-22.673V215.92c0-8.854-7.178-16.032-16.032-16.032H312.113zM55.597 264.016H13.031m234.953 192.387v41.842'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;mask-repeat:no-repeat;mask-position:1.5rem 1.25rem;mask-size:2.2rem}.product-single__feature--isolation{position:relative}.product-single__feature--isolation:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M470 192v-64c0-2.2-1.2-4.2-3.2-5.3l-208-112c-1.8-1-3.9-1-5.7 0l-208 112c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l20 10.7-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3L65.1 304l-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l208 112c1.8 1 3.9 1 5.7 0l208-112c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3l-20-10.7 19.9-10.7c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3L446.9 208l19.9-10.7c2-1.1 3.2-3.1 3.2-5.3zM256 22.8 451.3 128 256 233.2 60.7 128zM54 138.1l196 105.5V294L54 188.4zm0 96 196 105.5V390L54 284.4zm0 95.9 196 105.5V486L54 380.4zm208 156v-50.4L458 330v50.4zm189.3-166L256 425.2 60.7 320l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 390v-50.4l196-105.5v50.4zm189.3-166L256 329.2 60.7 224l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 294v-50.4l196-105.5v50.4z' /%3E%3Cpath d='m402.9 122.8-144-80c-1.8-1-4-1-5.8 0l-144 80c-4.1 2.1-4.1 8.4 0 10.5l144 80c1.8 1 4 1 5.8 0l144-80c4.1-2.2 4.1-8.4 0-10.5zM250 58.2v50.2l-82 43.8-43.7-24.2zm6 142.9-75.6-42 75.6-40.3 75.6 40.4zm88-48.9-82-43.8V58.2L387.6 128z' /%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:1.5rem 1.25rem;-webkit-mask-size:2.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M470 192v-64c0-2.2-1.2-4.2-3.2-5.3l-208-112c-1.8-1-3.9-1-5.7 0l-208 112c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l20 10.7-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3L65.1 304l-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l208 112c1.8 1 3.9 1 5.7 0l208-112c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3l-20-10.7 19.9-10.7c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3L446.9 208l19.9-10.7c2-1.1 3.2-3.1 3.2-5.3zM256 22.8 451.3 128 256 233.2 60.7 128zM54 138.1l196 105.5V294L54 188.4zm0 96 196 105.5V390L54 284.4zm0 95.9 196 105.5V486L54 380.4zm208 156v-50.4L458 330v50.4zm189.3-166L256 425.2 60.7 320l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 390v-50.4l196-105.5v50.4zm189.3-166L256 329.2 60.7 224l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 294v-50.4l196-105.5v50.4z' /%3E%3Cpath d='m402.9 122.8-144-80c-1.8-1-4-1-5.8 0l-144 80c-4.1 2.1-4.1 8.4 0 10.5l144 80c1.8 1 4 1 5.8 0l144-80c4.1-2.2 4.1-8.4 0-10.5zM250 58.2v50.2l-82 43.8-43.7-24.2zm6 142.9-75.6-42 75.6-40.3 75.6 40.4zm88-48.9-82-43.8V58.2L387.6 128z' /%3E%3C/svg%3E") no-repeat 1.5rem 1.25rem/2.2rem;mask-repeat:no-repeat;mask-position:1.5rem 1.25rem;mask-size:2.2rem}.product-single__feature-name{display:block;font-weight:500;color:#868e96;font-size:.8rem;padding-left:3.15rem}.product-single__feature-main{display:block;font-weight:600;font-size:1.2rem;margin-bottom:.35rem;padding-left:3.15rem}.product-single__feature-description{display:block;font-weight:300;font-size:1.1rem;color:#6c757d;font-size:.8rem}.product-single__feature-side{display:flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;position:absolute;width:28px;padding:0 15px;top:50%;left:0;writing-mode:vertical-lr;height:100%;transform:translateY(-50%) rotate(180deg);background-color:#eaeaea;color:#212529;z-index:1;font-size:.6rem;font-weight:300;-webkit-user-select:none;user-select:none}.product-single__measure{display:grid;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);padding:.95rem 1.2rem 1.2rem;border-radius:.5rem}.product-single__measure-undertitle{font-size:.85rem;color:#adb5bd;font-weight:300}.product-single__measure-title{font-weight:600;font-size:1rem;margin-bottom:.5rem}@media (max-width: 991px){.product-single__measure-title{font-size:1rem;margin-bottom:.5rem}}.product-single__measure-button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;font-size:.775rem;padding:.4rem .6rem;border-radius:50rem}.product-single__measure-button:hover{background-color:#212529;color:#fff;border-color:#212529}@media (max-width: 991px){.product-single__measure-button{font-size:.8rem}}@media (max-width: 459px){.product-single__measure{width:calc(100% - 40px)}}.product-single__services-summary{list-style:none;margin-bottom:0;padding-left:0;font-size:.9rem;display:grid;gap:.7rem;margin-right:1.25rem;font-weight:300}@media (max-width: 991px){.product-single__services-summary{margin-right:0rem;gap:.6rem}}@media (max-width: 576px){.product-single__services-summary{margin-bottom:.5rem}}.product-single__service-summary{position:relative;padding-left:1.6rem}.product-single__service-summary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:1rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1rem;mask-repeat:no-repeat;mask-position:0 50%;mask-size:1rem}@media (max-width: 991px){.product-single__service-summary{font-size:.87rem}}@media (max-width: 576px){.product-single__service-summary{font-size:.95rem}}.product-single__service-accent{font-weight:500}.product-single__finish{margin-top:1.075rem}.product-single__finish-list{display:flex;align-items:center;justify-content:start;gap:1rem 1.5rem;flex-wrap:wrap}@media (max-width: 991px){.product-single__finish-list{justify-content:center}}.product-single__finish-item{position:relative;display:grid;grid-template-columns:2.75em 1fr;gap:1rem 1.25rem;min-width:235px;padding:1rem;background-color:#fff;border:1px rgb(239.075,241.35,243.625) solid;border-radius:.5rem;overflow:hidden}@media (max-width: 576px){.product-single__finish-item{padding:.75rem 1rem;min-width:300px;grid-template-columns:3.75em 1fr;align-items:center}}.product-single__finish-rechange{font-size:.75em;color:#6c757d;font-weight:300;width:fit-content;border-radius:.375rem}@media (max-width: 576px){.product-single__finish-rechange{font-size:.9em}}.product-single__finish-button-icon{position:relative;padding-left:1.35rem}.product-single__finish-button-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#838f9b;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 16 16'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M2 5.318A2.318 2.318 0 0 1 4.318 3h2.028a.5.5 0 1 1 0 1H4.318C3.59 4 3 4.59 3 5.318v6.364C3 12.41 3.59 13 4.318 13h6.364C11.41 13 12 12.41 12 11.682V9.655a.5.5 0 0 1 1 0v2.027A2.318 2.318 0 0 1 10.682 14H4.318A2.318 2.318 0 0 1 2 11.682zM9 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3H9.5a.5.5 0 0 1-.5-.5z' /%3E%3Cpath d='M13.49 2.527a.5.5 0 0 1-.002.707l-4.635 4.62a.5.5 0 0 1-.706-.708l4.635-4.62a.5.5 0 0 1 .707.001z' /%3E%3C/g%3E%3C/svg%3E") no-repeat 0 50%/1rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:1rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 16 16'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M2 5.318A2.318 2.318 0 0 1 4.318 3h2.028a.5.5 0 1 1 0 1H4.318C3.59 4 3 4.59 3 5.318v6.364C3 12.41 3.59 13 4.318 13h6.364C11.41 13 12 12.41 12 11.682V9.655a.5.5 0 0 1 1 0v2.027A2.318 2.318 0 0 1 10.682 14H4.318A2.318 2.318 0 0 1 2 11.682zM9 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V3H9.5a.5.5 0 0 1-.5-.5z' /%3E%3Cpath d='M13.49 2.527a.5.5 0 0 1-.002.707l-4.635 4.62a.5.5 0 0 1-.706-.708l4.635-4.62a.5.5 0 0 1 .707.001z' /%3E%3C/g%3E%3C/svg%3E") no-repeat 0 50%/1rem;mask-repeat:no-repeat;mask-position:0 50%;mask-size:1rem}.product-single__finish-name{font-size:.9rem;font-weight:500;margin-bottom:.1rem}@media (max-width: 576px){.product-single__finish-name{font-size:1.025rem}}.product-single__finish-color{width:2.8em;height:2.8em;border-radius:.5rem;background-position-y:30%}.product-single__finish-color--external{background-position-x:5%}.product-single__finish-color--internal{background-position-x:94%}@media (max-width: 576px){.product-single__finish-color{width:3.8em;height:3.4em}}.product-single__personal-offer{margin-top:1.4rem;font-weight:200;font-size:.75rem;color:#868e96}@media (max-width: 991px){.product-single__personal-offer{text-align:center}}.product-single__offer-textbutton{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;color:#a1a8ae;font-weight:400;border-bottom:1px solid #ced4da}.product-single__chat-consultation{margin-top:-135px}@media (max-width: 991px){.product-single__chat-consultation{margin-top:0;margin-left:auto;margin-right:auto}}.product-single__consultation-button{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;position:relative;background-color:#fff;width:100%;max-width:340px;padding:1rem 1.5rem;border-radius:1rem;border:1px solid rgb(239.075,241.35,243.625);font-size:.925rem;text-align:center;font-weight:600}@media (max-width: 991px){.product-single__consultation-button{max-width:350px;font-size:1rem}}.product-single__consultation-info{display:block;font-size:.8em;margin-top:.3rem;font-weight:300;margin-left:-.3rem;letter-spacing:.2px}.product-single__consultation-whatsapp{display:inline-flex;padding-left:1.35rem;margin:0 .25rem;position:relative}.product-single__consultation-whatsapp:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath fill='%234caf50' d='M256.064 0h-.128C114.784 0 0 114.816 0 256c0 56 18.048 107.904 48.736 150.048l-31.904 95.104 98.4-31.456C155.712 496.512 204 512 256.064 512 397.216 512 512 397.152 512 256S397.216 0 256.064 0z' data-original='%234caf50'/%3E%3Cpath fill='%23fafafa' d='M405.024 361.504c-6.176 17.44-30.688 31.904-50.24 36.128-13.376 2.848-30.848 5.12-89.664-19.264-75.232-31.168-123.68-107.616-127.456-112.576-3.616-4.96-30.4-40.48-30.4-77.216s18.656-54.624 26.176-62.304c6.176-6.304 16.384-9.184 26.176-9.184 3.168 0 6.016.16 8.576.288 7.52.32 11.296.768 16.256 12.64 6.176 14.88 21.216 51.616 23.008 55.392 1.824 3.776 3.648 8.896 1.088 13.856-2.4 5.12-4.512 7.392-8.288 11.744-3.776 4.352-7.36 7.68-11.136 12.352-3.456 4.064-7.36 8.416-3.008 15.936 4.352 7.36 19.392 31.904 41.536 51.616 28.576 25.44 51.744 33.568 60.032 37.024 6.176 2.56 13.536 1.952 18.048-2.848 5.728-6.176 12.8-16.416 20-26.496 5.12-7.232 11.584-8.128 18.368-5.568 6.912 2.4 43.488 20.48 51.008 24.224 7.52 3.776 12.48 5.568 14.304 8.736 1.792 3.168 1.792 18.048-4.384 35.52z' data-original='%23fafafa'/%3E%3C/svg%3E") no-repeat 0 50%/1rem}.product-single__consultation-telegram{display:inline-flex;padding-left:1.35rem;margin:0 .25rem;position:relative}.product-single__consultation-telegram:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23039be5' data-original='%23039be5'/%3E%3Cpath fill='%23fff' d='m5.491 11.74 11.57-4.461c.537-.194 1.006.131.832.943l.001-.001-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953z' data-original='%23ffffff'/%3E%3C/svg%3E") no-repeat 0 50%/1rem}.product-single__consultation-psedo-button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;display:inline-flex;font-size:.65rem;padding:.25rem .5rem;margin:.1rem .15rem}.product-single__consultation-psedo-button:hover{background-color:#212529;color:#fff;border-color:#212529}.product-single__specs{display:flex;align-items:start;justify-content:start;gap:3rem 4rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:3.5rem}.product-single__specs-item{flex:0 0 170px;max-width:170px}@media (max-width: 767px){.product-single__specs-item{flex:0 0 100%;max-width:100%;padding-bottom:1.2rem}.product-single__specs-item:not(:last-child){border-bottom:1px #e9ecef solid}}.product-single__specs-name{font-weight:300;color:#6c757d;font-size:.95rem;margin-bottom:.2rem}.product-single__specs-default{font-weight:500}.product-single__specs-additional{font-size:.8rem;font-weight:200;display:block;margin-top:.25rem;color:#838f9b}@media (max-width: 767px){.product-single__specs{gap:1.2rem;margin-bottom:2.5rem}}.product-single__bottom-wrap{margin-top:4rem}@media (max-width: 1199px){.product-single__bottom-wrap{margin-top:5rem}}.horizontal-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;transition:scroll-left .2s cubic-bezier(.22,.61,.36,1)}.horizontal-scroll--js{scroll-behavior:auto}.horizontal-scroll--dragging{cursor:grabbing;scroll-snap-type:none;transition:none!important}.horizontal-scroll::-webkit-scrollbar{display:none}.horizontal-scroll:active,.horizontal-scroll:focus{outline:2px solid transparent}.horizontal-scroll__wrapper{display:flex;min-width:min-content}.horizontal-scroll--has-inertia{scroll-behavior:smooth}.home-h1{color:#fff;font-size:3rem;letter-spacing:1.5px;line-height:1.2;font-weight:500}@media (max-width: 1399px){.home-h1{font-size:2.5rem}}@media (max-width: 991px){.home-h1{font-size:3rem;max-width:370px}}@media (max-width: 576px){.home-h1{font-size:2.8rem}}@media (max-width: 459px){.home-h1{font-size:2.6rem}}@media (max-width: 399px){.home-h1{font-size:2.2rem}}.home-h2{font-size:2.15rem}@media (max-width: 1399px){.home-h2{font-size:2rem}}.video-banner{height:100vh;position:absolute;top:0;left:0;width:100%}.video-banner:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#151312cc;z-index:2;pointer-events:none}.video-banner__video{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.video-banner__content{margin-top:-1rem;position:relative;height:100vh;z-index:3;display:flex;flex-direction:column;justify-content:center}@media (max-width: 1399px){.video-banner__content{margin-top:auto}}.video-banner__advantages-list{list-style:none;margin-bottom:0;padding-left:0;margin-top:2.2rem;margin-bottom:3.5rem;color:#fff;font-weight:300;font-size:1.1rem}@media (max-width: 459px){.video-banner__advantages-list{font-size:1rem;font-weight:200}}.video-banner__advantages-list-item{margin-bottom:10px}.video-banner__advantages-list-item:before{content:"";width:8px;height:1px;background-color:#fff;display:inline-block;vertical-align:middle;margin-right:.8rem}.video-banner__buttons-grid{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:1.2rem}.video-banner__button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#fff;border-color:#ffffff80;font-weight:500;padding:.8rem 1.8rem;height:3.2rem}.video-banner__button--request-call{position:relative;padding-left:3rem}.video-banner__button--request-call:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='b' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff' /%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cg fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='40' clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath stroke-linecap='round' d='M0 0c-19.425-19.424-49.034-24.611-73.743-12.61-44.768 21.743-118.68 64.714-192.592 138.626S-383.218 273.84-404.961 318.607c-12.001 24.709-6.813 54.319 12.61 73.744l52.974 52.623 108.35-109-50.35-51s20.598-46.253 72.911-98.567c52.314-52.313 98.089-72.433 98.089-72.433l52 50.349L52.789 52.974Z'  style='stroke-width:40;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(431.377 39.026)'/%3E%3Cpath d='M0 0h130.757c22.091 0 40.121-17.908 40.121-40L171-145'  style='stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(322 419)'/%3E%3Cpath d='m0 0-80-80 80-80'  style='stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(384 498)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 1.2rem center/17px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:1.2rem center;-webkit-mask-size:17px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='b' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff' /%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cg fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='40' clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath stroke-linecap='round' d='M0 0c-19.425-19.424-49.034-24.611-73.743-12.61-44.768 21.743-118.68 64.714-192.592 138.626S-383.218 273.84-404.961 318.607c-12.001 24.709-6.813 54.319 12.61 73.744l52.974 52.623 108.35-109-50.35-51s20.598-46.253 72.911-98.567c52.314-52.313 98.089-72.433 98.089-72.433l52 50.349L52.789 52.974Z'  style='stroke-width:40;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(431.377 39.026)'/%3E%3Cpath d='M0 0h130.757c22.091 0 40.121-17.908 40.121-40L171-145'  style='stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(322 419)'/%3E%3Cpath d='m0 0-80-80 80-80'  style='stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(384 498)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 1.2rem center/17px;mask-repeat:no-repeat;mask-position:1.2rem center;mask-size:17px}.video-banner__button--toggle-chats{position:relative}.video-banner__button--toggle-chats:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='b' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff' /%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 374.667 341.333)'/%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 508 341.333)'/%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 241.333 341.333)'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cg clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='40' d='M0 0c-130.339 0-236-105.661-236-236 0-45.885 13.109-88.702 35.766-124.937L-236-472l111.063 35.766C-88.702-458.891-45.885-472 0-472c130.339 0 236 105.661 236 236S130.339 0 0 0Z'  style='stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(256 492)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(281 256)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(381 256)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(181 256)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/17px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:17px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='b' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff' /%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 374.667 341.333)'/%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 508 341.333)'/%3E%3Cpath fill='%23fff' d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.33333 0 0 -1.33333 241.333 341.333)'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cg clip-path='url(%23b)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='40' d='M0 0c-130.339 0-236-105.661-236-236 0-45.885 13.109-88.702 35.766-124.937L-236-472l111.063 35.766C-88.702-458.891-45.885-472 0-472c130.339 0 236 105.661 236 236S130.339 0 0 0Z'  style='stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(256 492)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(281 256)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(381 256)'/%3E%3Cpath d='M0 0c0-13.807-11.193-25-25-25S-50-13.807-50 0s11.193 25 25 25S0 13.807 0 0'  style='fill-opacity:1;fill-rule:nonzero;stroke:none' transform='translate(181 256)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/17px;mask-repeat:no-repeat;mask-position:center;mask-size:17px}@media (max-width: 1199px){.video-banner:not(.main--home .video-banner){margin-top:-100vh}}.home-catalog{margin-top:-2rem;margin-bottom:6rem}@media (max-width: 767px){.home-catalog{margin-bottom:4.5rem}}.home-catalog__grid{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem 2rem}@media (max-width: 991px){.home-catalog__grid{grid-template-columns:1fr 1fr}}@media (max-width: 767px){.home-catalog__grid{gap:1rem}}@media (max-width: 499px){.home-catalog__grid{grid-template-columns:1fr}}.home-catalog__category{position:relative;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);padding:2rem 2.15rem;border-radius:.5rem;overflow:hidden}.home-catalog__category--large{grid-row:span 4;font-size:1.35rem}@media (max-width: 1199px){.home-catalog__category--large{font-size:1.25rem;grid-row:span 3}}@media (max-width: 767px){.home-catalog__category--large{font-size:inherit;grid-row:auto}}@media (max-width: 1199px){.home-catalog__category{padding:2rem}}@media (max-width: 767px){.home-catalog__category{padding:2rem;height:280px}}@media (max-width: 576px){.home-catalog__category{padding:2rem 1.5rem}}@media (max-width: 499px){.home-catalog__category{height:340px}}.home-catalog__link{color:#212529;text-decoration:none;display:grid}@media (max-width: 499px){.home-catalog__link{text-align:center}}.home-catalog__undertitle{font-size:.9em;font-weight:300;color:#6c757d}@media (max-width: 767px){.home-catalog__undertitle{font-size:1em}}@media (max-width: 499px){.home-catalog__undertitle{font-size:1.125em}}.home-catalog__name{font-size:1.15em;font-weight:600;margin-bottom:.3em}@media (max-width: 1399px){.home-catalog__name{font-size:1em}}@media (max-width: 767px){.home-catalog__name{font-size:1.25em;white-space:nowrap}}@media (max-width: 576px){.home-catalog__name{font-size:1.15em}}@media (max-width: 499px){.home-catalog__name{font-size:1.35em}}.home-catalog__count{font-size:.8em;font-weight:300;color:#aab2bb}@media (max-width: 499px){.home-catalog__count{text-align:center;font-size:1.1em}}.home-catalog__open-category{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;margin-top:1.25rem;padding:.8rem 1.65rem}.home-catalog__open-category:hover{background-color:#212529;color:#fff;border-color:#212529}@media (max-width: 1199px){.home-catalog__open-category{font-size:.9rem;width:100%}}@media (max-width: 767px){.home-catalog__open-category{display:none}}.home-catalog__image{position:absolute;right:25px;bottom:0;width:145px;height:calc(100% - 20px);background-size:cover}@media (max-width: 1399px){.home-catalog__image{width:125px}}@media (max-width: 1199px){.home-catalog__image{right:-10px;width:95px}}@media (max-width: 991px){.home-catalog__image{right:20px;width:105px}}@media (max-width: 767px){.home-catalog__image{right:50%;transform:translate(50%);width:185px;max-width:calc(100% - 60px);bottom:-110px;background-size:contain;background-repeat:no-repeat}}@media (max-width: 499px){.home-catalog__image{width:225px;bottom:-130px}}.home-catalog__image--large{right:50%;transform:translate(50%);width:325px;height:380px}@media (max-width: 1399px){.home-catalog__image--large{width:290px;height:350px}}@media (max-width: 1199px){.home-catalog__image--large{width:220px;height:220px}}@media (max-width: 767px){.home-catalog__image--large{right:50%;transform:translate(50%);width:185px;max-width:calc(100% - 60px);bottom:-75px;background-size:contain;background-repeat:no-repeat}}@media (max-width: 499px){.home-catalog__image--large{width:225px;height:320px;bottom:-130px}}.home-catalog__image--s-framugoy{width:115px;right:40px}@media (max-width: 1399px){.home-catalog__image--s-framugoy{width:105px}}@media (max-width: 1199px){.home-catalog__image--s-framugoy{right:-10px;width:100px}}@media (max-width: 767px){.home-catalog__image--s-framugoy{right:50%;transform:translate(50%);width:135px;bottom:-110px;background-size:contain;background-repeat:no-repeat}}@media (max-width: 499px){.home-catalog__image--s-framugoy{width:185px;bottom:-130px}}.portfolio-block{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;margin-bottom:4rem}@media (max-width: 991px){.portfolio-block{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 767px){.portfolio-block{gap:1.25rem}}@media (max-width: 576px){.portfolio-block{gap:1rem}}@media (max-width: 459px){.portfolio-block{grid-template-columns:repeat(1,1fr)}}@media (max-width: 767px){.swiper.portfolio .portfolio-block{margin-top:2rem;margin-bottom:2rem}}@media (min-width: 500px){.swiper.portfolio .portfolio-block{display:grid!important}}@media (max-width: 499px){.swiper.portfolio .portfolio-block{gap:.75rem}}.portfolio-block--full{grid-template-columns:repeat(4,1fr);margin-bottom:5rem}@media (max-width: 1199px){.portfolio-block--full{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.portfolio-block--full{grid-template-columns:repeat(2,1fr)}}@media (max-width: 499px){.portfolio-block--full{grid-template-columns:repeat(1,1fr)}}.portfolio-block__item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:1rem}.portfolio-block__item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#0000 30%);z-index:1;pointer-events:none}@media (max-width: 1199px){.portfolio-block__item{aspect-ratio:1/1.3}}@media (max-width: 767px){.portfolio-block__item{aspect-ratio:1/1.4}}@media (max-width: 459px){.portfolio-block__item{aspect-ratio:1/1.2}}@media (max-width: 499px){.main--home .portfolio-block__item{aspect-ratio:1/1.4}}.portfolio-block__item--full{aspect-ratio:1/1.3}@media (max-width: 499px){.portfolio-block__item--full{aspect-ratio:1/1.2}}.portfolio-block__caption{position:absolute;top:0;padding:1rem;color:#fff;font-weight:300;z-index:1;font-size:.8rem}.portfolio-block__caption--with-additional{padding-right:4.75rem}@media (max-width: 1399px){.portfolio-block__caption{font-size:.75rem;text-shadow:0 0 8px rgba(0,0,0,.3)}}.portfolio-block__img{max-width:100%;height:auto;object-fit:cover;width:100%;height:100%;object-position:top}.portfolio-block__zoom{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;position:relative;border-color:#ffffff80;pointer-events:none;position:absolute;bottom:1.2rem;right:1.2rem;height:34px;width:34px}.portfolio-block__zoom:hover{background-color:#212529;color:#fff;border-color:#212529}.portfolio-block__zoom:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 32 32'%3E%3Cpath d='m27.707 26.293-5.969-5.969A9.95 9.95 0 0 0 24 14c0-5.514-4.486-10-10-10S4 8.486 4 14s4.486 10 10 10c2.398 0 4.6-.85 6.324-2.262l5.969 5.969a.999.999 0 1 0 1.414-1.414zM6 14c0-4.411 3.589-8 8-8s8 3.589 8 8-3.589 8-8 8-8-3.589-8-8z' /%3E%3Cpath d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 0 1-2 0v-3h-3a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1z' /%3E%3C/svg%3E") no-repeat center/22px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:22px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 32 32'%3E%3Cpath d='m27.707 26.293-5.969-5.969A9.95 9.95 0 0 0 24 14c0-5.514-4.486-10-10-10S4 8.486 4 14s4.486 10 10 10c2.398 0 4.6-.85 6.324-2.262l5.969 5.969a.999.999 0 1 0 1.414-1.414zM6 14c0-4.411 3.589-8 8-8s8 3.589 8 8-3.589 8-8 8-8-3.589-8-8z' /%3E%3Cpath d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 0 1-2 0v-3h-3a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1z' /%3E%3C/svg%3E") no-repeat center/22px;mask-repeat:no-repeat;mask-position:center;mask-size:22px}.portfolio-block__watermark{position:relative;position:absolute;filter:drop-shadow(2px 0 10px rgba(0,0,0,.7));color:#fff;bottom:1.6rem;left:1.6rem;width:170px;height:23px;padding-left:35px;font-weight:500;text-shadow:0 0 12px rgba(0,0,0,.4)}.portfolio-block__watermark:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.821' height='33.685'%3E%3Cpath d='M15.21 0c-1.856-.008-3.631.36-5.263 1.254C6.419 3.187.102 6.94.102 6.94l.045 3.686L9.98 4.96c2.043-1.04 5.465-2.985 10.934-.244 0 0-.002.56.024 4.72a8.39 8.39 0 0 0-10.304-.376l.019-.032-10.57 7.32s-.414 2.06.608 4.848c1.23 3.357 3.082 6.154 6.04 7.634 3.599 1.8 10.28 4.855 10.28 4.855l3.005-2.135L9.76 26.694c-2.018-1.088-5.567-2.794-6.428-8.85 0 0 .544-.375 3.807-2.664a8.397 8.397 0 0 0-.034.73c0 3.157 1.757 5.92 4.34 7.367h-.026l11.347 6.043s2.02-.574 4.03-2.76c2.422-2.63 4.06-5.558 4.023-8.866-.047-4.023-.39-11.362-.39-11.362L27.156 4.64l.379 11.341c-.043 2.293.063 6.228-4.927 9.766 0 0-.882-.468-3.865-2.036 3.065-1.266 5.235-4.29 5.235-7.8 0-.067-.003-.132-.005-.199l.02.041V2.895s-1.456-1.51-4.33-2.26C18.15.243 16.656.008 15.21 0zm.333 10.544a5.342 5.342 0 0 1 5.363 5.365 5.34 5.34 0 0 1-5.363 5.363 5.34 5.34 0 0 1-5.363-5.363 5.342 5.342 0 0 1 5.363-5.365z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.821' height='33.685'%3E%3Cpath d='M15.21 0c-1.856-.008-3.631.36-5.263 1.254C6.419 3.187.102 6.94.102 6.94l.045 3.686L9.98 4.96c2.043-1.04 5.465-2.985 10.934-.244 0 0-.002.56.024 4.72a8.39 8.39 0 0 0-10.304-.376l.019-.032-10.57 7.32s-.414 2.06.608 4.848c1.23 3.357 3.082 6.154 6.04 7.634 3.599 1.8 10.28 4.855 10.28 4.855l3.005-2.135L9.76 26.694c-2.018-1.088-5.567-2.794-6.428-8.85 0 0 .544-.375 3.807-2.664a8.397 8.397 0 0 0-.034.73c0 3.157 1.757 5.92 4.34 7.367h-.026l11.347 6.043s2.02-.574 4.03-2.76c2.422-2.63 4.06-5.558 4.023-8.866-.047-4.023-.39-11.362-.39-11.362L27.156 4.64l.379 11.341c-.043 2.293.063 6.228-4.927 9.766 0 0-.882-.468-3.865-2.036 3.065-1.266 5.235-4.29 5.235-7.8 0-.067-.003-.132-.005-.199l.02.041V2.895s-1.456-1.51-4.33-2.26C18.15.243 16.656.008 15.21 0zm.333 10.544a5.342 5.342 0 0 1 5.363 5.365 5.34 5.34 0 0 1-5.363 5.363 5.34 5.34 0 0 1-5.363-5.363 5.342 5.342 0 0 1 5.363-5.365z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;mask-repeat:no-repeat;mask-position:0 50%;mask-size:contain}@media (max-width: 1399px){.portfolio-block__watermark{padding-left:32px;font-size:.9rem}}.portfolio-block__actions{grid-column:1/-1;display:flex;align-items:center;justify-content:center;margin-top:.5rem}.portfolio-block__invite{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;font-size:1.1rem;padding:1.1rem 2.2rem}.portfolio-block__invite:hover{background-color:#212529;color:#fff;border-color:#212529}@media (max-width: 1199px){.portfolio-block__invite{font-size:.925rem}}.portfolio-block__additional-photos{display:flex;align-items:start;justify-content:start;gap:1rem 0;flex-wrap:wrap;flex-direction:column;position:absolute;top:1rem;right:1rem}.portfolio-block__gallery-photo{z-index:1;max-width:3rem;max-height:3rem;overflow:hidden;border-radius:.375rem;border:1px solid #fff;box-shadow:0 0 15px #0000001a}.faq{margin-bottom:4rem}.faq__controls{display:flex;align-items:center;justify-content:end;gap:2rem;position:relative;width:100%;height:50px;margin-bottom:2rem}.faq__controls .swiper-button-prev,.faq__controls .swiper-button-next{position:relative}.faq__group{position:relative;padding:2rem 2.5rem;background-color:#f1f3f5;border-radius:1rem;min-height:400px;display:flex!important;flex-direction:column;justify-content:end;transition:all .4s ease-in-out;max-width:250px;cursor:pointer;-webkit-user-select:none;user-select:none}.faq__group--active{cursor:default;-webkit-user-select:all;user-select:all;max-width:420px;background-color:#1d2124;color:#fff;position:relative;padding-right:2.5rem;transition-delay:.1s}.faq__group--active:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat center/cover;opacity:.05;border-radius:1rem;transition:opacity .3s ease}.faq__group--active .faq__question:before{content:"";display:inline-block;width:.4em;height:.4em;background-color:#dc3545;border-radius:50%;margin-right:.65em;margin-bottom:.1em}@media (max-width: 991px){.faq__group--active{max-width:360px}}@media (max-width: 576px){.faq__group--active{max-width:320px}}@media (max-width: 576px){.faq__group{width:100%;max-width:320px}}.faq__question{font-size:1.5rem;font-weight:300;line-height:1.3;padding-right:0}.faq__answer{margin-top:1.5rem;font-weight:300;font-size:.9rem;opacity:0;transform:translateY(-10px);height:0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq__answer--active{opacity:1;transform:translateY(0);height:auto;overflow:visible;transition-delay:.2s}.why-us{margin-top:2.5rem;margin-bottom:5rem}.why-us__reason{background-color:transparent;border:1px solid #dee2e6;padding:8rem 1.75rem 2rem;border-radius:.75rem;height:auto!important}.why-us__icon{display:block;width:3rem;height:3rem;margin-bottom:1.3rem}.why-us__icon--steel{position:relative}.why-us__icon--steel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M55.597 264.016 306.598 13.015m164.965 219.809 26.878-26.878M247.984 456.403l201.362-201.362M55.597 456.403l256.516-256.516M55.597 296.081v-32.065m192.387 192.387H55.597V328.145'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M312.113 199.887V23.532c0-8.854-7.178-16.032-16.032-16.032h-18.783a32.065 32.065 0 0 0-22.673 9.391L16.891 254.625A32.065 32.065 0 0 0 7.5 277.298v211.17c0 8.854 7.178 16.032 16.032 16.032h211.17c8.504 0 16.66-3.378 22.673-9.391l237.733-237.733a32.065 32.065 0 0 0 9.391-22.673V215.92c0-8.854-7.178-16.032-16.032-16.032H312.113zM55.597 264.016H13.031m234.953 192.387v41.842'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M55.597 264.016 306.598 13.015m164.965 219.809 26.878-26.878M247.984 456.403l201.362-201.362M55.597 456.403l256.516-256.516M55.597 296.081v-32.065m192.387 192.387H55.597V328.145'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M312.113 199.887V23.532c0-8.854-7.178-16.032-16.032-16.032h-18.783a32.065 32.065 0 0 0-22.673 9.391L16.891 254.625A32.065 32.065 0 0 0 7.5 277.298v211.17c0 8.854 7.178 16.032 16.032 16.032h211.17c8.504 0 16.66-3.378 22.673-9.391l237.733-237.733a32.065 32.065 0 0 0 9.391-22.673V215.92c0-8.854-7.178-16.032-16.032-16.032H312.113zM55.597 264.016H13.031m234.953 192.387v41.842'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__icon--secure{position:relative}.why-us__icon--secure:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M470 192v-64c0-2.2-1.2-4.2-3.2-5.3l-208-112c-1.8-1-3.9-1-5.7 0l-208 112c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l20 10.7-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3L65.1 304l-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l208 112c1.8 1 3.9 1 5.7 0l208-112c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3l-20-10.7 19.9-10.7c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3L446.9 208l19.9-10.7c2-1.1 3.2-3.1 3.2-5.3zM256 22.8 451.3 128 256 233.2 60.7 128zM54 138.1l196 105.5V294L54 188.4zm0 96 196 105.5V390L54 284.4zm0 95.9 196 105.5V486L54 380.4zm208 156v-50.4L458 330v50.4zm189.3-166L256 425.2 60.7 320l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 390v-50.4l196-105.5v50.4zm189.3-166L256 329.2 60.7 224l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 294v-50.4l196-105.5v50.4z' /%3E%3Cpath d='m402.9 122.8-144-80c-1.8-1-4-1-5.8 0l-144 80c-4.1 2.1-4.1 8.4 0 10.5l144 80c1.8 1 4 1 5.8 0l144-80c4.1-2.2 4.1-8.4 0-10.5zM250 58.2v50.2l-82 43.8-43.7-24.2zm6 142.9-75.6-42 75.6-40.3 75.6 40.4zm88-48.9-82-43.8V58.2L387.6 128z' /%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M470 192v-64c0-2.2-1.2-4.2-3.2-5.3l-208-112c-1.8-1-3.9-1-5.7 0l-208 112c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l20 10.7-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3L65.1 304l-19.9 10.7c-1.9 1-3.2 3.1-3.2 5.3v64c0 2.2 1.2 4.2 3.2 5.3l208 112c1.8 1 3.9 1 5.7 0l208-112c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3l-20-10.7 19.9-10.7c1.9-1 3.2-3.1 3.2-5.3v-64c0-2.2-1.2-4.2-3.2-5.3L446.9 208l19.9-10.7c2-1.1 3.2-3.1 3.2-5.3zM256 22.8 451.3 128 256 233.2 60.7 128zM54 138.1l196 105.5V294L54 188.4zm0 96 196 105.5V390L54 284.4zm0 95.9 196 105.5V486L54 380.4zm208 156v-50.4L458 330v50.4zm189.3-166L256 425.2 60.7 320l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 390v-50.4l196-105.5v50.4zm189.3-166L256 329.2 60.7 224l17-9.2 175.4 94.5c1.8 1 3.9 1 5.7 0l175.4-94.5zM262 294v-50.4l196-105.5v50.4z' /%3E%3Cpath d='m402.9 122.8-144-80c-1.8-1-4-1-5.8 0l-144 80c-4.1 2.1-4.1 8.4 0 10.5l144 80c1.8 1 4 1 5.8 0l144-80c4.1-2.2 4.1-8.4 0-10.5zM250 58.2v50.2l-82 43.8-43.7-24.2zm6 142.9-75.6-42 75.6-40.3 75.6 40.4zm88-48.9-82-43.8V58.2L387.6 128z' /%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__icon--quality{position:relative}.why-us__icon--quality:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M36 59.708a27.708 27.708 0 0 1-8 0v-5.261a1 1 0 0 0-.783-.976 21.8 21.8 0 0 1-7.017-2.909 1 1 0 0 0-1.244.137l-3.722 3.722a27.674 27.674 0 0 1-5.657-5.657l3.723-3.722a1 1 0 0 0 .137-1.244 21.8 21.8 0 0 1-2.909-7.016A1 1 0 0 0 9.552 36H4.291a27.637 27.637 0 0 1 0-8h5.261a1 1 0 0 0 .976-.783 21.8 21.8 0 0 1 2.909-7.017 1 1 0 0 0-.137-1.244l-3.722-3.722a27.674 27.674 0 0 1 5.657-5.657l3.722 3.723a1 1 0 0 0 1.244.137 21.8 21.8 0 0 1 7.016-2.909A1 1 0 0 0 28 9.551V4.29a27.708 27.708 0 0 1 8 0v5.261a1 1 0 0 0 .783.976 21.8 21.8 0 0 1 7.017 2.909 1 1 0 0 0 1.244-.137l3.722-3.722a27.674 27.674 0 0 1 5.657 5.657L50.7 18.956a1 1 0 0 0-.137 1.244c.338.529.649 1.071.938 1.623.876.367 1.767.689 2.669.983a24.035 24.035 0 0 0-1.5-2.994l3.765-3.765a1 1 0 0 0 .114-1.278 29.607 29.607 0 0 0-7.319-7.321 1 1 0 0 0-1.278.114l-3.765 3.765A23.775 23.775 0 0 0 38 8.762V3.439a1 1 0 0 0-.824-.984 29.749 29.749 0 0 0-10.352 0 1 1 0 0 0-.824.984v5.323a23.775 23.775 0 0 0-6.187 2.565l-3.765-3.765a1 1 0 0 0-1.278-.114 29.607 29.607 0 0 0-7.321 7.321 1 1 0 0 0 .113 1.278l3.766 3.765A23.775 23.775 0 0 0 8.763 26H3.44a1 1 0 0 0-.984.824 29.6 29.6 0 0 0 0 10.352A1 1 0 0 0 3.44 38h5.323a23.775 23.775 0 0 0 2.565 6.187l-3.766 3.764a1 1 0 0 0-.113 1.278 29.607 29.607 0 0 0 7.321 7.321 1 1 0 0 0 1.278-.113l3.765-3.766A23.775 23.775 0 0 0 26 55.236v5.323a1 1 0 0 0 .824.984 29.6 29.6 0 0 0 10.352 0 1 1 0 0 0 .824-.984v-1.9a25.649 25.649 0 0 1-2-2.134Z' /%3E%3Cpath d='M32 20a11.9 11.9 0 0 1 7.739 2.838q1.077-.348 2.128-.767a14 14 0 1 0-11.2 23.864q-.238-1.023-.391-2.072A11.994 11.994 0 0 1 32 20Z' /%3E%3Cpath d='M61.11 26.348a37.489 37.489 0 0 1-13.637-4.23 1 1 0 0 0-.946 0 37.489 37.489 0 0 1-13.637 4.23 1 1 0 0 0-.89.994V40.2a23.6 23.6 0 0 0 14.612 21.72 1 1 0 0 0 .776 0A23.6 23.6 0 0 0 62 40.2V27.342a1 1 0 0 0-.89-.994ZM60 40.2a21.6 21.6 0 0 1-13 19.71A21.6 21.6 0 0 1 34 40.2V28.227a39.453 39.453 0 0 0 13-4.1 39.453 39.453 0 0 0 13 4.1Z' /%3E%3Cpath d='M38.018 39.666 36.6 41.074l6.462 6.515a1 1 0 0 0 1.419 0L57.4 34.561l-1.42-1.409-12.21 12.313Z' /%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M36 59.708a27.708 27.708 0 0 1-8 0v-5.261a1 1 0 0 0-.783-.976 21.8 21.8 0 0 1-7.017-2.909 1 1 0 0 0-1.244.137l-3.722 3.722a27.674 27.674 0 0 1-5.657-5.657l3.723-3.722a1 1 0 0 0 .137-1.244 21.8 21.8 0 0 1-2.909-7.016A1 1 0 0 0 9.552 36H4.291a27.637 27.637 0 0 1 0-8h5.261a1 1 0 0 0 .976-.783 21.8 21.8 0 0 1 2.909-7.017 1 1 0 0 0-.137-1.244l-3.722-3.722a27.674 27.674 0 0 1 5.657-5.657l3.722 3.723a1 1 0 0 0 1.244.137 21.8 21.8 0 0 1 7.016-2.909A1 1 0 0 0 28 9.551V4.29a27.708 27.708 0 0 1 8 0v5.261a1 1 0 0 0 .783.976 21.8 21.8 0 0 1 7.017 2.909 1 1 0 0 0 1.244-.137l3.722-3.722a27.674 27.674 0 0 1 5.657 5.657L50.7 18.956a1 1 0 0 0-.137 1.244c.338.529.649 1.071.938 1.623.876.367 1.767.689 2.669.983a24.035 24.035 0 0 0-1.5-2.994l3.765-3.765a1 1 0 0 0 .114-1.278 29.607 29.607 0 0 0-7.319-7.321 1 1 0 0 0-1.278.114l-3.765 3.765A23.775 23.775 0 0 0 38 8.762V3.439a1 1 0 0 0-.824-.984 29.749 29.749 0 0 0-10.352 0 1 1 0 0 0-.824.984v5.323a23.775 23.775 0 0 0-6.187 2.565l-3.765-3.765a1 1 0 0 0-1.278-.114 29.607 29.607 0 0 0-7.321 7.321 1 1 0 0 0 .113 1.278l3.766 3.765A23.775 23.775 0 0 0 8.763 26H3.44a1 1 0 0 0-.984.824 29.6 29.6 0 0 0 0 10.352A1 1 0 0 0 3.44 38h5.323a23.775 23.775 0 0 0 2.565 6.187l-3.766 3.764a1 1 0 0 0-.113 1.278 29.607 29.607 0 0 0 7.321 7.321 1 1 0 0 0 1.278-.113l3.765-3.766A23.775 23.775 0 0 0 26 55.236v5.323a1 1 0 0 0 .824.984 29.6 29.6 0 0 0 10.352 0 1 1 0 0 0 .824-.984v-1.9a25.649 25.649 0 0 1-2-2.134Z' /%3E%3Cpath d='M32 20a11.9 11.9 0 0 1 7.739 2.838q1.077-.348 2.128-.767a14 14 0 1 0-11.2 23.864q-.238-1.023-.391-2.072A11.994 11.994 0 0 1 32 20Z' /%3E%3Cpath d='M61.11 26.348a37.489 37.489 0 0 1-13.637-4.23 1 1 0 0 0-.946 0 37.489 37.489 0 0 1-13.637 4.23 1 1 0 0 0-.89.994V40.2a23.6 23.6 0 0 0 14.612 21.72 1 1 0 0 0 .776 0A23.6 23.6 0 0 0 62 40.2V27.342a1 1 0 0 0-.89-.994ZM60 40.2a21.6 21.6 0 0 1-13 19.71A21.6 21.6 0 0 1 34 40.2V28.227a39.453 39.453 0 0 0 13-4.1 39.453 39.453 0 0 0 13 4.1Z' /%3E%3Cpath d='M38.018 39.666 36.6 41.074l6.462 6.515a1 1 0 0 0 1.419 0L57.4 34.561l-1.42-1.409-12.21 12.313Z' /%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__icon--cost{position:relative}.why-us__icon--cost:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M29.18 47.75A15.985 15.985 0 0 1 16 32c0-1.77.28-3.49.85-5.11a.997.997 0 0 0-.39-1.16L6.27 18.94c-.24-.16-.54-.21-.82-.13s-.51.27-.64.54c-1.86 3.96-2.8 8.22-2.8 12.66 0 15.44 11.56 28.27 26.9 29.84h.1c.25 0 .49-.09.67-.26a1 1 0 0 0 .33-.74V48.73c0-.48-.35-.9-.82-.98zM28 59.72C14.24 57.77 4 46.04 4 32c0-3.75.72-7.36 2.14-10.74l8.58 5.71c-.48 1.61-.72 3.3-.72 5.03 0 8.45 5.84 15.7 14 17.55zm31.2-40.38c-.12-.26-.36-.46-.64-.54s-.58-.03-.82.13l-10.19 6.79c-.38.25-.54.73-.39 1.16.56 1.62.85 3.34.85 5.11 0 7.76-5.54 14.38-13.18 15.75-.48.08-.82.5-.82.98v12.12a1 1 0 0 0 .33.74c.18.17.42.26.67.26h.1c15.33-1.57 26.9-14.41 26.9-29.84 0-4.44-.94-8.7-2.8-12.66zM36 59.72V49.55c8.16-1.85 14-9.1 14-17.55 0-1.73-.24-3.41-.72-5.03l8.58-5.71C59.28 24.64 60 28.25 60 32c0 14.04-10.24 25.77-24 27.72zM18.25 22.13c.43.29 1.01.2 1.33-.2C22.63 18.16 27.16 16 31.99 16s9.36 2.16 12.41 5.93c.2.24.49.37.78.37.19 0 .38-.05.55-.17l10.02-6.69c.23-.15.38-.39.43-.66s-.02-.55-.19-.77C50.26 6.38 41.51 2 31.98 2S13.72 6.38 7.99 14.01c-.17.22-.23.5-.19.77.05.27.2.51.43.66zM32 4c8.54 0 16.42 3.77 21.76 10.38l-8.38 5.6c-3.41-3.81-8.24-5.97-13.38-5.97s-9.96 2.17-13.38 5.97l-8.38-5.6C15.58 7.77 23.46 4 32 4z' /%3E%3Cpath d='M25.34 39.59c.26 0 .51-.1.71-.29l13.32-13.32a.996.996 0 1 0-1.41-1.41L24.64 37.89a.996.996 0 0 0 .71 1.7zm2.05-8.48c2.09 0 3.79-1.7 3.79-3.79s-1.7-3.79-3.79-3.79-3.79 1.7-3.79 3.79 1.7 3.79 3.79 3.79zm0-5.58c.99 0 1.79.8 1.79 1.79s-.8 1.79-1.79 1.79-1.79-.8-1.79-1.79.8-1.79 1.79-1.79zm13.01 11c0-2.09-1.7-3.79-3.79-3.79s-3.79 1.7-3.79 3.79 1.7 3.79 3.79 3.79 3.79-1.7 3.79-3.79zm-5.58 0c0-.99.8-1.79 1.79-1.79s1.79.8 1.79 1.79-.8 1.79-1.79 1.79-1.79-.8-1.79-1.79z' /%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M29.18 47.75A15.985 15.985 0 0 1 16 32c0-1.77.28-3.49.85-5.11a.997.997 0 0 0-.39-1.16L6.27 18.94c-.24-.16-.54-.21-.82-.13s-.51.27-.64.54c-1.86 3.96-2.8 8.22-2.8 12.66 0 15.44 11.56 28.27 26.9 29.84h.1c.25 0 .49-.09.67-.26a1 1 0 0 0 .33-.74V48.73c0-.48-.35-.9-.82-.98zM28 59.72C14.24 57.77 4 46.04 4 32c0-3.75.72-7.36 2.14-10.74l8.58 5.71c-.48 1.61-.72 3.3-.72 5.03 0 8.45 5.84 15.7 14 17.55zm31.2-40.38c-.12-.26-.36-.46-.64-.54s-.58-.03-.82.13l-10.19 6.79c-.38.25-.54.73-.39 1.16.56 1.62.85 3.34.85 5.11 0 7.76-5.54 14.38-13.18 15.75-.48.08-.82.5-.82.98v12.12a1 1 0 0 0 .33.74c.18.17.42.26.67.26h.1c15.33-1.57 26.9-14.41 26.9-29.84 0-4.44-.94-8.7-2.8-12.66zM36 59.72V49.55c8.16-1.85 14-9.1 14-17.55 0-1.73-.24-3.41-.72-5.03l8.58-5.71C59.28 24.64 60 28.25 60 32c0 14.04-10.24 25.77-24 27.72zM18.25 22.13c.43.29 1.01.2 1.33-.2C22.63 18.16 27.16 16 31.99 16s9.36 2.16 12.41 5.93c.2.24.49.37.78.37.19 0 .38-.05.55-.17l10.02-6.69c.23-.15.38-.39.43-.66s-.02-.55-.19-.77C50.26 6.38 41.51 2 31.98 2S13.72 6.38 7.99 14.01c-.17.22-.23.5-.19.77.05.27.2.51.43.66zM32 4c8.54 0 16.42 3.77 21.76 10.38l-8.38 5.6c-3.41-3.81-8.24-5.97-13.38-5.97s-9.96 2.17-13.38 5.97l-8.38-5.6C15.58 7.77 23.46 4 32 4z' /%3E%3Cpath d='M25.34 39.59c.26 0 .51-.1.71-.29l13.32-13.32a.996.996 0 1 0-1.41-1.41L24.64 37.89a.996.996 0 0 0 .71 1.7zm2.05-8.48c2.09 0 3.79-1.7 3.79-3.79s-1.7-3.79-3.79-3.79-3.79 1.7-3.79 3.79 1.7 3.79 3.79 3.79zm0-5.58c.99 0 1.79.8 1.79 1.79s-.8 1.79-1.79 1.79-1.79-.8-1.79-1.79.8-1.79 1.79-1.79zm13.01 11c0-2.09-1.7-3.79-3.79-3.79s-3.79 1.7-3.79 3.79 1.7 3.79 3.79 3.79 3.79-1.7 3.79-3.79zm-5.58 0c0-.99.8-1.79 1.79-1.79s1.79.8 1.79 1.79-.8 1.79-1.79 1.79-1.79-.8-1.79-1.79z' /%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__icon--eco{position:relative}.why-us__icon--eco:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 507.539 507.539'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='m305.912 32.045-49.83-24.017a5.328 5.328 0 0 0-4.625 0L23.453 117.917c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-149.3-71.957'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m276.146 105.068-20.064-9.67a5.328 5.328 0 0 0-4.625 0l-20.064 9.67M315.428 124l-15.542-7.49m54.824 26.423-15.542-7.491m-170.798 0-15.541 7.491m54.823-26.423L192.111 124m-68.148 207.585-100.51 48.441c-4.018 1.937-4.018 7.659 0 9.595L251.457 499.51a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-100.509-48.442m-220.332-18.932-15.542 7.491m54.824-26.423-15.542 7.49m94.286-18.932-25.19-12.14a5.328 5.328 0 0 0-4.625 0l-25.19 12.14m94.287 18.932-15.541-7.49m54.823 26.423-15.541-7.491'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m198.748 386.737 52.709 25.404a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595L403.4 253.769m-299.261 0-80.685 38.887c-4.018 1.937-4.018 7.659 0 9.595l146.03 70.381'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m380.956 264.587 103.13-49.704c4.018-1.937 4.018-7.659 0-9.595L378.45 154.375m-249.362 0L23.453 205.287c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l93.61-45.116'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 507.539 507.539'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='m305.912 32.045-49.83-24.017a5.328 5.328 0 0 0-4.625 0L23.453 117.917c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-149.3-71.957'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m276.146 105.068-20.064-9.67a5.328 5.328 0 0 0-4.625 0l-20.064 9.67M315.428 124l-15.542-7.49m54.824 26.423-15.542-7.491m-170.798 0-15.541 7.491m54.823-26.423L192.111 124m-68.148 207.585-100.51 48.441c-4.018 1.937-4.018 7.659 0 9.595L251.457 499.51a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595l-100.509-48.442m-220.332-18.932-15.542 7.491m54.824-26.423-15.542 7.49m94.286-18.932-25.19-12.14a5.328 5.328 0 0 0-4.625 0l-25.19 12.14m94.287 18.932-15.541-7.49m54.823 26.423-15.541-7.491'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m198.748 386.737 52.709 25.404a5.328 5.328 0 0 0 4.625 0l228.004-109.889c4.018-1.937 4.018-7.659 0-9.595L403.4 253.769m-299.261 0-80.685 38.887c-4.018 1.937-4.018 7.659 0 9.595l146.03 70.381'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m380.956 264.587 103.13-49.704c4.018-1.937 4.018-7.659 0-9.595L378.45 154.375m-249.362 0L23.453 205.287c-4.018 1.937-4.018 7.659 0 9.595l228.004 109.889a5.328 5.328 0 0 0 4.625 0l93.61-45.116'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__icon--smart{position:relative}.why-us__icon--smart:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M44 14c-16.569 0-30 13.431-30 30a2 2 0 1 1-4 0c0-18.778 15.222-34 34-34a2 2 0 1 1 0 4zm27-1c-7.732 0-14 6.268-14 14v23a2 2 0 1 0 4 0V27c0-5.523 4.477-10 10-10h24c5.523 0 10 4.477 10 10v74c0 5.523-4.477 10-10 10H71c-5.523 0-10-4.477-10-10V78.5a2 2 0 1 0-4 0V101c0 7.732 6.268 14 14 14h24c7.732 0 14-6.268 14-14V27c0-7.732-6.268-14-14-14z' /%3E%3Cpath d='M82 48a15.955 15.955 0 0 0-11.927 5.334 2 2 0 1 1-2.98-2.668A19.955 19.955 0 0 1 82 44c11.046 0 20 8.954 20 20s-8.954 20-20 20a19.955 19.955 0 0 1-14.907-6.666 2 2 0 1 1 2.98-2.668A15.955 15.955 0 0 0 82 80c8.836 0 16-7.163 16-16s-7.164-16-16-16z' /%3E%3Cpath fill-rule='evenodd' d='M22.5 64a9.5 9.5 0 0 1 9.5-9.5h48a9.5 9.5 0 0 1 0 19H32a9.5 9.5 0 0 1-9.5-9.5zm9.5-5.5a5.5 5.5 0 1 0 0 11h48a5.5 5.5 0 1 0 0-11z' clip-rule='evenodd' /%3E%3Cpath d='M44 40a4 4 0 0 0-4 4 2 2 0 1 1-4 0 8 8 0 0 1 8-8 2 2 0 1 1 0 4zm-16 4c0-8.837 7.163-16 16-16a2 2 0 1 0 0-4c-11.046 0-20 8.954-20 20a2 2 0 1 0 4 0z' /%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M44 14c-16.569 0-30 13.431-30 30a2 2 0 1 1-4 0c0-18.778 15.222-34 34-34a2 2 0 1 1 0 4zm27-1c-7.732 0-14 6.268-14 14v23a2 2 0 1 0 4 0V27c0-5.523 4.477-10 10-10h24c5.523 0 10 4.477 10 10v74c0 5.523-4.477 10-10 10H71c-5.523 0-10-4.477-10-10V78.5a2 2 0 1 0-4 0V101c0 7.732 6.268 14 14 14h24c7.732 0 14-6.268 14-14V27c0-7.732-6.268-14-14-14z' /%3E%3Cpath d='M82 48a15.955 15.955 0 0 0-11.927 5.334 2 2 0 1 1-2.98-2.668A19.955 19.955 0 0 1 82 44c11.046 0 20 8.954 20 20s-8.954 20-20 20a19.955 19.955 0 0 1-14.907-6.666 2 2 0 1 1 2.98-2.668A15.955 15.955 0 0 0 82 80c8.836 0 16-7.163 16-16s-7.164-16-16-16z' /%3E%3Cpath fill-rule='evenodd' d='M22.5 64a9.5 9.5 0 0 1 9.5-9.5h48a9.5 9.5 0 0 1 0 19H32a9.5 9.5 0 0 1-9.5-9.5zm9.5-5.5a5.5 5.5 0 1 0 0 11h48a5.5 5.5 0 1 0 0-11z' clip-rule='evenodd' /%3E%3Cpath d='M44 40a4 4 0 0 0-4 4 2 2 0 1 1-4 0 8 8 0 0 1 8-8 2 2 0 1 1 0 4zm-16 4c0-8.837 7.163-16 16-16a2 2 0 1 0 0-4c-11.046 0-20 8.954-20 20a2 2 0 1 0 4 0z' /%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.why-us__name{font-weight:500;font-size:1.3rem;margin-bottom:1rem;max-width:190px}.why-us__description{font-weight:300;font-size:.95rem}.tooltip{position:absolute;background:#ffffffb3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:.9rem;font-size:14px;z-index:1000;max-width:250px;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s;box-shadow:0 0 30px #00000026}.tooltip--visible{opacity:1;transform:translate(0)!important}.tooltip--top{transform:translateY(-10px)}.tooltip--bottom{transform:translateY(10px)}.tooltip--left{transform:translate(-10px)}.tooltip--right{transform:translate(10px)}.tooltip__content{position:relative;display:flex;align-items:center;pointer-events:auto;padding:15px 40px 15px 20px}.tooltip__close{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;position:relative;position:absolute;width:30px;height:30px;right:0;top:0}.tooltip__close:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#343a40;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/9px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:9px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/9px;mask-repeat:no-repeat;mask-position:center;mask-size:9px}.tooltip__chats-list{display:block}.tooltip__chat-link{color:#212529;text-decoration:none;border:none;background-color:transparent;text-align:left;display:flex;align-items:center;justify-content:start;padding:0 0 0 28px;height:30px}.tooltip__chat-link--whatsapp{position:relative;margin-bottom:5px}.tooltip__chat-link--whatsapp:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath fill='%234caf50' d='M256.064 0h-.128C114.784 0 0 114.816 0 256c0 56 18.048 107.904 48.736 150.048l-31.904 95.104 98.4-31.456C155.712 496.512 204 512 256.064 512 397.216 512 512 397.152 512 256S397.216 0 256.064 0z' data-original='%234caf50'/%3E%3Cpath fill='%23fafafa' d='M405.024 361.504c-6.176 17.44-30.688 31.904-50.24 36.128-13.376 2.848-30.848 5.12-89.664-19.264-75.232-31.168-123.68-107.616-127.456-112.576-3.616-4.96-30.4-40.48-30.4-77.216s18.656-54.624 26.176-62.304c6.176-6.304 16.384-9.184 26.176-9.184 3.168 0 6.016.16 8.576.288 7.52.32 11.296.768 16.256 12.64 6.176 14.88 21.216 51.616 23.008 55.392 1.824 3.776 3.648 8.896 1.088 13.856-2.4 5.12-4.512 7.392-8.288 11.744-3.776 4.352-7.36 7.68-11.136 12.352-3.456 4.064-7.36 8.416-3.008 15.936 4.352 7.36 19.392 31.904 41.536 51.616 28.576 25.44 51.744 33.568 60.032 37.024 6.176 2.56 13.536 1.952 18.048-2.848 5.728-6.176 12.8-16.416 20-26.496 5.12-7.232 11.584-8.128 18.368-5.568 6.912 2.4 43.488 20.48 51.008 24.224 7.52 3.776 12.48 5.568 14.304 8.736 1.792 3.168 1.792 18.048-4.384 35.52z' data-original='%23fafafa'/%3E%3C/svg%3E") no-repeat left center/18px}.tooltip__chat-link--telegram{position:relative}.tooltip__chat-link--telegram:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23039be5' data-original='%23039be5'/%3E%3Cpath fill='%23fff' d='m5.491 11.74 11.57-4.461c.537-.194 1.006.131.832.943l.001-.001-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953z' data-original='%23ffffff'/%3E%3C/svg%3E") no-repeat left center/18px}@media (max-width: 768px){.tooltip--left,.tooltip--right{transform:none;max-width:200px}}.error-response{text-align:center;margin-bottom:5.5rem}.error-response__code{font-size:3.8rem;font-weight:600}.error-response__message{max-width:600px;margin:0 auto}.error-response__action{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;display:inline-block;margin-top:1.8rem;padding:1rem 2rem}.error-response__action:hover{background-color:#212529;color:#fff;border-color:#212529}.fancybox__watermark{position:relative;filter:drop-shadow(0 0 10px rgba(0,0,0,.7));opacity:.2;-webkit-user-select:none;user-select:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none!important}.fancybox__watermark:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263.576' height='261.304'%3E%3Cpath d='M68.365 47.253c-1.307-1.319-2.823-2.314-4.609-2.836-3.861-1.127-10.982-2.94-10.982-2.94L50.2 44.115l10.959 2.946c2.18.71 5.975 1.754 7.904 7.56 0 0-.397.394-3.32 3.354a8.39 8.39 0 0 0-7.02-7.552l.035-.01-12.65-2.297s-1.75 1.164-2.998 3.858c-1.504 3.243-2.172 6.53-1.126 9.67 1.271 3.816 3.836 10.701 3.836 10.701l3.634.615-3.818-10.685c-.658-2.197-1.96-5.912 1.712-10.803 0 0 .65.12 4.576.808a8.397 8.397 0 0 0-.54.492c-2.232 2.232-2.944 5.428-2.14 8.279l-.018-.02 3.75 12.297s1.834 1.023 4.8.898c3.573-.147 6.803-1.058 9.115-3.424 2.811-2.878 7.758-8.31 7.758-8.31l-1.118-3.512-7.751 8.287c-1.652 1.59-4.36 4.448-10.39 3.422 0 0-.292-.955-1.293-4.173 3.063 1.272 6.735.668 9.217-1.814.048-.047.091-.095.137-.144l-.014.043 9.09-9.091s.04-2.098-1.463-4.66c-.792-1.347-1.683-2.57-2.699-3.597zm-7.22 7.69a5.342 5.342 0 0 1-.002 7.586 5.34 5.34 0 0 1-7.584 0 5.34 5.34 0 0 1 0-7.584 5.342 5.342 0 0 1 7.586-.002z' class='brand-logo-image__symbol'/%3E%3Cpath d='M79.537 92.251q-2.387-2.386-2.43-5.554 0-3.168 2.345-5.512 2.345-2.345 5.491-2.324 3.19.022 5.576 2.408 1.626 1.626 2.133 3.696.528 2.091-.127 4.14l-3.126-.93q.444-1.246.19-2.513-.253-1.267-1.225-2.238-1.394-1.394-3.273-1.33-1.859.041-3.274 1.456-1.414 1.414-1.478 3.295-.042 1.859 1.351 3.252.972.972 2.24 1.226 1.267.253 2.512-.19l.93 3.125q-2.048.655-4.14.126-2.07-.506-3.696-2.132zm9.229 8.808 8.49-8.49-3.168-3.168 2.07-2.07 8.807 8.807-2.07 2.07-3.316-3.317-8.49 8.49zm11.405 11.826q-2.154-2.154-2.028-5.237.149-3.062 2.43-5.343 2.28-2.28 5.342-2.43 3.083-.126 5.238 2.028 1.077 1.078 1.5 2.471.443 1.373.253 2.535l1.415-1.415 2.323 2.323-10.56 10.56-2.323-2.323 1.415-1.415q-1.161.19-2.555-.233-1.373-.442-2.451-1.52zm1.246-4.92q-.085 1.858 1.288 3.232 1.372 1.372 3.231 1.288 1.859-.085 3.295-1.521t1.52-3.294q.085-1.86-1.287-3.232-1.374-1.373-3.232-1.288-1.859.084-3.295 1.52-1.436 1.435-1.52 3.295zm7.646 13.727q-.782-.781-1.057-1.224l2.006-2.007q.422.507.655.74.655.655 1.394.549.76-.127 1.859-1.225l6.716-6.716 8.595 8.596-10.56 10.56-2.322-2.323 8.49-8.49-3.95-3.95-5.006 5.005q-1.794 1.795-3.632 1.817-1.816.042-3.19-1.331zm12.735 12.399 10.56-10.56 2.322 2.323-3.484 3.484 2.217 2.218q1.922 1.922 1.817 3.97-.064 2.05-1.436 3.422-1.394 1.393-3.486 1.5-2.048.105-3.97-1.817zm7.35-2.704-2.98 2.978 2.029 2.028q.887.887 1.732.97.887.085 1.605-.633 1.478-1.478-.36-3.315zm3.23 13.285 10.56-10.56 2.323 2.323-4.181 4.182 5.09 5.09 4.181-4.183 2.324 2.324-10.56 10.56-2.324-2.324 4.309-4.308-5.09-5.09-4.308 4.309zm22.937 20.19q-3.168 0-5.512-2.344-2.345-2.345-2.366-5.534.021-3.19 2.323-5.49 2.302-2.303 5.47-2.303 3.21 0 5.555 2.345 2.344 2.344 2.323 5.533.021 3.189-2.281 5.491-2.302 2.302-5.512 2.302zm-3.358-4.498q1.373 1.372 3.21 1.31 1.88-.064 3.295-1.48 1.415-1.414 1.457-3.272.084-1.86-1.288-3.232-1.395-1.394-3.274-1.33-1.837.063-3.252 1.478-1.414 1.414-1.5 3.273-.042 1.858 1.352 3.253zm8.005 11.89-2.07-2.07 10.56-10.56 2.323 2.324-7.033 7.033 12.418-1.648 2.07 2.07-10.56 10.56-2.323-2.323 7.033-7.033zm18.437-7.498q-1.943-.041-3.443-1.541-1.499-1.5-1.562-3.463-.021-1.965 1.562-3.549l.317-.316 1.648 1.647-.317.317q-.972.971-1.014 2.069-.021 1.077.781 1.88.803.803 1.88.781 1.098-.042 2.07-1.014l.316-.316 1.648 1.647-.317.317q-1.584 1.584-3.57 1.541zm15.417 37.214-4.709 4.71-2.133-2.133 2.64-2.64-13.855-13.855 10.56-10.56 2.323 2.323-8.49 8.49 3.675 3.676 8.49-8.49 2.323 2.322-8.49 8.49 3.654 3.654 8.49-8.49 2.323 2.324-8.49 8.49zm2.24 6.378-2.07-2.07 10.56-10.56 2.323 2.324-7.033 7.033 12.418-1.648 2.07 2.07-10.56 10.56-2.323-2.323 7.033-7.033zm12.798 12.799 8.49-8.49-3.168-3.168 2.07-2.07 8.807 8.807-2.07 2.07-3.315-3.316-8.49 8.49z'/%3E%3C/svg%3E") repeat 0 50%/20%;-webkit-mask-repeat:repeat;-webkit-mask-position:0 50%;-webkit-mask-size:20%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263.576' height='261.304'%3E%3Cpath d='M68.365 47.253c-1.307-1.319-2.823-2.314-4.609-2.836-3.861-1.127-10.982-2.94-10.982-2.94L50.2 44.115l10.959 2.946c2.18.71 5.975 1.754 7.904 7.56 0 0-.397.394-3.32 3.354a8.39 8.39 0 0 0-7.02-7.552l.035-.01-12.65-2.297s-1.75 1.164-2.998 3.858c-1.504 3.243-2.172 6.53-1.126 9.67 1.271 3.816 3.836 10.701 3.836 10.701l3.634.615-3.818-10.685c-.658-2.197-1.96-5.912 1.712-10.803 0 0 .65.12 4.576.808a8.397 8.397 0 0 0-.54.492c-2.232 2.232-2.944 5.428-2.14 8.279l-.018-.02 3.75 12.297s1.834 1.023 4.8.898c3.573-.147 6.803-1.058 9.115-3.424 2.811-2.878 7.758-8.31 7.758-8.31l-1.118-3.512-7.751 8.287c-1.652 1.59-4.36 4.448-10.39 3.422 0 0-.292-.955-1.293-4.173 3.063 1.272 6.735.668 9.217-1.814.048-.047.091-.095.137-.144l-.014.043 9.09-9.091s.04-2.098-1.463-4.66c-.792-1.347-1.683-2.57-2.699-3.597zm-7.22 7.69a5.342 5.342 0 0 1-.002 7.586 5.34 5.34 0 0 1-7.584 0 5.34 5.34 0 0 1 0-7.584 5.342 5.342 0 0 1 7.586-.002z' class='brand-logo-image__symbol'/%3E%3Cpath d='M79.537 92.251q-2.387-2.386-2.43-5.554 0-3.168 2.345-5.512 2.345-2.345 5.491-2.324 3.19.022 5.576 2.408 1.626 1.626 2.133 3.696.528 2.091-.127 4.14l-3.126-.93q.444-1.246.19-2.513-.253-1.267-1.225-2.238-1.394-1.394-3.273-1.33-1.859.041-3.274 1.456-1.414 1.414-1.478 3.295-.042 1.859 1.351 3.252.972.972 2.24 1.226 1.267.253 2.512-.19l.93 3.125q-2.048.655-4.14.126-2.07-.506-3.696-2.132zm9.229 8.808 8.49-8.49-3.168-3.168 2.07-2.07 8.807 8.807-2.07 2.07-3.316-3.317-8.49 8.49zm11.405 11.826q-2.154-2.154-2.028-5.237.149-3.062 2.43-5.343 2.28-2.28 5.342-2.43 3.083-.126 5.238 2.028 1.077 1.078 1.5 2.471.443 1.373.253 2.535l1.415-1.415 2.323 2.323-10.56 10.56-2.323-2.323 1.415-1.415q-1.161.19-2.555-.233-1.373-.442-2.451-1.52zm1.246-4.92q-.085 1.858 1.288 3.232 1.372 1.372 3.231 1.288 1.859-.085 3.295-1.521t1.52-3.294q.085-1.86-1.287-3.232-1.374-1.373-3.232-1.288-1.859.084-3.295 1.52-1.436 1.435-1.52 3.295zm7.646 13.727q-.782-.781-1.057-1.224l2.006-2.007q.422.507.655.74.655.655 1.394.549.76-.127 1.859-1.225l6.716-6.716 8.595 8.596-10.56 10.56-2.322-2.323 8.49-8.49-3.95-3.95-5.006 5.005q-1.794 1.795-3.632 1.817-1.816.042-3.19-1.331zm12.735 12.399 10.56-10.56 2.322 2.323-3.484 3.484 2.217 2.218q1.922 1.922 1.817 3.97-.064 2.05-1.436 3.422-1.394 1.393-3.486 1.5-2.048.105-3.97-1.817zm7.35-2.704-2.98 2.978 2.029 2.028q.887.887 1.732.97.887.085 1.605-.633 1.478-1.478-.36-3.315zm3.23 13.285 10.56-10.56 2.323 2.323-4.181 4.182 5.09 5.09 4.181-4.183 2.324 2.324-10.56 10.56-2.324-2.324 4.309-4.308-5.09-5.09-4.308 4.309zm22.937 20.19q-3.168 0-5.512-2.344-2.345-2.345-2.366-5.534.021-3.19 2.323-5.49 2.302-2.303 5.47-2.303 3.21 0 5.555 2.345 2.344 2.344 2.323 5.533.021 3.189-2.281 5.491-2.302 2.302-5.512 2.302zm-3.358-4.498q1.373 1.372 3.21 1.31 1.88-.064 3.295-1.48 1.415-1.414 1.457-3.272.084-1.86-1.288-3.232-1.395-1.394-3.274-1.33-1.837.063-3.252 1.478-1.414 1.414-1.5 3.273-.042 1.858 1.352 3.253zm8.005 11.89-2.07-2.07 10.56-10.56 2.323 2.324-7.033 7.033 12.418-1.648 2.07 2.07-10.56 10.56-2.323-2.323 7.033-7.033zm18.437-7.498q-1.943-.041-3.443-1.541-1.499-1.5-1.562-3.463-.021-1.965 1.562-3.549l.317-.316 1.648 1.647-.317.317q-.972.971-1.014 2.069-.021 1.077.781 1.88.803.803 1.88.781 1.098-.042 2.07-1.014l.316-.316 1.648 1.647-.317.317q-1.584 1.584-3.57 1.541zm15.417 37.214-4.709 4.71-2.133-2.133 2.64-2.64-13.855-13.855 10.56-10.56 2.323 2.323-8.49 8.49 3.675 3.676 8.49-8.49 2.323 2.322-8.49 8.49 3.654 3.654 8.49-8.49 2.323 2.324-8.49 8.49zm2.24 6.378-2.07-2.07 10.56-10.56 2.323 2.324-7.033 7.033 12.418-1.648 2.07 2.07-10.56 10.56-2.323-2.323 7.033-7.033zm12.798 12.799 8.49-8.49-3.168-3.168 2.07-2.07 8.807 8.807-2.07 2.07-3.315-3.316-8.49 8.49z'/%3E%3C/svg%3E") repeat 0 50%/20%;mask-repeat:repeat;mask-position:0 50%;mask-size:20%}.search-no-results{margin-top:2rem}.big-search-form{display:flex;align-items:center;justify-content:start;gap:0;position:relative;height:3.5rem}.big-search-form__input{height:100%;width:400px;max-width:95%;padding-left:1rem;padding-right:5rem;border-radius:.75rem}.big-search-form__submit{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:transparent;position:relative;height:100%;width:4rem;right:4rem}.big-search-form__submit:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#ced4da;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/1.25rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:1.25rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/1.25rem;mask-repeat:no-repeat;mask-position:center;mask-size:1.25rem}.search-results{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.search-results:has(.search-results__item:nth-child(2)){grid-template-columns:repeat(2,1fr)}@media (max-width: 767px){.search-results:has(.search-results__item:nth-child(2)){grid-template-columns:1fr}}.search-results__no-query{margin-top:-1rem}.search-results__item{background-color:#fff;padding:2rem;border-radius:.75rem;border:1px solid rgb(239.075,241.35,243.625)}.search-results__link{color:#212529;text-decoration:none;display:block;font-size:1.25rem;font-weight:500;margin-top:.2rem}@media (max-width: 767px){.search-results__link{margin-top:.5rem}}.bottom-menu{padding:20px;position:fixed;display:block;bottom:0;left:0;height:60px;width:100%;background-color:#f8f9faeb;box-shadow:0 0 100px #0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width: 576px){.bottom-menu{display:none}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-button-prev{padding-right:2px}.swiper-button-next{padding-left:2px}.swiper-button-prev,.swiper-button-next{display:flex;align-items:center;justify-content:center;color:#000;border:1px solid #212529;border-radius:50rem;height:2rem;width:3rem}.swiper-button-prev:after,.swiper-button-next:after{font-size:.8rem}@media (max-width: 1199px){.js-side-menu{-ms-overflow-style:none;scrollbar-width:none;position:fixed;top:0;left:0;padding:1.5rem;width:350px;max-width:calc(100% - 80px);height:100%;background:#fff;transform:translate(-101%);transition:transform .5s ease;z-index:10001;overflow-y:auto;display:flex;flex-direction:column}.js-side-menu::-webkit-scrollbar{display:none}.js-side-menu--active{transform:translate(0)}.js-side-menu__close{position:relative;width:40px;height:40px;position:absolute;top:8px;right:8px;cursor:pointer;background:none;border:0;padding:0;z-index:1}.js-side-menu__close:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/16px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:16px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/16px;mask-repeat:no-repeat;mask-position:center;mask-size:16px}.js-side-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:10000;opacity:0;transition:all .3s ease}.js-side-menu__overlay--active{opacity:1}.js-side-menu--lock{overflow:hidden;position:fixed;width:100%}@supports (-webkit-overflow-scrolling: touch){.js-side-menu--lock{position:relative}}.js-side-menu .dropdown--open{z-index:1002}.js-side-menu .dropdown--open .dropdown__menu{z-index:1003;transform:translateZ(0);opacity:1!important;visibility:visible!important;top:calc(100% + 8px)}.js-side-menu .dropdown--open .dropdown__toggle{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:#fff!important}.js-side-menu .dropdown:not(.dropdown--open,.dropdown__no-dropdown):hover .dropdown__menu,.js-side-menu .dropdown:not(.dropdown--open,.dropdown__no-dropdown):focus-within .dropdown__menu{opacity:0!important;visibility:hidden!important}.js-side-menu .dropdown__menu{max-height:none!important;overflow-y:visible}}.basket{display:grid;gap:1rem}.basket__content-wrap{display:grid;grid-template-columns:800px 1fr;gap:2.5rem}@media (max-width: 1199px){.basket__content-wrap{grid-template-columns:1fr}}.basket__content-wrap--empty{display:block}.basket__content-wrap--empty .basket__order-wrap,.basket__content-wrap--empty .basket__total{margin:0;display:none}.basket__order-wrap{margin-top:-57px}@media (max-width: 1199px){.basket__order-wrap{margin-top:0}}.basket__clear{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#ced4da;padding:.65rem 1rem}.basket__clear:hover{background-color:#212529;color:#fff;border-color:#212529}.basket__empty{padding:24px;background:#fff;border-radius:12px;text-align:center}.basket__items{list-style:none;margin:0;padding:0;display:grid;gap:22px}.basket__footer{margin-top:1rem;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:20px}.basket__total{font-size:18px;font-weight:600}.basket__total-val{margin-left:8px}.basket-row{display:grid;grid-template-columns:100px 1fr auto;gap:1.75rem;align-items:center;background-color:#fff;border-radius:.5rem;padding:2rem;border:1px solid rgb(239.075,241.35,243.625)}@media (max-width: 991px){.basket-row{grid-template-columns:100px 1fr;align-items:start}}.basket-row__thumb{display:block;width:100px;height:100px;border-radius:.275rem;overflow:hidden;background:#fff}.basket-row__thumb img{width:100%;height:100%;object-fit:contain;display:block}.basket-row__main{display:grid;gap:8px}.basket-row__title{-ms-overflow-style:none;scrollbar-width:none;font-weight:500;text-decoration:none;color:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:auto}.basket-row__title::-webkit-scrollbar{display:none}.basket-row__price{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;font-weight:300;color:#9fa8b2}.basket-row__controls{display:flex;gap:12px;align-items:center}.basket-row__remove{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#ced4da;font-size:.925rem}.basket-row__remove:hover{background-color:#212529;color:#fff;border-color:#212529}.basket-qty{display:inline-flex;align-items:center;gap:6px;border-radius:.5rem}.basket-qty__btn{width:30px;height:38px;border-radius:.5rem;border:1px solid transparent;background:#fff;cursor:pointer;line-height:1;border:1px solid rgb(239.075,241.35,243.625)}.basket-qty__input{width:56px;text-align:center;border:1px solid rgb(239.075,241.35,243.625);border-radius:8px;padding:6px 8px;font-variant-numeric:tabular-nums}.basket-add-btn--active{background-color:#000!important;border-color:#000!important;color:#fff!important}.basket-add-btn--active:before{background-color:#fff!important}.basket-notify{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;flex-direction:column;gap:16px}.basket-notify__item{padding:10px 14px;border-radius:.5rem;box-shadow:0 6px 18px #00000014;transition:transform .25s,opacity .25s;background-color:#fff}.basket-notify__item a{color:#000}.basket-notify__item--hide{opacity:0;transform:translateY(-8px)}dl,dt,dd,form,figure{margin:0}html,body{font-size:16px;background-color:#f8f9fa;position:relative}[data-href],[data-fancybox]{cursor:pointer}@media (max-width: 1199px){h1{font-size:1.9rem}}@media (max-width: 991px){h1{font-size:1.7rem}}@media (max-width: 767px){h1{font-size:1.8rem}}@media (max-width: 576px){.container{padding-right:calc(var(--bs-gutter-x) * 1);padding-left:calc(var(--bs-gutter-x) * 1)}}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.dot-before:before{content:"";display:inline-block;width:.4em;height:.4em;background-color:#dc3545;border-radius:50%;margin-right:.65em;margin-bottom:.1em}.dot-before--absolute{position:relative;padding-left:1.1em}.dot-before--absolute:before{position:absolute;left:0;top:.375em}.icon-button-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-tooltip{display:flex;align-items:center;justify-content:center;color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;border:1px #000 solid;width:1.5em;height:1.5em;border-radius:50rem}.icon-tooltip:before{content:"?";color:#000}.list{list-style:none;margin-bottom:0;padding-left:0;margin-bottom:2rem;counter-reset:list-counter}.list__item{margin-bottom:10px;position:relative}.list__item:before{counter-increment:list-counter;content:counter(list-counter) ".";color:#000;display:inline-block;vertical-align:middle;font-size:1.2em;width:1.5em;margin-bottom:.1em;font-weight:300}.lazy-bg{background-image:none!important}.lazy-bg:before,.lazy-bg:after{background-image:none!important}.brand-logo-image__symbol{animation:rotate 2s infinite linear;transform-box:fill-box;transform-origin:center;animation:rotate 15s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dropdown{position:relative;display:inline-block}.dropdown:hover .dropdown__menu,.dropdown--open .dropdown__menu{opacity:1;visibility:visible}.header__nav--js-menu-active .dropdown--open .dropdown__menu{position:relative;border-bottom:1px solid #dee2e6}@media (min-width: 1200px){.dropdown:hover .dropdown__toggle{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:#fff}}.dropdown__toggle{position:relative;cursor:pointer;transition:color .3s ease,background-color .3s ease,border-color .3s ease;padding-left:1rem!important;padding-right:1.9rem!important;border-radius:0;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.dropdown__toggle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 12px) center/10px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:calc(100% - 12px) center;-webkit-mask-size:10px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 12px) center/10px;mask-repeat:no-repeat;mask-position:calc(100% - 12px) center;mask-size:10px}.header__nav--js-menu-active .dropdown__toggle{position:relative;align-items:center}.header__nav--js-menu-active .dropdown__toggle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 25px) center/12px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:calc(100% - 25px) center;-webkit-mask-size:12px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 25px) center/12px;mask-repeat:no-repeat;mask-position:calc(100% - 25px) center;mask-size:12px}.dropdown__menu{position:absolute;top:100%;left:0;min-width:220px;max-width:250px;width:max-content;background:#fff;box-shadow:0 10px 20px #0000000d;border-radius:.25rem;border-top-left-radius:0;padding:8px 0;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;list-style:none}.dropdown__menu--large{min-width:500px;padding:1rem 1.5rem}@media (max-width: 1199px){.dropdown__menu{width:100%;min-width:100%;max-width:100%;box-shadow:none!important}.header__nav--js-menu-active .dropdown--open .dropdown__menu{padding-top:0;padding-bottom:0}}.dropdown__item{transition:background .2s ease}.dropdown__item:hover{background:#f8f9fa}.header__nav--js-menu-active .dropdown__item{display:flex;align-items:center;justify-content:start;border-bottom:1px solid #dee2e6;padding:1rem 1.5rem}@media (max-width: 1199px){.dropdown__item--no-border{border-bottom:none!important;padding-bottom:3rem!important}}.dropdown__link{padding:.5rem 1rem;color:#343a40;text-decoration:none;display:block}.header__nav--js-menu-active .dropdown__link{font-weight:500;display:block;width:100%}@media (max-width: 1199px){.dropdown__no-dropdown .dropdown__toggle{display:none}.dropdown__no-dropdown .dropdown__menu{padding:0;display:block;opacity:1;visibility:visible;position:relative}.dropdown__no-dropdown .dropdown__link{padding:0;color:#212529}}.header-megamenu{min-width:800px!important;max-width:calc(100% - 2rem);margin:0;padding:15px;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;background:#fff;box-shadow:0 30px 20px #0000001a}.header-megamenu__category{padding:.8rem}.header-megamenu__category:last-child{border-right:none}.header-megamenu__category__extra{grid-column:1/-1;padding-top:20px}.header-megamenu__main-section{margin-bottom:12px}.header-megamenu__category-name{display:block;font-weight:600;text-decoration:none;margin-bottom:.45rem;padding:.3rem 0;transition:color .2s;color:#212529}.header-megamenu__list{margin:0;padding:0;list-style:none}.header-megamenu__item{margin-bottom:6px}.header-megamenu__link{display:block;text-decoration:none;padding:.2rem 0;font-size:.95rem;transition:color .2s;color:#212529;line-height:1.3}.header-megamenu__extra{display:flex;gap:15px;flex-wrap:wrap}.header__nav--js-menu-active .header-megamenu__extra{display:grid;gap:15px;padding:25px 20px 30px}.header-megamenu__extra-link{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#ced4da;font-size:.9rem;padding:.75rem 1.5rem;text-align:center}.header-megamenu__extra-link:hover{background-color:#212529;color:#fff;border-color:#212529}.header__nav--js-menu-active .header-megamenu{min-width:100%!important;max-width:100%;width:100%;display:none}.header__nav--js-menu-active .dropdown--open .header-megamenu{display:block}@media (max-width: 1199px){.header-megamenu.dropdown__menu--large,.header-megamenu.dropdown__menu--large .header-megamenu__category{padding:0!important}.header-megamenu__category-name,.header-megamenu__link{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}}.header{padding:1.25rem 0}.header__top-line{display:flex;align-items:center;justify-content:space-between}.header__logo-link{display:block;width:250px;height:36px;flex-shrink:0}@media (max-width: 1399px){.header__logo-link{width:230px}}@media (max-width: 1199px){.header__logo-link{width:240px}}@media (max-width: 991px){.header__logo-link{width:210px}}@media (max-width: 459px){.header__logo-link{width:190px}}.header__logo-image{display:block;width:100%;height:100%}.header__contacts{display:flex;align-items:center;justify-content:start;gap:1rem}@media (max-width: 1199px){.header__contacts{display:none}}.header__phone{color:#000;text-decoration:none;font-size:1.1rem;font-weight:600;margin-right:.6rem}@media (max-width: 1399px){.header__phone{font-size:1rem}}.header__contacts-wrap--chat-border{border:1px #ced4da solid;border-radius:.5rem}.header__chat-link{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;position:relative;display:block;width:36px;height:36px}.header__chat-link:hover{background-color:#212529;color:#fff;border-color:#212529}.header__chat-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000}.header__chat-link--whatsapp{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M435.922 74.352C387.824 26.434 323.84.027 255.742 0 187.797 0 123.711 26.383 75.297 74.29 26.797 122.276.063 186.05 0 253.628v.125c.008 40.902 10.754 82.164 31.152 119.828L.7 512l140.012-31.848c35.46 17.871 75.027 27.293 114.934 27.309h.101c67.934 0 132.02-26.387 180.441-74.297 48.543-48.027 75.29-111.719 75.32-179.34.02-67.144-26.82-130.883-75.585-179.472zM255.742 467.5h-.09c-35.832-.016-71.336-9.012-102.668-26.023l-6.62-3.594-93.102 21.176 20.222-91.907-3.898-6.722C50.203 327.004 39.96 290.105 39.96 253.71c.074-117.8 96.863-213.75 215.773-213.75 57.446.024 111.422 22.294 151.985 62.7 41.176 41.031 63.844 94.711 63.824 151.153-.047 117.828-96.856 213.687-215.8 213.687zm0 0'/%3E%3Cpath d='M186.152 141.863h-11.21c-3.903 0-10.239 1.461-15.598 7.293-5.364 5.836-20.477 19.942-20.477 48.63s20.965 56.405 23.887 60.3c2.926 3.89 40.469 64.64 99.93 88.012 49.418 19.422 59.476 15.558 70.199 14.586 10.726-.97 34.613-14.102 39.488-27.715s4.875-25.285 3.414-27.723c-1.465-2.43-5.367-3.887-11.215-6.8-5.851-2.919-34.523-17.262-39.886-19.212-5.364-1.941-9.262-2.914-13.164 2.926-3.903 5.828-15.391 19.313-18.805 23.203-3.41 3.895-6.824 4.383-12.676 1.465-5.852-2.926-24.5-9.191-46.848-29.05-17.394-15.458-29.464-35.169-32.879-41.005-3.41-5.832-.363-8.988 2.57-11.898 2.63-2.61 6.18-6.18 9.106-9.582 2.922-3.406 3.754-5.836 5.707-9.727 1.95-3.89.973-7.296-.488-10.21-1.465-2.919-12.691-31.75-17.895-43.282h.004c-4.382-9.71-8.996-10.039-13.164-10.21zm0 0'/%3E%3C/svg%3E") no-repeat center/18px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M435.922 74.352C387.824 26.434 323.84.027 255.742 0 187.797 0 123.711 26.383 75.297 74.29 26.797 122.276.063 186.05 0 253.628v.125c.008 40.902 10.754 82.164 31.152 119.828L.7 512l140.012-31.848c35.46 17.871 75.027 27.293 114.934 27.309h.101c67.934 0 132.02-26.387 180.441-74.297 48.543-48.027 75.29-111.719 75.32-179.34.02-67.144-26.82-130.883-75.585-179.472zM255.742 467.5h-.09c-35.832-.016-71.336-9.012-102.668-26.023l-6.62-3.594-93.102 21.176 20.222-91.907-3.898-6.722C50.203 327.004 39.96 290.105 39.96 253.71c.074-117.8 96.863-213.75 215.773-213.75 57.446.024 111.422 22.294 151.985 62.7 41.176 41.031 63.844 94.711 63.824 151.153-.047 117.828-96.856 213.687-215.8 213.687zm0 0'/%3E%3Cpath d='M186.152 141.863h-11.21c-3.903 0-10.239 1.461-15.598 7.293-5.364 5.836-20.477 19.942-20.477 48.63s20.965 56.405 23.887 60.3c2.926 3.89 40.469 64.64 99.93 88.012 49.418 19.422 59.476 15.558 70.199 14.586 10.726-.97 34.613-14.102 39.488-27.715s4.875-25.285 3.414-27.723c-1.465-2.43-5.367-3.887-11.215-6.8-5.851-2.919-34.523-17.262-39.886-19.212-5.364-1.941-9.262-2.914-13.164 2.926-3.903 5.828-15.391 19.313-18.805 23.203-3.41 3.895-6.824 4.383-12.676 1.465-5.852-2.926-24.5-9.191-46.848-29.05-17.394-15.458-29.464-35.169-32.879-41.005-3.41-5.832-.363-8.988 2.57-11.898 2.63-2.61 6.18-6.18 9.106-9.582 2.922-3.406 3.754-5.836 5.707-9.727 1.95-3.89.973-7.296-.488-10.21-1.465-2.919-12.691-31.75-17.895-43.282h.004c-4.382-9.71-8.996-10.039-13.164-10.21zm0 0'/%3E%3C/svg%3E") no-repeat center/18px}.header__chat-link--telegram{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M501.974 41.949a30.939 30.939 0 0 0-30.555-6.565L21.231 183.785C8.962 187.829.642 198.781.035 211.684c-.606 12.904 6.649 24.589 18.483 29.768l111.335 48.712 33.591 155.795c1.395 6.472 4.68 12.237 11.639 14.01 7.039 1.793 12.012-2.054 17.264-5.986l82.62-61.865 96.589 79.039c5.626 4.606 12.502 7.008 19.513 7.008a31.091 31.091 0 0 0 9.986-1.657c10.166-3.447 17.702-11.744 20.159-22.193L511.18 71.813a30.938 30.938 0 0 0-9.206-29.864zm-302.43 276.128c-.055.13-.109.277-.16.453l-18.624 65.068-20.784-96.395 142.917-79.405-99.921 104.478a15.03 15.03 0 0 0-3.428 5.801zm5.911 88.525 8.459-29.555 8.091-28.269 28.991 23.724-45.541 34.1zM481.908 64.927l-89.965 382.502c-.045.19-.105.452-.545.601-.436.148-.648-.021-.798-.145l-105.691-86.488-.008-.007-48.969-40.072L393.255 156.82a15.035 15.035 0 0 0 1.035-19.579 15.034 15.034 0 0 0-19.204-3.955L142.135 262.715 30.572 213.902c-.34-.148-.527-.231-.5-.806.027-.573.221-.638.573-.754l450.188-148.4c.218-.071.464-.153.826.177.362.332.302.584.249.808z'/%3E%3C/svg%3E") no-repeat center/20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M501.974 41.949a30.939 30.939 0 0 0-30.555-6.565L21.231 183.785C8.962 187.829.642 198.781.035 211.684c-.606 12.904 6.649 24.589 18.483 29.768l111.335 48.712 33.591 155.795c1.395 6.472 4.68 12.237 11.639 14.01 7.039 1.793 12.012-2.054 17.264-5.986l82.62-61.865 96.589 79.039c5.626 4.606 12.502 7.008 19.513 7.008a31.091 31.091 0 0 0 9.986-1.657c10.166-3.447 17.702-11.744 20.159-22.193L511.18 71.813a30.938 30.938 0 0 0-9.206-29.864zm-302.43 276.128c-.055.13-.109.277-.16.453l-18.624 65.068-20.784-96.395 142.917-79.405-99.921 104.478a15.03 15.03 0 0 0-3.428 5.801zm5.911 88.525 8.459-29.555 8.091-28.269 28.991 23.724-45.541 34.1zM481.908 64.927l-89.965 382.502c-.045.19-.105.452-.545.601-.436.148-.648-.021-.798-.145l-105.691-86.488-.008-.007-48.969-40.072L393.255 156.82a15.035 15.035 0 0 0 1.035-19.579 15.034 15.034 0 0 0-19.204-3.955L142.135 262.715 30.572 213.902c-.34-.148-.527-.231-.5-.806.027-.573.221-.638.573-.754l450.188-148.4c.218-.071.464-.153.826.177.362.332.302.584.249.808z'/%3E%3C/svg%3E") no-repeat center/20px}.header__menu{display:flex;align-items:center;justify-content:space-between;list-style:none;margin-bottom:0;padding-left:0}@media (max-width: 1199px){.js-side-menu .header__menu{display:flex;flex-wrap:wrap}.js-side-menu .header__menu-item{width:100%}.js-side-menu .header__menu-item:nth-child(1){order:1}.js-side-menu .header__menu-item:nth-child(2){order:2}.js-side-menu .header__menu-item:nth-child(3){order:4}.js-side-menu .header__menu-item:nth-child(4){order:3}}.header__nav--js-menu-active{padding:0}@media (max-width: 1199px){.js-side-menu .header__group{width:100%}}.header__nav-link,.header__group-name{display:block;padding:1rem 1.25rem;cursor:pointer;font-size:.95rem;color:#000;text-decoration:none;border-radius:.375rem;white-space:nowrap}.header__nav-link:hover,.header__group-name:hover{background-color:#fff}@media (max-width: 1399px){.header__nav-link,.header__group-name{padding:1rem}}@media (max-width: 1199px){.js-side-menu .header__nav-link,.js-side-menu .header__group-name{padding:1rem 1.5rem!important;border-bottom:1px solid #dee2e6;font-size:1rem;font-weight:500}}.header__search{position:relative;font-size:.9rem;max-width:210px}.header__search-input{border-radius:50rem;padding:0 2.75rem 0 1rem;width:100%;height:40px}.header__search-input:focus+.header__search-button:before{background-color:#000}.header__search-button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:transparent;position:relative;position:absolute;right:5px;top:0;width:40px;height:100%}.header__search-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#adb5bd;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/16px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:16px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/16px;mask-repeat:no-repeat;mask-position:center;mask-size:16px}@media (max-width: 1199px){.header__search-button{right:8%}}@media (max-width: 1399px){.header__search{max-width:170px}}@media (max-width: 1199px){.header__search--main{position:fixed;top:65px;max-width:100%;width:100%;padding:10px 25px 15px;background-color:transparent;left:0;visibility:hidden;opacity:0;transform:translateY(-100%);transition:all .3s ease-out}.header__search--mobile-toggled{visibility:visible;opacity:1;transform:translateY(0)}.header--home .header__search--main{position:absolute;background-color:transparent;color:#fff}.header__search--js-menu{display:none}}@media (max-width: 1199px) and (max-width: 399px){.header__search--js-menu{display:block;max-width:100%}.header__search--js-menu .header__search-input{height:52px;border-radius:.5rem}.header__search--js-menu .header__search-button{right:5px}}.header--home{position:relative;z-index:100}.header--home .header__nav-link,.header--home .header__group-name,.header--home .header__phone{color:#fff;text-decoration:none}.header--home .header__nav-link:hover,.header--home .header__group-name:hover,.header--home .header__phone:hover{color:#212529}.header--home .header__phone:hover{color:#fff}.header--home .header__chat-link{filter:invert(1)}.header--home .header__search-button{position:relative;position:absolute}.header--home .header__search-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/16px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:16px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.005 512.005'%3E%3Cpath d='m505.749 475.587-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E") no-repeat center/16px;mask-repeat:no-repeat;mask-position:center;mask-size:16px}.header--home .header__search-button:before{background-color:#fff!important}.header--home .header__search-input{background-color:transparent;color:#fff}.header--home .header__search-input::placeholder{color:#fff}.header--home .dropdown:hover .dropdown__toggle{position:relative;color:#212529}.header--home .dropdown:hover .dropdown__toggle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:calc(100% - 10px) center;-webkit-mask-size:12px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;mask-repeat:no-repeat;mask-position:calc(100% - 10px) center;mask-size:12px}.header--home .dropdown__toggle{position:relative}.header--home .dropdown__toggle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:calc(100% - 10px) center;-webkit-mask-size:12px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;mask-repeat:no-repeat;mask-position:calc(100% - 10px) center;mask-size:12px}.header--home .dropdown__toggle:hover{border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative}.header--home .dropdown__toggle:hover:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:calc(100% - 10px) center;-webkit-mask-size:12px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' /%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px;mask-repeat:no-repeat;mask-position:calc(100% - 10px) center;mask-size:12px}@media (max-width: 1199px){.header--home{background-color:transparent!important}}.header__mobile-controls{display:none}@media (max-width: 1199px){.header__mobile-controls{display:flex;align-items:center;justify-content:start;gap:0 1rem}}.header__mobile-button{color:#212529;text-decoration:none;border:none;background-color:transparent;text-align:left;display:flex;align-items:center;justify-content:center;padding:0;width:36px;height:36px}@media (max-width: 459px){.header__mobile-button{width:30px;height:30px}.header__mobile-button:before{-webkit-mask-size:20px!important;mask-size:20px!important}.header__mobile-button--search:before,.header__mobile-button--menu:before{-webkit-mask-size:18px!important;mask-size:18px!important}.header__mobile-button--menu:before{-webkit-mask-size:19px!important;mask-size:19px!important}}@media (max-width: 399px){.header__mobile-button{width:26px;height:26px}}.header__mobile-button--search{position:relative}.header__mobile-button--search:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#343a40;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' /%3E%3C/svg%3E") no-repeat center/20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' /%3E%3C/svg%3E") no-repeat center/20px;mask-repeat:no-repeat;mask-position:center;mask-size:20px}@media (max-width: 399px){.header__mobile-button--search{display:none}}.header__mobile-button--call{position:relative}.header__mobile-button--call:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#343a40;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat center/22px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:22px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat center/22px;mask-repeat:no-repeat;mask-position:center;mask-size:22px}.header__mobile-button--menu{position:relative}.header__mobile-button--menu:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#343a40;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;mask-repeat:no-repeat;mask-position:center;mask-size:20px}.header--home .header__mobile-button{position:relative}.header--home .header__mobile-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;mask-repeat:no-repeat;mask-position:center;mask-size:20px}.header--home .header__mobile-button--search{position:relative}.header--home .header__mobile-button--search:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' /%3E%3C/svg%3E") no-repeat center/20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 56.966 56.966'%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z' /%3E%3C/svg%3E") no-repeat center/20px;mask-repeat:no-repeat;mask-position:center;mask-size:20px}.header--home .header__mobile-button--call{position:relative}.header--home .header__mobile-button--call:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat center/22px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:22px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat center/22px;mask-repeat:no-repeat;mask-position:center;mask-size:22px}.header--home .header__mobile-button--menu{position:relative}.header--home .header__mobile-button--menu:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 464.205 464.205'%3E%3Cpath d='M435.192 406.18H29.013C12.989 406.18 0 393.19 0 377.167s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.99 29.013 29.013-.001 16.023-12.99 29.013-29.014 29.013zm0-145.065H29.013C12.989 261.115 0 248.126 0 232.103s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.012-29.014 29.012zm0-145.064H29.013C12.989 116.051 0 103.062 0 87.038s12.989-29.013 29.013-29.013h406.18c16.023 0 29.013 12.989 29.013 29.013s-12.99 29.013-29.014 29.013z' /%3E%3C/svg%3E") no-repeat center/20px;mask-repeat:no-repeat;mask-position:center;mask-size:20px}@media (max-width: 1199px){.header:not(.header--home){position:fixed;padding:1rem 0;background-color:#f8f9faeb;top:0;left:0;width:100%;z-index:100;box-shadow:0 0 100px #0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .2s ease-out,height .2s ease-out}.header:not(.header--home):has(.header__search--mobile-toggled){height:150px}}.header__nav-bottom{display:none}@media (max-width: 1199px){.header__nav-bottom{position:sticky;bottom:0;width:100%;display:grid;gap:1rem;padding:2rem 1.5rem;z-index:10010;background-color:#fff;margin-top:auto;box-shadow:0 -40px 80px #00000005}.header__bottom-call-request{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:#212529;color:#fff;border-color:#212529;padding:.85rem;font-size:.9rem}.header__bottom-call-request:hover{border-color:#212529;background-color:transparent;color:#212529}.header__bottom-call-request .icon{position:relative;margin-left:-.6rem;width:1.2rem;height:1.2rem;display:inline-block;vertical-align:middle;margin-right:.7rem;margin-bottom:2px}.header__bottom-call-request .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M469.677 184.867c-6.564-45.896-27.654-88.267-61.025-121.635C367.878 22.456 313.664 0 255.999 0S144.121 22.456 103.346 63.231C69.977 96.6 48.886 138.972 42.322 184.866 17.91 192.461.135 215.265.135 242.143v63.966c0 33.066 26.902 59.968 59.968 59.968h59.968V182.175H83.31c6.591-34.142 23.174-65.542 48.305-90.675C164.839 58.276 209.014 39.979 256 39.979c85.468 0 156.882 61.273 172.652 142.196h-36.724v183.902h39.979v5.997c0 33.066-26.902 59.968-59.968 59.968H312.53c-8.252-23.266-30.471-39.979-56.53-39.979-33.066 0-59.968 26.902-59.968 59.968C196.032 485.098 222.934 512 256 512c26.059 0 48.277-16.713 56.53-39.979h59.408c55.111 0 99.947-44.836 99.947-99.947v-9.435c23.266-8.252 39.979-30.471 39.979-56.53v-63.966c0-26.877-17.774-49.681-42.187-57.276zM80.093 326.099H60.104c-11.022 0-19.989-8.967-19.989-19.989v-63.966c0-11.022 8.967-19.989 19.989-19.989h19.989v103.944zM256 472.021c-11.022 0-19.989-8.967-19.989-19.989s8.967-19.989 19.989-19.989 19.989 8.967 19.989 19.989-8.967 19.989-19.989 19.989zm215.885-165.912c0 11.022-8.967 19.989-19.989 19.989h-19.989V222.154h19.989c11.022 0 19.989 8.967 19.989 19.989v63.966z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;mask-repeat:no-repeat;mask-position:0 50%;mask-size:contain}.header__bottom-call-request:hover .icon:before{background-color:#000}.header__bottom-measure-request{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;padding:.85rem;font-size:.9rem}.header__bottom-measure-request:hover{background-color:#212529;color:#fff;border-color:#212529}.header__bottom-measure-request .icon{position:relative;margin-left:-.6rem;width:1.2rem;height:1.2rem;display:inline-block;vertical-align:middle;margin-right:.7rem;margin-bottom:2px}.header__bottom-measure-request .icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.074 512.074'%3E%3Cpath d='M497.074 293.037h-98v-97c0-35.35-21.696-68.025-61.093-92.007C262.74 58.231 145.76 58.068 69.932 99.552c-37.565 20.551-62.507 49.3-68.411 80.936C-.495 191.223.074 251.881.074 348.038c0 28.588 20.419 54.918 55.683 74.142 19.894 10.84 41.896 17.633 65.395 20.19 1.203.13 375.899.668 375.899.668 8.363 0 15.023-6.767 15.023-15v-120c0-8.285-6.716-15.001-15-15.001zm-128 0h-39.815c14.615-7.903 28.323-17.582 39.815-29.304zM31.008 186.009c9.103-48.77 83.926-86.972 169.065-86.972 46.435 0 89.871 10.874 122.309 30.619 62.32 37.935 62.181 94.911 0 132.762-48.721 29.657-117.393 36.64-174.333 25.821-68.874-13.065-117.976-50.98-117.976-92.202a54.52 54.52 0 0 1 .935-10.028zm451.066 227.005-67-.103v-24.874c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.827l-50-.078v-24.75c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.703l-50-.078v-24.625c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.579l-50-.078v-24.501c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.454l-21.457-.033c-19.289-2.194-37.288-7.786-53.504-16.621-25.175-13.724-40.039-30.699-40.039-47.8v-84.325c3.969 4.097 16.43 13.673 16.827 13.977 41.49 31.784 100.221 45.349 153.173 45.349h282z' /%3E%3Cpath d='M178.133 248.951c48.349 9.443 100.941-13.928 100.941-52.914 0-30.841-34.701-55-79-55-40.366 0-73.315 20.083-78.34 47.727a40.42 40.42 0 0 0-.66 7.273c0 25.002 22.933 46.268 57.059 52.914zm-26.887-54.796c2.029-11.165 22.134-23.118 48.828-23.118 28.045 0 49 13.199 49 25 0 15.141-32.257 29.902-65.199 23.469-18.699-3.642-32.801-13.731-32.801-23.469 0-.635.055-1.242.172-1.882z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.074 512.074'%3E%3Cpath d='M497.074 293.037h-98v-97c0-35.35-21.696-68.025-61.093-92.007C262.74 58.231 145.76 58.068 69.932 99.552c-37.565 20.551-62.507 49.3-68.411 80.936C-.495 191.223.074 251.881.074 348.038c0 28.588 20.419 54.918 55.683 74.142 19.894 10.84 41.896 17.633 65.395 20.19 1.203.13 375.899.668 375.899.668 8.363 0 15.023-6.767 15.023-15v-120c0-8.285-6.716-15.001-15-15.001zm-128 0h-39.815c14.615-7.903 28.323-17.582 39.815-29.304zM31.008 186.009c9.103-48.77 83.926-86.972 169.065-86.972 46.435 0 89.871 10.874 122.309 30.619 62.32 37.935 62.181 94.911 0 132.762-48.721 29.657-117.393 36.64-174.333 25.821-68.874-13.065-117.976-50.98-117.976-92.202a54.52 54.52 0 0 1 .935-10.028zm451.066 227.005-67-.103v-24.874c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.827l-50-.078v-24.75c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.703l-50-.078v-24.625c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.579l-50-.078v-24.501c0-8.284-6.716-15-15-15s-15 6.716-15 15v24.454l-21.457-.033c-19.289-2.194-37.288-7.786-53.504-16.621-25.175-13.724-40.039-30.699-40.039-47.8v-84.325c3.969 4.097 16.43 13.673 16.827 13.977 41.49 31.784 100.221 45.349 153.173 45.349h282z' /%3E%3Cpath d='M178.133 248.951c48.349 9.443 100.941-13.928 100.941-52.914 0-30.841-34.701-55-79-55-40.366 0-73.315 20.083-78.34 47.727a40.42 40.42 0 0 0-.66 7.273c0 25.002 22.933 46.268 57.059 52.914zm-26.887-54.796c2.029-11.165 22.134-23.118 48.828-23.118 28.045 0 49 13.199 49 25 0 15.141-32.257 29.902-65.199 23.469-18.699-3.642-32.801-13.731-32.801-23.469 0-.635.055-1.242.172-1.882z' /%3E%3C/svg%3E") no-repeat 0 50%/contain;mask-repeat:no-repeat;mask-position:0 50%;mask-size:contain}.header__bottom-measure-request:hover .icon:before{background-color:#fff}}.main{margin-top:1.5rem}.main--home{margin-top:100vh}.main--page h1{margin-bottom:2rem}.main--category .main__container{display:grid;grid-template-columns:240px minmax(0,1fr);grid-template-areas:"sidebar content";gap:2.5rem}@media (max-width: 1199px){.main--category .main__container{display:block}}.main--category .main__content{grid-area:content}.main__sidebar{grid-area:sidebar}.main .products-list{margin-top:2rem}.main .products-list--vhodnye-dveri{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media (max-width: 991px){.main .products-list--vhodnye-dveri{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.main .products-list--vhodnye-dveri{gap:1rem}}@media (max-width: 576px){.main .products-list--vhodnye-dveri{grid-template-columns:1fr}}.main .products-list--similar{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1199px){.main .products-list--similar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 991px){.main .products-list--similar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 576px){.main .products-list--similar{grid-template-columns:1fr}}.main .products-list--home{margin-top:2.5rem;margin-bottom:4rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}@media (max-width: 1199px){.main:not(.main--home){padding-top:80px}}.product-card{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:.375rem;padding:1.5rem;border:1px solid rgb(238.9052631579,241.1,243.2947368421)}@media (max-width: 576px){.product-card{padding:1.5rem clamp(1rem,1.5rem + (100vw - 576px) * -.15,1.5rem)}}@media (max-width: 469px){.product-card{padding:1.5rem}}.product-card__photo-wrap{display:flex;align-items:start;justify-content:space-between;max-height:280px;overflow:hidden;margin-bottom:1.15rem;flex-shrink:0}@media (max-width: 1399px){.product-card__photo-wrap{max-height:240px}}@media (max-width: 1199px){.product-card__photo-wrap{max-height:220px}}@media (max-width: 991px){.product-card__photo-wrap{max-height:290px}}@media (max-width: 767px){.product-card__photo-wrap{max-height:220px}}@media (max-width: 576px){.product-card__photo-wrap{max-height:320px;width:min(100%,320px);margin-left:auto;margin-right:auto}}.product-card__photo{max-width:100%;height:auto;border-radius:.25rem;max-height:100%;margin-right:auto;margin-left:auto}.product-card__content{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;flex-direction:column-reverse;margin-bottom:.75rem}@media (max-width: 576px){.product-card__content{width:min(100%,320px);margin-left:auto;margin-right:auto}}.product-card__heading{display:grid;line-height:1.5;margin:.25rem 0 .4rem}.product-card__name{color:#212529;text-decoration:none;font-weight:200;color:#9fa8b2;font-size:.8rem}@media (max-width: 576px){.product-card__name{font-size:.95rem;margin-bottom:.25rem}}.product-card__sku-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}@media (max-width: 767px){.product-card__sku-wrapper{flex-wrap:wrap}}.product-card__sku{margin-right:.4rem;font-size:1.25rem;font-weight:700;width:100%}@media (max-width: 767px){.product-card__sku{width:100%;margin-right:.8rem}}@media (max-width: 576px){.product-card__sku{width:fit-content;font-size:1.35rem}}@media (max-width: 399px){.product-card__sku{font-size:1.25rem}}.product-card__badges{display:flex;align-items:center;justify-content:start;white-space:nowrap;border-radius:.25rem;margin-top:.1rem;font-weight:300;font-size:.85rem}.product-card__badges-icon{position:relative;width:30px;height:30px;display:inline-block;align-items:center;margin-bottom:1px}.product-card__badges-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000}.product-card__badges-icon--novinka{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M457.371 329.297a8.13 8.13 0 0 0-8.129 8.129v3.558a8.131 8.131 0 1 0 16.262 0v-3.558a8.131 8.131 0 0 0-8.133-8.13zm0 50.039a8.13 8.13 0 0 0-8.129 8.129v3.558a8.131 8.131 0 1 0 16.262 0v-3.558a8.131 8.131 0 0 0-8.133-8.13zm-23.238-23.242h-3.559a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.13 8.128h3.558a8.128 8.128 0 0 0 8.129-8.128 8.129 8.129 0 0 0-8.13-8.133zm50.039 0h-3.559a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.13 8.128h3.558a8.128 8.128 0 0 0 8.129-8.128 8.129 8.129 0 0 0-8.13-8.133zm-99.555 68.441a8.128 8.128 0 0 0-8.129 8.13v3.558a8.125 8.125 0 0 0 8.13 8.129 8.125 8.125 0 0 0 8.128-8.13v-3.558a8.128 8.128 0 0 0-8.129-8.129zm0 50.039a8.128 8.128 0 0 0-8.129 8.13v3.558a8.128 8.128 0 0 0 8.13 8.129 8.128 8.128 0 0 0 8.128-8.13v-3.558a8.128 8.128 0 0 0-8.129-8.129zm-23.238-23.238h-3.559a8.125 8.125 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.13 8.129h3.558a8.13 8.13 0 0 0 8.129-8.13 8.128 8.128 0 0 0-8.13-8.128zm50.039 0h-3.559a8.129 8.129 0 1 0 0 16.258h3.559a8.13 8.13 0 0 0 8.129-8.13 8.128 8.128 0 0 0-8.129-8.128zm-286.375-46.711a8.128 8.128 0 0 0-8.129 8.129v3.559a8.129 8.129 0 1 0 16.258 0v-3.56a8.128 8.128 0 0 0-8.129-8.128zm0 50.039a8.128 8.128 0 0 0-8.129 8.129v3.559a8.125 8.125 0 0 0 8.129 8.128 8.125 8.125 0 0 0 8.129-8.128v-3.559a8.128 8.128 0 0 0-8.129-8.129zm-23.238-23.238h-3.559a8.128 8.128 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.13 8.129h3.558a8.128 8.128 0 0 0 8.129-8.13 8.13 8.13 0 0 0-8.13-8.128zm50.039 0h-3.559a8.131 8.131 0 0 0-8.133 8.129 8.131 8.131 0 0 0 8.133 8.129h3.559a8.13 8.13 0 0 0 8.129-8.13 8.13 8.13 0 0 0-8.13-8.128zM100.934 76.21a8.131 8.131 0 0 0 8.132-8.128v-3.559a8.129 8.129 0 0 0-8.132-8.128 8.128 8.128 0 0 0-8.13 8.128v3.559a8.128 8.128 0 0 0 8.13 8.129zm0 50.04a8.131 8.131 0 0 0 8.132-8.129v-3.558a8.131 8.131 0 0 0-16.261 0v3.558a8.13 8.13 0 0 0 8.129 8.129zM74.137 99.453h3.558a8.131 8.131 0 0 0 0-16.262h-3.558a8.131 8.131 0 1 0 0 16.262zm50.039 0h3.558a8.129 8.129 0 0 0 8.13-8.133 8.128 8.128 0 0 0-8.13-8.129h-3.558a8.128 8.128 0 0 0-8.13 8.13 8.129 8.129 0 0 0 8.13 8.132zm292.722 7.5a8.131 8.131 0 0 0 8.13-8.133v-3.558a8.131 8.131 0 0 0-16.262 0v3.558a8.132 8.132 0 0 0 8.132 8.133zm0 50.039a8.131 8.131 0 0 0 8.13-8.133v-3.558a8.131 8.131 0 0 0-16.262 0v3.558a8.132 8.132 0 0 0 8.132 8.133zm-26.8-26.801h3.558a8.129 8.129 0 1 0 0-16.257h-3.558c-4.493 0-8.13 3.64-8.13 8.129s3.637 8.128 8.13 8.128zm50.039 0h3.558a8.13 8.13 0 0 0 0-16.258h-3.558a8.13 8.13 0 1 0 0 16.258zM314.969 19.82a8.129 8.129 0 0 0 8.129-8.132v-3.56c0-4.487-3.637-8.128-8.13-8.128s-8.128 3.64-8.128 8.129v3.559a8.131 8.131 0 0 0 8.129 8.132zm0 50.035a8.128 8.128 0 0 0 8.129-8.128v-3.559c0-4.492-3.637-8.129-8.13-8.129s-8.128 3.637-8.128 8.129v3.559a8.13 8.13 0 0 0 8.129 8.128zm-26.797-26.796h3.558a8.131 8.131 0 0 0 0-16.262h-3.558a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.129 8.129zm50.038 0h3.56a8.131 8.131 0 0 0 0-16.262h-3.56a8.129 8.129 0 0 0-8.128 8.133 8.128 8.128 0 0 0 8.129 8.129zM224.328 162.922a8.131 8.131 0 0 0 8.133-8.129c0-18.316 14.898-33.219 33.215-33.219 18.312 0 33.215 14.903 33.215 33.219 0 18.312-14.903 33.215-33.215 33.215H84.375a8.125 8.125 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.129 8.129h181.3c27.278 0 49.473-22.196 49.473-49.473 0-27.281-22.195-49.477-49.472-49.477-27.281 0-49.477 22.196-49.477 49.477a8.13 8.13 0 0 0 8.13 8.129zm41.348 171.547H84.375a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.129 8.128h181.3c18.313 0 33.216 14.899 33.216 33.215 0 18.317-14.903 33.215-33.215 33.215-18.317 0-33.215-14.898-33.215-33.215a8.131 8.131 0 0 0-16.262 0c0 27.282 22.196 49.477 49.477 49.477 27.277 0 49.472-22.195 49.472-49.477s-22.195-49.476-49.472-49.476zm196.847-155.926c-27.277 0-49.472 22.195-49.472 49.477a8.128 8.128 0 0 0 8.129 8.128 8.128 8.128 0 0 0 8.129-8.128c0-18.317 14.902-33.215 33.214-33.215 18.317 0 33.22 14.898 33.22 33.215 0 18.316-14.903 33.214-33.22 33.214H8.13a8.13 8.13 0 0 0 0 16.258h454.394c27.282 0 49.477-22.195 49.477-49.472 0-27.282-22.195-49.477-49.477-49.477zm0 0' /%3E%3C/svg%3E") no-repeat center/22px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M457.371 329.297a8.13 8.13 0 0 0-8.129 8.129v3.558a8.131 8.131 0 1 0 16.262 0v-3.558a8.131 8.131 0 0 0-8.133-8.13zm0 50.039a8.13 8.13 0 0 0-8.129 8.129v3.558a8.131 8.131 0 1 0 16.262 0v-3.558a8.131 8.131 0 0 0-8.133-8.13zm-23.238-23.242h-3.559a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.13 8.128h3.558a8.128 8.128 0 0 0 8.129-8.128 8.129 8.129 0 0 0-8.13-8.133zm50.039 0h-3.559a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.13 8.128h3.558a8.128 8.128 0 0 0 8.129-8.128 8.129 8.129 0 0 0-8.13-8.133zm-99.555 68.441a8.128 8.128 0 0 0-8.129 8.13v3.558a8.125 8.125 0 0 0 8.13 8.129 8.125 8.125 0 0 0 8.128-8.13v-3.558a8.128 8.128 0 0 0-8.129-8.129zm0 50.039a8.128 8.128 0 0 0-8.129 8.13v3.558a8.128 8.128 0 0 0 8.13 8.129 8.128 8.128 0 0 0 8.128-8.13v-3.558a8.128 8.128 0 0 0-8.129-8.129zm-23.238-23.238h-3.559a8.125 8.125 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.13 8.129h3.558a8.13 8.13 0 0 0 8.129-8.13 8.128 8.128 0 0 0-8.13-8.128zm50.039 0h-3.559a8.129 8.129 0 1 0 0 16.258h3.559a8.13 8.13 0 0 0 8.129-8.13 8.128 8.128 0 0 0-8.129-8.128zm-286.375-46.711a8.128 8.128 0 0 0-8.129 8.129v3.559a8.129 8.129 0 1 0 16.258 0v-3.56a8.128 8.128 0 0 0-8.129-8.128zm0 50.039a8.128 8.128 0 0 0-8.129 8.129v3.559a8.125 8.125 0 0 0 8.129 8.128 8.125 8.125 0 0 0 8.129-8.128v-3.559a8.128 8.128 0 0 0-8.129-8.129zm-23.238-23.238h-3.559a8.128 8.128 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.13 8.129h3.558a8.128 8.128 0 0 0 8.129-8.13 8.13 8.13 0 0 0-8.13-8.128zm50.039 0h-3.559a8.131 8.131 0 0 0-8.133 8.129 8.131 8.131 0 0 0 8.133 8.129h3.559a8.13 8.13 0 0 0 8.129-8.13 8.13 8.13 0 0 0-8.13-8.128zM100.934 76.21a8.131 8.131 0 0 0 8.132-8.128v-3.559a8.129 8.129 0 0 0-8.132-8.128 8.128 8.128 0 0 0-8.13 8.128v3.559a8.128 8.128 0 0 0 8.13 8.129zm0 50.04a8.131 8.131 0 0 0 8.132-8.129v-3.558a8.131 8.131 0 0 0-16.261 0v3.558a8.13 8.13 0 0 0 8.129 8.129zM74.137 99.453h3.558a8.131 8.131 0 0 0 0-16.262h-3.558a8.131 8.131 0 1 0 0 16.262zm50.039 0h3.558a8.129 8.129 0 0 0 8.13-8.133 8.128 8.128 0 0 0-8.13-8.129h-3.558a8.128 8.128 0 0 0-8.13 8.13 8.129 8.129 0 0 0 8.13 8.132zm292.722 7.5a8.131 8.131 0 0 0 8.13-8.133v-3.558a8.131 8.131 0 0 0-16.262 0v3.558a8.132 8.132 0 0 0 8.132 8.133zm0 50.039a8.131 8.131 0 0 0 8.13-8.133v-3.558a8.131 8.131 0 0 0-16.262 0v3.558a8.132 8.132 0 0 0 8.132 8.133zm-26.8-26.801h3.558a8.129 8.129 0 1 0 0-16.257h-3.558c-4.493 0-8.13 3.64-8.13 8.129s3.637 8.128 8.13 8.128zm50.039 0h3.558a8.13 8.13 0 0 0 0-16.258h-3.558a8.13 8.13 0 1 0 0 16.258zM314.969 19.82a8.129 8.129 0 0 0 8.129-8.132v-3.56c0-4.487-3.637-8.128-8.13-8.128s-8.128 3.64-8.128 8.129v3.559a8.131 8.131 0 0 0 8.129 8.132zm0 50.035a8.128 8.128 0 0 0 8.129-8.128v-3.559c0-4.492-3.637-8.129-8.13-8.129s-8.128 3.637-8.128 8.129v3.559a8.13 8.13 0 0 0 8.129 8.128zm-26.797-26.796h3.558a8.131 8.131 0 0 0 0-16.262h-3.558a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.129 8.129zm50.038 0h3.56a8.131 8.131 0 0 0 0-16.262h-3.56a8.129 8.129 0 0 0-8.128 8.133 8.128 8.128 0 0 0 8.129 8.129zM224.328 162.922a8.131 8.131 0 0 0 8.133-8.129c0-18.316 14.898-33.219 33.215-33.219 18.312 0 33.215 14.903 33.215 33.219 0 18.312-14.903 33.215-33.215 33.215H84.375a8.125 8.125 0 0 0-8.129 8.129 8.128 8.128 0 0 0 8.129 8.129h181.3c27.278 0 49.473-22.196 49.473-49.473 0-27.281-22.195-49.477-49.472-49.477-27.281 0-49.477 22.196-49.477 49.477a8.13 8.13 0 0 0 8.13 8.129zm41.348 171.547H84.375a8.129 8.129 0 0 0-8.129 8.133 8.128 8.128 0 0 0 8.129 8.128h181.3c18.313 0 33.216 14.899 33.216 33.215 0 18.317-14.903 33.215-33.215 33.215-18.317 0-33.215-14.898-33.215-33.215a8.131 8.131 0 0 0-16.262 0c0 27.282 22.196 49.477 49.477 49.477 27.277 0 49.472-22.195 49.472-49.477s-22.195-49.476-49.472-49.476zm196.847-155.926c-27.277 0-49.472 22.195-49.472 49.477a8.128 8.128 0 0 0 8.129 8.128 8.128 8.128 0 0 0 8.129-8.128c0-18.317 14.902-33.215 33.214-33.215 18.317 0 33.22 14.898 33.22 33.215 0 18.316-14.903 33.214-33.22 33.214H8.13a8.13 8.13 0 0 0 0 16.258h454.394c27.282 0 49.477-22.195 49.477-49.472 0-27.282-22.195-49.477-49.477-49.477zm0 0' /%3E%3C/svg%3E") no-repeat center/22px;margin-right:5px}.product-card__badges-icon--xit{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 322.558 322.558'%3E%3Cpath d='M321.6 180.601c-.8-1.6-2.8-2.4-4.4-2.8-9.2 0-88.4-3.2-88.4-95.2 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 92-79.2 95.2-88 95.2-1.2 0-2.4.4-3.2 1.2-.8.4-1.2 1.2-1.6 1.6-.8 1.6-.8 3.6 0 5.2s2.8 2.8 4.8 2.8h.4c9.2 0 88 3.2 88 95.2 0 2.8 2.4 5.2 5.2 5.2 2.8 0 5.2-2.4 5.2-5.2 0-91.6 78.8-95.2 88-95.2 2 0 3.6-1.2 4.8-2.8.8-1.6.8-3.6-.4-5.2zm-98 64c-11.6-38-40-54.4-62.4-61.6 22.4-7.2 50.8-23.6 62.4-61.6 11.6 38 40 54.4 62.4 61.6-22.4 7.2-50.8 23.6-62.4 61.6zm-66-168c2.8 0 5.2-2.4 5.2-5.6 0-2.8-2.4-5.2-5.2-5.2-4.8 0-48-1.6-48-52 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 50.4-43.2 52-48 52h-.4c-2.8.4-4.8 2.4-4.8 5.2s2.4 5.2 5.2 5.2c5.2 0 48 1.6 48 52 0 2.8 2.4 5.2 5.2 5.2 2.4.4 4.8-2 4.8-4.8 0-50.4 43.2-52 48-52h.4zm-53.6 22.8c-6.4-15.2-18-23.6-28.8-28.4 11.6-4.8 22.4-14 28.8-28.4 6.4 15.2 18 23.6 28.8 28.4-11.6 4.8-22.4 14-28.8 28.4zm7.6 146.8c-4.8 0-48-1.6-48-52 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 50.4-43.2 52-48 52h-.4c-2.8.4-4.8 2.4-4.8 5.2 0 2.8 2.4 5.2 5.2 5.2 5.2 0 48 1.6 48 52 0 2.8 2.4 5.2 5.2 5.2 2.4.8 4.8-1.6 4.8-4.8 0-50.4 43.2-52 48-52h.4c2.8 0 5.2-2.4 5.2-5.6 0-2.8-2.4-5.2-5.2-5.2zm-53.6 34c-6.8-15.2-18-23.6-28.8-28.4 11.6-4.8 22.4-14 28.8-28.4 6.4 15.2 18 23.6 28.8 28.4-11.6 4.8-22.4 14-28.8 28.4z'/%3E%3C/svg%3E") no-repeat center/18px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 322.558 322.558'%3E%3Cpath d='M321.6 180.601c-.8-1.6-2.8-2.4-4.4-2.8-9.2 0-88.4-3.2-88.4-95.2 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 92-79.2 95.2-88 95.2-1.2 0-2.4.4-3.2 1.2-.8.4-1.2 1.2-1.6 1.6-.8 1.6-.8 3.6 0 5.2s2.8 2.8 4.8 2.8h.4c9.2 0 88 3.2 88 95.2 0 2.8 2.4 5.2 5.2 5.2 2.8 0 5.2-2.4 5.2-5.2 0-91.6 78.8-95.2 88-95.2 2 0 3.6-1.2 4.8-2.8.8-1.6.8-3.6-.4-5.2zm-98 64c-11.6-38-40-54.4-62.4-61.6 22.4-7.2 50.8-23.6 62.4-61.6 11.6 38 40 54.4 62.4 61.6-22.4 7.2-50.8 23.6-62.4 61.6zm-66-168c2.8 0 5.2-2.4 5.2-5.6 0-2.8-2.4-5.2-5.2-5.2-4.8 0-48-1.6-48-52 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 50.4-43.2 52-48 52h-.4c-2.8.4-4.8 2.4-4.8 5.2s2.4 5.2 5.2 5.2c5.2 0 48 1.6 48 52 0 2.8 2.4 5.2 5.2 5.2 2.4.4 4.8-2 4.8-4.8 0-50.4 43.2-52 48-52h.4zm-53.6 22.8c-6.4-15.2-18-23.6-28.8-28.4 11.6-4.8 22.4-14 28.8-28.4 6.4 15.2 18 23.6 28.8 28.4-11.6 4.8-22.4 14-28.8 28.4zm7.6 146.8c-4.8 0-48-1.6-48-52 0-2.8-2.4-5.2-5.2-5.2-2.8 0-5.2 2.4-5.2 5.2 0 50.4-43.2 52-48 52h-.4c-2.8.4-4.8 2.4-4.8 5.2 0 2.8 2.4 5.2 5.2 5.2 5.2 0 48 1.6 48 52 0 2.8 2.4 5.2 5.2 5.2 2.4.8 4.8-1.6 4.8-4.8 0-50.4 43.2-52 48-52h.4c2.8 0 5.2-2.4 5.2-5.6 0-2.8-2.4-5.2-5.2-5.2zm-53.6 34c-6.8-15.2-18-23.6-28.8-28.4 11.6-4.8 22.4-14 28.8-28.4 6.4 15.2 18 23.6 28.8 28.4-11.6 4.8-22.4 14-28.8 28.4z'/%3E%3C/svg%3E") no-repeat center/18px}.product-card__badges-icon--skidka{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M183.716 243.48c11.133 0 22.27-4.239 30.745-12.715 8.213-8.212 12.735-19.131 12.735-30.745s-4.522-22.533-12.735-30.745c-16.953-16.953-44.537-16.953-61.49 0s-16.953 44.537 0 61.49c8.478 8.478 19.61 12.715 30.745 12.715zm-19.431-62.892c5.357-5.357 12.395-8.036 19.432-8.036s14.074 2.679 19.432 8.036c5.19 5.19 8.049 12.091 8.049 19.432s-2.859 14.241-8.049 19.432c-10.715 10.715-28.148 10.715-38.863 0-10.716-10.715-10.716-28.149-.001-38.864zm133.254 100.647c-8.212 8.212-12.735 19.131-12.735 30.745s4.522 22.533 12.735 30.746c8.477 8.477 19.609 12.715 30.745 12.714 11.133-.001 22.27-4.239 30.745-12.714 8.213-8.213 12.735-19.132 12.735-30.746s-4.523-22.533-12.735-30.744c-8.212-8.213-19.131-12.736-30.745-12.736-11.615 0-22.534 4.523-30.745 12.735zm58.225 30.745c0 7.341-2.859 14.241-8.049 19.432-10.714 10.716-28.148 10.714-38.863 0-5.19-5.19-8.049-12.091-8.049-19.432 0-7.34 2.859-14.241 8.049-19.431v-.001c5.19-5.19 12.091-8.049 19.431-8.049s14.241 2.858 19.432 8.05c5.19 5.19 8.049 12.092 8.049 19.431zm-196.882 29.824 182.921-182.921a8 8 0 0 1 11.313 0 7.998 7.998 0 0 1 0 11.313l-182.92 182.922c-1.562 1.562-3.609 2.343-5.657 2.343s-4.095-.781-5.657-2.343a8 8 0 0 1 0-11.314zM13.203 305.819c-7.183 19.45-.157 41.075 17.087 52.588l35.372 23.617c6.001 4.007 9.708 9.108 11.664 16.054l11.53 40.938c5.621 19.959 24 33.308 44.734 32.503l42.498-1.685c7.214-.285 13.207 1.662 18.872 6.132l33.392 26.342c8.14 6.423 17.892 9.634 27.647 9.633 9.753-.001 19.509-3.212 27.647-9.632l33.392-26.343c5.666-4.47 11.663-6.427 18.872-6.132l42.498 1.685c20.721.812 39.113-12.545 44.734-32.502l11.53-40.938c1.957-6.945 5.663-12.047 11.664-16.054l35.372-23.617c17.244-11.513 24.271-33.138 17.087-52.588l-14.735-39.897c-2.5-6.77-2.5-13.075 0-19.844l14.735-39.897c7.183-19.451.157-41.076-17.087-52.588l-35.373-23.617c-6.001-4.007-9.707-9.108-11.664-16.053l-11.53-40.939c-5.621-19.958-24.039-33.335-44.734-32.501l-42.498 1.685c-7.206.281-13.207-1.662-18.872-6.132l-33.39-26.346c-16.278-12.842-39.017-12.842-55.295 0L194.96 36.035c-5.666 4.47-11.658 6.418-18.872 6.132l-42.498-1.685c-20.7-.813-39.113 12.543-44.734 32.501l-11.531 40.939c-1.957 6.945-5.663 12.046-11.664 16.053l-35.372 23.617C13.046 165.105 6.02 186.73 13.203 206.181l14.735 39.898c2.5 6.769 2.5 13.074 0 19.843zm29.744-34.354c3.79-10.262 3.79-20.668 0-30.93l-14.735-39.897c-4.681-12.677-.276-26.235 10.963-33.739l35.373-23.617c9.097-6.075 15.214-14.493 18.179-25.022l11.531-40.939c3.664-13.007 15.188-21.381 28.7-20.851l42.498 1.685c10.928.436 20.827-2.783 29.416-9.558l33.392-26.343c10.609-8.369 24.865-8.369 35.475 0l33.392 26.343c8.588 6.775 18.488 9.995 29.416 9.558l42.498-1.685c13.509-.531 25.037 7.845 28.7 20.852l11.53 40.939c2.965 10.529 9.082 18.947 18.179 25.022l35.373 23.617c11.238 7.503 15.644 21.062 10.962 33.739l-14.735 39.897c-3.79 10.262-3.79 20.668 0 30.93l14.735 39.897c4.681 12.677.276 26.235-10.963 33.738l-35.373 23.617c-9.097 6.075-15.213 14.494-18.179 25.022l-11.53 40.938c-3.664 13.008-15.203 21.369-28.7 20.853l-42.498-1.685c-10.938-.441-20.827 2.781-29.416 9.557l-33.392 26.344c-10.609 8.369-24.865 8.37-35.475-.001l-33.392-26.342c-8.078-6.373-17.313-9.597-27.477-9.597-.643 0-1.289.013-1.939.039l-42.499 1.685c-13.501.519-25.036-7.844-28.699-20.853l-11.53-40.938c-2.965-10.528-9.082-18.947-18.179-25.022l-35.373-23.617c-11.238-7.503-15.644-21.062-10.962-33.738z' /%3E%3C/svg%3E") no-repeat center/18px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cpath d='M183.716 243.48c11.133 0 22.27-4.239 30.745-12.715 8.213-8.212 12.735-19.131 12.735-30.745s-4.522-22.533-12.735-30.745c-16.953-16.953-44.537-16.953-61.49 0s-16.953 44.537 0 61.49c8.478 8.478 19.61 12.715 30.745 12.715zm-19.431-62.892c5.357-5.357 12.395-8.036 19.432-8.036s14.074 2.679 19.432 8.036c5.19 5.19 8.049 12.091 8.049 19.432s-2.859 14.241-8.049 19.432c-10.715 10.715-28.148 10.715-38.863 0-10.716-10.715-10.716-28.149-.001-38.864zm133.254 100.647c-8.212 8.212-12.735 19.131-12.735 30.745s4.522 22.533 12.735 30.746c8.477 8.477 19.609 12.715 30.745 12.714 11.133-.001 22.27-4.239 30.745-12.714 8.213-8.213 12.735-19.132 12.735-30.746s-4.523-22.533-12.735-30.744c-8.212-8.213-19.131-12.736-30.745-12.736-11.615 0-22.534 4.523-30.745 12.735zm58.225 30.745c0 7.341-2.859 14.241-8.049 19.432-10.714 10.716-28.148 10.714-38.863 0-5.19-5.19-8.049-12.091-8.049-19.432 0-7.34 2.859-14.241 8.049-19.431v-.001c5.19-5.19 12.091-8.049 19.431-8.049s14.241 2.858 19.432 8.05c5.19 5.19 8.049 12.092 8.049 19.431zm-196.882 29.824 182.921-182.921a8 8 0 0 1 11.313 0 7.998 7.998 0 0 1 0 11.313l-182.92 182.922c-1.562 1.562-3.609 2.343-5.657 2.343s-4.095-.781-5.657-2.343a8 8 0 0 1 0-11.314zM13.203 305.819c-7.183 19.45-.157 41.075 17.087 52.588l35.372 23.617c6.001 4.007 9.708 9.108 11.664 16.054l11.53 40.938c5.621 19.959 24 33.308 44.734 32.503l42.498-1.685c7.214-.285 13.207 1.662 18.872 6.132l33.392 26.342c8.14 6.423 17.892 9.634 27.647 9.633 9.753-.001 19.509-3.212 27.647-9.632l33.392-26.343c5.666-4.47 11.663-6.427 18.872-6.132l42.498 1.685c20.721.812 39.113-12.545 44.734-32.502l11.53-40.938c1.957-6.945 5.663-12.047 11.664-16.054l35.372-23.617c17.244-11.513 24.271-33.138 17.087-52.588l-14.735-39.897c-2.5-6.77-2.5-13.075 0-19.844l14.735-39.897c7.183-19.451.157-41.076-17.087-52.588l-35.373-23.617c-6.001-4.007-9.707-9.108-11.664-16.053l-11.53-40.939c-5.621-19.958-24.039-33.335-44.734-32.501l-42.498 1.685c-7.206.281-13.207-1.662-18.872-6.132l-33.39-26.346c-16.278-12.842-39.017-12.842-55.295 0L194.96 36.035c-5.666 4.47-11.658 6.418-18.872 6.132l-42.498-1.685c-20.7-.813-39.113 12.543-44.734 32.501l-11.531 40.939c-1.957 6.945-5.663 12.046-11.664 16.053l-35.372 23.617C13.046 165.105 6.02 186.73 13.203 206.181l14.735 39.898c2.5 6.769 2.5 13.074 0 19.843zm29.744-34.354c3.79-10.262 3.79-20.668 0-30.93l-14.735-39.897c-4.681-12.677-.276-26.235 10.963-33.739l35.373-23.617c9.097-6.075 15.214-14.493 18.179-25.022l11.531-40.939c3.664-13.007 15.188-21.381 28.7-20.851l42.498 1.685c10.928.436 20.827-2.783 29.416-9.558l33.392-26.343c10.609-8.369 24.865-8.369 35.475 0l33.392 26.343c8.588 6.775 18.488 9.995 29.416 9.558l42.498-1.685c13.509-.531 25.037 7.845 28.7 20.852l11.53 40.939c2.965 10.529 9.082 18.947 18.179 25.022l35.373 23.617c11.238 7.503 15.644 21.062 10.962 33.739l-14.735 39.897c-3.79 10.262-3.79 20.668 0 30.93l14.735 39.897c4.681 12.677.276 26.235-10.963 33.738l-35.373 23.617c-9.097 6.075-15.213 14.494-18.179 25.022l-11.53 40.938c-3.664 13.008-15.203 21.369-28.7 20.853l-42.498-1.685c-10.938-.441-20.827 2.781-29.416 9.557l-33.392 26.344c-10.609 8.369-24.865 8.37-35.475-.001l-33.392-26.342c-8.078-6.373-17.313-9.597-27.477-9.597-.643 0-1.289.013-1.939.039l-42.499 1.685c-13.501.519-25.036-7.844-28.699-20.853l-11.53-40.938c-2.965-10.528-9.082-18.947-18.179-25.022l-35.373-23.617c-11.238-7.503-15.644-21.062-10.962-33.738z' /%3E%3C/svg%3E") no-repeat center/18px;margin-right:2px;margin-bottom:2px}.product-card__description{display:flex;align-items:center;justify-content:start;gap:0 1rem;-ms-overflow-style:none;scrollbar-width:none;margin-top:1rem;margin-bottom:.1rem;font-size:.8rem;overflow-x:scroll}.product-card__description::-webkit-scrollbar{display:none}.product-card__description-prop{white-space:nowrap;padding:.3rem .8rem;border:1px solid rgb(239.075,241.35,243.625);border-radius:.5rem}.product-card__description-prop-title{font-weight:600}.product-card .product-card__old-price-wrap{display:flex;align-items:center;justify-content:space-between}@media (max-width: 576px){.product-card .product-card__old-price-wrap{margin-bottom:.25rem}}.product-card .product-card__old-price-wrap .product-card__price-old{position:relative;margin-right:.5rem;color:#adb5bd;font-weight:300;font-size:.9rem;white-space:nowrap;text-decoration:none}@media (max-width: 576px){.product-card .product-card__old-price-wrap .product-card__price-old{font-size:1.1rem}}.product-card .product-card__old-price-wrap .product-card__price-old:after{content:"";position:absolute;left:0;top:50%;height:1px;width:100%;background-color:#ced4da}.product-card .product-card__old-price-wrap .product-card__discount{color:#212529;padding:.18rem .3rem;border-radius:.25rem;border:1px #212529 solid;white-space:nowrap;font-size:.7rem;line-height:1}@media (max-width: 576px){.product-card .product-card__old-price-wrap .product-card__discount{font-size:.8rem}}.product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:auto}@media (max-width: 1399px){.product-card__bottom{flex-wrap:wrap}}@media (max-width: 576px){.product-card__bottom{width:min(100%,320px);margin-left:auto;margin-right:auto}}.product-card__price{font-size:1.2rem;font-weight:600}@media (max-width: 576px){.product-card__price{font-size:1.35rem}}@media (max-width: 399px){.product-card__price{font-size:1.3rem}}.product-card__actions{display:flex;align-items:center;justify-content:space-between}.product-card__add-to-cart,.product-card__fast-order{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;margin-right:.5rem;font-size:.7rem;width:2.1875rem;height:2.1875rem}.product-card__add-to-cart:hover,.product-card__fast-order:hover{background-color:#212529;color:#fff;border-color:#212529}.product-card__add-to-cart:hover:before,.product-card__fast-order:hover:before{background-color:#fff}@media (max-width: 576px){.product-card__add-to-cart,.product-card__fast-order{width:2.4rem;height:2.4rem}.product-card__add-to-cart:before,.product-card__fast-order:before{-webkit-mask-size:1.2rem;mask-size:1.2rem}}.product-card__add-to-cart{position:relative}.product-card__add-to-cart:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 48 48'%3E%3Cpath d='M34.47 45H7.53a5 5 0 0 1-4.963-5.625l3-24A5.007 5.007 0 0 1 10.53 11h20.94a5.007 5.007 0 0 1 4.963 4.376l1.329 10.67a1 1 0 1 1-1.985.247l-1.329-10.669A3 3 0 0 0 31.47 13H10.53a3 3 0 0 0-2.978 2.624l-3 24A3.005 3.005 0 0 0 7.53 43h26.94a.99.99 0 0 1 1.157.793 1.017 1.017 0 0 1-.8 1.179 1.989 1.989 0 0 1-.357.028z' /%3E%3Cpath d='M28 20a1 1 0 0 1-1-1v-8a6 6 0 0 0-12 0v8a1 1 0 0 1-2 0v-8a8 8 0 0 1 16 0v8a1 1 0 0 1-1 1zm7 25a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10zm0-18a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8z' /%3E%3Cpath d='M35 39a1 1 0 0 1-1-1v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1z' /%3E%3Cpath d='M38 36h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z' /%3E%3C/svg%3E") no-repeat center/1.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:1.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 48 48'%3E%3Cpath d='M34.47 45H7.53a5 5 0 0 1-4.963-5.625l3-24A5.007 5.007 0 0 1 10.53 11h20.94a5.007 5.007 0 0 1 4.963 4.376l1.329 10.67a1 1 0 1 1-1.985.247l-1.329-10.669A3 3 0 0 0 31.47 13H10.53a3 3 0 0 0-2.978 2.624l-3 24A3.005 3.005 0 0 0 7.53 43h26.94a.99.99 0 0 1 1.157.793 1.017 1.017 0 0 1-.8 1.179 1.989 1.989 0 0 1-.357.028z' /%3E%3Cpath d='M28 20a1 1 0 0 1-1-1v-8a6 6 0 0 0-12 0v8a1 1 0 0 1-2 0v-8a8 8 0 0 1 16 0v8a1 1 0 0 1-1 1zm7 25a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10zm0-18a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8z' /%3E%3Cpath d='M35 39a1 1 0 0 1-1-1v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1z' /%3E%3Cpath d='M38 36h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z' /%3E%3C/svg%3E") no-repeat center/1.2rem;mask-repeat:no-repeat;mask-position:center;mask-size:1.2rem}.product-card__fast-order{position:relative}.product-card__fast-order:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 15.875a.375.375 0 0 1-.374-.406l.467-5.594H2.5a.374.374 0 0 1-.296-.605l7-9a.375.375 0 0 1 .67.261l-.467 5.594H13.5a.374.374 0 0 1 .296.605l-7 9a.374.374 0 0 1-.296.145zm-3.233-6.75H7a.377.377 0 0 1 .374.406l-.395 4.743 5.754-7.399H9a.377.377 0 0 1-.374-.406l.395-4.743z' /%3E%3C/svg%3E") no-repeat center/1.1rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:1.1rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 15.875a.375.375 0 0 1-.374-.406l.467-5.594H2.5a.374.374 0 0 1-.296-.605l7-9a.375.375 0 0 1 .67.261l-.467 5.594H13.5a.374.374 0 0 1 .296.605l-7 9a.374.374 0 0 1-.296.145zm-3.233-6.75H7a.377.377 0 0 1 .374.406l-.395 4.743 5.754-7.399H9a.377.377 0 0 1-.374-.406l.395-4.743z' /%3E%3C/svg%3E") no-repeat center/1.1rem;mask-repeat:no-repeat;mask-position:center;mask-size:1.1rem}.product-card__about-button{border-width:1px;border-style:solid;border-radius:.5rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;position:relative;padding:.5rem .8rem;font-size:.7rem;min-width:2.1875rem;min-height:2.1875rem}.product-card__about-button:hover{background-color:#212529;color:#fff;border-color:#212529}.product-card__about-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 16a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1z' /%3E%3Cpath d='M17.293 6.293a1 1 0 0 1 1.414 0l9 9a1 1 0 0 1 0 1.414l-9 9a1 1 0 0 1-1.414-1.414L25.586 16l-8.293-8.293a1 1 0 0 1 0-1.414z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center/1.075rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:1.075rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 16a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1z' /%3E%3Cpath d='M17.293 6.293a1 1 0 0 1 1.414 0l9 9a1 1 0 0 1 0 1.414l-9 9a1 1 0 0 1-1.414-1.414L25.586 16l-8.293-8.293a1 1 0 0 1 0-1.414z' /%3E%3C/g%3E%3C/svg%3E") no-repeat center/1.075rem;mask-repeat:no-repeat;mask-position:center;mask-size:1.075rem}.product-card__about-button:hover:before{background-color:#fff}@media (max-width: 1399px){.product-card__about-button{position:relative}.product-card__about-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.009 512.009'%3E%3Cpath d='M508.625 247.801 392.262 131.437c-4.18-4.881-11.526-5.45-16.407-1.269-4.881 4.18-5.45 11.526-1.269 16.407.39.455.814.88 1.269 1.269l96.465 96.582H11.636C5.21 244.426 0 249.636 0 256.063s5.21 11.636 11.636 11.636H472.32l-96.465 96.465c-4.881 4.18-5.45 11.526-1.269 16.407s11.526 5.45 16.407 1.269c.455-.39.88-.814 1.269-1.269l116.364-116.364c4.511-4.537 4.511-11.867-.001-16.406z' /%3E%3C/svg%3E") no-repeat center/1.1rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:1.1rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512.009 512.009'%3E%3Cpath d='M508.625 247.801 392.262 131.437c-4.18-4.881-11.526-5.45-16.407-1.269-4.881 4.18-5.45 11.526-1.269 16.407.39.455.814.88 1.269 1.269l96.465 96.582H11.636C5.21 244.426 0 249.636 0 256.063s5.21 11.636 11.636 11.636H472.32l-96.465 96.465c-4.881 4.18-5.45 11.526-1.269 16.407s11.526 5.45 16.407 1.269c.455-.39.88-.814 1.269-1.269l116.364-116.364c4.511-4.537 4.511-11.867-.001-16.406z' /%3E%3C/svg%3E") no-repeat center/1.1rem;mask-repeat:no-repeat;mask-position:center;mask-size:1.1rem}.product-card__about-button:hover:before,.product-card__about-button--active:before{background-color:#fff}}@media (max-width: 576px){.product-card__about-button{width:2.4rem;height:2.4rem}.product-card__about-button:before{-webkit-mask-size:1.2rem;mask-size:1.2rem}}.products-filter{position:relative}.products-filter--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.products-filter--loading:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1000;background-color:#f8f9fa;opacity:.8}@media (max-width: 1199px){.products-filter--loading:before{background-color:#fff}}.products-filter__update-label{position:absolute;right:0;bottom:0;margin-top:5px;padding:3px 8px;background:#212529;color:#fff;border-radius:12px;font-size:12px;animation:fadeIn .3s ease-in;z-index:1000}.products-filter__filter-group{margin-bottom:2.2rem}.products-filter__name{font-size:1.1rem;font-weight:600;margin-bottom:1.1rem}.products-filter__checkbox-label{position:relative;margin-bottom:.5rem;width:fit-content}.products-filter__values-group-range-input{position:relative}.products-filter__count-value{color:#adb5bd;font-size:.9em}.products-filter__values-group{position:relative}.products-filter__values-group--range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.products-filter__values-group--range .products-filter__values-group-range-input{width:100%}.products-filter__submit,.products-filter__reset{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:uppercase;background-color:transparent;color:#212529;border-color:#ced4da;margin-top:.8rem;font-size:.9rem;width:100%;padding:.75rem 1.25rem}.products-filter__submit:hover,.products-filter__reset:hover{background-color:#212529;color:#fff;border-color:#212529}.products-filter__submit{margin-top:0rem}.products-filter__show-button{display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:-130px;top:50%;transform:translateY(-50%);padding:0 1rem;background:#212529;color:#fff;border:none;border-radius:.75rem;font-size:.9rem;height:2.5rem;opacity:0;animation:show-button-appear .3s forwards;white-space:nowrap;transition:background .2s;z-index:10}.products-filter__values-group--range .products-filter__show-button{right:-130px!important;top:calc(50% + 2px)}.products-filter__controls{box-shadow:0 -40px 80px #00000005;position:sticky;bottom:-25px;background-color:#fff;left:0;z-index:10000;text-align:center;height:100px;display:flex;align-items:center;margin-left:-25px;margin-right:-25px;justify-content:center}.products-filter__controls .products-filter__show-button{transform:translate(0)!important;position:static;width:calc(100% - 50px);height:50px;font-size:.95rem;animation:show-button-appear-2 .3s forwards}@keyframes show-button-appear-2{0%{opacity:0;transform:translate(-50%)}to{opacity:1;transform:translate(-50%)}}@keyframes show-button-appear{0%{opacity:0;transform:translateY(-50%) translate(15px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.category-sorting{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.category-sorting__filters-toggler{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;position:relative;display:none;font-size:.9rem;font-weight:500;padding:.6rem 1.15rem .6rem 2.5rem}.category-sorting__filters-toggler:hover{background-color:#212529;color:#fff;border-color:#212529}.category-sorting__filters-toggler:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M16 3a1 1 0 0 1 1 1v1h4a1 1 0 1 1 0 2h-4v1a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1zM2 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm6 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-1H3a1 1 0 1 1 0-2h4v-1a1 1 0 0 1 1-1zm3 3a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1zm5 3a1 1 0 0 1 1 1v1h4a1 1 0 1 1 0 2h-4v1a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1zM2 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat .7rem 50%/1.2rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:.7rem 50%;-webkit-mask-size:1.2rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M16 3a1 1 0 0 1 1 1v1h4a1 1 0 1 1 0 2h-4v1a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1zM2 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1zm6 3a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-1H3a1 1 0 1 1 0-2h4v-1a1 1 0 0 1 1-1zm3 3a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1zm5 3a1 1 0 0 1 1 1v1h4a1 1 0 1 1 0 2h-4v1a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1zM2 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat .7rem 50%/1.2rem;mask-repeat:no-repeat;mask-position:.7rem 50%;mask-size:1.2rem}.category-sorting__filters-toggler:hover:before,.category-sorting__filters-toggler--active:before{background-color:#fff}@media (max-width: 1199px){.category-sorting__filters-toggler{display:block}}.category-sorting__form{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:350px}@media (max-width: 1199px){.category-sorting__form{font-size:.9rem}}.category-sorting__text{position:relative;font-weight:400;padding-left:30px}.category-sorting__text:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='m12.47 15.53 3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V6a.75.75 0 0 0-1.5 0v10.19l-1.72-1.72a.75.75 0 1 0-1.06 1.06zM8.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 1.06 1.06l1.72-1.72V18a.75.75 0 0 0 1.5 0V7.81l1.72 1.72a.75.75 0 1 0 1.06-1.06z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat 0 center/22px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 center;-webkit-mask-size:22px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='m12.47 15.53 3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V6a.75.75 0 0 0-1.5 0v10.19l-1.72-1.72a.75.75 0 1 0-1.06 1.06zM8.53 5.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 1.06 1.06l1.72-1.72V18a.75.75 0 0 0 1.5 0V7.81l1.72 1.72a.75.75 0 1 0 1.06-1.06z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat 0 center/22px;mask-repeat:no-repeat;mask-position:0 center;mask-size:22px}.category-sorting__select{width:200px}@media (max-width: 1199px){.category-sorting__select{width:190px}}@media (max-width: 767px){.category-sorting__select{width:180px}}.category-sorting__stats{position:relative;padding-left:26px}.category-sorting__stats:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath d='m5 18 7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5z' /%3E%3C/svg%3E") no-repeat 0 center/18px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 center;-webkit-mask-size:18px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath d='m5 18 7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5z' /%3E%3C/svg%3E") no-repeat 0 center/18px;mask-repeat:no-repeat;mask-position:0 center;mask-size:18px}@media (max-width: 1199px){.category-sorting__stats{font-size:.9rem}}@media (max-width: 767px){.category-sorting__stats{width:100%}}@media (max-width: 1199px){.category-sorting{justify-content:start;margin-top:2.5rem;gap:1.5rem 2.5rem}}@media (max-width: 767px){.category-sorting{gap:1rem;margin-top:1.5rem}}.category-content{margin-top:3rem}.active-filters{margin-top:1.5rem;margin-bottom:.25rem}.active-filters__title{margin-bottom:1rem}.active-filters__icon{position:relative;display:inline-block;vertical-align:middle;width:22px;height:22px;background-color:#fff;border-radius:.5rem;margin-right:.5rem;margin-bottom:.1rem}.active-filters__icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M43.22 52.285c-1.08.42-4.5 1.42-6.06.53a1.536 1.536 0 0 1-.76-1.21c-.49-3.12 1.84-10.33 3.1-14.2.42-1.29.72-2.23.84-2.8.91-4.21.46-7.43-1.34-9.57-2.166-2.575-6.008-3.076-9.16-2.61a35.65 35.65 0 0 0-9.31 2.56.99.99 0 0 0-.54.7l-.65 3.11a1.005 1.005 0 0 0 .33.96 1.031 1.031 0 0 0 1 .18c1.19-.44 4.91-1.43 6.24-.21.75.69.54 2.15.24 3.24-.31 1.14-.68 2.37-1.06 3.66-2.46 8.37-5.26 17.86-.82 20.82a12.44 12.44 0 0 0 7.3 2.55c2.6 0 5.81-.82 10.43-2.69a.998.998 0 0 0 .59-.63l.95-3.17a1.013 1.013 0 0 0-.28-1.03.994.994 0 0 0-1.04-.19zm-5.78-48.28a7.235 7.235 0 1 0 7.24 7.24 7.242 7.242 0 0 0-7.24-7.24z' /%3E%3C/svg%3E") no-repeat center/14px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:14px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M43.22 52.285c-1.08.42-4.5 1.42-6.06.53a1.536 1.536 0 0 1-.76-1.21c-.49-3.12 1.84-10.33 3.1-14.2.42-1.29.72-2.23.84-2.8.91-4.21.46-7.43-1.34-9.57-2.166-2.575-6.008-3.076-9.16-2.61a35.65 35.65 0 0 0-9.31 2.56.99.99 0 0 0-.54.7l-.65 3.11a1.005 1.005 0 0 0 .33.96 1.031 1.031 0 0 0 1 .18c1.19-.44 4.91-1.43 6.24-.21.75.69.54 2.15.24 3.24-.31 1.14-.68 2.37-1.06 3.66-2.46 8.37-5.26 17.86-.82 20.82a12.44 12.44 0 0 0 7.3 2.55c2.6 0 5.81-.82 10.43-2.69a.998.998 0 0 0 .59-.63l.95-3.17a1.013 1.013 0 0 0-.28-1.03.994.994 0 0 0-1.04-.19zm-5.78-48.28a7.235 7.235 0 1 0 7.24 7.24 7.242 7.242 0 0 0-7.24-7.24z' /%3E%3C/svg%3E") no-repeat center/14px;mask-repeat:no-repeat;mask-position:center;mask-size:14px}.active-filters__list{list-style:none;margin-bottom:0;padding-left:0}.active-filters .swiper-slide{width:fit-content;margin-right:20px}.active-filters__item{color:#212529;text-decoration:none;position:relative;display:block;width:100%;padding:.75rem .75rem .75rem 2.75rem;background-color:#fff;border:1px #e9ecef solid;border-radius:.5rem;line-height:1;overflow:hidden;text-align:left;width:fit-content}.active-filters__close{position:relative;background-color:#f0f0f0;position:absolute;width:2rem;height:100%;left:0;top:0}.active-filters__close:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#6c757d;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/9px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:9px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 64 64'%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' /%3E%3C/svg%3E") no-repeat center/9px;mask-repeat:no-repeat;mask-position:center;mask-size:9px}.active-filters__last-line{margin-top:1.2rem}.active-filters__name{display:block;font-weight:600;font-size:.9em;margin-bottom:.35rem}.active-filters__value{-ms-overflow-style:none;scrollbar-width:none;display:block}.active-filters__value::-webkit-scrollbar{display:none}.active-filters__without{color:#fff;background-color:#212529;white-space:nowrap;font-size:.7em;border-radius:50rem;padding:.2rem .4rem;text-transform:lowercase}.pagination{margin-top:3rem}.pagination__list{list-style:none;margin-bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;padding:0}.pagination__item{-webkit-user-select:none;user-select:none}.pagination__item--ellipsis{align-self:flex-end}.pagination__link{display:block;padding:.5rem 1rem;text-decoration:none;color:#212529;border:1px solid #ced4da;border-radius:.5rem;transition:all .2s}.pagination__link:hover:not(.pagination__link--active,.pagination__link--disabled){border-color:#000}.pagination__link--active{background:#000;color:#fff;border-color:#000}.pagination__link--prev,.pagination__link--next{min-width:80px;text-align:center}.pagination__link--ellipsis{border:none;padding:8px 4px}.sidebar-promotions{list-style:none;margin-bottom:0;padding-left:0;margin-top:2.5rem}@media (max-width: 1399px){.sidebar-promotions--product{margin-top:3rem}}.sidebar-promotions__item{padding:.85rem 5rem .85rem 1.2rem;background-color:#fff;margin-bottom:1.5rem;border-radius:.5rem;border:1px solid rgb(238.9052631579,241.1,243.2947368421);background-repeat:no-repeat;background-position-y:calc(100% - .75rem)}.sidebar-promotions__item--free-measure{background-image:url(./free-measure-DMhcd_r-.webp);background-size:58%;background-position-x:124%;background-position-y:calc(100% - 1rem)}.sidebar-promotions__item--free-delivery{background-image:url(./free-delivery-Bm7W39cW.webp);background-size:60%;background-position-x:132%}.sidebar-promotions__item--online-sale{background-image:url(./online-sale-DwXITVrh.webp);background-size:70%;background-position-x:117%;background-position-y:bottom}.sidebar-promotions__date{display:block;font-weight:300;color:#adb5bd;line-height:1.2;font-size:.8em;margin-bottom:.45rem}.sidebar-promotions__name{display:block;font-weight:700;line-height:1.2;margin-bottom:.75rem}@media (max-width: 1199px){.sidebar-promotions__name{max-width:160px}}.sidebar-promotions__action{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#212529;border-radius:50rem;font-size:.9rem}.footer{margin-top:4rem}.footer__container{display:grid;grid-template-columns:300px minmax(0,1fr);grid-template-areas:"info navigation" "alert alert";gap:2.5rem 3rem}@media (max-width: 991px){.footer__container{display:flex;flex-direction:column}}.footer__company-info{grid-area:info}@media (max-width: 991px){.footer__company-info{order:2;margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem}}@media (max-width: 576px){.footer__company-info{grid-template-columns:1fr;max-width:300px}}.footer__info-list{list-style:none;margin-bottom:0;padding-left:0}.footer__info-item{display:flex;flex-direction:column;line-height:1.2;margin-bottom:2rem;padding-right:2.5rem}.footer__term{color:#6c757d;font-weight:300;order:2}.footer__details{color:#212529;font-weight:500;margin-bottom:.5rem;order:1}.footer__link{color:inherit;text-decoration:none;display:block}.footer__link:not(:last-child){margin-bottom:.35rem}.footer__action-button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#212529;display:block;margin-top:-1.2rem;height:46px;font-weight:500;width:100%}@media (max-width: 576px){.footer__action-button{max-width:250px}}.footer__company-logo{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;display:block;font-weight:300;color:#6c757d;font-size:.9rem;margin-bottom:2.5rem}.footer__logo-image{display:block;width:250px;margin-bottom:.6rem}@media (max-width: 767px){.footer__logo-image{width:220px;margin-bottom:1rem}}.footer__navigation{grid-area:navigation}@media (max-width: 991px){.footer__navigation{order:1}}.footer__listing-name{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.footer__non-offer-alert{grid-area:alert;margin-top:1rem;color:#6c757d;font-weight:300;font-size:.8rem;padding-bottom:1.5rem}@media (max-width: 991px){.footer__non-offer-alert{order:3}}.footer__company-links{list-style:none;margin-bottom:0;padding-left:0;display:flex;align-items:start;justify-content:start;gap:1rem 3rem;flex-wrap:wrap}.footer__company-link{color:#212529;text-decoration:none;display:flex;align-items:center;justify-content:space-between;height:2rem;flex:1;min-width:200px}.categories-navigation{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:3rem;margin-bottom:2.5rem}.categories-navigation__name{display:block;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.categories-navigation__link{color:#212529;text-decoration:none;display:flex;align-items:center;justify-content:space-between;height:2.8rem}@media (max-width: 1399px){.categories-navigation__link{height:3.2rem}}@media (max-width: 1399px){.categories-navigation__link{height:2.8rem}}.categories-navigation__list{list-style:none;margin-bottom:0;padding-left:0}@media (max-width: 1399px){.categories-navigation{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width: 1199px){.categories-navigation{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.contacts{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.95fr);grid-template-areas:"contacts form" "map map";gap:2.5rem;margin-top:2rem}.contacts__form-wrap{margin-top:-3.5rem}@media (max-width: 991px){.contacts__form-wrap{margin-top:0}}.contacts__form{margin-top:2rem}.contacts__company-info{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-area:contacts;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}@media (max-width: 1199px){.contacts__company-info{gap:1.5rem 2.25rem}}@media (max-width: 459px){.contacts__company-info{grid-template-columns:1fr}}.contacts__info-item{display:flex;flex-direction:column;line-height:1.2}.contacts__term{color:#6c757d;font-weight:300;margin-bottom:.75rem}.contacts__details{color:#212529;font-weight:500;margin-bottom:.75rem;order:1}.contacts__details--text{font-weight:200;color:#6c757d;font-size:.9em;line-height:1.4}.contacts__link{color:inherit;text-decoration:none;display:block;margin-bottom:.3rem}.contacts__link--spaced{letter-spacing:.015rem;margin-bottom:0}.contacts__action-button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:none;background-color:transparent;color:#212529;border-color:#212529;display:block;margin-top:.2rem;height:46px;font-weight:500;width:100%;max-width:250px}.contacts__tooltip-wrap{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.15rem .75rem;margin-bottom:.35rem}@media (max-width: 1199px){.contacts__tooltip-wrap{margin-bottom:.5rem}}.contacts__tooltip{font-weight:200;color:#212529;font-size:.7em;padding:.2rem .4rem;white-space:nowrap;border-radius:50rem;background-color:#fff}.contacts__map{grid-area:map;border-radius:.5rem}@media (max-width: 991px){.contacts{display:flex;flex-direction:column;gap:3rem}}.measure-offer{position:relative;margin-top:5rem;margin-bottom:10rem;padding:4rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem 5rem;border-radius:1rem;background-color:#332924;color:#fff}.measure-offer:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat center/cover;opacity:.1;border-radius:1rem}.measure-offer__title{margin-top:-1rem;font-size:2.25rem;font-weight:600;margin-bottom:1.1rem;line-height:1.2}@media (max-width: 1399px){.measure-offer__title{font-size:2rem}}@media (max-width: 1199px){.measure-offer__title{font-size:1.8rem;margin-bottom:1.25rem}}.measure-offer__image{transform:rotate(10deg);position:absolute;bottom:-130px;right:90px;display:block;width:310px;height:230px;background:url(./book-UbSRpYWi.webp) no-repeat center/contain}@media (max-width: 1399px){.measure-offer__image{bottom:-145px;right:60px;width:290px;height:200px}}@media (max-width: 991px){.measure-offer__image{bottom:-115px;right:0;width:100%;height:180px}}@media (max-width: 576px){.measure-offer__image{bottom:-115px}}.measure-offer__annotation{font-weight:300;font-size:.9rem;font-style:italic}@media (max-width: 1399px){.measure-offer__annotation{font-size:.85rem}}@media (max-width: 1199px){.measure-offer__annotation{font-size:.825rem}}.measure-offer__quote-start{display:block;margin-bottom:1rem;color:#b3b3b3}.measure-offer__quote-start:before{content:"«..."}.measure-offer__quote-end{display:block;color:#b3b3b3}.measure-offer__quote-end:before{content:none}.measure-offer__quote-end:after{content:"»"}.measure-offer__author{margin-top:1.5rem;font-style:normal;font-size:1rem}@media (max-width: 1199px){.measure-offer__author{font-size:.9rem}}.measure-offer__details{font-weight:300}@media (max-width: 1399px){.measure-offer__details{font-size:.9rem}}.measure-offer__accent{position:relative;padding-left:2rem;display:block;margin-top:1rem;font-size:1.1rem;font-weight:200}.measure-offer__accent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1.25rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:1.25rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 128 128'%3E%3Cpath d='M64 128C28.711 128 0 99.289 0 64S28.711 0 64 0s64 28.711 64 64-28.711 64-64 64zM64 8C33.121 8 8 33.121 8 64s25.121 56 56 56 56-25.121 56-56S94.879 8 64 8zm-9.172 78.828 40-40c1.563-1.563 1.563-4.094 0-5.656s-4.094-1.563-5.656 0L52 78.344 38.828 65.172c-1.563-1.563-4.094-1.563-5.656 0s-1.563 4.094 0 5.656l16 16C49.953 87.609 50.977 88 52 88s2.047-.391 2.828-1.172z' /%3E%3C/svg%3E") no-repeat 0 50%/1.25rem;mask-repeat:no-repeat;mask-position:0 50%;mask-size:1.25rem}@media (max-width: 1399px){.measure-offer__accent{font-size:1rem}}.measure-offer__form-group{margin-bottom:.5rem}.measure-offer__form{margin-top:2rem;padding:0;background-color:transparent;border:none;display:grid;grid-template-columns:1fr 1fr;gap:0 1.75rem}@media (max-width: 767px){.measure-offer__form{grid-template-columns:1fr;gap:0}}.measure-offer__form-submit{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:#fff;color:#212529;border-color:#fff}.measure-offer__form-submit:hover{color:#212529;background-color:#d9d9d9}.measure-offer__form-submit:hover{border-color:#fff}@media (max-width: 1199px){.measure-offer{gap:2rem 4rem}}@media (max-width: 991px){.measure-offer{grid-template-columns:1fr;padding-bottom:5rem}}@media (max-width: 576px){.measure-offer{padding:3.5rem 2.75rem 6rem}}.yandex-map{margin-top:3rem;margin-bottom:3rem;width:100%;height:550px;border-radius:1rem;overflow:hidden}.yandex-map:not(:hover){filter:grayscale(1) brightness(1.05)}.pricing-table{margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;align-items:start}.pricing-table__group{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;background-color:#fff;border-radius:.5rem;height:100%;border:1px solid rgb(239.075,241.35,243.625);line-height:1.5;counter-increment:pricing-element;position:relative}.pricing-table__group:before{display:flex;align-items:center;justify-content:center;content:counter(pricing-element);position:absolute;right:1rem;bottom:1rem;font-weight:200;color:#f2f4f5;font-size:2.5rem;line-height:1}.pricing-table__service{font-weight:300;font-size:.95rem;color:#6c757d;display:block;margin-bottom:2rem}.pricing-table__cost{font-size:1.1rem;font-weight:500;background-color:#fff;padding:.5rem 1rem;border:1px solid rgb(239.075,241.35,243.625);border-radius:50rem}@media (max-width: 767px){.pricing-table{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.delivery-terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2.5rem;margin-bottom:3.75rem}.delivery-terms__group{display:flex;align-items:start;justify-content:start;flex-direction:column;padding:200px 1.75rem 3rem;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);border-radius:.5rem;background-size:cover;background-repeat:no-repeat;background-position:center}.delivery-terms__group--MKAD-in{background-image:url(./mkad-in-B-8hl2qh.webp)}.delivery-terms__group--MKAD-out{background-image:url(./mkad-out-l5WlQxgP.webp)}.delivery-terms__group--time{background-image:url(./time-2uiTHlOl.webp)}.delivery-terms__name{font-weight:300;margin-bottom:1rem;color:#6c757d;padding-right:1rem;position:relative;z-index:1}.delivery-terms__definition{margin-top:auto;font-weight:600;font-size:1.2rem;white-space:nowrap;background-color:#fff;padding:.5rem 1rem;border:1px solid rgb(239.075,241.35,243.625);border-radius:50rem;position:relative;z-index:1}@media (max-width: 767px){.delivery-terms{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.order-steps{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-template-columns:1.2fr 1fr;gap:2.25rem;background-color:#fff;border-radius:1rem;margin-top:3.5rem;margin-bottom:8rem;overflow:hidden;position:relative;border:1px solid rgb(239.075,241.35,243.625)}.order-steps:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat center/cover;opacity:.035;border-radius:1rem}.order-steps__monitor{position:relative;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 991px){.order-steps__monitor{height:230px;overflow:hidden;border-radius:1rem;bottom:80px;width:100%;max-width:100%;left:0}}@media (max-width: 499px){.order-steps__monitor{height:200px}}.order-steps__name{display:block;font-weight:500;font-size:1.8rem;margin-bottom:1.1rem;line-height:1.4}@media (max-width: 1399px){.order-steps__name{font-size:1.6rem}}.order-steps__details{font-weight:200;font-size:1.15rem;margin-bottom:0}@media (max-width: 1399px){.order-steps__details{font-size:1rem}}.order-steps__list{list-style:none;margin-bottom:0;padding-left:0;position:relative;height:420px;width:100%}@media (max-width: 991px){.order-steps__list{order:-1}}@media (max-width: 499px){.order-steps__list{height:525px}}@media (max-width: 399px){.order-steps__list{height:570px}}.order-steps__step{display:flex;align-items:start;justify-content:center;flex-direction:column;padding:2rem 4.5rem 2rem 2rem}@media (max-width: 499px){.order-steps__step{justify-content:start;padding-top:5rem}}.order-steps__actions{display:flex;align-items:start;justify-content:start;gap:1rem;flex-wrap:wrap;margin-top:1.8rem}.order-steps__button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;padding:.8rem 1.65rem;font-weight:300;border-radius:50rem}.order-steps__button:hover{background-color:#212529;color:#fff;border-color:#212529}@media (max-width: 1199px){.order-steps__button{padding:.7rem 1.5rem}}.order-steps__controls{display:flex;align-items:center;justify-content:end;gap:2rem;position:absolute;width:100%;height:50px;right:15px}.order-steps__controls .swiper-button-prev,.order-steps__controls .swiper-button-next{position:relative}@media (max-width: 991px){.order-steps .swiper{order:-1}}.order-steps .swiper-vertical .swiper-scrollbar{height:calc(100% - 180px);transform:translateY(90px);right:25px}@media (max-width: 991px){.order-steps{grid-template-columns:1fr;margin-bottom:5rem}}.hero{margin-top:2rem;margin-bottom:6rem;display:grid;grid-template-columns:1.4fr 1fr;gap:4rem 5rem}@media (max-width: 991px){.hero{grid-template-columns:1fr}}.hero__title{font-size:2.37rem;max-width:420px}.hero__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:3rem}.hero__actions{display:flex;align-items:center;justify-content:start;gap:1.2rem;flex-wrap:wrap}.hero__btn--primary{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:#212529;color:#fff;border-color:#212529;padding:.925rem 2rem;min-width:220px;text-align:center}.hero__btn--primary:hover{border-color:#212529;background-color:transparent;color:#212529}@media (max-width: 467px){.hero__btn--primary{width:100%}}.hero__btn--secondary{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;padding:.925rem 2rem;min-width:220px;text-align:center}.hero__btn--secondary:hover{background-color:#212529;color:#fff;border-color:#212529}@media (max-width: 467px){.hero__btn--secondary{width:100%}}.hero__visual{flex:1 1 400px;height:300px;border-radius:.65rem;background:url(./shop-D_Q0ksAe.webp) no-repeat center/cover}.hero__visual--install{background:url(./install-CNXbmxHH.webp) no-repeat center/cover}.hero__visual--delivery{background:url(./delivery--MdttVZU.webp) no-repeat center/cover}.company-stats{margin-bottom:6rem}@media (max-width: 1199px){.company-stats{margin-bottom:5rem}}.company-stats__title{font-size:2.1rem;margin-bottom:1rem}.company-stats__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:2.5rem}.company-stats__grid{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.company-stats__item{display:grid;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);padding:30px;border-radius:.6rem;text-align:center}.company-stats__value{font-size:32px;font-weight:700;margin-bottom:10px}.company-stats__label{font-size:16px;color:#555}.mission{position:relative;margin-bottom:6rem;color:#212529;padding:5rem 0;background-color:#fff;border-radius:1rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem 5rem;padding:4rem}@media (max-width: 1199px){.mission{grid-template-columns:1fr}}@media (max-width: 467px){.mission{padding:3rem}}.mission:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat center/cover;opacity:.05;border-radius:1rem;transition:opacity .3s ease}.mission__title{display:flex;align-items:center;justify-content:start;gap:1rem;flex-wrap:wrap;font-size:1.8rem}.mission__title:before{content:"";display:inline-block;vertical-align:middle;width:1.1em;height:3px;background-color:#212529;margin-right:.25em}.mission__text-block{display:flex;flex-direction:column-reverse;justify-content:center;gap:1rem}.mission__description{font-size:1.3rem;color:#6c757d;line-height:1.6;font-weight:200;color:#212529}.mission__description:before,.mission__description:after{display:none}.mission__logo{width:8.2em;margin-top:.2em}.mission__media{position:relative;z-index:1;height:250px;border-radius:.6rem;background:url(./background-K8xFQiZP.webp) no-repeat center/cover}@media (max-width: 1199px){.mission__media{display:none;height:300px}}.images-cards{background-color:#f9f9f9;color:#000;margin-bottom:6rem}.images-cards__header{margin-bottom:3rem}.images-cards__title{font-size:2.1rem}.images-cards__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:3.5rem}.images-cards__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:60px}.images-cards__step{position:relative;background-color:#fff;padding:16rem 1.75rem 1.75rem;border-radius:.5rem;border:1px solid rgb(239.075,241.35,243.625);background-repeat:no-repeat;background-position:50% 0%;color:#fff}.images-cards__step:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(82.05deg,#2e2e2ed9,#5b5b5bba 99.45%);border-radius:inherit}.images-cards__step--rezka{background-image:url(./rezka-OZBmYyec.webp)}.images-cards__step--svarka{background-image:url(./svarka-BTi0G7Gm.webp)}.images-cards__step--kraska{background-image:url(./kraska-CvVfEecy.webp)}.images-cards__step--cpu{background-image:url(./cpu-DUQ_6iTq.webp)}.images-cards__step--master{background-image:url(./master-CroJrtT5.webp)}.images-cards__step--experience{background-image:url(./experience-C6A8AbGj.webp)}.images-cards__step--perfect{background-image:url(./perfect-BPfMYo7j.webp)}.images-cards__step--mcs{background-image:url(./mcs-s5t4sI28.webp)}.images-cards__step--transport{background-image:url(./transport-D1UypHnu.webp)}.images-cards__step--transport-2{background-image:url(./transport-2-BXjE8PH-.webp)}.images-cards__step--courier{background-image:url(./courier-CYrl8VF-.webp)}.images-cards__step--fixed{background-image:url(./fixed-RvAhPllr.webp)}.images-cards__step--payment{background-image:url(./payment-Dg3BZNNk.webp)}.images-cards__step-title{position:relative;z-index:1;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.images-cards__step-description{position:relative;z-index:1;font-size:.9rem;font-weight:300}.growth{margin-bottom:6rem}.growth__title{font-size:2.1rem}.growth__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:5rem}.growth__canvas{width:100%;max-width:100%;height:450px}.team{margin-bottom:6rem}.team__title{font-size:2.1rem}.team__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:3.5rem}.team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media (max-width: 1199px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 499px){.team__grid{grid-template-columns:1fr}}.team__person{position:relative;padding-top:325px}.team__person:before{content:"";position:absolute;top:0;left:0;height:300px;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:.5rem;overflow:hidden;background-image:url(./pestriakova-CMsXv8Cc.webp)}.team__person--pestriakova:before{background-image:url(./pestriakova-CMsXv8Cc.webp)}.team__name{font-size:1.2rem;font-weight:400;margin-bottom:.4rem}.team__post{font-size:1rem;font-weight:300}.team__mail{color:#212529;text-decoration:none;display:block;color:#6c757d;font-size:.9rem;margin-top:.4rem;border-bottom:1px #adb5bd solid;width:fit-content}.works{margin-bottom:6rem}.works__title{font-size:2.1rem}.works__subtitle{font-size:1.15rem;color:#6c757d;margin-bottom:1.5rem}.have-a-question{position:relative;display:grid;grid-template-columns:2fr 1fr;gap:3rem;background-color:#fff;border-radius:1rem;border:1px solid rgb(239.075,241.35,243.625);margin-top:5rem;margin-bottom:5rem}@media (max-width: 991px){.have-a-question{grid-template-columns:1fr}}.have-a-question:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat 100% 50%/cover;opacity:.05;border-radius:1rem;transition:opacity .3s ease}.have-a-question__content{position:relative;z-index:1;padding:5rem}@media (max-width: 991px){.have-a-question__content{padding:3rem}}.have-a-question__title{font-size:2.1rem;font-weight:600;margin-bottom:1.4rem}@media (max-width: 499px){.have-a-question__title{font-size:2rem;line-height:1.4}}.have-a-question__subtitle{font-size:1.2rem;color:#6c757d;max-width:500px;margin-bottom:2.5rem}.have-a-question__contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,250px));gap:1.5rem}.have-a-question__button{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:#212529;color:#fff;border-color:#212529;height:3.5rem}.have-a-question__button:hover{border-color:#212529;background-color:transparent;color:#212529}.have-a-question__alert{position:relative;-webkit-user-select:none;user-select:none}.have-a-question__phone{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#ced4da;display:flex;align-items:center;justify-content:center;height:3.5rem}.have-a-question__phone:hover{background-color:#212529;color:#fff;border-color:#212529}.have-a-question__free-call{position:absolute;right:0;top:50%;transform:translate(75%) translateY(-50%);font-size:.7rem;padding:.2rem .5rem;border-radius:.25rem;background-color:#fff;color:#212529;white-space:nowrap}@media (max-width: 499px){.have-a-question__free-call{right:50%;top:100%;transform:translate(50%) translateY(-10px)}}.have-a-question__chats{margin-top:2rem;font-size:.9rem;font-weight:300;color:#a1a8ae}.have-a-question__gate-button{color:#212529;text-decoration:none;padding:0;border:none;background-color:transparent;text-align:left;font-size:.9rem;color:inherit;border-bottom:1px solid #adb5bd}.have-a-question__image{position:relative}@media (max-width: 991px){.have-a-question__image{display:none}}.have-a-question__image:before{content:"";position:absolute;bottom:0;right:15%;width:400px;height:calc(100% + 40px);background:url(./worker-Cr4l3hgr.webp) no-repeat center/cover}@media (max-width: 1399px){.have-a-question__image:before{width:330px;height:calc(100% - 50px)}}@media (max-width: 1199px){.have-a-question__image:before{width:500px;height:calc(100% - 50px);background-size:contain;right:-50%}}.warranty{margin-bottom:6rem}.warranty__terms{display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}@media (max-width: 1199px){.warranty__terms{grid-template-columns:1fr}}.warranty__subtitle{font-size:1.1rem;color:#6c757d;margin-bottom:2.25rem}.warranty__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;margin-bottom:4rem}.warranty__section{padding:3.5rem;border-radius:.5rem;overflow:hidden;border:1px solid #e9ecef}@media (max-width: 576px){.warranty__section{padding:2.5rem}}.warranty__card{position:relative;background:#fff;padding:2rem;border-radius:.5rem;border:1px solid rgb(235.9526315789,238.55,241.1473684211);text-align:left;overflow:hidden}.warranty__card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat 100% 50%/cover;opacity:.05;transition:opacity .3s ease}.warranty__card-number{font-size:1.7rem;font-weight:600;margin-bottom:.2rem}.warranty__card-label{font-size:1rem;color:#6c757d}.warranty__card__section-title{font-size:24px;font-weight:600;margin-bottom:16px}.warranty__card__list{list-style:disc;padding-left:20px;color:#6c757d;font-size:16px}.policy{margin-bottom:7rem}.policy__intro{font-size:1.1rem;color:#6c757d;margin-bottom:2.25rem}.policy__block{position:relative;padding:3rem 4rem;border-radius:16px;background-color:#fff;border:1px solid rgb(239.075,241.35,243.625);overflow:hidden;margin-bottom:0}.policy__block:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat 100% 50%/cover;opacity:.05;transition:opacity .3s ease}@media (max-width: 1199px){.policy__block{padding:2rem}}.policy__blocks{display:grid;grid-template-columns:1fr;gap:2rem}@media (max-width: 1199px){.policy__blocks{grid-template-columns:1fr}}.policy__terms-text{font-size:1.1rem;color:#6c757d;margin-bottom:1.2rem}.policy__terms-title{font-weight:600;font-size:1.1rem}.policy__heading{font-size:1.7rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3}.policy__list{margin-bottom:1.5rem}.policy__item{font-size:16px;color:#333;margin-bottom:16px}.policy__subitem{font-size:15px;color:#555;margin-left:20px;margin-bottom:8px}.policy__note{font-size:1rem;color:#6c757d;font-weight:300}.policy__text{font-size:16px;color:#444;margin-bottom:16px}.payment__subtitle{font-size:1.1rem;color:#6c757d;margin-bottom:3rem}.payment__methods{list-style:none;margin-bottom:0;padding-left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;justify-items:center;margin-bottom:5rem}.payment__method{display:block;text-align:center;width:100%;background-color:#fff;padding:4rem 2rem;border-radius:.375rem}.payment__icon{display:block;width:4.8rem;height:4.8rem;margin:0 auto 1.2rem;background-color:#f5f6f8;border-radius:.375rem;background-size:contain;background-repeat:no-repeat;background-position:center}.payment__icon--cash{position:relative}.payment__icon--cash:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15' clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0v75c24.853 0 45 20.147 45 45h120c0-24.853 20.147-45 45-45V-30'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(136 354.5)'/%3E%3Cpath d='M0 0c-16.568 0-30 13.432-30 30 0 16.568 13.432 30 30 30 16.568 0 30-13.432 30-30C30 13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(241 384.5)'/%3E%3Cpath d='M0 0v180h270V0'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(106 324.5)'/%3E%3Cpath d='M0 0c0 24.853-20.147 45-45 45h-377c-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15h53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(474.5 279.5)'/%3E%3Cpath d='M0 0h-53.5c-24.853 0-45-20.147-45-45v-287c0-24.75 20.25-45 45-45h377c24.853 0 45 20.147 45 45v53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(106 384.5)'/%3E%3Cpath d='M0 0v113.5c0 24.853-20.147 45-45 45h-53.5M0 0h-98.5c-33.137 0-60-26.863-60-60s26.863-60 60-60H0c16.568 0 30 13.432 30 30v60C30-13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(474.5 226)'/%3E%3Cpath d='M0 0c-16.568 0-30 13.432-30 30 0 16.568 13.432 30 30 30 16.568 0 30-13.432 30-30C30 13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(376 136)'/%3E%3Cpath d='M0 0v17.57c0 8.284-6.716 15-15 15h-53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(444.5 321.93)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:2.5rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15' clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0v75c24.853 0 45 20.147 45 45h120c0-24.853 20.147-45 45-45V-30'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(136 354.5)'/%3E%3Cpath d='M0 0c-16.568 0-30 13.432-30 30 0 16.568 13.432 30 30 30 16.568 0 30-13.432 30-30C30 13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(241 384.5)'/%3E%3Cpath d='M0 0v180h270V0'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(106 324.5)'/%3E%3Cpath d='M0 0c0 24.853-20.147 45-45 45h-377c-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15h53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(474.5 279.5)'/%3E%3Cpath d='M0 0h-53.5c-24.853 0-45-20.147-45-45v-287c0-24.75 20.25-45 45-45h377c24.853 0 45 20.147 45 45v53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(106 384.5)'/%3E%3Cpath d='M0 0v113.5c0 24.853-20.147 45-45 45h-53.5M0 0h-98.5c-33.137 0-60-26.863-60-60s26.863-60 60-60H0c16.568 0 30 13.432 30 30v60C30-13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(474.5 226)'/%3E%3Cpath d='M0 0c-16.568 0-30 13.432-30 30 0 16.568 13.432 30 30 30 16.568 0 30-13.432 30-30C30 13.432 16.568 0 0 0Z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(376 136)'/%3E%3Cpath d='M0 0v17.57c0 8.284-6.716 15-15 15h-53.5'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(444.5 321.93)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;mask-repeat:no-repeat;mask-position:center;mask-size:2.5rem}.payment__icon--card{position:relative}.payment__icon--card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 511.996 511.996'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M7.5 245.554h433.171v55H7.5zm159.381 90.611H61.324c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h105.557c8.591 0 15.555-6.964 15.555-15.555V351.72c0-8.591-6.964-15.555-15.555-15.555zm222 55.334h-42.278c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h42.278c8.591 0 15.555-6.964 15.555-15.555v-24.223c0-8.591-6.964-15.555-15.555-15.555zm-206-309.057h-42.278c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h42.278c8.591 0 15.555-6.964 15.555-15.555V97.997c0-8.591-6.964-15.555-15.555-15.555zm170.055 12.083h92.167m-92.167 31.167h92.167'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M342.95 30.22H92.966c-11.952 0-21.641 9.689-21.641 21.641v138.693h166.06L342.95 30.22zM241.586 481.776H419.03c11.952 0 21.641-9.689 21.641-21.641v-247.94c0-11.952-9.689-21.641-21.641-21.641H29.141c-11.952 0-21.641 9.689-21.641 21.641v247.94c0 11.952 9.689 21.641 21.641 21.641h177.445'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M504.496 158.331V51.861c0-11.952-9.689-21.641-21.641-21.641H92.966c-11.952 0-21.641 9.689-21.641 21.641v138.693H419.03c11.952 0 21.642 9.689 21.642 21.641v109.247h42.183c11.952 0 21.641-9.689 21.641-21.641v-106.47'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:2.5rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 511.996 511.996'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M7.5 245.554h433.171v55H7.5zm159.381 90.611H61.324c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h105.557c8.591 0 15.555-6.964 15.555-15.555V351.72c0-8.591-6.964-15.555-15.555-15.555zm222 55.334h-42.278c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h42.278c8.591 0 15.555-6.964 15.555-15.555v-24.223c0-8.591-6.964-15.555-15.555-15.555zm-206-309.057h-42.278c-8.591 0-15.555 6.964-15.555 15.555v24.223c0 8.591 6.964 15.555 15.555 15.555h42.278c8.591 0 15.555-6.964 15.555-15.555V97.997c0-8.591-6.964-15.555-15.555-15.555zm170.055 12.083h92.167m-92.167 31.167h92.167'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M342.95 30.22H92.966c-11.952 0-21.641 9.689-21.641 21.641v138.693h166.06L342.95 30.22zM241.586 481.776H419.03c11.952 0 21.641-9.689 21.641-21.641v-247.94c0-11.952-9.689-21.641-21.641-21.641H29.141c-11.952 0-21.641 9.689-21.641 21.641v247.94c0 11.952 9.689 21.641 21.641 21.641h177.445'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M504.496 158.331V51.861c0-11.952-9.689-21.641-21.641-21.641H92.966c-11.952 0-21.641 9.689-21.641 21.641v138.693H419.03c11.952 0 21.642 9.689 21.642 21.641v109.247h42.183c11.952 0 21.641-9.689 21.641-21.641v-106.47'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;mask-repeat:no-repeat;mask-position:center;mask-size:2.5rem}.payment__icon--online{position:relative}.payment__icon--online:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512.002'%3E%3Cpath d='M510.262 81.656C510.262 36.633 473.629 0 428.602 0c-35.172 0-65.227 22.355-76.692 53.602-30.02-14.407-63.277-22.008-96.781-22.008-59.707 0-115.84 23.25-158.059 65.472-42.195 42.196-65.441 98.286-65.468 157.957 0 .036-.004.067-.004.102 0 .04.004.078.004.113a224.463 224.463 0 0 0 5.003 46.992C16.043 304.516 0 321.992 0 343.152V470.82c0 22.707 18.477 41.184 41.184 41.184h26.011a7.578 7.578 0 0 0 7.578-7.578 7.575 7.575 0 0 0-7.578-7.578H41.188c-14.352 0-26.028-11.676-26.028-26.028v-69.074h277.31v69.074c0 14.352-11.676 26.028-26.028 26.028H92.461a7.575 7.575 0 0 0-7.578 7.578 7.578 7.578 0 0 0 7.578 7.578h173.98c22.164 0 40.282-17.602 41.141-39.555 47.012-11.328 89.613-38.035 120.488-75.687 32.625-39.785 50.594-90.09 50.594-141.64 0-33.513-7.598-66.767-22.008-96.77 31.25-11.47 53.606-41.52 53.606-76.696zm-162.25-13.105a81.464 81.464 0 0 0-1.067 13.105c0 16.196 4.758 31.285 12.918 43.992a206.744 206.744 0 0 1-17.457 9.09c-3.664-12.601-7.926-24.46-12.761-35.383-9.079-20.507-19.723-36.69-31.434-48.093 17.262 3.636 34.035 9.441 49.8 17.289zm-40.387 379.89c14.313-18.078 26.133-43.27 34.746-72.972a208.115 208.115 0 0 1 52.207 34.46c-24.789 22.305-54.695 38.497-86.953 46.887zm0-27.218v-58.164a206.575 206.575 0 0 1 20.758 6.566c-5.551 19.594-12.547 37.07-20.758 51.598zm0-73.785v-4.286c0-22.707-18.473-41.183-41.184-41.183h-97.023a469.87 469.87 0 0 1-2.227-39.266h175.887c-.512 32.84-4.328 64.25-10.89 92.164a221.713 221.713 0 0 0-24.563-7.43zm-255.566-45.47a208.63 208.63 0 0 1-5.153-39.265h105.125c.2 13.266.93 26.41 2.168 39.266zm115.132-54.421c.504-32.684 4.243-64.043 10.883-92.156 24.383 8.941 50.387 13.625 77.059 13.625 26.496 0 52.539-4.66 77.047-13.657 6.648 28.121 10.39 59.493 10.894 92.188zm87.942-93.688c-25.367 0-50.09-4.535-73.219-13.203 3.582-12.566 7.774-24.36 12.559-35.164 16.523-37.332 38.632-58.742 60.66-58.742 22.023 0 44.133 21.41 60.656 58.742 4.777 10.793 8.969 22.574 12.547 35.125-23.246 8.719-48.004 13.242-73.203 13.242zm-74.52-54.504c-4.84 10.934-9.105 22.81-12.77 35.426-18.816-8.687-36.363-20.242-52.09-34.418 26.767-24.129 59.798-41.425 96.329-49.133-11.727 11.407-22.383 27.598-31.469 48.125zm-75.765 11.579c17.73 16.125 37.644 29.117 59.043 38.691-7.254 29.863-11.336 63.21-11.856 97.922H46.91c1.903-52.91 23.613-100.852 57.938-136.613zm-63.66 206.191H266.44c14.352 0 26.028 11.676 26.028 26.027v2.676H15.16v-2.676c0-14.351 11.676-26.027 26.027-26.027zm-26.028 69.46v-25.6h277.31v25.6zm448.195-139.038h-25.34a7.578 7.578 0 0 0-7.577 7.578 7.575 7.575 0 0 0 7.578 7.578h25.343c-1.664 45.383-18.199 89.317-47.007 124.45a208.421 208.421 0 0 1-10.86 12.21c-17.66-16.07-37.633-29.125-59.183-38.758 7.207-29.703 11.394-63.097 11.925-97.902h54.52a7.578 7.578 0 1 0 0-15.156H358.23c-.52-34.723-4.609-68.086-11.867-97.957a222.037 222.037 0 0 0 22.918-11.903c14.899 15.762 35.973 25.63 59.32 25.63 4.462 0 8.837-.376 13.106-1.067 13.156 26.402 20.566 55.637 21.648 85.297zm-34.753-99.387c-36.668 0-66.5-29.832-66.5-66.504 0-36.668 29.832-66.5 66.5-66.5s66.5 29.832 66.5 66.5c.003 36.672-29.832 66.504-66.5 66.504zm0 0' /%3E%3Cpath d='M176.887 437.629a7.577 7.577 0 1 0 0-15.152h-46.145a7.574 7.574 0 0 0-7.578 7.574 7.575 7.575 0 0 0 7.578 7.578zm73.5 0a7.575 7.575 0 0 0 7.578-7.578 7.574 7.574 0 0 0-7.578-7.574h-46.145a7.577 7.577 0 1 0 0 15.152zM110.96 430.05a7.574 7.574 0 0 0-7.577-7.573H57.238a7.577 7.577 0 1 0 0 15.152h46.145a7.575 7.575 0 0 0 7.578-7.578zm350.427-390a7.57 7.57 0 0 0-10.125 3.505l-29 59.652-13.133-23.644a7.578 7.578 0 0 0-13.25 7.359l20.207 36.375a7.582 7.582 0 0 0 6.625 3.898c.07 0 .137-.004.207-.004a7.574 7.574 0 0 0 6.61-4.261l35.363-72.75a7.58 7.58 0 0 0-3.504-10.13zm0 0' /%3E%3C/svg%3E") no-repeat center/2.5rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:2.5rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512.002'%3E%3Cpath d='M510.262 81.656C510.262 36.633 473.629 0 428.602 0c-35.172 0-65.227 22.355-76.692 53.602-30.02-14.407-63.277-22.008-96.781-22.008-59.707 0-115.84 23.25-158.059 65.472-42.195 42.196-65.441 98.286-65.468 157.957 0 .036-.004.067-.004.102 0 .04.004.078.004.113a224.463 224.463 0 0 0 5.003 46.992C16.043 304.516 0 321.992 0 343.152V470.82c0 22.707 18.477 41.184 41.184 41.184h26.011a7.578 7.578 0 0 0 7.578-7.578 7.575 7.575 0 0 0-7.578-7.578H41.188c-14.352 0-26.028-11.676-26.028-26.028v-69.074h277.31v69.074c0 14.352-11.676 26.028-26.028 26.028H92.461a7.575 7.575 0 0 0-7.578 7.578 7.578 7.578 0 0 0 7.578 7.578h173.98c22.164 0 40.282-17.602 41.141-39.555 47.012-11.328 89.613-38.035 120.488-75.687 32.625-39.785 50.594-90.09 50.594-141.64 0-33.513-7.598-66.767-22.008-96.77 31.25-11.47 53.606-41.52 53.606-76.696zm-162.25-13.105a81.464 81.464 0 0 0-1.067 13.105c0 16.196 4.758 31.285 12.918 43.992a206.744 206.744 0 0 1-17.457 9.09c-3.664-12.601-7.926-24.46-12.761-35.383-9.079-20.507-19.723-36.69-31.434-48.093 17.262 3.636 34.035 9.441 49.8 17.289zm-40.387 379.89c14.313-18.078 26.133-43.27 34.746-72.972a208.115 208.115 0 0 1 52.207 34.46c-24.789 22.305-54.695 38.497-86.953 46.887zm0-27.218v-58.164a206.575 206.575 0 0 1 20.758 6.566c-5.551 19.594-12.547 37.07-20.758 51.598zm0-73.785v-4.286c0-22.707-18.473-41.183-41.184-41.183h-97.023a469.87 469.87 0 0 1-2.227-39.266h175.887c-.512 32.84-4.328 64.25-10.89 92.164a221.713 221.713 0 0 0-24.563-7.43zm-255.566-45.47a208.63 208.63 0 0 1-5.153-39.265h105.125c.2 13.266.93 26.41 2.168 39.266zm115.132-54.421c.504-32.684 4.243-64.043 10.883-92.156 24.383 8.941 50.387 13.625 77.059 13.625 26.496 0 52.539-4.66 77.047-13.657 6.648 28.121 10.39 59.493 10.894 92.188zm87.942-93.688c-25.367 0-50.09-4.535-73.219-13.203 3.582-12.566 7.774-24.36 12.559-35.164 16.523-37.332 38.632-58.742 60.66-58.742 22.023 0 44.133 21.41 60.656 58.742 4.777 10.793 8.969 22.574 12.547 35.125-23.246 8.719-48.004 13.242-73.203 13.242zm-74.52-54.504c-4.84 10.934-9.105 22.81-12.77 35.426-18.816-8.687-36.363-20.242-52.09-34.418 26.767-24.129 59.798-41.425 96.329-49.133-11.727 11.407-22.383 27.598-31.469 48.125zm-75.765 11.579c17.73 16.125 37.644 29.117 59.043 38.691-7.254 29.863-11.336 63.21-11.856 97.922H46.91c1.903-52.91 23.613-100.852 57.938-136.613zm-63.66 206.191H266.44c14.352 0 26.028 11.676 26.028 26.027v2.676H15.16v-2.676c0-14.351 11.676-26.027 26.027-26.027zm-26.028 69.46v-25.6h277.31v25.6zm448.195-139.038h-25.34a7.578 7.578 0 0 0-7.577 7.578 7.575 7.575 0 0 0 7.578 7.578h25.343c-1.664 45.383-18.199 89.317-47.007 124.45a208.421 208.421 0 0 1-10.86 12.21c-17.66-16.07-37.633-29.125-59.183-38.758 7.207-29.703 11.394-63.097 11.925-97.902h54.52a7.578 7.578 0 1 0 0-15.156H358.23c-.52-34.723-4.609-68.086-11.867-97.957a222.037 222.037 0 0 0 22.918-11.903c14.899 15.762 35.973 25.63 59.32 25.63 4.462 0 8.837-.376 13.106-1.067 13.156 26.402 20.566 55.637 21.648 85.297zm-34.753-99.387c-36.668 0-66.5-29.832-66.5-66.504 0-36.668 29.832-66.5 66.5-66.5s66.5 29.832 66.5 66.5c.003 36.672-29.832 66.504-66.5 66.504zm0 0' /%3E%3Cpath d='M176.887 437.629a7.577 7.577 0 1 0 0-15.152h-46.145a7.574 7.574 0 0 0-7.578 7.574 7.575 7.575 0 0 0 7.578 7.578zm73.5 0a7.575 7.575 0 0 0 7.578-7.578 7.574 7.574 0 0 0-7.578-7.574h-46.145a7.577 7.577 0 1 0 0 15.152zM110.96 430.05a7.574 7.574 0 0 0-7.577-7.573H57.238a7.577 7.577 0 1 0 0 15.152h46.145a7.575 7.575 0 0 0 7.578-7.578zm350.427-390a7.57 7.57 0 0 0-10.125 3.505l-29 59.652-13.133-23.644a7.578 7.578 0 0 0-13.25 7.359l20.207 36.375a7.582 7.582 0 0 0 6.625 3.898c.07 0 .137-.004.207-.004a7.574 7.574 0 0 0 6.61-4.261l35.363-72.75a7.58 7.58 0 0 0-3.504-10.13zm0 0' /%3E%3C/svg%3E") no-repeat center/2.5rem;mask-repeat:no-repeat;mask-position:center;mask-size:2.5rem}.payment__icon--invoice{position:relative}.payment__icon--invoice:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M397.667 422.861V474.5c0 16.569-13.431 30-30 30H53.418c-16.569 0-30-13.431-30-30V107.498m0-35V37.5c0-16.569 13.431-30 30-30h314.25c16.569 0 30 13.431 30 30v350.361'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m141.309 433.609-.001.002a21.64 21.64 0 0 0-4.033 6.988l-.001.003c-3.534 10.119-13.942 16.128-24.473 14.128h0a21.641 21.641 0 0 0-8.078 0h0c-10.53 2-20.939-4.008-24.473-14.128l-.001-.003a21.668 21.668 0 0 0-4.033-6.988l-.002-.002c-6.991-8.118-6.991-20.13 0-28.248l.001-.002a21.64 21.64 0 0 0 4.033-6.988l.001-.003c3.534-10.119 13.942-16.128 24.473-14.128h0c2.669.507 5.409.507 8.078 0h0c10.53-2 20.939 4.008 24.473 14.128l.001.003a21.668 21.668 0 0 0 4.033 6.988l.002.002c6.992 8.119 6.992 20.13 0 28.248zm51.355-45.748h157.45m-134.7 64.549c1.165-6.522 3.133-12.912 5.948-18.913 2.086-4.447 5.67-13.574 11.782-13.271 2.635.131 4.81 2.177 6.156 4.447 4.665 7.864 7.664 26.573 20.348 24.212 5.395-1.004 7.244-7.297 12.372-8.824 2.385-.71 4.83-.543 7.273-.012 8.914 1.938 17.962 3.194 27.083 3.304l29.673.356M78.607 194.352h271.507M78.607 234.583h271.507M78.607 274.814h271.507M78.607 315.045h106.389M78.607 96.225h271.507M78.607 56.888h184.026M78.607 154.12h184.026m204.439 304.076h0c-11.88 0-21.51-9.63-21.51-21.51V182.918h43.019v253.768c.001 11.88-9.629 21.51-21.509 21.51z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M467.072 87.391h0c-11.88 0-21.51 9.63-21.51 21.51v74.018h43.019V108.9c.001-11.879-9.629-21.509-21.509-21.509zm0 370.805v20.471'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:2.5rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15'%3E%3Cpath d='M397.667 422.861V474.5c0 16.569-13.431 30-30 30H53.418c-16.569 0-30-13.431-30-30V107.498m0-35V37.5c0-16.569 13.431-30 30-30h314.25c16.569 0 30 13.431 30 30v350.361'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='m141.309 433.609-.001.002a21.64 21.64 0 0 0-4.033 6.988l-.001.003c-3.534 10.119-13.942 16.128-24.473 14.128h0a21.641 21.641 0 0 0-8.078 0h0c-10.53 2-20.939-4.008-24.473-14.128l-.001-.003a21.668 21.668 0 0 0-4.033-6.988l-.002-.002c-6.991-8.118-6.991-20.13 0-28.248l.001-.002a21.64 21.64 0 0 0 4.033-6.988l.001-.003c3.534-10.119 13.942-16.128 24.473-14.128h0c2.669.507 5.409.507 8.078 0h0c10.53-2 20.939 4.008 24.473 14.128l.001.003a21.668 21.668 0 0 0 4.033 6.988l.002.002c6.992 8.119 6.992 20.13 0 28.248zm51.355-45.748h157.45m-134.7 64.549c1.165-6.522 3.133-12.912 5.948-18.913 2.086-4.447 5.67-13.574 11.782-13.271 2.635.131 4.81 2.177 6.156 4.447 4.665 7.864 7.664 26.573 20.348 24.212 5.395-1.004 7.244-7.297 12.372-8.824 2.385-.71 4.83-.543 7.273-.012 8.914 1.938 17.962 3.194 27.083 3.304l29.673.356M78.607 194.352h271.507M78.607 234.583h271.507M78.607 274.814h271.507M78.607 315.045h106.389M78.607 96.225h271.507M78.607 56.888h184.026M78.607 154.12h184.026m204.439 304.076h0c-11.88 0-21.51-9.63-21.51-21.51V182.918h43.019v253.768c.001 11.88-9.629 21.51-21.509 21.51z'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3Cpath d='M467.072 87.391h0c-11.88 0-21.51 9.63-21.51 21.51v74.018h43.019V108.9c.001-11.879-9.629-21.509-21.509-21.509zm0 370.805v20.471'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;mask-repeat:no-repeat;mask-position:center;mask-size:2.5rem}.payment__icon--combo{position:relative}.payment__icon--combo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#000;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15' clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0v56.36C0 69.74 10.86 80.6 24.24 80.6h315.17c13.39 0 24.25-10.86 24.25-24.24v-109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(7.5 423.9)'/%3E%3Cpath d='M0 0v-223.81c0-13.39 10.86-24.25 24.24-24.25h109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(7.5 388.9)'/%3E%3Cpath d='M0 0h28.37c13.38 0 24.24-10.86 24.24-24.25v-315.17c0-13.38-10.86-24.24-24.24-24.24H-286.8c-13.39 0-24.25 10.86-24.25 24.24v109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(451.89 371.16)'/%3E%3Cpath d='M0 0h-45.73'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(416.89 371.16)'/%3E%3Cpath d='M0 0v-77.47h206.07c13.39 0 24.25 10.86 24.25 24.25v206.07H24.25C10.86 152.85 0 141.99 0 128.6V35'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(140.84 218.31)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:2.5rem;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 682.667 682.667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='15' clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0v56.36C0 69.74 10.86 80.6 24.24 80.6h315.17c13.39 0 24.25-10.86 24.25-24.24v-109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(7.5 423.9)'/%3E%3Cpath d='M0 0v-223.81c0-13.39 10.86-24.25 24.24-24.25h109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(7.5 388.9)'/%3E%3Cpath d='M0 0h28.37c13.38 0 24.24-10.86 24.24-24.25v-315.17c0-13.38-10.86-24.24-24.24-24.24H-286.8c-13.39 0-24.25 10.86-24.25 24.24v109.1'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(451.89 371.16)'/%3E%3Cpath d='M0 0h-45.73'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(416.89 371.16)'/%3E%3Cpath d='M0 0v-77.47h206.07c13.39 0 24.25 10.86 24.25 24.25v206.07H24.25C10.86 152.85 0 141.99 0 128.6V35'  style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(140.84 218.31)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/2.5rem;mask-repeat:no-repeat;mask-position:center;mask-size:2.5rem}.payment__method-title{font-size:1rem;font-weight:500}.payment__rules{margin-top:3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media (max-width: 1199px){.payment__rules{grid-template-columns:1fr}}@media (max-width: 576px){.payment__rules{margin-top:1.5rem}}.payment__rule{padding:3rem;background:#fff;border-radius:.5rem}@media (max-width: 576px){.payment__rule{padding:0;background:transparent}}.payment__rule-title{font-size:1.55rem;font-weight:500;margin-bottom:1.7rem}@media (max-width: 576px){.payment__rule-title{font-size:1.35rem}}.payment__progress{display:flex;height:4rem;margin-bottom:1.9rem;border-radius:.375rem;overflow:hidden}.payment__progress-segment{display:flex;align-items:center;justify-content:center;font-size:.925rem;font-weight:300;background-color:#e9ecef;color:#212529;padding:0 1rem}.payment__progress-segment--active{background-color:#212529;color:#fff}.payment__progress-segment--full{width:100%!important}@media (max-width: 576px){.payment__progress-segment{font-size:.825rem}}.payment__progress-percents{display:block;font-size:1.1rem}@media (max-width: 576px){.payment__progress-percents{font-size:1rem}}.payment__progress-label{text-align:center;line-height:1.2}.payment__note{font-size:.9rem;color:#6c757d;line-height:1.5;font-weight:300}.promotions{margin-bottom:6rem}.promotions__subtitle{font-size:1.1rem;color:#6c757d;margin-bottom:3rem}.promotions__title{font-size:1.85rem;font-weight:600;margin-bottom:1.2rem;max-width:350px}@media (max-width: 767px){.promotions__title{font-size:1.65rem}}.promotions__card{position:relative;color:#212529;padding:2.5rem 2.5rem 4rem;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;min-height:380px;justify-content:center}.promotions__card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background:url(./background-BOqcxGnc.webp) no-repeat 100% 50%/cover;opacity:.05;transition:opacity .3s ease}@media (max-width: 767px){.promotions__card{padding:2rem 2rem 3.5rem}}.promotions__list{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 1199px){.promotions__list{grid-template-columns:1fr}}.promotions__content{position:relative;padding-top:4.8rem}@media (max-width: 767px){.promotions__content{padding-top:3.76rem}}.promotions__icon{position:relative;position:absolute;top:0;left:0;width:2.45rem;height:2.45rem;animation:rotate 15s linear infinite}.promotions__icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s;pointer-events:none;background-color:#212529;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.821' height='33.685'%3E%3Cpath d='M15.21 0c-1.856-.008-3.631.36-5.263 1.254C6.419 3.187.102 6.94.102 6.94l.045 3.686L9.98 4.96c2.043-1.04 5.465-2.985 10.934-.244 0 0-.002.56.024 4.72a8.39 8.39 0 0 0-10.304-.376l.019-.032-10.57 7.32s-.414 2.06.608 4.848c1.23 3.357 3.082 6.154 6.04 7.634 3.599 1.8 10.28 4.855 10.28 4.855l3.005-2.135L9.76 26.694c-2.018-1.088-5.567-2.794-6.428-8.85 0 0 .544-.375 3.807-2.664a8.397 8.397 0 0 0-.034.73c0 3.157 1.757 5.92 4.34 7.367h-.026l11.347 6.043s2.02-.574 4.03-2.76c2.422-2.63 4.06-5.558 4.023-8.866-.047-4.023-.39-11.362-.39-11.362L27.156 4.64l.379 11.341c-.043 2.293.063 6.228-4.927 9.766 0 0-.882-.468-3.865-2.036 3.065-1.266 5.235-4.29 5.235-7.8 0-.067-.003-.132-.005-.199l.02.041V2.895s-1.456-1.51-4.33-2.26C18.15.243 16.656.008 15.21 0zm.333 10.544a5.342 5.342 0 0 1 5.363 5.365 5.34 5.34 0 0 1-5.363 5.363 5.34 5.34 0 0 1-5.363-5.363 5.342 5.342 0 0 1 5.363-5.365z' /%3E%3C/svg%3E") no-repeat center/contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.821' height='33.685'%3E%3Cpath d='M15.21 0c-1.856-.008-3.631.36-5.263 1.254C6.419 3.187.102 6.94.102 6.94l.045 3.686L9.98 4.96c2.043-1.04 5.465-2.985 10.934-.244 0 0-.002.56.024 4.72a8.39 8.39 0 0 0-10.304-.376l.019-.032-10.57 7.32s-.414 2.06.608 4.848c1.23 3.357 3.082 6.154 6.04 7.634 3.599 1.8 10.28 4.855 10.28 4.855l3.005-2.135L9.76 26.694c-2.018-1.088-5.567-2.794-6.428-8.85 0 0 .544-.375 3.807-2.664a8.397 8.397 0 0 0-.034.73c0 3.157 1.757 5.92 4.34 7.367h-.026l11.347 6.043s2.02-.574 4.03-2.76c2.422-2.63 4.06-5.558 4.023-8.866-.047-4.023-.39-11.362-.39-11.362L27.156 4.64l.379 11.341c-.043 2.293.063 6.228-4.927 9.766 0 0-.882-.468-3.865-2.036 3.065-1.266 5.235-4.29 5.235-7.8 0-.067-.003-.132-.005-.199l.02.041V2.895s-1.456-1.51-4.33-2.26C18.15.243 16.656.008 15.21 0zm.333 10.544a5.342 5.342 0 0 1 5.363 5.365 5.34 5.34 0 0 1-5.363 5.363 5.34 5.34 0 0 1-5.363-5.363 5.342 5.342 0 0 1 5.363-5.365z' /%3E%3C/svg%3E") no-repeat center/contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}@media (max-width: 767px){.promotions__icon{width:2.1rem;height:2.1rem}}.promotions__desc{font-size:1.05rem;font-weight:300;margin-bottom:1.9rem;color:#6c757d}@media (max-width: 767px){.promotions__desc{font-size:1rem}}.promotions__date{display:block;margin-top:1.6rem;font-size:1rem;font-weight:500;color:#212529}.promotions__cta{border-width:1px;border-style:solid;border-radius:.5rem;padding:.5rem 1rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;text-decoration:none;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:600;text-transform:false;background-color:transparent;color:#212529;border-color:#212529;padding:1rem 1.4rem;font-size:.9rem;border-radius:.65rem}
