

/* Start:/local/templates/site/assets/plugins/fancybox/fancybox.min.css?177382809532692*/
:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media(hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.is-loading>.f-html{opacity:0}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-scrollable.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2.5;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 30px;--f-close-button-height: 30px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-button-svg-stroke-width: 1.75;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container .fancybox__column>*:not(.fancybox__viewport),.fancybox__container .fancybox__slide:not(.is-selected),.fancybox__container .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-revealing .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg);filter:var(--fancybox-backdrop-filter)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-iframe{overflow:hidden;padding:8px 0}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel,.fancybox__container.is-closing .fancybox__viewport,.fancybox__container.is-closing .fancybox__slide.is-selected{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);--f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);position:absolute;top:calc((var(--f-button-height) + 2px) * -1);right:0;z-index:10}.is-loading .f-button.is-close-button{visibility:hidden}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;max-height:unset;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}
/* End */


/* Start:/local/templates/site/assets/plugins/jquery.multiselect/jquery.multi-select.css?17738288233595*/
.multi-select-container {
    display: inline-block;
    position: relative;
    max-width: 300px;
    width: 100%;
    background-color: #F5F5F5;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    z-index: 1;
    width: 100% !important;
    background: #fff;
    box-shadow: 0px 4px 24px 0px #00000014;
    max-height: 250px !important;
    overflow-y: scroll;
    display: none;
}

.multi-select-menuitem {
    display: block;
    padding: 15px 24px 15px 50px;
    border-top: 1px solid rgba(66, 66, 66, .12);
    color: rgba(66, 66, 66, .5);
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}

.multi-select-menuitem::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 2px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.multi-select-menuitem::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4L3 7L8 0.5' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 9px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: 27px;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

.multi-select-menuitem:has(input:checked)::before {
    background-color: var(--color-red);
    border-color: transparent;
}

.multi-select-menuitem:has(input:checked)::after {
    opacity: 1;
}


.multi-select-legend {
    font-size: 0.875em;
    font-weight: bold;
    padding-left: 10px;
}

.multi-select-legend + .multi-select-menuitem {
    padding-top: 0.25rem;
}

.multi-select-menuitem + .multi-select-menuitem {
    /*padding-top: 0;*/
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    opacity: 0;
}

.multi-select-button {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 40px 15px 24px;
    height: 50px;
    color: rgba(66, 66, 66, .7);
}

.multi-select-button:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 6L14 1' stroke='%23424242' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

@media (hover: hover) {
    .multi-select-menuitem:hover {
        background-color: #F5F5F5;
        color: rgba(66, 66, 66, .9);
    }

    .multi-select-menuitem:hover::before {
        border-color: rgba(66, 66, 66, .9);
    }
}
/* End */


/* Start:/local/templates/site/assets/plugins/select2/select2.min.css?177382888716263*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* End */


/* Start:/local/templates/site/assets/plugins/simplebar/simplebar.css?17738283034771*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/* End */


/* Start:/local/templates/site/assets/plugins/swiper/swiper.min.css?177382817114436*/
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.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{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/local/templates/site/assets/css/normalize.css?17746087592388*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
picture{
    pointer-events: none;
}
img {
    border-style: none;
    pointer-events: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: none;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/site/assets/css/grid.css?177494556832641*/

:root {
    /* 320 */
    --xxs-offset: 10px;
    --xxs-container-padding: 20px;
    --xxs-container-width: 100%;

    /* 575 */
    --xs-offset: 10px;
    --xs-container-padding: 20px;
    --xs-container-width: 100%;

    /* 768 */
    --sm-offset: 10px;
    --sm-container-padding: 40px;
    --sm-container-width: 100%;

    /* 960 */
    --md-offset: 10px;
    --md-container-padding: 40px;
    --md-container-width: 100%;

    /* 1200 */
    --lg-offset: 10px;
    --lg-container-padding: 60px;
    --lg-container-width: 100%;

    /* 1600 */
    --xl-offset: 10px;
    --xl-container-padding: 52.5px;
    --xl-container-width: 100%;
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--xxs-container-padding);
    padding-left: var(--xxs-container-padding);
    min-width: 320px;
    width: var(--xxs-container-width);
    max-width: 100%;
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(var(--xxs-offset) * -1);
    margin-left: calc(var(--xxs-offset) * -1);
}

[class*="col-"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: var(--xxs-offset);
    padding-left: var(--xxs-offset);
    max-width: 100%;
}

.col-xxs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xxs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-xxs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-xxs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xxs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-xxs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-xxs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xxs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-xxs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-xxs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xxs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-xxs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-xxs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}
.start-xxs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xxs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xxs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xxs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xxs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xxs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xxs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xxs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.initial-order-xxs {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
}

@media only screen and (min-width: 575px) {
    .container {
        padding-right: var(--xs-container-padding);
        padding-left: var(--xs-container-padding);
        width: var(--xs-container-width);
    }
    .row {
        margin-right: calc(var(--xs-offset) * -1);
        margin-left: calc(var(--xs-offset) * -1);
    }
    [class*="col-"] {
        padding-right: var(--xs-offset);
        padding-left: var(--xs-offset);
    }

    .col-xs {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xs-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xs-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xs-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xs-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xs-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-xs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-xs {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-xs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-xs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-xs {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-xs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-xs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .initial-order-xs {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        padding-right: var(--sm-container-padding);
        padding-left: var(--sm-container-padding);
        width: var(--sm-container-width);
    }
    .row {
        margin-right: calc(var(--sm-offset) * -1);
        margin-left: calc(var(--sm-offset) * -1);
    }
    [class*="col-"] {
        padding-right: var(--sm-offset);
        padding-left: var(--sm-offset);
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .initial-order-sm {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

@media only screen and (min-width: 960px) {
    .container {
        padding-right: var(--md-container-padding);
        padding-left: var(--md-container-padding);
        width: var(--md-container-width);
    }
    .row {
        margin-right: calc(var(--md-offset) * -1);
        margin-left: calc(var(--md-offset) * -1);
    }
    [class*="col-"] {
        padding-right: var(--md-offset);
        padding-left: var(--md-offset);
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .initial-order-md {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        padding-right: var(--lg-container-padding);
        padding-left: var(--lg-container-padding);
        width: var(--lg-container-width);
    }
    .row {
        margin-right: calc(var(--lg-offset) * -1);
        margin-left: calc(var(--lg-offset) * -1);
    }
    [class*="col-"] {
        padding-right: var(--lg-offset);
        padding-left: var(--lg-offset);
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .initial-order-lg {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}


@media only screen and (min-width: 1600px) {
    .container {
        padding-right: var(--xl-container-padding);
        padding-left: var(--xl-container-padding);
        width: var(--xl-container-width);
    }
    .row {
        margin-right: calc(var(--xl-offset) * -1);
        margin-left: calc(var(--xl-offset) * -1);
    }
    [class*="col-"] {
        padding-right: var(--xl-offset);
        padding-left: var(--xl-offset);
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .initial-order-xl {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
    display: none !important;
}

@media only screen and (max-width: 574px) {
    .order-xxs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxs-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxs-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-xxs {
        display: block !important;
    }
    .hidden-xxs {
        display: none !important;
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none!important;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-md {
        display: block !important;
    }
    .hidden-md {
        display: none!important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-lg {
        display: block !important;
    }
    .hidden-lg {
        display: none!important;
    }
}

@media only screen and (min-width: 1600px) {
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .visible-xl {
        display: block !important;
    }
    .hidden-xl {
        display: none!important;
    }
}
/* End */


/* Start:/local/templates/site/assets/css/utils.css?1773831868995*/
button[disabled],
html input[disabled] {
    cursor: default;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-responsive-block {
    display: block;
    max-width: 100%;
    height: auto;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.relative {
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}
/* End */


/* Start:/local/templates/site/assets/css/buttons.css?17780530783574*/
:root {
    --btn-border-radius: 0px;
    --btn-height: 50px;
    --btn-padding: 0 30px;
    --btn-font-size: 11px;
    --btn-letter-spacing: 0.03em;
}

.btn {
    font-family: 'Gogh', sans-serif;
    font-weight: 800;
    font-size: var(--btn-font-size);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    border-radius: var(--btn-border-radius);
    border: 1px solid transparent;
    height: var(--btn-height);
    padding: var(--btn-padding);
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
    transition: all 0.3s ease-in-out;
}

.btn-blue {
    --btn-bg-color: var(--color-blue);
    --btn-color: #fff;
    --btn-active-bg-color: #4B7DCD;
    --btn-active-color: #fff;
    --btn-active-border-color: transparent;
    --btn-disabled-opacity: 0.35;
}

.btn-cream {
    --btn-bg-color: var(--color-cream);
    --btn-color: var(--color-dark-blue);
    --btn-active-bg-color: #F0E2C8;
    --btn-disabled-opacity: 0.5;
}

.btn-white {
    --btn-bg-color: #fff;
    --btn-color: var(--color-blue);
    --btn-active-color: var(--color-blue);
    --btn-active-bg-color: rgba(255, 255, 255, 0.8);
    --btn-active-backdrop-filter: blur(6px);
    --btn-disabled-opacity: 0.5;
}

.btn-cream._white {
    --btn-active-bg-color: #fff;
}

.btn-transparent {
    --btn-bg-color: transparent;
    --btn-active-bg-color: transparent;
    --btn-active-border-color: currentColor;
}

.btn-transparent.btn-cream {
    --btn-color: var(--color-cream);
    --btn-active-color: #fff;
    --btn-active-border-color: #fff;
    --btn-active-bg-color: transparent;
    border-color: var(--color-cream);
}

.btn-transparent.btn-blue {
    --btn-color: var(--color-blue);
    --btn-active-color: var(--color-blue);
    --btn-active-border-color: var(--color-blue);
    border-color: rgba(45, 95, 175, 0.35);
}

.btn._disabled,
.btn:disabled {
    cursor: default;
    opacity: var(--btn-disabled-opacity);
    pointer-events: none;
}

@media (hover: hover) {
    .btn-blue:hover:not(:disabled, ._disabled) {
        box-shadow: 0px 15px 30px rgba(45, 95, 175, 0.25), 0px 10px 20px rgba(45, 95, 175, 0.35);
    }

    .btn-cream:hover:not(:disabled, ._disabled) {
        box-shadow: 0px 15px 30px rgba(220, 206, 180, 0.15), 0px 10px 20px rgba(220, 206, 180, 0.15);
    }

    .btn-white:hover:not(:disabled, ._disabled) {
        box-shadow: 0px 15px 30px rgba(255, 255, 255, 0.12), 0px 10px 20px rgba(255, 255, 255, 0.12);
    }

    .btn-transparent.btn-cream:hover:not(:disabled, ._disabled) {
        background-color: var(--color-cream);
        color: var(--color-dark-blue);
    }

    .btn-transparent.btn-blue:hover:not(:disabled, ._disabled) {
        background-color: var(--color-blue);
        color: #fff;
    }
}

.btn:active:not(:disabled, ._disabled) {
    box-shadow: none !important;
    background-color: var(--btn-active-bg-color) !important;
    color: var(--btn-active-color) !important;
    border-color: var(--btn-active-border-color, transparent) !important;
    backdrop-filter: var(--btn-active-backdrop-filter, none);
}

@media only screen and (max-width: 1199px) {
    :root {
        --btn-height: 40px;
        --btn-padding: 0 20px;
    }
}
/* End */


/* Start:/local/templates/site/assets/css/forms.css?177443768614582*/

:root {
    --form-input-fz: 16px;
    --form-input-padding: 20px 10px 8px 10px;
    --form-input-fw: bold;
    --form-input-lh: 1;
    --form-input-ls: -0.01em;
}

.form-item {
    position: relative;
}

.form-item._blue,
.select-wrapper._blue {
    --border-color: rgba(255, 255, 255, 0.25);
    --border-color-focus: transparent;
    --border-color-hover: var(--color-cream);

    --input-color: #FFF;
    --input-color-focus: var(--color-dark-blue);
    --input-color-hover: var(--color-cream);

    --input-bg-color: transparent;
    --input-bg-color-focus: #FFF;
    --input-bg-color-hover: transparent;

    --label-color: rgba(255, 255, 255, .7);
    --label-color-focus: rgba(31, 46, 69, .7);
    --label-color-hover: var(--color-cream);

    --icon-color: #fff;

    --arrow-focus: #2D5FAF;
}

.form-item._white,
.select-wrapper._white {
    --border-color: #1F2E4533;
    --border-color-focus: var(--color-blue);
    --border-color-hover: var(--color-blue);

    --input-color: var(--color-dark-blue);
    --input-color-focus: var(--color-dark-blue);
    --input-color-hover: var(--color-blue);

    --input-bg-color: transparent;
    --input-bg-color-focus: transparent;
    --input-bg-color-hover: transparent;

    --label-color: rgba(31, 46, 69, .7);
    --label-color-focus: rgba(31, 46, 69, .7);
    --label-color-hover: rgba(45, 95, 175, .7);

    --icon-color: var(--color-blue);

    --arrow-focus: var(--color-blue);
}

.form-item._gray,
.select-wrapper._gray {
    --border-color: transparent;
    --border-color-focus: var(--color-blue);
    --border-color-hover: transparent;

    --input-color: var(--color-dark-blue);
    --input-color-focus: var(--color-dark-blue);
    --input-color-hover: var(--color-blue);

    --input-bg-color: #fff;
    --input-bg-color-focus: #fff;
    --input-bg-color-hover: #fff;

    --label-color: rgba(31, 46, 69, .7);
    --label-color-focus: rgba(31, 46, 69, .7);
    --label-color-hover: rgba(45, 95, 175, .7);

    --icon-color: var(--color-blue);

    --arrow-focus: var(--color-blue);
}

.form-item:has(.form-item__input:required)::before,
.select-wrapper:has(.site-select:required)::before {
    content: '';
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.24816 7L0.939804 6.05943L2.65356 3.96124L0 3.23773L0.515971 1.71835L3.05897 2.677L2.92998 0H4.57002L4.44103 2.677L7.00246 1.71835L7.5 3.23773L4.86486 3.94315L6.57862 6.05943L5.25184 7L3.75921 4.73902L2.24816 7Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 8px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s ease-in-out;
    background-color: var(--icon-color);
    z-index: 5;
}

.form-item:has(.form-item__input:required:focus)::before,
.select-wrapper:has(.site-select:required ~ .select2-container--open)::before {
    background-color: var(--input-color-focus) !important;
}

.form-item__input {
    width: 100%;
    height: 50px;
    background: var(--input-bg-color);
    padding: var(--form-input-padding);
    font-weight: var(--form-input-fw);
    font-size: var(--form-input-fz);
    line-height: var(--form-input-lh);
    letter-spacing: var(--form-input-ls);
    border: 1px solid var(--border-color);
    color: var(--input-color);
    transition: all .3s ease-in-out;
}

.form-item__input:focus {
    background-color: var(--input-bg-color-focus) !important;
    border-color: var(--border-color-focus) !important;
    color: var(--input-color-focus) !important;
}

.form-item__input:disabled {
    opacity: .35;
    cursor: default;
}

.form-item__input.no-empty:valid,
.site-select.no-empty:valid ~ .select2-container .select2-selection {
    border-color: #18C008 !important;
}

.form-item__input.no-empty:invalid,
.site-select.no-empty:invalid ~ .select2-container .select2-selection {
    border-color: #FF312A !important;
}

.form-item__label {
    position: absolute;
    top: 6px;
    left: 12px;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    cursor: default;
    color: var(--label-color);
}

.form-item__input:focus ~ .form-item__label {
    color: var(--label-color-focus) !important;
}

.form-item__input:disabled ~ label {
    opacity: .35;
}

.select-wrapper .icon-success,
.select-wrapper .form-item__error,
.form-item .icon-success,
.form-item .form-item__error {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 6;
}

.site-select:valid.no-empty ~ .icon-success,
.form-item__input.no-empty:valid ~ .icon-success {
    opacity: 1;
}

.form-item:has(.form-item__input.no-empty:required:valid)::before,
.form-item:has(.form-item__input.no-empty:required:invalid)::before,
.select-wrapper:has(.site-select:required:valid.no-empty)::before,
.select-wrapper:has(.site-select:required:invalid.no-empty)::before {
    opacity: 0;
}

.form-item__error {
    background: #FF312A;
    border-radius: 0px 0px 6px 6px;
    padding: 3px 6px 4px 6px;
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    color: #FFFFFF;
    transition: .3s opacity .3s ease-in-out;
}

.site-select.no-empty:invalid ~ .form-item__error,
.form-item__input.no-empty:invalid ~ .form-item__error {
    opacity: 1;
}

.select-wrapper {
    position: relative;
}

.select2-container {
    width: 100% !important;
}

.select2-container--disabled,
.select2-container--disabled ~ .form-item__label {
    opacity: .35;
}

.select2-selection {
    background-color: var(--input-bg-color) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 0 !important;
    height: 50px !important;
    transition: all .3s ease-in-out;
}

.select2-container--open .select2-selection {
    background-color: var(--input-bg-color-focus) !important;
    border-color: var(--border-color-focus) !important;
}

.select2-selection__rendered {
    font-weight: var(--form-input-fw) !important;
    font-size: var(--form-input-fz) !important;
    line-height: var(--form-input-lh) !important;
    letter-spacing: var(--form-input-ls) !important;
    color: var(--input-color) !important;
    padding: var(--form-input-padding) !important;
    height: 100% !important;
    text-align: left !important;
    transition: color .3s ease-in-out;
}

.select2-container--open .select2-selection__rendered {
    color: var(--input-color-focus) !important;
}

.select2-selection__arrow {
    right: 18px !important;
    height: auto !important;
    width: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-selection__arrow b {
    border: none !important;
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L3.75 3.75L6.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: var(--input-color);
    width: 8px !important;
    height: 5px !important;
    margin: 0 !important;
    position: unset !important;
    display: block;
    transition: background-color .3s ease-in-out;
}

.select2-container--open .select2-selection__arrow b {
    background-color: var(--arrow-focus);
}

.select2-container--open ~ .form-item__label {
    color: var(--label-color-focus) !important;
}

.select2-dropdown {
    margin: 1px 0 !important;
    box-shadow: 0px 15px 30px 0px #1F2E4526;
    border-radius: 0;
    border: 1px solid #E9EBED;
}

.select2-results__options {
    text-align: left;
    font-weight: var(--form-input-fw);
    font-size: var(--form-input-fz);
    line-height: 1.25;
    letter-spacing: var(--form-input-ls);
    color: var(--input-color-focus);
}

.select2-results__option {
    padding: 8px 14px 10px 14px !important;
    transition: all .3s ease-in-out;
}

.simplebar-content .select2-results__option:not(:last-child),
.select2-results__options .select2-results__option:not(:last-child) {
    border-bottom: 1px solid rgba(31, 46, 69, .15);
}

.select2-results__option--selected {
    color: #2D5FAF !important;
    background-color: transparent !important;
}

.select2-results__option--highlighted {
    color: var(--input-color-focus) !important;
    background-color: #F2EEEA !important;
}

.select2-results__option--selected.select2-results__option--highlighted {
    color: #2D5FAF !important;
    background-color: #F2EEEA !important;
}

.site-checkbox,
.site-radio {
    position: relative;
}

.site-checkbox input[type="checkbox"],
.site-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.site-checkbox._blue,
.site-radio._blue {
    --label-color: #fff;

    --border-color: rgba(255, 255, 255, 0.35);
    --border-color-hover: var(--color-cream);

    --bg-color: var(--color-blue);
    --bg-active-disabled: rgba(255, 255, 255, .5);

    --icon-color: var(--color-dark-blue);
    --icon-color-active-disabled: #fff;
}

.site-checkbox._white,
.site-radio._white,
.site-checkbox._gray,
.site-radio._gray {
    --label-color: inheit;

    --border-color: rgba(31, 46, 69, 0.25);
    --border-color-hover: var(--color-blue);

    --bg-color: var(--color-cream);
    --bg-active-disabled: rgba(31, 46, 69, .5);

    --icon-color: #fff;
    --icon-color-active-disabled: #fff;
}

.site-checkbox label,
.site-radio label {
    color: var(--label-color);
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}

.site-checkbox label::before,
.site-radio label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    display: block;
    transition: all .3s ease-in-out;
}

.site-radio label::before {
    border-radius: 50%;
}

.site-checkbox label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L3 8L9 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    background-color: var(--icon-color);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.site-radio label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: var(--icon-color);
    transition: all .3s ease-in-out;
    opacity: 0;
    border-radius: 50%;
}

.site-checkbox input[type="checkbox"]:checked ~ label::before,
.site-radio input[type="radio"]:checked ~ label::before {
    border-color: transparent;
    background-color: var(--border-color-hover);
}

.site-checkbox input[type="checkbox"]:checked ~ label::after,
.site-radio input[type="radio"]:checked ~ label::after {
    opacity: 1;
}

.site-checkbox input[type="checkbox"]:disabled ~ label,
.site-radio input[type="radio"]:disabled ~ label {
    opacity: .35;
    cursor: default;
}

.site-checkbox input[type="checkbox"]:disabled ~ label::before,
.site-radio input[type="radio"]:disabled ~ label::before {
    border-color: transparent;
    background-color: var(--bg-active-disabled);
}

.site-checkbox input[type="checkbox"]:disabled:checked ~ label::after,
.site-radio input[type="radio"]:disabled:checked ~ label::after {
    background-color: var(--icon-color-active-disabled);
}

@media (hover: hover) {

    .site-checkbox input[type="checkbox"]:not(:disabled) ~ label:hover::before,
    .site-radio input[type="radio"]:not(:disabled) ~ label:hover::before {
        border-color: var(--border-color-hover);
    }

    .site-checkbox input[type="checkbox"]:checked:not(:disabled) ~ label:hover::before,
    .site-radio input[type="radio"]:checked:not(:disabled) ~ label:hover::before {
        background-color: var(--bg-color);
        border-color: transparent;
    }

    .form-item:hover .form-item__input:not(:disabled) {
        border-color: var(--border-color-hover);
        color: var(--input-color-hover);
    }

    .form-item:hover .form-item__input:not(:disabled) ~ .form-item__label,
    .select-wrapper:hover .site-select:not(:disabled) ~ .form-item__label {
        color: var(--label-color-hover);
    }

    .form-item:hover:has(.form-item__input:required)::before,
    .select-wrapper:hover:has(.site-select:required)::before  {
        background-color: var(--input-color-hover);
    }

    .select-wrapper .select2-container:not(.select2-container--open, .select2-container--disabled):hover .select2-selection {
        border-color: var(--border-color-hover) !important;
    }

    .select-wrapper .select2-container:not(.select2-container--open, .select2-container--disabled):hover .select2-selection__rendered {
        color: var(--input-color-hover) !important;
    }

    .select-wrapper .select2-container:not(.select2-container--open, .select2-container--disabled):hover .select2-selection__arrow b {
        background-color: var(--input-color-hover) !important;
    }
}

@media only screen and (max-width: 1199px) {


    :root {
        --form-input-fz: 13px;
        --form-input-padding: 16px 8px 3px 8px;
    }

    .form-item__input,
    .select2-selection {
        height: 40px !important;
    }

    .form-item__label {
        font-size: 10px;
        top: 5px;
        left: 10px;
    }

    .form-item:has(.form-item__input:required)::before,
    .select-wrapper:has(.site-select:required)::before {
        top: 7px;
        right: 6px;
    }

    .site-checkbox label,
    .site-radio label {
        padding-left: 24px;
    }

    .site-checkbox label::before,
    .site-radio label::before {
        width: 16px;
        height: 16px;
    }

    .site-checkbox label::after {
        top: 5px;
        left: 4px;
    }

    .site-radio label::after {
        width: 6px;
        height: 6px;
        top: 5px;
        left: 5px;
    }

}
/* End */


/* Start:/local/templates/site/assets/css/icons.css?17754609131221*/
.icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.icon-success {
    background: #18C008;
    padding: 5px 6px;
    border-radius: 0px 0px 6px 6px;
}

.icon-success::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.75L2.75 5.75L7.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 5.75L11.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 7px;
    display: block;
}

.icon-plus {
    mask-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9929 0V30M30 14.993L0 14.993' stroke='%232D5FAF' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-color: var(--color-blue);
}
/* End */


/* Start:/local/templates/site/assets/css/slider.css?17762427845537*/

.swiper-arrows {
    display: inline-flex;
    column-gap: 20px;
}

.swiper-btn._blue {
    --icon-color: #fff;
    --icon-color-hover: var(--color-cream);
    --icon-color-active: var(--color-blue);
}

.swiper-btn._white {
    --icon-color: var(--color-dark-blue);
    --icon-color-hover: var(--color-cream);
    --icon-color-active: var(--color-blue);
}

.swiper-btn._bg {
    width: 60px;
    height: 60px;
    padding: 20px;
    background-color: var(--color-blue);
    transition: all .3s ease-in-out;

    --icon-color: #fff;
    --icon-color-hover: #fff;
    --icon-color-active: #fff;
}

.swiper-btn {
    transition: background-color .3s ease-in-out;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 5;
}

.swiper-btn::before {
    content: '';
    transition: background-color .3s ease-in-out;
    mask-size: cover;
    width: 100%;
    height: 100%;
    background-color: var(--icon-color);
    display: block;
}

.swiper-btn-prev::before {
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0607 0.530273L1.06067 10.5303M1.06067 10.5303L11.0607 20.5303M1.06067 10.5303H21.0607' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.swiper-btn-next::before {
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.530273L20 10.5303M20 10.5303L10 20.5303M20 10.5303H0' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.swiper-counter._cream {
    --item-color: #fff;
    --counter-color: var(--color-cream);
    --bg-divider: var(--color-cream);
}

.swiper-counter._blue {
    --item-color: var(--color-dark-blue);
    --counter-color: var(--color-blue);
    --bg-divider: var(--color-blue);
}

.swiper-counter {
    position: relative;
    height: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
}

.swiper-counter__item {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    align-self: end;
    color: var(--item-color);
    margin-bottom: -2px;
}

.swiper-counter__divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mask-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353577 0.353577L30.3536 30.3536' stroke='%23DCCEB4'/%3E%3C/svg%3E%0A");
    width: 31px;
    height: 31px;
    background-color: var(--bg-divider);
}

.swiper-counter__item._counter {
    align-self: flex-start;
    color: var(--counter-color);
    margin-top: -2px;
}

.swiper-btn:not(.swiper-button-disabled):active::before {
    background-color: var(--icon-color-active) !important;
}

.swiper-btn._bg:not(.swiper-button-disabled):active {
    background-color: var(--color-cream);
    backdrop-filter: blur(6px);
    box-shadow: none !important;

}

.swiper-btn.swiper-button-disabled {
    opacity: .25;
    cursor: default;
}

.slider-dots._blue {
    --bg-color: var(--color-dark-blue);
}

.slider-dots._white {
    --bg-color: #fff;
}

.slider-dots {
    display: flex;
    gap: 10px;
    width: auto !important;
}

.swiper-pagination-bullet {
    margin: 0px !important;
    opacity: 1;
    padding: 8px;
    background-color: transparent;
    border: 2px solid transparent;
    position: relative;
}

.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--bg-color);
}

.swiper-pagination-bullet svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-pagination-bullet svg circle {
    --progress: 0;
    stroke-dasharray: calc(var(--progress) * 62.8318530718) 62.8318530718;
    transform: rotate(-90deg);
    transform-origin: 10px 10px;
}

@media (hover: hover) {
    .swiper-btn:not(.swiper-button-disabled):hover::before {
        background-color: var(--icon-color-hover);
    }

    .swiper-btn._bg:not(.swiper-button-disabled):hover {
        box-shadow: 0px 15px 30px rgba(45, 95, 175, 0.25), 0px 10px 20px rgba(45, 95, 175, 0.35);
    }
}

@media only screen and (max-width: 1599px) {
    .swiper-btn._bg {
        width: 40px;
        height: 40px;
        padding: 13px;
    }
}

@media only screen and (max-width: 959px) {
    .swiper-btn._bg {
        width: 30px;
        height: 30px;
        padding: 9px;
    }

    .swiper-btn._bg.swiper-btn-prev::before {
        mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06055 0.530273L1.06055 5.53027M1.06055 5.53027L6.06055 10.5303M1.06055 5.53027H11.0605' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    }

    .swiper-btn._bg.swiper-btn-next::before {
        mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0.530273L10 5.53027M10 5.53027L5 10.5303M10 5.53027H0' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/menu/header/style.css?1774595862363*/

.header-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 40px;
}

.header-menu > li {
}

.header-menu > li > a {
	font-family: 'Mulish';
	padding: 21px 0;
	display: block;
	transition: color .3s ease-in-out;
	font-size: 13px;
	white-space: nowrap;
}

@media (hover: hover) {
	.header-menu > li > a:hover {
		color: var(--color-blue);
	}
}
/* End */


/* Start:/local/templates/site/components/bitrix/breadcrumb/breadcrumb/style.css?17780535621520*/

.site-breadcrumbs._light {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding-top: 40px;
}

.site-breadcrumbs {
	padding-top: 30px;
}

.site-breadcrumbs._light .site-breadcrumbs__wrapper {
	padding: 20px 25px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	width: fit-content;
}

.bx-breadcrumb {
	display: flex;
	align-items: center;
	overflow-x: auto;
}

.bx-breadcrumb-item {
	white-space: nowrap;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item > a {
	font-family: 'Mulish';
	font-weight: 600;
	color: var(--color-blue);
}

.site-breadcrumbs._light .bx-breadcrumb-item > a {
	color: rgba(255, 255, 255, .7);
}

.bx-breadcrumb-item > span {
	font-weight: 800;
	color: var(--color-dark-blue);
}

.site-breadcrumbs._light .bx-breadcrumb-item > span {
	color: #fff;
}

.bx-breadcrumb i {
	margin: 0 14px;
	mask-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353546L8.35352 8.35355' stroke='%231F2E45'/%3E%3C/svg%3E%0A");
	width: 9px;
	height: 9px;
	display: block;
	opacity: .25;
	background-color: var(--color-dark-blue);
}

.site-breadcrumbs._light .bx-breadcrumb i {
	opacity: .35;
	background-color: #fff;
}

@media only screen and (max-width: 1599px) {
	.site-breadcrumbs._light {
		padding-top: 20px;
	}
}
/* End */


/* Start:/local/templates/site/components/bitrix/menu/footer/style.css?17750414031200*/

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
    z-index: 2;
}

.footer-menu > li {
}

.footer-menu > li > a {
    font-family: 'Mulish';
    display: block;
    white-space: nowrap;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    transition: color .3s ease-in-out;
}

@media (hover: hover) {
    .footer-menu > li > a:hover {
        color: var(--color-cream);
    }
}

@media only screen and (max-width: 1599px) {
    .site-footer__triangle .footer-menu {
        padding-left: 25px;
    }

    .footer-menu {
        row-gap: 20px;
    }

    .footer-menu > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-footer__triangle .footer-menu {
        padding-left: 0;
    }
    .footer-menu {
        row-gap: 17px;
    }
}

@media only screen and (max-width: 959px) {
    .footer-menu > li > a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu {
        row-gap: 15px;
    }
    .site-footer__triangle .footer-menu {
        padding-top: 15px;
    }
}
/* End */


/* Start:/local/templates/site/components/bitrix/menu/footer-links/style.css?1775041188980*/

.site-footer__links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	column-gap: 50px;
}

.site-footer__links > li {
}

.site-footer__links > li > a {
	font-family: 'Mulish';
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	transition: text-decoration-color .3s ease-in-out;
	text-decoration: underline rgba(254, 254, 254, .35);
	text-underline-offset: 2px;
}

@media (hover: hover) {
	.site-footer__links > li > a:hover {
		text-decoration-color: transparent;
	}
}

@media only screen and (max-width: 1599px) {
	.site-footer__links {
		column-gap: 30px;
		justify-content: center;
	}
	.site-footer__links > li > a {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1199px) {
	.site-footer__links {
		justify-content: start;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.site-footer__links {
		row-gap: 12px;
		flex-direction: column;
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/site/styles.css?177744359757385*/

:root {
    --color-blue: #2D5FAF;
    --color-cream: #DCCEB4;
    --color-dark-blue: #1F2E45;
    --color-gray: #F2EEEA;
}

@font-face {
    font-family: 'Gogh';
    src: url('/local/templates/site/assets/fonts/Gogh/Gogh-ExtraBold.eot');
    src: url('/local/templates/site/assets/fonts/Gogh/Gogh-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Gogh/Gogh-ExtraBold.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Gogh/Gogh-ExtraBold.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Gogh/Gogh-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraLight.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraLight.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraLight.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Light.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Light.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Light.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Regular.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Regular.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Regular.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Medium.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Medium.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Medium.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-SemiBold.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-SemiBold.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-SemiBold.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Bold.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Bold.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Bold.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraBold.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraBold.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraBold.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Black.eot');
    src: url('/local/templates/site/assets/fonts/Mulish/Mulish-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Black.woff2') format('woff2'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Black.woff') format('woff'),
    url('/local/templates/site/assets/fonts/Mulish/Mulish-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Mulish';
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: -0.02em;
    min-width: 320px;
    color: var(--color-dark-blue);
}

p {
    color: rgba(31, 46, 69, .7);
}

blockquote._blue {
    --bg-color: linear-gradient(152.26deg, #2D5FAF 39.36%, rgba(45, 95, 175, 0) 125.74%);
}

blockquote {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 0;
    padding-left: 94px;
    z-index: 5;
}

blockquote::before {
    content: '';
    mask-image: url("data:image/svg+xml,%3Csvg width='54' height='44' viewBox='0 0 54 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5205 6.63184C18.0158 10.1906 15.5517 13.4804 14.1279 16.5C13.3687 18.1102 12.8143 19.7827 12.46 21.5156H23V44H0V29.2793C2.88272e-05 23.7794 0.985675 18.7104 2.95703 14.0732C4.92838 9.43619 8.26839 4.7449 12.9775 0L21.5205 6.63184Z' fill='url(%23paint0_linear_2910_4219)'/%3E%3Cpath d='M52.5205 6.63184C49.0158 10.1906 46.5517 13.4804 45.1279 16.5C44.3687 18.1102 43.8143 19.7827 43.46 21.5156H54V44H31V29.2793C31 23.7794 31.9857 18.7104 33.957 14.0732C35.9284 9.43619 39.2684 4.7449 43.9775 0L52.5205 6.63184Z' fill='url(%23paint1_linear_2910_4219)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2910_4219' x1='25.5' y1='15.5' x2='46.5' y2='64.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232D5FAF'/%3E%3Cstop offset='1' stop-color='%232D5FAF' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2910_4219' x1='25.5' y1='15.5' x2='46.5' y2='64.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232D5FAF'/%3E%3Cstop offset='1' stop-color='%232D5FAF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 54px;
    height: 44px;
    position: absolute;
    left: 0;
    top: -15px;
    background: var(--bg-color);
    mask-size: cover;
}

a {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.text-cream {
    transition: color .3s ease-in-out, text-decoration-color .3s ease-in-out;
    text-decoration: underline 1px rgba(220, 206, 180, .35);
    text-underline-offset: 2px;
}

a.text-cream:visited {
    color: #D9D9D9;
    text-decoration-color: rgba(217, 217, 217, .35);
}

a.text-cream[disabled],
a.text-cream._disabled {
    opacity: .5;
    cursor: default;
}

a.text-blue {
    transition: color .3s ease-in-out, text-decoration-color .3s ease-in-out;
    text-decoration: underline 1px rgba(45, 95, 175, .35);
    text-underline-offset: 2px;
}

a.text-blue:visited {
    color: var(--color-cream);
    text-decoration-color: rgba(220, 206, 180, .35);
}

a.text-blue[disabled],
a.text-blue._disabled {
    opacity: .5;
    cursor: default;
}

.text-cream {
    color: var(--color-cream);
}

.text-white {
    color: #fff;
}

.text-blue {
    color: var(--color-blue);
}

.bg-dark-blue {
    background-color: var(--color-dark-blue);
}

.bg-gray {
    background-color: var(--color-gray);
}

.simplebar-track {
    width: 4px !important;
    background: #1F2E4526;
}

.simplebar-scrollbar:before {
    background: var(--color-blue) !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
}

ul.list,
.list ul {
    margin: 0;
    padding-left: 12px;
    list-style: none;
}

ul.list li,
.list ul li {
    position: relative;
    margin-bottom: 4px;
}

ul.list li::before,
.list ul li::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-blue);
    display: block;
}

.tab.filter-item {
    position: relative;
}

.tab.filter-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tab.filter-item._white {
    --bg-color: #fff;
}

.tab.filter-item._gray {
    --bg-color: #F4F2EF;
}

.tab.filter-item label {
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 11px;
    line-height: 1;
    padding: 0 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: var(--bg-color);
    white-space: nowrap;
}

.tab.filter-item input[type="radio"]:checked ~ label {
    background-color: var(--color-cream) !important;
}

.tab.filter-item input[type="radio"]:not([disabled], ._disabled) ~ label:active {
    color: var(--color-dark-blue) !important;
    background-color: var(--color-cream);
}

.tab.filter-item input[type="radio"]:disabled ~ label {
    opacity: .5;
    cursor: default;
}

.vertical-subtitle._blue {
    --color-text: rgba(31, 46, 69, .35);
    --color-line: rgba(31, 46, 69, .15);
}

.vertical-subtitle._white {
    --color-text: rgba(255, 255, 255, .35);
    --color-line: rgba(255, 255, 255, .15);
}

.vertical-subtitle {
    writing-mode: sideways-lr;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--color-text);
    position: relative;
    display: flex;
    align-items: center;
}

.vertical-subtitle::before {
    content: '';
    display: block;
    width: 1px;
    height: 64px;
    background-color: var(--color-line);
    position: absolute;
    top: calc(100% + 30px);
}

.cut-corners._big {
    --corner-top: 130px;
    --corner-bot: 130px;
}

.cut-corners._med {
    --corner-top: 80px;
    --corner-bot: 80px;
}

.cut-corners._sm {
    --corner-top: 65px;
    --corner-bot: 65px;
}

.cut-corners._xsm {
    --corner-top: 15px;
    --corner-bot: 15px;
}

.cut-corners {
    clip-path: polygon(0% 0%, calc(100% - var(--corner-top)) 0%, 100% var(--corner-top), 100% 100%, calc(100% - var(--corner-top)) 100%, var(--corner-bot) 100%, 0% calc(100% - var(--corner-bot)), 0% var(--corner-bot));
    transition: .3s ease-in-out;
}

picture.lazy {
    display: flex;
    align-items: center;
    justify-content: center;
}

picture.lazy img:not(.bx-lazyload-success) {
    width: auto !important;
    height: auto !important;
}

.accordion ul,
.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion li {
    position: relative;
}

.accordion li:not(:last-child) {
    margin-bottom: 10px;
}

.accordion input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    left: 0;
    z-index: 5;
}

.accordion-content {
    position: relative;
    border-top: 1px solid rgba(31, 46, 69, 0.15);
    border-right: 1px solid rgba(31, 46, 69, 0.15);
    border-bottom: 1px solid rgba(31, 46, 69, 0.15);
    transition: all .3s ease-in-out;
}

.accordion-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 37.5px;
    border-left: 1px solid rgba(31, 46, 69, 0.15);
}

.accordion-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 82.5px);
    border-left: 1px solid rgba(31, 46, 69, 0.15);
}

.accordion-head {
    position: relative;
}

.accordion-head .icon {
    position: absolute;
    right: 45px;
    top: calc(50% + 6px);
    transform: translateY(-50%);
}

.accordion-counter {
    position: absolute;
    left: -9px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    font-family: 'Gogh';
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-blue);
    transition: color .3s ease-in-out;
}

.accordion-title__wrapper {
    padding: 45px 0 30px 0;
    margin: 0 45px 12px 60px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease-in-out;
}

.accordion-body__wrapper {
    position: relative;
    overflow: hidden;
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion-body {
    padding: 58px 45px 82px 60px;
    position: relative;
}

.accordion-title {
    transition: color .3s ease-in-out;
}

.accordion-content__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.accordion-content__text p {
    margin-top: 0;
}

.accordion-content__text p:last-child {
    margin-bottom: 0;
}

.accordion-bg {
    position: absolute;
    mask-image: url("data:image/svg+xml,%3Csvg width='1041' height='120' viewBox='0 0 1041 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2910_3996' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1041' height='120'%3E%3Crect width='1041' height='120' fill='url(%23paint0_linear_2910_3996)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2910_3996)'%3E%3Cg opacity='0.5'%3E%3Cpath d='M27.4453 4.96289C28.2388 4.95978 29.0256 5.11392 29.7598 5.41504C30.4937 5.71612 31.161 6.15845 31.7236 6.71777L31.7266 6.72168C32.2945 7.27501 32.744 7.93872 33.0449 8.67188C33.3458 9.4051 33.4931 10.1929 33.4775 10.9854L33.4766 10.9951L33.4775 11.0049C33.4911 11.778 33.3423 12.5458 33.042 13.2588C32.7417 13.9717 32.2953 14.6138 31.7324 15.1445L31.7168 15.1602C30.5898 16.3218 29.051 16.9926 27.4326 17.0273H16.0625V4.96289H27.4453ZM44.8125 10.9922C44.7898 7.8355 43.9248 4.76924 42.3418 2.09473C43.6129 3.20438 45.2087 4.62615 47.0332 6.27441C51.5413 10.3471 57.4427 15.7867 63.3076 21.249C69.1723 26.7111 74.9991 32.1952 79.3594 36.3574C81.5397 38.4388 83.352 40.188 84.6182 41.4385C85.2517 42.0642 85.7458 42.5621 86.0801 42.9131C86.248 43.0894 86.3706 43.2241 86.4492 43.3164C86.4541 43.3222 86.4585 43.3278 86.4629 43.333V43.3867L86.6074 43.5332C88.8779 45.8214 90.422 48.7286 91.0459 51.8906C91.6698 55.0526 91.3455 58.3289 90.1143 61.3076C88.8831 64.2859 86.7995 66.8345 84.125 68.6338C81.5063 70.3955 78.4353 71.3589 75.2822 71.416L65.8447 62.0889H75.083C76.9482 62.0888 78.7366 61.3488 80.0557 60.0303C81.3747 58.7117 82.1161 56.9226 82.1162 55.0576C82.1162 53.1925 81.3747 51.4036 80.0557 50.085C78.7366 48.7663 76.9484 48.0255 75.083 48.0254L75.0684 48.1436H63.1777V89.4414L43.4609 88.1807L1.21875 46.5312H16.0625V17.3145L16.6367 17.8828L27.0918 28.2158L27.2373 28.3604H27.4434C32.05 28.3603 36.4682 26.5308 39.7256 23.2744C42.9829 20.018 44.8124 15.6013 44.8125 10.9961V10.9922Z' stroke='%23DCCEB4'/%3E%3Cpath d='M133.081 2.14062C134.35 3.24337 135.933 4.64957 137.738 6.27539C142.261 10.348 148.177 15.7864 154.072 21.249C159.967 26.7114 165.839 32.1968 170.275 36.3604C172.493 38.442 174.351 40.1936 175.674 41.4463C176.335 42.0724 176.861 42.5733 177.231 42.9287C177.417 43.1065 177.562 43.2476 177.665 43.3486C177.777 43.4588 177.818 43.5012 177.818 43.501L177.832 43.5176L177.847 43.5332C180.117 45.8214 181.661 48.7286 182.285 51.8906C182.909 55.0526 182.585 58.3289 181.353 61.3076C180.122 64.286 178.039 66.8345 175.364 68.6338C172.746 70.3954 169.675 71.3588 166.522 71.416L157.084 62.0889H166.322C168.187 62.0888 169.977 61.3489 171.296 60.0303C172.615 58.7116 173.355 56.9225 173.355 55.0576C173.355 53.1927 172.615 51.4037 171.296 50.085C169.977 48.7663 168.187 48.0255 166.322 48.0254H165.822V48.1436H153.941V89.4414L134.225 88.1807L91.9823 46.5312H106.826V17.3135L107.401 17.8828L117.855 28.2158L118.001 28.3594L118.205 28.3604C120.486 28.3676 122.745 27.9161 124.848 27.0332C126.95 26.1504 128.854 24.8536 130.445 23.2207L130.444 23.2197C132.054 21.6183 133.334 19.7157 134.206 17.6191C135.079 15.5202 135.529 13.2694 135.529 10.9961C135.529 8.72263 135.079 6.47112 134.206 4.37207C133.885 3.60027 133.508 2.85467 133.081 2.14062ZM118.209 4.96289C119.002 4.95978 119.789 5.11392 120.523 5.41504C121.257 5.71612 121.925 6.15873 122.487 6.71777L122.491 6.72168C123.059 7.27495 123.508 7.93882 123.808 8.67188C124.109 9.4051 124.257 10.1929 124.241 10.9854V11.0049C124.255 11.778 124.107 12.5458 123.807 13.2588C123.506 13.9717 123.06 14.6138 122.497 15.1445L122.481 15.1602C121.354 16.3218 119.815 16.9926 118.196 17.0273H106.826V4.96289H118.209Z' stroke='%23DCCEB4'/%3E%3Cpath d='M223.965 2.37793C225.234 3.48067 226.817 4.88689 228.623 6.5127C233.145 10.5853 239.061 16.0239 244.956 21.4863C250.85 26.9487 256.723 32.4341 261.159 36.5977C263.377 38.6794 265.235 40.4308 266.557 41.6836C267.218 42.31 267.746 42.8105 268.116 43.166C268.301 43.3439 268.446 43.4849 268.549 43.5859C268.662 43.6961 268.702 43.7386 268.702 43.7383L268.717 43.7578L268.736 43.7754C270.269 45.277 271.486 47.0699 272.318 49.0479C273.149 51.0258 273.578 53.1495 273.578 55.2949C273.578 57.4403 273.149 59.5641 272.318 61.542C271.487 63.5198 270.269 65.3119 268.736 66.8135L268.73 66.8203C267.224 68.3476 265.429 69.561 263.451 70.3916C261.535 71.1959 259.484 71.6234 257.408 71.6553L247.967 62.3271H257.206C259.071 62.3271 260.86 61.5861 262.179 60.2676C263.498 58.9489 264.24 57.1598 264.24 55.2949C264.24 53.4299 263.498 51.641 262.179 50.3223C260.91 49.0537 259.206 48.3215 257.417 48.2676L257.293 48.1436H244.707V89.4404L224.99 88.1807L182.87 46.7686H197.71V17.5527L198.285 18.1211L208.74 28.4531L208.885 28.5967L209.089 28.5977C211.37 28.6049 213.629 28.1533 215.732 27.2705C217.834 26.3877 219.738 25.0909 221.33 23.458L221.329 23.457C222.939 21.8556 224.218 19.953 225.09 17.8564C225.964 15.7575 226.413 13.5066 226.413 11.2334C226.413 8.96005 225.964 6.70852 225.09 4.60938C224.769 3.83758 224.393 3.09198 223.965 2.37793ZM209.093 5.20117C209.887 5.19806 210.674 5.35128 211.408 5.65234C212.142 5.95343 212.809 6.39678 213.372 6.95605L213.375 6.95898C213.943 7.51221 214.392 8.17669 214.693 8.91016C214.994 9.64332 215.141 10.4303 215.125 11.2227L215.125 11.2324L215.125 11.2422C215.139 12.0156 214.991 12.7835 214.691 13.4961C214.391 14.209 213.944 14.851 213.381 15.3818L213.366 15.3975C212.239 16.5591 210.699 17.2309 209.081 17.2656H197.71V5.20117H209.093Z' stroke='%23DCCEB4'/%3E%3Cpath d='M315.359 2.05469C316.62 3.1523 318.186 4.54592 319.97 6.15527C324.483 10.2277 330.38 15.6667 336.238 21.1289C342.095 26.5909 347.911 32.075 352.262 36.2373C354.438 38.3188 356.246 40.0688 357.509 41.3193C358.141 41.945 358.634 42.443 358.967 42.7939C359.135 42.9702 359.257 43.104 359.335 43.1963C359.34 43.202 359.345 43.2077 359.349 43.2129V43.2715L359.499 43.4189C361.032 44.9205 362.25 46.7135 363.081 48.6914C363.913 50.6693 364.341 52.7931 364.341 54.9385C364.341 57.0839 363.913 59.2077 363.081 61.1855C362.25 63.1634 361.032 64.9555 359.499 66.457L359.494 66.4639C357.987 67.9911 356.192 69.2046 354.214 70.0352C352.298 70.8397 350.246 71.2672 348.169 71.2988L338.622 61.9707H347.969V61.9697C348.879 61.9845 349.783 61.8111 350.621 61.458C351.452 61.1084 352.2 60.5902 352.822 59.9385C353.513 59.3021 354.066 58.5286 354.444 57.668C354.821 56.8073 355.016 55.8779 355.016 54.9385C355.016 53.9989 354.821 53.0688 354.444 52.208C354.071 51.3582 353.527 50.5946 352.847 49.9629C352.221 49.2991 351.463 48.7731 350.621 48.4189C349.78 48.0647 348.873 47.8902 347.96 47.9062L347.469 47.915V48.1436H335.589V89.4404L315.873 88.1807L273.629 46.5303H289.069V17.3154L289.642 17.8828L300.097 28.2158L300.243 28.3594H300.448C303.894 28.3639 307.263 27.3441 310.127 25.4287C312.992 23.5133 315.222 20.7894 316.534 17.6035C317.845 14.4178 318.179 10.9141 317.493 7.53809C317.097 5.59172 316.371 3.73923 315.359 2.05469ZM300.451 4.96289C301.244 4.95976 302.031 5.1139 302.765 5.41504C303.499 5.71613 304.166 6.1587 304.729 6.71777L304.733 6.72168C305.301 7.27489 305.749 7.93843 306.05 8.67188C306.351 9.40518 306.498 10.1928 306.483 10.9854L306.482 10.9951L306.483 11.0039C306.496 11.7773 306.348 12.5451 306.048 13.2578C305.748 13.9708 305.302 14.6138 304.739 15.1445L304.723 15.1602C303.596 16.3218 302.056 16.9926 300.438 17.0273H289.069V4.96289H300.451Z' stroke='%23DCCEB4'/%3E%3Cpath d='M405.411 2.05469C406.672 3.15231 408.238 4.54592 410.022 6.15527C414.535 10.2277 420.432 15.6667 426.289 21.1289C432.147 26.591 437.963 32.075 442.314 36.2373C444.49 38.3188 446.298 40.0688 447.561 41.3193C448.193 41.945 448.686 42.443 449.019 42.7939C449.186 42.9702 449.309 43.104 449.387 43.1963C449.392 43.202 449.396 43.2077 449.401 43.2129V43.2676L449.546 43.4141C452.587 46.4791 454.293 50.6216 454.293 54.9385C454.293 59.2554 452.587 63.3979 449.546 66.4629L449.544 66.4639C448.038 67.9909 446.244 69.2047 444.266 70.0352C442.35 70.8394 440.299 71.2669 438.223 71.2988L428.783 61.9707H438.021V61.9697C438.947 61.9866 439.867 61.8144 440.724 61.4629C441.584 61.1101 442.362 60.5845 443.011 59.9189L443.012 59.918C444.307 58.5837 445.032 56.7977 445.032 54.9385C445.032 53.079 444.307 51.2923 443.012 49.958L443.011 49.957C442.362 49.2916 441.584 48.7658 440.724 48.4131C439.864 48.0603 438.941 47.888 438.011 47.9062L437.957 48.1436H426.116V89.4395L406.518 88.1807L364.275 46.5303H379.12V17.4365L379.578 17.8848L390.151 28.2178L390.296 28.3594H390.499C393.945 28.3639 397.315 27.3441 400.179 25.4287C403.043 23.5133 405.274 20.7893 406.585 17.6035C407.897 14.4178 408.23 10.9141 407.544 7.53809C407.149 5.59174 406.423 3.73921 405.411 2.05469ZM390.509 4.96289C391.283 4.94931 392.05 5.09738 392.763 5.39746C393.476 5.69767 394.12 6.14348 394.651 6.70605L394.661 6.71777L394.672 6.72754C395.256 7.27618 395.721 7.9377 396.041 8.67188C396.36 9.4026 396.526 10.1903 396.533 10.9873C396.449 12.5617 395.787 14.0499 394.671 15.165C393.555 16.2813 392.064 16.9446 390.488 17.0273H379.12V4.96289H390.509Z' stroke='%23DCCEB4'/%3E%3Cpath d='M495.883 2.05762C497.161 3.17254 498.772 4.60785 500.617 6.27441C505.125 10.3471 511.026 15.7867 516.891 21.249C522.756 26.7111 528.583 32.1951 532.943 36.3574C535.123 38.4388 536.935 40.188 538.202 41.4385C538.835 42.0642 539.329 42.5621 539.664 42.9131C539.832 43.0894 539.954 43.2241 540.033 43.3164C540.038 43.3222 540.042 43.3278 540.046 43.333V43.3867L540.192 43.5332C542.462 45.8213 544.006 48.7288 544.629 51.8906C545.253 55.0526 544.929 58.3289 543.698 61.3076C542.467 64.286 540.383 66.8345 537.708 68.6338C535.09 70.3954 532.019 71.3588 528.867 71.416L519.428 62.0889H528.667C530.532 62.0888 532.321 61.3489 533.64 60.0303C534.959 58.7116 535.7 56.9225 535.7 55.0576C535.7 53.1927 534.959 51.4037 533.64 50.085C532.321 48.7662 530.532 48.0255 528.667 48.0254L528.655 48.1436H516.88V89.4414L497.283 88.1807L455.04 46.5312H469.765V17.3145L470.339 17.8828L480.794 28.2158L480.941 28.3604H481.147C483.424 28.3539 485.678 27.8963 487.778 27.0146C489.878 26.1331 491.782 24.8447 493.381 23.2236L493.385 23.2197C496.553 19.9385 498.323 15.5561 498.323 10.9961C498.323 7.82741 497.468 4.7448 495.883 2.05762ZM481.146 4.96289C482.746 4.96297 484.281 5.59928 485.413 6.73047C486.544 7.86166 487.179 9.39634 487.179 10.9961L487.18 11.0049C487.194 11.778 487.045 12.5458 486.745 13.2588C486.444 13.9717 485.998 14.6138 485.435 15.1445L485.424 15.1553L485.415 15.166C484.866 15.7493 484.204 16.2151 483.469 16.5352C482.735 16.8551 481.944 17.0223 481.143 17.0273H469.765V4.96289H481.146Z' stroke='%23DCCEB4'/%3E%3Cpath d='M589.635 10.9922C589.613 7.83499 588.747 4.76857 587.164 2.09375C588.435 3.20353 590.031 4.6257 591.856 6.27441C596.364 10.3471 602.265 15.7867 608.13 21.249C613.995 26.7111 619.822 32.1951 624.182 36.3574C626.362 38.4388 628.175 40.188 629.441 41.4385C630.074 42.0641 630.569 42.5621 630.903 42.9131C631.071 43.0894 631.193 43.2241 631.272 43.3164C631.277 43.3222 631.281 43.3278 631.286 43.333V43.3867L631.431 43.5332C633.701 45.8214 635.246 48.7287 635.87 51.8906C636.493 55.0526 636.169 58.3289 634.938 61.3076C633.707 64.2861 631.622 66.8344 628.948 68.6338C626.329 70.3954 623.259 71.3588 620.106 71.416L610.667 62.0889H619.906C621.771 62.0888 623.56 61.3489 624.879 60.0303C626.199 58.7116 626.94 56.9225 626.94 55.0576C626.94 53.1926 626.199 51.4037 624.879 50.085C623.56 48.7662 621.771 48.0254 619.906 48.0254H618.696L618.814 48.1436H607.644V89.4414L587.928 88.1807L545.685 46.5312H560.529V4.96289H571.912C572.705 4.95978 573.492 5.11392 574.226 5.41504C574.96 5.71612 575.627 6.15873 576.19 6.71777L576.194 6.72168C576.762 7.27485 577.21 7.9385 577.511 8.67188C577.812 9.40536 577.959 10.1932 577.944 10.9854V11.0049C577.957 11.778 577.81 12.5458 577.509 13.2588C577.209 13.9717 576.763 14.6138 576.2 15.1445L576.184 15.1602C575.057 16.3218 573.517 16.9926 571.899 17.0273H560.594L561.46 17.8828L571.915 28.2158L572.061 28.3604H572.266C576.873 28.3604 581.291 26.5309 584.548 23.2744C587.806 20.018 589.635 15.6013 589.635 10.9961H589.636L589.635 10.9922Z' stroke='%23DCCEB4'/%3E%3Cpath d='M137.357 92.0454C138.626 93.1482 140.209 94.5541 142.015 96.1802C146.538 100.253 152.453 105.691 158.348 111.154C164.243 116.616 170.115 122.102 174.551 126.265C176.769 128.347 178.627 130.098 179.95 131.351C180.611 131.977 181.138 132.478 181.508 132.833C181.693 133.011 181.839 133.152 181.942 133.253C182.054 133.364 182.094 133.406 182.094 133.406L182.111 133.425L182.414 133.728C183.818 135.166 184.94 136.856 185.719 138.71C186.55 140.689 186.974 142.815 186.967 144.96V144.962C186.967 149.302 185.243 153.465 182.173 156.534C179.151 159.555 175.068 161.271 170.799 161.324L161.25 151.994H170.598V151.993C171.522 151.996 172.438 151.819 173.293 151.468C174.149 151.117 174.928 150.601 175.583 149.949H175.584L175.59 149.942C176.886 148.608 177.61 146.822 177.61 144.962C177.61 143.103 176.886 141.316 175.59 139.982L175.583 139.975C174.927 139.323 174.149 138.807 173.293 138.457C172.593 138.169 171.851 137.999 171.098 137.948V137.811H158.218V179.348L138.5 178.203L96.2573 136.436H111.103V107.219L111.677 107.788L122.132 118.121L122.278 118.264L122.482 118.265C124.762 118.272 127.022 117.821 129.124 116.938C131.227 116.055 133.131 114.758 134.722 113.125L134.721 113.125C136.339 111.527 137.627 109.627 138.507 107.531C139.389 105.432 139.847 103.179 139.853 100.902V100.896C139.826 97.7501 138.951 94.6984 137.357 92.0454ZM122.484 94.8677C124.084 94.8677 125.619 95.5041 126.75 96.6353C127.882 97.7665 128.517 99.3011 128.517 100.901C128.517 102.5 127.882 104.034 126.75 105.166C125.619 106.297 124.084 106.932 122.484 106.932H111.103V94.8677H122.484Z' stroke='%23DCCEB4'/%3E%3Cpath d='M228.122 92.0454C229.391 93.1482 230.974 94.5541 232.78 96.1802C237.303 100.253 243.219 105.691 249.114 111.154C255.009 116.616 260.881 122.102 265.317 126.265C267.535 128.347 269.393 130.098 270.715 131.351C271.376 131.977 271.903 132.478 272.273 132.833C272.458 133.011 272.604 133.152 272.707 133.253C272.819 133.364 272.86 133.406 272.86 133.406L272.875 133.424L272.892 133.441C274.414 134.944 275.616 136.739 276.427 138.717C277.239 140.696 277.642 142.818 277.614 144.956V144.962C277.62 149.273 275.924 153.412 272.895 156.48C269.852 159.435 265.802 161.12 261.565 161.203L252.126 151.875H261.364V151.875C262.29 151.891 263.209 151.719 264.066 151.368C264.926 151.015 265.705 150.489 266.354 149.824H266.355C267.65 148.489 268.375 146.703 268.375 144.843C268.375 142.984 267.65 141.197 266.355 139.863H266.354C265.705 139.197 264.926 138.672 264.066 138.319C263.209 137.967 262.29 137.794 261.364 137.811H248.865V179.348L229.266 178.203L187.022 136.436H201.868V107.341L202.326 107.79L212.899 118.123L213.047 118.266L213.252 118.265C217.847 118.233 222.247 116.394 225.497 113.145C228.747 109.896 230.587 105.498 230.619 100.904V100.896C230.592 97.7501 229.716 94.6984 228.122 92.0454ZM213.251 94.8677C214.044 94.8646 214.831 95.0187 215.565 95.3198C216.299 95.6209 216.966 96.0635 217.529 96.6226C218.64 97.7697 219.26 99.3043 219.26 100.901C219.26 102.497 218.639 104.03 217.529 105.177C216.966 105.736 216.299 106.18 215.565 106.481C214.831 106.782 214.044 106.935 213.251 106.932H201.868V94.8677H213.251Z' stroke='%23DCCEB4'/%3E%3Cpath d='M318.847 92.0464C320.111 93.1492 321.69 94.5548 323.493 96.1802C328.01 100.253 333.93 105.692 339.833 111.155C345.734 116.617 351.618 122.102 356.063 126.265C358.286 128.347 360.149 130.098 361.474 131.351C362.137 131.977 362.665 132.479 363.036 132.834C363.221 133.012 363.367 133.152 363.47 133.253C363.583 133.364 363.623 133.406 363.623 133.406L363.636 133.422L363.651 133.437C366.683 136.505 368.382 140.645 368.377 144.958C368.334 149.263 366.643 153.387 363.652 156.485C360.61 159.437 356.562 161.12 352.328 161.203L342.888 151.875H352.126C353.992 151.875 355.781 151.135 357.1 149.816C358.419 148.497 359.161 146.708 359.161 144.843C359.161 142.978 358.419 141.189 357.1 139.871C355.781 138.552 353.992 137.811 352.126 137.811H339.628V179.348L320.03 178.203L277.786 136.436H292.631V107.341L293.089 107.79L303.663 118.123L303.81 118.266L304.015 118.265C308.6 118.233 312.987 116.389 316.218 113.136C319.449 109.883 321.263 105.485 321.263 100.901L321.258 100.472C321.188 97.4827 320.347 94.585 318.847 92.0464ZM304.012 94.8677C304.787 94.8669 305.554 95.0214 306.268 95.3218C306.892 95.5846 307.465 95.9549 307.96 96.4146L308.168 96.6177C309.282 97.7654 309.905 99.302 309.905 100.901C309.905 102.5 309.282 104.036 308.168 105.183C307.628 105.737 306.982 106.178 306.268 106.478C305.554 106.778 304.787 106.933 304.012 106.932H292.631V94.8677H304.012Z' stroke='%23DCCEB4'/%3E%3Cpath d='M410.25 91.9829C411.524 93.095 413.127 94.5226 414.961 96.1792C419.469 100.252 425.369 105.692 431.234 111.154C437.099 116.616 442.926 122.1 447.287 126.262C449.467 128.344 451.279 130.093 452.546 131.343C453.179 131.969 453.672 132.467 454.006 132.818C454.174 132.994 454.298 133.129 454.377 133.221C454.381 133.227 454.385 133.232 454.389 133.237V133.291L454.534 133.437C457.565 136.503 459.263 140.641 459.26 144.952C459.17 149.188 457.414 153.219 454.374 156.172C451.381 159.079 447.381 160.71 443.214 160.731L433.772 151.4H443.009C444.875 151.4 446.664 150.659 447.983 149.34C449.302 148.022 450.044 146.233 450.044 144.368C450.043 142.503 449.302 140.715 447.983 139.396C446.664 138.077 444.875 137.336 443.009 137.336H442.509V137.811H430.63V179.348L410.912 178.203L368.786 136.436H384.109V107.22L384.683 107.788L395.137 118.121L395.284 118.265H395.491C397.768 118.259 400.022 117.801 402.122 116.919C404.221 116.038 406.126 114.75 407.725 113.128L407.726 113.126C410.921 109.857 412.72 105.473 412.74 100.903V100.895C412.708 97.7327 411.837 94.6625 410.25 91.9829ZM395.489 94.8677V94.8687L395.499 94.8677C396.292 94.8521 397.08 94.9994 397.813 95.3003C398.455 95.5636 399.043 95.9403 399.551 96.4106L399.764 96.6177C400.878 97.7654 401.502 99.302 401.502 100.901C401.501 102.5 400.878 104.035 399.764 105.183C399.211 105.751 398.547 106.199 397.813 106.5C397.079 106.8 396.292 106.948 395.499 106.932H384.109V94.8677H395.489Z' stroke='%23DCCEB4'/%3E%3Cpath d='M485.423 94.8677C487.023 94.8677 488.558 95.5041 489.69 96.6353C490.821 97.7665 491.456 99.3011 491.456 100.901C491.456 102.5 490.821 104.034 489.69 105.166C488.558 106.297 487.023 106.932 485.423 106.932H474.042V94.8677H485.423ZM502.792 100.895C502.761 97.7326 501.889 94.6625 500.302 91.9829C501.576 93.095 503.179 94.5226 505.013 96.1792C509.521 100.252 515.422 105.691 521.287 111.154C527.152 116.616 532.979 122.1 537.339 126.262C539.519 128.344 541.332 130.093 542.598 131.343C543.231 131.969 543.725 132.467 544.06 132.818C544.228 132.994 544.35 133.129 544.429 133.221C544.434 133.227 544.438 133.233 544.443 133.238V133.296L544.594 133.444C546.131 134.941 547.352 136.732 548.183 138.71C549.014 140.689 549.439 142.815 549.432 144.96V144.962C549.432 149.302 547.708 153.465 544.638 156.534C541.615 159.555 537.532 161.271 533.264 161.324L523.824 151.994H533.063C534.928 151.994 536.717 151.254 538.036 149.935C539.355 148.616 540.096 146.827 540.096 144.962C540.096 143.098 539.355 141.309 538.036 139.99C536.834 138.787 535.24 138.067 533.554 137.949L533.537 137.811H521.157V179.348L501.441 178.203L459.196 136.436H474.042V107.219L474.616 107.788L485.071 118.121L485.217 118.265H485.423C487.704 118.265 489.962 117.815 492.069 116.943C494.177 116.07 496.092 114.792 497.705 113.179C499.318 111.567 500.597 109.652 501.47 107.545C502.343 105.439 502.792 103.181 502.792 100.901V100.895Z' stroke='%23DCCEB4'/%3E%3Cpath d='M591.062 92.0483C592.329 93.1506 593.908 94.5549 595.708 96.1792C600.221 100.252 606.118 105.691 611.976 111.153C617.833 116.615 623.649 122.099 628 126.261C630.176 128.343 631.984 130.093 633.247 131.343C633.879 131.969 634.372 132.467 634.705 132.818C634.872 132.994 634.995 133.128 635.073 133.22C635.078 133.226 635.083 133.232 635.087 133.237V133.296L635.238 133.444C636.776 134.941 637.996 136.732 638.827 138.71C639.658 140.689 640.083 142.815 640.076 144.96V144.962C640.076 149.302 638.352 153.465 635.282 156.534C632.26 159.555 628.178 161.271 623.909 161.324L614.469 151.994H623.707C625.572 151.994 627.362 151.254 628.681 149.935C630 148.616 630.741 146.827 630.741 144.962C630.741 143.097 630 141.309 628.681 139.99C627.506 138.815 625.957 138.1 624.314 137.958L624.301 137.811H611.921V179.348L592.203 178.203L549.96 136.436H564.806V107.219L565.38 107.788L575.835 118.121L575.98 118.264L576.185 118.265C578.465 118.272 580.724 117.821 582.827 116.938C584.93 116.055 586.833 114.758 588.425 113.125L588.424 113.125C590.042 111.527 591.329 109.627 592.21 107.531C593.092 105.432 593.549 103.179 593.556 100.902V100.896C593.528 97.7513 592.654 94.7007 591.062 92.0483ZM576.187 94.8677C577.787 94.8677 579.322 95.5041 580.453 96.6353C581.585 97.7665 582.22 99.3011 582.22 100.901C582.22 102.5 581.585 104.034 580.453 105.166C579.322 106.297 577.787 106.932 576.187 106.932H564.806V94.8677H576.187Z' stroke='%23DCCEB4'/%3E%3Cpath d='M682.182 92.0483C683.449 93.1506 685.028 94.5549 686.828 96.1792C691.341 100.252 697.238 105.691 703.096 111.153C708.953 116.615 714.769 122.099 719.12 126.261C721.296 128.343 723.104 130.093 724.367 131.343C724.999 131.969 725.492 132.467 725.825 132.818C725.992 132.994 726.115 133.128 726.193 133.22C726.198 133.226 726.203 133.232 726.207 133.237V133.296L726.358 133.444C727.896 134.941 729.117 136.732 729.948 138.71C730.777 140.684 731.202 142.804 731.197 144.945C731.049 149.145 729.291 153.127 726.287 156.066C723.331 158.958 719.392 160.62 715.263 160.727L705.718 151.4H715.065V151.399C715.99 151.402 716.906 151.224 717.761 150.874C718.616 150.523 719.394 150.007 720.05 149.355H720.051L720.057 149.348C721.352 148.014 722.076 146.227 722.076 144.368C722.076 142.508 721.352 140.722 720.057 139.388L720.05 139.381C719.394 138.73 718.616 138.214 717.761 137.863C716.905 137.512 715.988 137.333 715.063 137.336L714.565 137.338V137.811H702.684V179.348L682.968 178.203L640.724 136.436H655.569V94.8677H666.95C668.55 94.8677 670.085 95.5041 671.217 96.6353C672.348 97.7666 672.984 99.3013 672.984 100.901C672.984 102.5 672.348 104.034 671.217 105.166C670.085 106.297 668.55 106.932 666.95 106.932H655.635L656.501 107.788L666.955 118.121L667.1 118.264L667.305 118.265C669.585 118.272 671.844 117.821 673.947 116.938C676.047 116.056 677.947 114.762 679.537 113.132L679.538 113.133C681.16 111.535 682.449 109.63 683.331 107.531C684.213 105.432 684.669 103.179 684.676 100.902H684.677L684.676 100.896C684.648 97.7513 683.774 94.7007 682.182 92.0483Z' stroke='%23DCCEB4'/%3E%3Cpath d='M662.675 4.96289C663.469 4.95978 664.256 5.11392 664.99 5.41504C665.724 5.71612 666.391 6.15873 666.954 6.71777L666.958 6.72168C667.525 7.27485 667.974 7.9385 668.275 8.67188C668.576 9.4051 668.723 10.1929 668.708 10.9854L668.707 10.9951L668.708 11.0049C668.721 11.7783 668.573 12.5461 668.273 13.2588C667.973 13.9717 667.526 14.6138 666.964 15.1445L666.948 15.1602C665.821 16.3218 664.281 16.9926 662.663 17.0273H651.293V4.96289H662.675ZM680.043 10.9922C680.02 7.8355 679.155 4.76924 677.572 2.09473C678.843 3.20438 680.439 4.62615 682.263 6.27441C686.771 10.3471 692.673 15.7867 698.538 21.249C704.402 26.7111 710.229 32.1952 714.589 36.3574C716.77 38.4388 718.582 40.188 719.848 41.4385C720.482 42.0642 720.976 42.5621 721.31 42.9131C721.478 43.0894 721.601 43.2241 721.679 43.3164C721.684 43.3222 721.689 43.3278 721.693 43.333V43.3867L721.838 43.5332C724.108 45.8214 725.652 48.7286 726.276 51.8906C726.9 55.0526 726.576 58.3289 725.344 61.3076C724.113 64.2861 722.03 66.8345 719.355 68.6338C716.736 70.3954 713.665 71.3589 710.512 71.416L701.075 62.0889H710.313C712.178 62.0888 713.968 61.3489 715.287 60.0303C716.606 58.7116 717.346 56.9225 717.346 55.0576C717.346 53.1927 716.606 51.4037 715.287 50.085C713.968 48.7663 712.178 48.0255 710.313 48.0254L710.298 48.1436H698.408V89.4414L678.692 88.1807L636.449 46.5312H651.293V17.3145L651.867 17.8828L662.322 28.2158L662.467 28.3604H662.673C667.28 28.3603 671.698 26.5308 674.956 23.2744C678.213 20.018 680.042 15.6013 680.043 10.9961V10.9922Z' stroke='%23DCCEB4'/%3E%3Cpath d='M768.312 2.14258C769.579 3.24495 771.159 4.6497 772.959 6.27441C777.473 10.3469 783.37 15.7858 789.227 21.248C795.084 26.7101 800.9 32.1941 805.251 36.3564C807.427 38.4379 809.235 40.188 810.499 41.4385C811.131 42.0641 811.623 42.5622 811.957 42.9131C812.124 43.0893 812.246 43.2232 812.325 43.3154C812.33 43.3212 812.334 43.3269 812.338 43.332V43.3906L812.489 43.5381C814.022 45.0396 815.239 46.8316 816.071 48.8096C816.902 50.7876 817.331 52.9122 817.331 55.0576C817.331 57.2028 816.902 59.3268 816.071 61.3047C815.239 63.2826 814.022 65.0747 812.489 66.5762L812.482 66.583C810.976 68.1101 809.182 69.3238 807.204 70.1543C805.288 70.9586 803.237 71.386 801.161 71.418L791.72 62.0889H800.958C802.824 62.0888 804.613 61.3489 805.932 60.0303C807.251 58.7116 807.993 56.9225 807.993 55.0576C807.993 53.1927 807.251 51.4037 805.932 50.085C804.613 48.7662 802.824 48.0255 800.958 48.0254L800.947 48.1436H789.172V89.4414L769.457 88.1807L727.213 46.5312H742.057V17.3145L742.631 17.8828L753.086 28.2158L753.232 28.3594L753.436 28.3604C755.717 28.3676 757.976 27.9161 760.079 27.0332C762.181 26.1504 764.085 24.8536 765.676 23.2207L765.675 23.2197C767.285 21.6182 768.564 19.7156 769.436 17.6191C770.309 15.5202 770.759 13.2694 770.759 10.9961C770.759 8.7226 770.309 6.47114 769.436 4.37207C769.115 3.60089 768.739 2.85613 768.312 2.14258ZM753.44 4.96289C754.233 4.95978 755.02 5.11392 755.754 5.41504C756.488 5.71612 757.156 6.15873 757.718 6.71777L757.722 6.72168C758.29 7.27485 758.739 7.9385 759.04 8.67188C759.34 9.4051 759.488 10.1929 759.472 10.9854L759.471 10.9951L759.472 11.0049C759.486 11.7783 759.338 12.5461 759.038 13.2588C758.737 13.9717 758.291 14.6138 757.728 15.1445L757.712 15.1602C756.585 16.3218 755.046 16.9926 753.427 17.0273H742.057V4.96289H753.44Z' stroke='%23DCCEB4'/%3E%3Cpath d='M859.109 2.0498C860.373 3.14829 861.944 4.54424 863.734 6.15625C868.257 10.2288 874.172 15.6674 880.067 21.1299C885.962 26.5922 891.834 32.0777 896.27 36.2412C898.488 38.323 900.346 40.0744 901.669 41.3271C902.33 41.9536 902.857 42.4541 903.227 42.8096C903.413 42.9874 903.558 43.1284 903.661 43.2295C903.773 43.3396 903.813 43.3822 903.813 43.3818L903.829 43.4014L903.847 43.4189C905.38 44.9204 906.598 46.7134 907.429 48.6914C908.261 50.6694 908.689 52.7933 908.689 54.9385C908.689 57.0837 908.261 59.2076 907.429 61.1855C906.598 63.1635 905.38 64.9555 903.847 66.457L903.842 66.4639C902.335 67.9911 900.54 69.2046 898.562 70.0352C896.646 70.8397 894.594 71.2672 892.517 71.2988L882.97 61.9707H892.317V61.9697C893.227 61.9845 894.131 61.8111 894.969 61.458C895.8 61.1084 896.548 60.5902 897.17 59.9385C897.861 59.3021 898.414 58.5286 898.792 57.668C899.169 56.8073 899.364 55.8779 899.364 54.9385C899.364 53.9989 899.17 53.0688 898.792 52.208C898.419 51.3582 897.875 50.5946 897.195 49.9629C896.569 49.2991 895.811 48.7731 894.969 48.4189C894.128 48.0647 893.221 47.8902 892.308 47.9062L891.817 47.915V48.1436H879.937V89.4404L860.22 88.1807L817.977 46.5303H832.822V17.3145L833.396 17.8828L843.851 28.2158L843.997 28.3594H844.202C847.648 28.3639 851.017 27.3441 853.882 25.4287C856.746 23.5133 858.976 20.7894 860.288 17.6035C861.599 14.4177 861.932 10.914 861.246 7.53809C860.85 5.58977 860.123 3.73573 859.109 2.0498ZM844.205 4.96289C844.998 4.95978 845.785 5.11392 846.519 5.41504C847.253 5.71613 847.921 6.15845 848.483 6.71777L848.486 6.72168C849.054 7.27507 849.504 7.93863 849.804 8.67188C850.105 9.40517 850.253 10.1928 850.237 10.9854L850.236 10.9951L850.237 11.0039C850.251 11.7771 850.102 12.5448 849.802 13.2578C849.501 13.9708 849.055 14.6138 848.492 15.1445L848.476 15.1602C847.349 16.3218 845.811 16.9926 844.192 17.0273H832.822V4.96289H844.205Z' stroke='%23DCCEB4'/%3E%3Cpath d='M949.875 2.05176C951.139 3.14997 952.709 4.54511 954.498 6.15625C959.021 10.2289 964.937 15.6673 970.832 21.1299C976.727 26.5922 982.6 32.0777 987.035 36.2412C989.253 38.3229 991.112 40.0744 992.434 41.3271C993.095 41.9533 993.621 42.4541 993.991 42.8096C994.177 42.9874 994.322 43.1284 994.425 43.2295C994.537 43.3397 994.578 43.3821 994.578 43.3818L994.592 43.3984L994.607 43.4141C997.648 46.4791 999.355 50.6214 999.355 54.9385C999.355 59.2554 997.648 63.3979 994.607 66.4629L994.606 66.4639C993.099 67.9909 991.305 69.2046 989.327 70.0352C987.412 70.8394 985.36 71.2669 983.284 71.2988L973.844 61.9707H983.082V61.9697C984.008 61.9866 984.927 61.8143 985.784 61.4629C986.645 61.1101 987.424 60.5846 988.073 59.9189L988.073 59.918C989.369 58.5838 990.093 56.7977 990.093 54.9385C990.093 53.079 989.369 51.2923 988.073 49.958L988.073 49.957C987.424 49.2915 986.645 48.7659 985.784 48.4131C984.924 48.0605 984.002 47.888 983.073 47.9062L982.77 47.9121L982.655 48.1436H970.583V89.4404L950.986 88.1807L908.741 46.5303H923.586V17.4365L924.044 17.8848L934.617 28.2178L934.763 28.3594H934.966C938.412 28.3639 941.782 27.3441 944.647 25.4287C947.511 23.5134 949.741 20.7892 951.052 17.6035C952.363 14.4177 952.697 10.914 952.011 7.53809C951.615 5.59058 950.888 3.73709 949.875 2.05176ZM934.976 4.96289C935.749 4.94931 936.518 5.09735 937.231 5.39746C937.944 5.6976 938.586 6.14336 939.117 6.70605L939.128 6.71777L939.139 6.72754C939.722 7.27634 940.189 7.93791 940.509 8.67188C940.828 9.40257 940.994 10.1904 941 10.9873C940.916 12.5616 940.254 14.0498 939.138 15.165C938.021 16.2813 936.531 16.9446 934.954 17.0273H923.586V4.96289H934.976Z' stroke='%23DCCEB4'/%3E%3Cpath d='M1040.35 2.05566C1041.63 3.17104 1043.24 4.60739 1045.09 6.27539C1049.61 10.3483 1055.53 15.7873 1061.43 21.25C1067.33 26.7124 1073.22 32.1968 1077.66 36.3604C1079.89 38.4422 1081.75 40.1935 1083.07 41.4463C1083.74 42.0727 1084.26 42.5742 1084.64 42.9297C1084.82 43.1075 1084.97 43.2476 1085.07 43.3486C1085.18 43.4587 1085.22 43.5014 1085.22 43.501L1085.24 43.5176L1085.25 43.5332C1087.52 45.8214 1089.07 48.7287 1089.69 51.8906C1090.31 55.0526 1089.99 58.3289 1088.76 61.3076C1087.53 64.2861 1085.44 66.8344 1082.77 68.6338C1080.15 70.3954 1077.08 71.3588 1073.93 71.416L1064.49 62.0889H1073.73C1075.59 62.0888 1077.38 61.3487 1078.7 60.0303C1080.02 58.7117 1080.76 56.9226 1080.76 55.0576C1080.76 53.1925 1080.02 51.4037 1078.7 50.085C1077.38 48.7663 1075.59 48.0254 1073.73 48.0254H1073.23V48.1436H1061.35V89.4414L1041.75 88.1807L999.506 46.5312H1014.23V17.3154L1014.81 17.8828L1025.26 28.2158L1025.41 28.3604H1025.61C1027.89 28.3539 1030.14 27.8963 1032.24 27.0146C1034.34 26.133 1036.25 24.8448 1037.85 23.2236L1037.85 23.2197C1041.02 19.9386 1042.79 15.5562 1042.79 10.9961C1042.79 7.82657 1041.93 4.74331 1040.35 2.05566ZM1025.61 4.96289C1027.21 4.9629 1028.75 5.59923 1029.88 6.73047C1031.01 7.86178 1031.65 9.39643 1031.65 10.9961L1031.65 11.0049C1031.66 11.778 1031.51 12.5458 1031.21 13.2588C1030.91 13.9717 1030.46 14.6138 1029.9 15.1445L1029.89 15.1553L1029.88 15.166C1029.33 15.7493 1028.67 16.2151 1027.94 16.5352C1027.2 16.8551 1026.41 17.0224 1025.61 17.0273H1014.23V4.96289H1025.61Z' stroke='%23DCCEB4'/%3E%3Cpath d='M772.59 92.0483C773.857 93.1506 775.436 94.5549 777.236 96.1792C781.75 100.252 787.647 105.691 793.504 111.153C799.361 116.615 805.177 122.099 809.528 126.261C811.704 128.343 813.512 130.093 814.776 131.343C815.408 131.969 815.9 132.467 816.234 132.818C816.401 132.994 816.523 133.128 816.602 133.22C816.607 133.226 816.611 133.232 816.615 133.237V133.294L816.764 133.441C818.285 134.944 819.489 136.739 820.3 138.717C821.061 140.572 821.463 142.553 821.486 144.555V144.962C821.492 149.273 819.796 153.412 816.767 156.48C813.724 159.435 809.673 161.12 805.437 161.203L795.997 151.875H805.235V151.875C806.162 151.891 807.082 151.719 807.939 151.368C808.799 151.015 809.578 150.489 810.227 149.824H810.228C811.523 148.489 812.247 146.703 812.247 144.843C812.247 142.984 811.523 141.197 810.228 139.863H810.227C809.578 139.197 808.799 138.672 807.939 138.319C807.228 138.028 806.475 137.86 805.711 137.821V137.811H793.331V179.348L773.733 178.203L731.488 136.436H746.334V107.341L746.792 107.79L757.365 118.123L757.513 118.266L757.718 118.265C762.314 118.233 766.713 116.394 769.963 113.145C773.213 109.896 775.052 105.498 775.084 100.904V100.896C775.057 97.7513 774.183 94.7007 772.59 92.0483ZM757.717 94.8677C758.51 94.8646 759.297 95.0187 760.031 95.3198C760.765 95.6209 761.433 96.0635 761.995 96.6226C763.106 97.7697 763.727 99.3043 763.727 100.901C763.727 102.497 763.106 104.03 761.995 105.177C761.433 105.736 760.766 106.18 760.031 106.481C759.297 106.782 758.51 106.935 757.717 106.932H746.334V94.8677H757.717Z' stroke='%23DCCEB4'/%3E%3Cpath d='M863.317 92.0493C864.578 93.1516 866.153 94.5556 867.951 96.1792C872.459 100.252 878.36 105.691 884.225 111.154C890.09 116.616 895.916 122.1 900.277 126.262C902.457 128.344 904.269 130.093 905.536 131.343C906.169 131.969 906.663 132.467 906.997 132.818C907.165 132.994 907.288 133.129 907.367 133.221C907.371 133.227 907.376 133.233 907.38 133.238V133.291L907.525 133.437C910.557 136.505 912.255 140.645 912.25 144.958C912.207 149.263 910.517 153.387 907.526 156.485C904.484 159.437 900.436 161.12 896.202 161.203L886.762 151.875H896V151.875C896.927 151.891 897.847 151.719 898.703 151.368C899.564 151.015 900.343 150.489 900.992 149.824H900.993C902.288 148.489 903.011 146.703 903.011 144.843C903.011 142.984 902.288 141.197 900.993 139.863H900.992C900.343 139.197 899.564 138.672 898.703 138.319C897.993 138.027 897.239 137.86 896.475 137.821V137.811H884.095V179.348L864.497 178.203L822.253 136.436H837.099V107.341L837.557 107.79L848.13 118.123L848.278 118.266L848.483 118.265C853.068 118.233 857.455 116.389 860.686 113.136C863.917 109.883 865.73 105.485 865.73 100.901L865.726 100.472C865.656 97.4839 864.816 94.5872 863.317 92.0493ZM848.48 94.8677C849.254 94.8669 850.021 95.0214 850.735 95.3218C851.359 95.5846 851.932 95.955 852.428 96.4146L852.636 96.6177C853.75 97.7654 854.372 99.302 854.372 100.901C854.372 102.5 853.75 104.036 852.636 105.183C852.095 105.737 851.449 106.178 850.735 106.478C850.021 106.778 849.254 106.933 848.48 106.932H837.099V94.8677H848.48Z' stroke='%23DCCEB4'/%3E%3Cpath d='M953.883 91.979C955.159 93.0917 956.765 94.5217 958.605 96.1802C963.122 100.253 969.042 105.692 974.945 111.155C980.847 116.617 986.731 122.102 991.176 126.265C993.399 128.347 995.261 130.098 996.586 131.351C997.249 131.978 997.777 132.479 998.148 132.834C998.333 133.012 998.479 133.152 998.582 133.253C998.691 133.36 998.732 133.404 998.735 133.406L998.748 133.422L998.763 133.437C1001.8 136.505 1003.5 140.647 1003.49 144.961V144.969C1003.52 147.126 1003.12 149.267 1002.31 151.265C1001.5 153.264 1000.29 155.08 998.767 156.605C997.241 158.13 995.424 159.334 993.425 160.145C991.487 160.931 989.415 161.331 987.324 161.327L977.882 151.994H987.119C988.985 151.994 990.775 151.254 992.094 149.935C993.413 148.616 994.153 146.827 994.154 144.962C994.154 143.098 993.413 141.309 992.094 139.99C991.041 138.937 989.689 138.255 988.238 138.021L988.448 137.811H974.859V179.348L955.141 178.203L913.015 136.436H927.744V107.22L928.319 107.788L938.773 118.121L938.919 118.265H939.125C941.403 118.259 943.657 117.801 945.757 116.919C947.857 116.038 949.762 114.75 951.361 113.128L951.362 113.126C954.557 109.857 956.355 105.474 956.375 100.903V100.895C956.344 97.7313 955.472 94.6595 953.883 91.979ZM939.124 94.8677V94.8687L939.134 94.8677C939.927 94.8521 940.715 94.9994 941.448 95.3003C942.09 95.5636 942.679 95.9403 943.187 96.4106L943.4 96.6177C944.513 97.7653 945.136 99.3018 945.136 100.901C945.136 102.5 944.513 104.036 943.4 105.183C942.846 105.751 942.182 106.199 941.448 106.5C940.715 106.8 939.927 106.948 939.134 106.932H927.744V94.8677H939.124Z' stroke='%23DCCEB4'/%3E%3Cpath d='M1029.89 94.8677C1031.49 94.8677 1033.02 95.504 1034.15 96.6353C1035.29 97.7666 1035.92 99.3012 1035.92 100.901C1035.92 102.5 1035.29 104.034 1034.15 105.166C1033.02 106.297 1031.49 106.932 1029.89 106.932H1018.51V94.8677H1029.89ZM1047.26 100.895C1047.23 97.7327 1046.36 94.6625 1044.77 91.9829C1046.04 93.0949 1047.64 94.5228 1049.48 96.1792C1053.99 100.252 1059.89 105.691 1065.75 111.154C1071.62 116.616 1077.44 122.1 1081.8 126.262C1083.98 128.344 1085.8 130.093 1087.06 131.343C1087.7 131.969 1088.19 132.467 1088.53 132.818C1088.69 132.994 1088.82 133.129 1088.89 133.221C1088.9 133.227 1088.9 133.233 1088.91 133.238V133.296L1089.06 133.444C1090.6 134.941 1091.82 136.732 1092.65 138.71C1093.48 140.689 1093.9 142.815 1093.9 144.96V144.962C1093.9 149.302 1092.17 153.465 1089.1 156.534C1086.08 159.555 1082 161.271 1077.73 161.324L1068.29 151.994H1077.53C1079.39 151.994 1081.18 151.254 1082.5 149.935C1083.82 148.616 1084.56 146.827 1084.56 144.962C1084.56 143.097 1083.82 141.308 1082.5 139.99C1081.3 138.788 1079.71 138.067 1078.02 137.949L1078 137.811H1065.62V179.348L1045.91 178.203L1003.66 136.436H1018.51V107.219L1019.08 107.788L1029.54 118.121L1029.68 118.265H1029.89C1032.17 118.265 1034.43 117.815 1036.54 116.943C1038.64 116.07 1040.56 114.792 1042.17 113.179C1043.78 111.567 1045.06 109.652 1045.94 107.545C1046.81 105.439 1047.26 103.181 1047.26 100.901V100.895Z' stroke='%23DCCEB4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2910_3996' x1='0' y1='60' x2='1041' y2='60' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D9D9D9'/%3E%3Cstop offset='1' stop-color='%23737373' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-color: transparent;
    aspect-ratio: 347 / 40;
    height: 120px;
    right: 0;
    top: 0;
    mask-repeat: no-repeat;
    transition: background-color .3s cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.accordion li:has(input[type=checkbox]:checked) .accordion-title__wrapper {
    border-color: rgba(31, 46, 69, .15);
}

.accordion li:has(input[type=checkbox]:not(:checked)) .accordion-body__wrapper {
    max-height: 0;
    opacity: 0;
}

.accordion li:has(input[type=checkbox]:checked) .icon {
    transform: translateY(-50%) rotate(45deg);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    margin-top: 0;
    font-family: 'Gogh';
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 80px;
}

h2,
.h2 {
    font-size: 60px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 32px;
}

h5,
.h5 {
    font-size: 24px;
}

@media (hover: hover) {

    a.text-cream:hover:not([disabled], ._disabled) {
        color: #fff;
        text-decoration-color: transparent;
    }

    a.text-blue:hover:not([disabled], ._disabled) {
        text-decoration-color: transparent;
    }

    .tab.filter-item input[type="radio"]:not([disabled], ._disabled) ~ label:hover {
        color: var(--color-blue);
    }

    .tab.filter-item input[type="radio"]:checked:not([disabled], ._disabled) ~ label:hover {
        color: var(--color-dark-blue);
    }

    .accordion li:has(input[type=checkbox]:not(:checked)):hover .icon,
    .accordion li:has(input[type=checkbox]:not(:checked)):hover .accordion-bg {
        background-color: var(--color-cream);
    }

    .accordion li:has(input[type=checkbox]:not(:checked)):hover .accordion-title,
    .accordion li:has(input[type=checkbox]:not(:checked)):hover .accordion-counter {
        color: var(--color-cream);
    }

    .accordion li:has(input[type=checkbox]:not(:checked)):hover .accordion-content {
        box-shadow: 0px 20px 60px rgba(31, 46, 69, 0.15);
    }
}

@media only screen and (min-width: 1600px) {
    h1._big,
    .h1._big {
        font-family: 'Gogh';
        font-weight: 800;
        font-size: 100px;
        line-height: 1;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1599px) {
    blockquote {
        padding-left: 58px;
        font-size: 24px;
    }
    blockquote::before {
        top: 0;
        width: 30px;
        height: 24px;
    }
    .accordion-bg {
        height: 92px;
    }
    .accordion-title__wrapper {
        padding: 35px 0 30px 0;
        margin: 0 45px 0px 60px;
    }

    .accordion-head .icon {
        width: 20px;
        height: 20px;
        top: 50%;
    }

    .accordion-content::before {
        height: 21.5px;
    }

    .accordion-content::after {
        height: calc(100% - 68.5px);
    }

    .accordion-body {
        padding: 30px 45px 35px 60px;
    }

    .accordion-content__title {
        font-size: 18px;
    }

    .vertical-subtitle {
        font-size: 11px;
    }

    .cut-corners._big {
        --corner-top: 70px;
        --corner-bot: 70px;
    }

    .cut-corners._med {
        --corner-top: 60px;
        --corner-bot: 60px;
    }

    .cut-corners._sm {
        --corner-top: 50px;
        --corner-bot: 50px;
    }

    body {
        font-size: 13px;
    }

    .tab.filter-item label {
        height: 28px;
        padding: 0 12px;
        font-size: 10px;
    }

    h1,
    .h1 {
        font-size: 64px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .accordion-bg {
        height: 86px;
    }
    .cut-corners._med {
        --corner-top: 50px;
        --corner-bot: 50px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 959px) {
    .accordion-bg {
        opacity: 0;
    }
    .accordion-content__title {
        font-size: 15px;
    }
    .accordion-counter {
        font-size: 15px;
        left: -8px;
    }
    .accordion-content::before {
        height: 17.5px;
    }
    .accordion-content::after {
        height: calc(100% - 51.5px);
    }
    .accordion-title__wrapper {
        padding: 25px 0 25px 0;
    }
    .accordion-body {
        padding: 25px 45px 25px 60px;
    }
    .cut-corners._med {
        --corner-top: 40px;
        --corner-bot: 40px;
    }

    blockquote {
        font-size: 20px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    blockquote {
        padding-left: 0;
        padding-top: 30px;
    }
    blockquote::before {
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 14px;
    }
    .accordion-content::before {
        height: 15.5px;
    }
    .accordion-content::after {
        height: calc(100% - 39.5px);
    }
    .accordion-content__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .accordion-counter {
        font-size: 11px;
        left: -6px;
        top: 25px;
    }
    .accordion-body {
        padding: 20px 20px 50px;
    }
    .accordion-title__wrapper {
        padding: 35px 0 30px 0;
        margin: 0 60px 0px 20px;
    }
    .accordion-title__wrapper {
        padding: 18px 0 18px 0;
    }
    .accordion-head .icon {
        width: 16px;
        height: 16px;
        right: 20px;
    }
    .cut-corners._big {
        --corner-top: 50px;
        --corner-bot: 50px;
    }
    .cut-corners._med {
        --corner-top: 45px;
        --corner-bot: 45px;
    }

    blockquote {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 28px;
    }
}
/* End */


/* Start:/local/templates/site/template_styles.css?1776857641112373*/

.page-content {
    position: relative;
}

.section-about {
    position: relative;
    z-index: 5;
}

.main-slider {
    padding-bottom: 70px;
}

.section-objects {
    position: relative;
    background: radial-gradient(41.07% 131.42% at 82.53% 18.92%, #2D5FAF 0%, #1F2E45 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.section-company {
    background: radial-gradient(41.07% 131.42% at 82.53% 18.92%, #2D5FAF 0%, #1F2E45 100%);
}

.section-company__top {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    overflow: hidden;
}

.section-company__top::before {
    content: '';
    background-image: url("/local/templates/site/assets/img/pattern.svg");
    aspect-ratio: 1102 / 340;
    height: 340px;
    position: absolute;
    top: 0;
    right: 0;
}

.section-company__top::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='667' height='640' viewBox='0 0 667 640' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M460.438 126.842H319.017V640H128.445L0 512.538H191.281V0H460.701C487.781 0.0269133 514.589 5.40923 539.597 15.8396C564.604 26.27 587.321 41.5441 606.447 60.7894C625.662 80.0661 640.901 102.958 651.292 128.156C661.682 153.353 667.021 180.36 667 207.632C667.035 234.905 661.704 261.916 651.312 287.116C640.921 312.315 625.674 335.206 606.447 354.474C587.264 373.697 564.495 388.937 539.442 399.322C514.389 409.708 487.543 415.035 460.438 415L331.862 287.763H460.438C470.956 287.776 481.373 285.702 491.09 281.66C500.807 277.618 509.633 271.688 517.059 264.21C524.484 256.744 530.366 247.879 534.37 238.125C538.373 228.37 540.419 217.918 540.389 207.368C540.421 186.066 532.03 165.622 517.059 150.526C502.027 135.473 481.67 127.005 460.438 126.974V126.842Z' fill='url(%23paint0_linear_2910_4218)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2910_4218' x1='0' y1='0' x2='668.822' y2='638.09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232D5FAF' stop-opacity='0'/%3E%3Cstop offset='0.783298' stop-color='%232D5FAF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 63px;
    aspect-ratio: 667 / 640;
    background-size: cover;
}

.section-company__title {
    margin-bottom: 60px;
}

.section-company__text {
    margin-top: 60px;
}

.section-company__text p:last-child {
    margin: 0;
}

.ymaps-2-1-79-map {
    width: 100% !important;
    height: 100% !important;
}

.section-contacts::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='1042' height='995' viewBox='0 0 1042 995' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M719.305 197.2H498.375V995H200.66L0 796.836H298.823V0H719.715C762.02 0.0418417 803.901 8.40966 842.968 24.6257C882.035 40.8417 917.523 64.5881 947.403 94.5085C977.422 124.478 1001.23 160.068 1017.46 199.242C1033.69 238.416 1042.03 280.404 1042 322.802C1042.05 365.204 1033.73 407.198 1017.49 446.375C1001.26 485.552 977.44 521.14 947.403 551.096C917.434 580.982 881.864 604.675 842.726 620.821C803.588 636.967 761.649 645.25 719.305 645.195L518.44 447.382H719.305C735.737 447.402 752.01 444.177 767.19 437.893C782.37 431.609 796.158 422.389 807.76 410.765C819.359 399.157 828.548 385.375 834.803 370.21C841.057 355.045 844.252 338.795 844.205 322.393C844.255 289.275 831.147 257.491 807.76 234.021C784.276 210.618 752.475 197.454 719.305 197.404V197.2Z' fill='url(%23paint0_linear_2910_3332)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2910_3332' x1='284.389' y1='94.9515' x2='891.054' y2='701.837' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    aspect-ratio: 1042 / 995;
    width: 1042px;
    pointer-events: none;
    background-size: cover;
    z-index: -1;
}

.section-standard {
    position: relative;
    overflow: hidden;
}

.section-standard::before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='776' height='795' viewBox='0 0 776 795' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M492.326 93.4169H298.111V795H36.3958L-140 620.735H122.689V-80H492.686C529.875 -79.9632 566.692 -72.6046 601.035 -58.3443C635.379 -44.0839 666.575 -23.2014 692.842 3.11053C719.231 29.4653 740.158 60.7635 754.427 95.213C768.697 129.662 776.028 166.587 776 203.871C776.048 241.159 768.727 278.089 754.456 312.541C740.185 346.993 719.246 378.289 692.842 404.632C666.497 430.914 635.228 451.749 600.822 465.948C566.417 480.147 529.549 487.431 492.326 487.383L315.75 313.426H492.326C506.771 313.444 521.076 310.608 534.42 305.082C547.765 299.556 559.885 291.448 570.084 281.225C580.281 271.017 588.359 258.897 593.857 245.561C599.355 232.225 602.164 217.935 602.123 203.511C602.167 174.388 590.644 146.437 570.084 125.797C549.44 105.217 521.484 93.6401 492.326 93.5967V93.4169Z' fill='url(%23paint0_linear_2910_3808)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2910_3808' x1='110' y1='3.50002' x2='643.5' y2='537' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCCEB4'/%3E%3Cstop offset='1' stop-color='%23DCCEB4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    aspect-ratio: 776 / 795;
    width: 776px;
    pointer-events: none;
    background-size: cover;
}

.section-standard::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='950' height='408' viewBox='0 0 950 408' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.8838 5.45361C25.597 5.45079 26.3039 5.58826 26.9639 5.85889C27.6238 6.12954 28.2236 6.52787 28.7295 7.03076L28.7334 7.03467C29.2437 7.53191 29.6466 8.12883 29.917 8.7876C30.1873 9.4464 30.3196 10.1537 30.3057 10.8657V10.8843C30.3179 11.5789 30.1848 12.2691 29.915 12.9097C29.6453 13.55 29.2448 14.1273 28.7393 14.604L28.7305 14.6118L28.7236 14.6196C27.7104 15.6641 26.3262 16.2672 24.8711 16.2983H14.6104V5.45361H24.8838ZM40.6768 10.8726C40.6568 8.09644 39.9199 5.39737 38.5693 3.02295C39.6855 4.0004 41.0568 5.22509 42.6123 6.63037C46.6994 10.3227 52.0488 15.2542 57.3662 20.2065C62.6834 25.1587 67.9668 30.1301 71.9199 33.9038C73.8968 35.791 75.5398 37.3777 76.6875 38.5112C77.2618 39.0785 77.7092 39.5295 78.0117 39.8472C78.1638 40.0069 78.2743 40.1278 78.3447 40.2104L78.3457 40.2114V40.2632L78.4912 40.4097C80.5432 42.4778 81.9391 45.1056 82.5029 47.9634C83.0667 50.8211 82.7739 53.782 81.6611 56.4741C80.5483 59.1663 78.6646 61.4698 76.2471 63.0962C73.8858 64.6847 71.118 65.5555 68.2754 65.6108L59.8125 57.2476H68.0752C69.7788 57.2475 71.4125 56.571 72.6172 55.3667C73.8218 54.1623 74.499 52.5281 74.499 50.8247C74.4989 49.1215 73.8217 47.4879 72.6172 46.2837C71.4125 45.0794 69.7788 44.4029 68.0752 44.4028L68.0615 44.5103H57.2344V81.9497L39.4248 80.811L1.21777 43.1411H14.6104V16.7173L15.0518 17.1538L24.5303 26.522L24.6768 26.6665H24.8818C29.0709 26.6665 33.0886 25.0028 36.0508 22.0415C39.0129 19.0802 40.6768 15.0634 40.6768 10.8755V10.8726Z' stroke='%23DCCEB4'/%3E%3Cpath d='M120.842 3.06689C121.955 4.03688 123.313 5.2458 124.851 6.63037C128.951 10.3227 134.316 15.2538 139.66 20.2065C145.005 25.159 150.329 30.1319 154.351 33.9067C156.362 35.7942 158.047 37.3823 159.245 38.5181C159.845 39.086 160.322 39.5406 160.657 39.8628C160.825 40.024 160.957 40.1512 161.05 40.2427C161.153 40.3437 161.188 40.3801 161.186 40.3774L161.199 40.394L161.215 40.4097C163.267 42.4777 164.662 45.1056 165.226 47.9634C165.79 50.8212 165.497 53.782 164.384 56.4741C163.271 59.1661 161.388 61.4699 158.971 63.0962C156.61 64.6848 153.841 65.5556 150.998 65.6108L142.536 57.2476H150.798C152.502 57.2476 154.136 56.5711 155.341 55.3667C156.546 54.1622 157.223 52.528 157.223 50.8247C157.223 49.1216 156.546 47.488 155.341 46.2837C154.136 45.0792 152.502 44.4028 150.798 44.4028H150.298V44.5103H139.527V81.9497L121.717 80.811L83.51 43.1411H96.9026V16.7173L97.344 17.1538L106.823 26.522L106.968 26.6655L107.172 26.6665C109.246 26.6731 111.301 26.2623 113.213 25.4595C115.123 24.6576 116.851 23.4799 118.297 21.9976L118.298 21.9985C119.765 20.5411 120.929 18.8077 121.723 16.8989C122.517 14.9902 122.926 12.9429 122.926 10.8755C122.926 8.8083 122.517 6.76163 121.723 4.85303C121.467 4.2383 121.172 3.64181 120.842 3.06689ZM107.176 5.45361C107.889 5.4508 108.596 5.58826 109.256 5.85889C109.916 6.12961 110.517 6.52796 111.023 7.03076L111.026 7.03467C111.536 7.53197 111.94 8.12871 112.21 8.7876C112.48 9.44637 112.613 10.1537 112.599 10.8657V10.8843C112.611 11.5789 112.478 12.2691 112.208 12.9097C111.938 13.5501 111.537 14.1272 111.031 14.604L111.016 14.6196C110.003 15.664 108.618 16.2672 107.163 16.2983H96.9026V5.45361H107.176Z' stroke='%23DCCEB4'/%3E%3Cpath d='M203.244 3.28223C204.356 4.25222 205.715 5.46112 207.253 6.8457C211.353 10.538 216.717 15.4692 222.061 20.4219C227.406 25.3742 232.73 30.3472 236.752 34.1221C238.763 36.0095 240.447 37.5976 241.646 38.7334C242.246 39.3014 242.724 39.7559 243.059 40.0781C243.227 40.2392 243.359 40.3666 243.452 40.458C243.547 40.551 243.583 40.5894 243.587 40.5928L243.603 40.6123L243.878 40.8867C245.143 42.1895 246.155 43.7186 246.859 45.3945C247.61 47.182 247.997 49.1012 247.997 51.04C247.997 52.979 247.61 54.899 246.859 56.6865C246.108 58.4741 245.006 60.0941 243.621 61.4512L243.615 61.457C242.253 62.8374 240.631 63.9349 238.844 64.6855C237.118 65.4101 235.27 65.7961 233.4 65.8271L224.937 57.4629H233.2C234.904 57.4628 236.537 56.7862 237.742 55.582C238.947 54.3776 239.624 52.7434 239.624 51.04C239.624 49.3368 238.947 47.7034 237.742 46.499C236.587 45.3447 235.038 44.6765 233.411 44.623L233.299 44.5107H221.82V81.9502L204.01 80.8115L165.917 43.3574H179.304V16.9326L179.746 17.3691L189.224 26.7373L189.37 26.8809L189.574 26.8818C191.648 26.8884 193.703 26.4777 195.615 25.6748C197.525 24.8729 199.253 23.6953 200.699 22.2129L200.7 22.2139C202.167 20.7565 203.331 19.0231 204.125 17.1143C204.919 15.2054 205.328 13.1581 205.328 11.0908C205.328 9.02374 204.919 6.97707 204.125 5.06836C203.869 4.45363 203.574 3.85714 203.244 3.28223ZM189.578 5.66895C190.291 5.66613 190.998 5.80364 191.658 6.07422C192.318 6.34488 192.919 6.74323 193.425 7.24609L193.427 7.25C193.938 7.74713 194.341 8.34382 194.611 9.00293C194.881 9.66184 195.014 10.369 195 11.0811V11.0996C195.012 11.7945 194.88 12.4848 194.61 13.125C194.34 13.7654 193.939 14.3425 193.433 14.8193L193.418 14.835C192.404 15.8794 191.02 16.4825 189.565 16.5137H179.304V5.66895H189.578Z' stroke='%23DCCEB4'/%3E%3Cpath d='M286.109 2.99121C287.214 3.95569 288.558 5.1532 290.075 6.52246C294.167 10.2146 299.514 15.1453 304.824 20.0977C310.135 25.0498 315.407 30.0223 319.352 33.7959C321.324 35.6829 322.964 37.2688 324.109 38.4023C324.681 38.9695 325.128 39.4206 325.43 39.7383C325.581 39.8979 325.692 40.0189 325.762 40.1016L325.763 40.1025V40.1592L325.913 40.3066C327.299 41.6637 328.4 43.2837 329.151 45.0713C329.903 46.8588 330.289 48.7779 330.289 50.7168C330.289 52.6557 329.903 54.5757 329.151 56.3633C328.4 58.1509 327.299 59.7708 325.913 61.1279L325.907 61.1338C324.546 62.5141 322.924 63.6116 321.136 64.3623C319.41 65.0869 317.562 65.473 315.692 65.5039L307.132 57.1396H315.492V57.1387C316.323 57.152 317.148 56.9933 317.914 56.6709C318.672 56.3518 319.355 55.8789 319.923 55.2842L319.924 55.2852C320.556 54.7039 321.06 53.9971 321.405 53.2109C321.75 52.4247 321.928 51.575 321.928 50.7168C321.928 49.8586 321.75 49.0098 321.405 48.2236C321.06 47.4374 320.555 46.7307 319.923 46.1494C319.355 45.555 318.672 45.0827 317.914 44.7637C317.145 44.4401 316.317 44.2803 315.484 44.2949L314.992 44.3037V44.5098H304.221V81.9502L286.412 80.8115L248.205 43.1416H262.135V16.7168L262.576 17.1533L272.055 26.5215L272.201 26.666H272.406C275.54 26.67 278.604 25.7426 281.208 24.001C283.813 22.2592 285.841 19.7818 287.033 16.8848C288.226 13.9877 288.529 10.8015 287.905 7.73145C287.565 6.05565 286.955 4.45683 286.109 2.99121ZM272.408 5.45312C273.122 5.4503 273.829 5.58866 274.489 5.85938C275.149 6.13005 275.749 6.5277 276.255 7.03027L276.259 7.03418C276.769 7.5313 277.172 8.12804 277.443 8.78711C277.713 9.44605 277.845 10.154 277.831 10.8662L277.83 10.875L277.831 10.8848C277.843 11.5796 277.71 12.269 277.441 12.9092C277.171 13.5495 276.77 14.1268 276.265 14.6035L276.249 14.6191C275.236 15.6636 273.851 16.2667 272.396 16.2979H262.135V5.45312H272.408Z' stroke='%23DCCEB4'/%3E%3Cpath d='M367.757 2.99121C368.861 3.95564 370.204 5.15333 371.721 6.52246C375.813 10.2146 381.16 15.1453 386.47 20.0977C391.781 25.0499 397.054 30.0222 400.999 33.7959C402.971 35.683 404.611 37.2688 405.756 38.4023C406.329 38.9696 406.775 39.4206 407.077 39.7383C407.229 39.8979 407.339 40.0189 407.409 40.1016L407.41 40.1025V40.1553L407.555 40.3018C410.304 43.0718 411.845 46.8153 411.845 50.7168C411.845 54.6185 410.304 58.3626 407.555 61.1328L407.554 61.1338C406.193 62.5141 404.571 63.6116 402.783 64.3623C401.057 65.0868 399.21 65.4728 397.34 65.5039L388.877 57.1396H397.138V57.1387C397.984 57.154 398.824 56.9978 399.607 56.6768C400.393 56.3544 401.104 55.8737 401.697 55.2656H401.698C402.881 54.0471 403.543 52.4149 403.543 50.7168C403.543 49.019 402.881 47.3883 401.698 46.1699L401.697 46.1689L401.469 45.9473C400.925 45.4434 400.295 45.0399 399.607 44.7578C398.821 44.4355 397.978 44.2782 397.129 44.2949L397.08 44.5098H386.298V81.9492L368.597 80.8115L330.39 43.1416H343.782V16.8271L344.117 17.1553L353.704 26.5234L353.849 26.666H354.052C357.186 26.6701 360.251 25.7427 362.855 24.001C365.46 22.2592 367.488 19.7818 368.68 16.8848C369.873 13.9878 370.176 10.8015 369.552 7.73145C369.212 6.05568 368.602 4.45681 367.757 2.99121ZM354.062 5.45312C354.757 5.4409 355.447 5.57407 356.088 5.84375C356.728 6.11347 357.306 6.51414 357.783 7.01953L357.793 7.03027L357.804 7.04004C358.329 7.53313 358.747 8.12823 359.035 8.78809C359.321 9.44454 359.47 10.1522 359.476 10.8682C359.4 12.2832 358.805 13.6206 357.802 14.623C356.799 15.6264 355.459 16.2229 354.042 16.2979H343.782V5.45312H354.062Z' stroke='%23DCCEB4'/%3E%3Cpath d='M449.781 2.99072C450.903 3.97352 452.289 5.20933 453.862 6.63037C457.949 10.3227 463.298 15.2542 468.616 20.2065C473.933 25.1587 479.216 30.1301 483.169 33.9038C485.146 35.791 486.789 37.3777 487.937 38.5112C488.511 39.0784 488.959 39.5295 489.261 39.8472C489.413 40.0068 489.524 40.1278 489.594 40.2104L489.595 40.2114V40.2632L489.741 40.4097C491.793 42.4777 493.188 45.1056 493.752 47.9634C494.316 50.8211 494.022 53.782 492.91 56.4741C491.797 59.1661 489.914 61.4699 487.496 63.0962C485.135 64.6848 482.367 65.5556 479.524 65.6108L471.062 57.2476H479.325C481.028 57.2474 482.662 56.571 483.867 55.3667C485.071 54.1622 485.748 52.528 485.748 50.8247C485.748 49.1215 485.071 47.488 483.867 46.2837C482.662 45.0794 481.028 44.403 479.325 44.4028L479.314 44.5103H468.591V81.9487L450.89 80.812L412.682 43.1411H425.967V16.7173L426.409 17.1538L435.887 26.522L436.034 26.6665H436.241C438.311 26.6606 440.361 26.2445 442.27 25.4429C444.179 24.6411 445.912 23.469 447.367 21.9946L447.37 21.9907C450.25 19.007 451.86 15.0221 451.86 10.8755C451.86 8.08901 451.132 5.37636 449.781 2.99072ZM436.239 5.45361C437.677 5.45361 439.057 6.02459 440.075 7.0415C441.092 8.05828 441.662 9.43753 441.662 10.8755L441.663 10.8843C441.676 11.5789 441.542 12.2691 441.272 12.9097C441.002 13.55 440.602 14.1273 440.096 14.604L440.075 14.6255C439.581 15.1495 438.987 15.5674 438.327 15.855C437.666 16.1426 436.956 16.2939 436.236 16.2983H425.967V5.45361H436.239Z' stroke='%23DCCEB4'/%3E%3Cpath d='M518.533 5.45361C519.246 5.4508 519.953 5.58826 520.613 5.85889C521.273 6.12961 521.874 6.52796 522.38 7.03076L522.383 7.03467C522.893 7.5318 523.296 8.12849 523.566 8.7876C523.837 9.44666 523.97 10.154 523.956 10.8657V10.8843C523.968 11.5789 523.835 12.2691 523.565 12.9097C523.296 13.5501 522.894 14.1272 522.389 14.604L522.373 14.6196C521.36 15.664 519.976 16.2672 518.521 16.2983H508.26V5.45361H518.533ZM534.649 10.8726C534.629 8.0964 533.893 5.3974 532.542 3.02295C533.658 4.00042 535.029 5.22504 536.585 6.63037C540.672 10.3227 546.022 15.2541 551.34 20.2065C556.657 25.1588 561.94 30.1302 565.894 33.9038C567.87 35.7909 569.512 37.3777 570.66 38.5112C571.235 39.0785 571.683 39.5295 571.985 39.8472C572.137 40.0067 572.248 40.1278 572.318 40.2104L572.319 40.2114V40.2632L572.464 40.4097C574.516 42.4778 575.912 45.1055 576.476 47.9634C577.039 50.8211 576.747 53.782 575.634 56.4741C574.521 59.1662 572.637 61.4699 570.22 63.0962C567.858 64.6847 565.091 65.5555 562.248 65.6108L553.785 57.2476H562.048C563.752 57.2475 565.386 56.5711 566.591 55.3667C567.796 54.1623 568.472 52.5279 568.472 50.8247C568.472 49.1216 567.795 47.488 566.591 46.2837C565.386 45.0793 563.752 44.4029 562.048 44.4028H560.838L560.945 44.5103H550.884V81.9497L533.074 80.811L494.867 43.1411H508.26V16.3979L509.024 17.1538L518.503 26.522L518.649 26.6665H518.854C523.044 26.6665 527.061 25.0028 530.023 22.0415C532.986 19.0802 534.649 15.0634 534.649 10.8755V10.8726Z' stroke='%23DCCEB4'/%3E%3Cpath d='M124.719 84.5796C125.832 85.5497 127.191 86.759 128.729 88.144C132.829 91.8363 138.193 96.7675 143.537 101.72C148.882 106.673 154.206 111.646 158.228 115.42C160.238 117.308 161.923 118.896 163.122 120.032C163.722 120.6 164.2 121.054 164.535 121.376C164.703 121.538 164.835 121.665 164.928 121.756C165.023 121.849 165.059 121.888 165.063 121.891L165.079 121.911L165.098 121.929C166.487 123.283 167.591 124.901 168.342 126.689C169.093 128.477 169.477 130.398 169.471 132.337V132.338C169.471 136.261 167.912 140.024 165.138 142.797C162.41 145.524 158.727 147.075 154.875 147.126L146.316 138.761H154.676V138.76C155.52 138.763 156.356 138.601 157.137 138.281C157.918 137.96 158.63 137.488 159.229 136.893L159.235 136.886C160.418 135.668 161.079 134.036 161.079 132.338C161.079 130.641 160.418 129.009 159.235 127.791L159.229 127.785L158.999 127.567C158.451 127.073 157.821 126.677 157.137 126.397C156.511 126.14 155.849 125.985 155.176 125.935V125.809H143.404V163.466L125.594 162.431L87.3868 124.655H100.78V98.231L101.222 98.6675L110.7 108.036L110.846 108.179L111.05 108.18C113.124 108.187 115.179 107.776 117.091 106.973C119 106.172 120.727 104.995 122.173 103.513L122.174 103.514C123.649 102.06 124.821 100.328 125.623 98.4194C126.425 96.5104 126.841 94.4616 126.847 92.3911V92.3853C126.823 89.6198 126.078 86.9348 124.719 84.5796ZM111.052 86.9673C112.49 86.9673 113.871 87.5383 114.888 88.5552C115.905 89.5719 116.476 90.9513 116.476 92.3892C116.476 93.8271 115.905 95.2063 114.888 96.2231C113.871 97.24 112.49 97.812 111.052 97.812H100.78V86.9673H111.052Z' stroke='%23DCCEB4'/%3E%3Cpath d='M207.012 84.5796C208.125 85.5497 209.484 86.759 211.022 88.144C215.123 91.8364 220.487 96.7674 225.832 101.72C231.176 106.673 236.5 111.646 240.522 115.42C242.533 117.308 244.218 118.896 245.417 120.032C246.016 120.6 246.493 121.054 246.829 121.376C246.997 121.538 247.128 121.665 247.221 121.756C247.324 121.857 247.359 121.894 247.357 121.891L247.373 121.91L247.389 121.926C248.764 123.284 249.851 124.906 250.585 126.694C251.272 128.37 251.635 130.161 251.657 131.97V132.339C251.662 136.235 250.13 139.976 247.392 142.749C244.646 145.415 240.993 146.939 237.171 147.018L228.708 138.654L236.969 138.653C237.815 138.668 238.655 138.511 239.438 138.19C240.224 137.868 240.935 137.388 241.528 136.78L241.529 136.779C242.712 135.56 243.374 133.929 243.374 132.231C243.374 130.533 242.712 128.902 241.529 127.683H241.528C240.935 127.075 240.224 126.594 239.438 126.272C238.655 125.951 237.815 125.794 236.969 125.809H225.59V163.466L207.888 162.431L169.68 124.655H183.074V98.3413L183.41 98.6694L192.996 108.038L193.143 108.181L193.348 108.18C197.527 108.151 201.528 106.478 204.483 103.524C207.438 100.57 209.112 96.5711 209.141 92.3931V92.3853C209.117 89.6198 208.371 86.9348 207.012 84.5796ZM193.347 86.9673C194.06 86.9645 194.767 87.1019 195.427 87.3726C196.085 87.6421 196.683 88.038 197.187 88.5376V88.5386C198.189 89.5704 198.75 90.9514 198.75 92.3892C198.75 93.8257 198.189 95.2052 197.189 96.2368C196.684 96.738 196.086 97.1357 195.427 97.4058C194.767 97.6764 194.061 97.8148 193.347 97.812H183.074V86.9673H193.347Z' stroke='%23DCCEB4'/%3E%3Cpath d='M289.266 84.5776C290.375 85.5482 291.732 86.7584 293.268 88.144C297.364 91.8366 302.731 96.7684 308.083 101.721C313.434 106.674 318.769 111.647 322.799 115.421C324.814 117.309 326.502 118.896 327.704 120.032C328.305 120.6 328.784 121.054 329.12 121.376C329.288 121.538 329.42 121.665 329.514 121.756C329.608 121.849 329.645 121.888 329.648 121.891L329.662 121.908L329.677 121.922C332.333 124.609 333.857 128.206 333.945 131.973L333.949 132.338C333.909 136.231 332.379 139.96 329.673 142.759C326.928 145.419 323.279 146.939 319.462 147.018L310.999 138.654H319.262C320.965 138.654 322.599 137.977 323.804 136.773C325.008 135.569 325.686 133.934 325.686 132.231C325.686 130.528 325.008 128.894 323.804 127.69C322.599 126.486 320.965 125.809 319.262 125.809H307.883V163.466L290.181 162.431L251.973 124.655H265.366V98.3413L265.701 98.6694L275.288 108.038L275.435 108.181L275.641 108.18C279.81 108.151 283.8 106.474 286.738 103.516C289.676 100.558 291.325 96.558 291.325 92.3892C291.328 89.6272 290.607 86.9392 289.266 84.5776ZM275.638 86.9673C276.334 86.9666 277.023 87.1055 277.665 87.3755C278.306 87.6452 278.886 88.0399 279.372 88.5376V88.5386C280.373 89.5704 280.934 90.9515 280.934 92.3892C280.934 93.8266 280.374 95.2079 279.373 96.2397C278.887 96.738 278.306 97.1338 277.665 97.4038C277.024 97.6738 276.334 97.8127 275.638 97.812H265.366V86.9673H275.638Z' stroke='%23DCCEB4'/%3E%3Cpath d='M372.14 84.5229C373.259 85.5027 374.636 86.7321 376.199 88.144C380.286 91.8364 385.636 96.7678 390.954 101.72C396.271 106.672 401.554 111.644 405.507 115.417C407.484 117.305 409.127 118.891 410.275 120.025C410.849 120.592 411.297 121.043 411.599 121.361C411.751 121.52 411.862 121.641 411.932 121.724L411.933 121.725V121.776L412.078 121.922C414.734 124.609 416.257 128.206 416.345 131.973L416.349 132.338C416.265 136.164 414.679 139.803 411.933 142.469C409.233 145.092 405.626 146.565 401.867 146.589L393.4 138.223H401.662C403.366 138.223 405 137.546 406.205 136.341C407.409 135.137 408.086 133.503 408.086 131.8C408.086 130.097 407.409 128.464 406.205 127.259C405 126.055 403.366 125.378 401.662 125.378H401.162V125.809H390.39V163.466L372.582 162.431L334.478 124.655H348.305V98.231L348.747 98.6675L358.225 108.036L358.372 108.18H358.578C360.649 108.174 362.698 107.758 364.608 106.957C366.518 106.155 368.249 104.983 369.704 103.508L369.706 103.507C372.611 100.535 374.246 96.5482 374.264 92.3921V92.3843C374.237 89.6037 373.494 86.9015 372.14 84.5229ZM358.587 86.9673C359.299 86.9533 360.007 87.0856 360.667 87.356C361.325 87.6261 361.922 88.0281 362.419 88.5376V88.5386C363.42 89.5704 363.981 90.9514 363.981 92.3892C363.981 93.8266 363.421 95.2079 362.42 96.2397C361.922 96.7499 361.326 97.153 360.667 97.4233C360.007 97.6937 359.299 97.826 358.587 97.812H348.305V86.9673H358.587Z' stroke='%23DCCEB4'/%3E%3Cpath d='M440.117 86.9673C441.555 86.9673 442.935 87.5383 443.953 88.5552C444.97 89.5719 445.54 90.9513 445.541 92.3892C445.541 93.8271 444.97 95.2063 443.953 96.2231C442.935 97.24 441.555 97.812 440.117 97.812H429.845V86.9673H440.117ZM455.912 92.3843C455.884 89.6031 455.141 86.9008 453.787 84.522C454.906 85.5019 456.284 86.7315 457.847 88.144C461.934 91.8364 467.284 96.7679 472.601 101.72C477.918 106.672 483.202 111.644 487.155 115.417C489.132 117.305 490.775 118.891 491.922 120.025C492.497 120.592 492.944 121.043 493.247 121.361C493.399 121.521 493.509 121.641 493.58 121.724L493.581 121.725V121.782L493.732 121.929C495.121 123.282 496.224 124.901 496.975 126.689C497.726 128.477 498.111 130.398 498.105 132.337V132.338C498.105 136.261 496.547 140.024 493.772 142.797C491.045 145.523 487.363 147.074 483.512 147.126L475.047 138.761H483.31C485.014 138.761 486.647 138.085 487.852 136.88C489.057 135.676 489.734 134.042 489.734 132.338C489.734 130.635 489.057 129.002 487.852 127.797C486.753 126.699 485.296 126.04 483.755 125.933L483.741 125.809H472.469V163.466L454.66 162.431L416.452 124.655H429.845V98.231L430.287 98.6675L439.765 108.036L439.912 108.18H440.117C442.191 108.18 444.244 107.771 446.161 106.978C448.077 106.185 449.819 105.021 451.286 103.555C452.752 102.089 453.916 100.348 454.709 98.4321C455.503 96.5164 455.912 94.4628 455.912 92.3892V92.3843Z' stroke='%23DCCEB4'/%3E%3Cpath d='M536.078 84.5835C537.189 85.553 538.544 86.7609 540.077 88.144C544.169 91.8361 549.515 96.7669 554.826 101.719C560.136 106.671 565.409 111.644 569.354 115.417C571.327 117.305 572.966 118.89 574.111 120.024C574.684 120.591 575.131 121.042 575.432 121.36C575.584 121.52 575.694 121.64 575.764 121.723L575.765 121.724V121.782L575.917 121.929C577.306 123.282 578.409 124.901 579.16 126.689C579.911 128.477 580.295 130.398 580.289 132.337V132.338C580.289 136.261 578.73 140.024 575.956 142.797C573.229 145.523 569.547 147.074 565.696 147.126L557.232 138.761H565.494C567.198 138.761 568.832 138.085 570.037 136.88C571.242 135.676 571.919 134.042 571.919 132.338C571.919 130.635 571.242 129.002 570.037 127.797C568.963 126.724 567.547 126.07 566.046 125.941L566.033 125.809H554.761V163.466L536.951 162.431L498.744 124.655H512.137V98.231L512.579 98.6675L522.057 108.036L522.203 108.179L522.407 108.18C524.481 108.187 526.536 107.776 528.448 106.973C530.357 106.172 532.084 104.995 533.53 103.513L533.531 103.514C535.006 102.06 536.178 100.328 536.98 98.4194C537.782 96.5104 538.198 94.4616 538.204 92.3911V92.3853C538.18 89.6213 537.435 86.9378 536.078 84.5835ZM522.409 86.9673C523.848 86.9673 525.228 87.5383 526.245 88.5552C527.262 89.5719 527.833 90.9513 527.833 92.3892C527.833 93.8271 527.262 95.2063 526.245 96.2231C525.228 97.24 523.848 97.812 522.409 97.812H512.137V86.9673H522.409Z' stroke='%23DCCEB4'/%3E%3Cpath d='M618.695 84.5845C619.806 85.5537 621.16 86.7615 622.692 88.144C626.784 91.8361 632.131 96.767 637.441 101.719C642.752 106.671 648.025 111.644 651.97 115.417C653.942 117.305 655.582 118.89 656.727 120.024C657.3 120.591 657.746 121.042 658.048 121.36C658.2 121.52 658.31 121.64 658.38 121.723L658.381 121.724V121.782L658.532 121.929C659.922 123.283 661.025 124.901 661.776 126.689C662.525 128.472 662.909 130.387 662.905 132.321C662.772 136.117 661.182 139.716 658.467 142.373C655.8 144.981 652.248 146.484 648.523 146.585L639.967 138.223L648.325 138.222C649.17 138.225 650.006 138.062 650.787 137.742C651.569 137.421 652.278 136.949 652.877 136.354L652.878 136.355L652.885 136.348C654.068 135.13 654.729 133.498 654.729 131.8C654.729 130.102 654.068 128.471 652.885 127.252L652.878 127.247L652.648 127.029C652.1 126.535 651.471 126.139 650.787 125.859C650.006 125.538 649.168 125.375 648.323 125.378L647.825 125.38V125.809H637.054V163.466L619.244 162.431L581.036 124.655H594.43V97.9116L595.194 98.6675L604.673 108.036L604.818 108.179L605.022 108.18C607.096 108.187 609.151 107.776 611.063 106.973C612.976 106.17 614.707 104.991 616.154 103.506L616.153 103.505C617.625 102.053 618.795 100.325 619.596 98.4194C620.398 96.5104 620.813 94.4616 620.819 92.3911V92.3853C620.795 89.6219 620.052 86.9384 618.695 84.5845ZM604.701 86.9673C606.14 86.9673 607.52 87.5383 608.537 88.5552C609.554 89.572 610.126 90.9514 610.126 92.3892C610.126 93.8269 609.554 95.2062 608.537 96.2231C607.52 97.24 606.14 97.812 604.701 97.812H594.43V86.9673H604.701Z' stroke='%23DCCEB4'/%3E%3Cpath d='M210.645 165.877C211.752 166.844 213.106 168.048 214.639 169.426C218.735 173.109 224.102 178.027 229.453 182.966C234.805 187.905 240.139 192.865 244.169 196.629C246.184 198.512 247.873 200.096 249.075 201.229C249.675 201.795 250.153 202.248 250.49 202.57C250.658 202.731 250.79 202.858 250.883 202.949C250.977 203.04 251.014 203.078 251.018 203.083L251.031 203.097L251.044 203.112C253.768 205.899 255.302 209.636 255.319 213.533V213.538C255.347 215.487 254.984 217.422 254.25 219.228C253.517 221.034 252.429 222.675 251.05 224.053C249.671 225.432 248.03 226.519 246.223 227.252C244.477 227.961 242.611 228.322 240.728 228.321L232.261 219.953L240.523 219.952C241.797 219.956 243.043 219.583 244.104 218.878C245.165 218.173 245.992 217.168 246.481 215.992C246.969 214.815 247.096 213.519 246.846 212.27C246.596 211.021 245.98 209.874 245.077 208.976L245.071 208.97L245.064 208.964L244.828 208.755C243.679 207.782 242.244 207.207 240.739 207.118V207.108H229.467V244.87L211.767 243.732L173.559 205.955H186.736V179.53L187.177 179.966L196.656 189.334L196.803 189.48L197.01 189.479C200.121 189.461 203.158 188.526 205.739 186.79C208.32 185.053 210.329 182.593 211.517 179.719C212.705 176.845 213.018 173.684 212.416 170.632C212.085 168.953 211.483 167.349 210.645 165.877ZM197.017 168.266C197.73 168.252 198.438 168.384 199.097 168.655C199.674 168.891 200.203 169.229 200.66 169.652L200.85 169.837C201.851 170.869 202.411 172.25 202.411 173.688C202.411 175.126 201.851 176.507 200.85 177.539C200.353 178.049 199.756 178.452 199.097 178.722C198.438 178.993 197.73 179.125 197.017 179.111H186.736V168.266H197.017Z' stroke='%23DCCEB4'/%3E%3Cpath d='M293.262 165.664C294.367 166.63 295.718 167.834 297.246 169.211C301.333 172.893 306.684 177.811 312.001 182.75C317.318 187.689 322.601 192.648 326.554 196.411C328.531 198.293 330.174 199.874 331.322 201.005C331.896 201.571 332.343 202.021 332.646 202.338C332.798 202.497 332.908 202.618 332.979 202.7L332.98 202.701V202.756L333.129 202.902C334.51 204.263 335.607 205.885 336.358 207.672C337.062 209.348 337.448 211.139 337.498 212.953L337.504 213.316C337.504 217.238 335.944 220.999 333.17 223.772C330.443 226.499 326.761 228.05 322.91 228.103L314.447 219.737L322.708 219.736C323.982 219.741 325.229 219.368 326.289 218.663C327.35 217.958 328.177 216.953 328.665 215.776C329.154 214.6 329.282 213.304 329.031 212.055C328.781 210.806 328.166 209.659 327.262 208.761L327.256 208.755L327.249 208.749L327.014 208.54C325.814 207.523 324.302 206.941 322.724 206.893L320.975 206.84L321.377 207.107H311.761V244.862L294.17 243.519L255.958 205.738H269.352V179.314L269.793 179.751L279.272 189.119L279.419 189.265L279.626 189.264C282.737 189.246 285.773 188.31 288.354 186.574C290.935 184.838 292.946 182.378 294.134 179.504C295.322 176.63 295.634 173.468 295.032 170.417C294.701 168.738 294.099 167.135 293.262 165.664ZM279.623 168.051C281.062 168.051 282.442 168.622 283.459 169.639C284.476 170.655 285.047 172.035 285.047 173.473C285.047 174.911 284.476 176.29 283.459 177.307C282.442 178.324 281.062 178.895 279.623 178.896H269.352V168.051H279.623Z' stroke='%23DCCEB4'/%3E%3Cpath d='M375.452 165.946C376.549 166.901 377.879 168.081 379.379 169.427C383.479 173.109 388.843 178.027 394.187 182.966C399.532 187.905 404.856 192.865 408.878 196.629C410.888 198.512 412.573 200.095 413.772 201.228C414.372 201.795 414.85 202.248 415.185 202.57C415.353 202.73 415.485 202.858 415.578 202.949C415.681 203.049 415.715 203.085 415.713 203.083L415.728 203.101L415.746 203.119C417.126 204.48 418.224 206.1 418.974 207.887C419.678 209.563 420.065 211.354 420.115 213.168L420.12 213.532C420.119 217.454 418.561 221.215 415.787 223.989C413.06 226.715 409.378 228.265 405.527 228.318L397.063 219.953L405.325 219.952C406.599 219.956 407.845 219.583 408.906 218.878C409.967 218.173 410.794 217.167 411.282 215.991C411.77 214.814 411.898 213.519 411.648 212.27C411.398 211.021 410.781 209.874 409.878 208.976L409.866 208.964L409.63 208.755C408.43 207.739 406.919 207.156 405.341 207.108H394.053V244.871L376.246 243.732L338.037 205.955H351.429V179.53L351.871 179.966L361.349 189.334L361.493 189.477L361.695 189.479C364.83 189.515 367.905 188.611 370.521 186.883C373.138 185.156 375.177 182.684 376.375 179.787C377.572 176.889 377.873 173.7 377.24 170.629C376.898 168.973 376.29 167.394 375.452 165.946ZM361.701 168.266C363.14 168.266 364.52 168.837 365.537 169.854C366.554 170.871 367.126 172.25 367.126 173.688C367.126 175.126 366.554 176.506 365.537 177.523C364.52 178.54 363.14 179.111 361.701 179.111H351.429V168.266H361.701Z' stroke='%23DCCEB4'/%3E%3Cpath d='M458.498 165.946C459.595 166.901 460.925 168.08 462.425 169.427C466.526 173.11 471.889 178.027 477.234 182.966C482.578 187.905 487.902 192.865 491.924 196.629C493.935 198.512 495.62 200.095 496.819 201.228C497.418 201.795 497.895 202.248 498.231 202.57C498.399 202.731 498.53 202.858 498.623 202.949C498.717 203.04 498.754 203.078 498.758 203.083L498.775 203.101L498.791 203.119C500.172 204.48 501.27 206.1 502.021 207.887C502.725 209.563 503.11 211.354 503.161 213.168L503.166 213.532C503.166 217.454 501.608 221.215 498.833 223.989C496.106 226.715 492.424 228.265 488.574 228.318L480.11 219.953H487.833V219.952C489.107 219.956 490.353 219.583 491.413 218.878C492.475 218.173 493.302 217.168 493.79 215.992C494.279 214.815 494.406 213.519 494.156 212.27C493.906 211.021 493.29 209.874 492.386 208.976L492.374 208.964L492.138 208.755C490.938 207.739 489.426 207.156 487.848 207.108H476.562V244.871L458.754 243.732L420.545 205.955H434.476V179.53L434.917 179.966L444.396 189.334L444.539 189.477L444.742 189.479C447.877 189.515 450.952 188.611 453.569 186.883C456.185 185.156 458.223 182.684 459.42 179.787C460.618 176.889 460.92 173.7 460.286 170.629C459.945 168.973 459.336 167.394 458.498 165.946ZM444.747 168.266C446.186 168.266 447.566 168.837 448.583 169.854C449.6 170.871 450.172 172.25 450.172 173.688C450.172 175.126 449.601 176.506 448.583 177.523C447.566 178.54 446.186 179.111 444.747 179.111H434.476V168.266H444.747Z' stroke='%23DCCEB4'/%3E%3Cpath d='M540.007 165.919C541.109 166.879 542.446 168.068 543.956 169.426C548.048 173.108 553.394 178.026 558.705 182.965C564.015 187.904 569.288 192.863 573.233 196.626C575.205 198.508 576.844 200.09 577.989 201.22C578.562 201.786 579.008 202.236 579.31 202.553C579.462 202.713 579.572 202.833 579.642 202.916L579.643 202.917V202.971L579.793 203.119C581.173 204.48 582.27 206.1 583.021 207.887C583.725 209.563 584.112 211.354 584.162 213.168L584.167 213.532C584.166 217.454 582.608 221.215 579.834 223.989C577.106 226.715 573.424 228.266 569.572 228.318L561.012 219.953H569.372C570.201 219.953 571.022 219.788 571.787 219.466C572.551 219.145 573.244 218.672 573.823 218.079L573.822 218.078C574.445 217.5 574.943 216.802 575.285 216.024C575.63 215.238 575.808 214.388 575.808 213.53C575.808 212.672 575.63 211.823 575.285 211.037C574.94 210.25 574.435 209.544 573.803 208.962H573.802C572.739 207.939 571.369 207.302 569.911 207.144V207.108H558.639V218.953H558.558L558.639 219.032V244.871L540.832 243.732L502.623 205.955H516.015V179.53L516.457 179.966L525.935 189.334L526.082 189.48L526.288 189.479C528.359 189.473 530.408 189.057 532.318 188.255C534.225 187.455 535.954 186.284 537.407 184.813L537.408 184.814C538.888 183.364 540.064 181.632 540.867 179.722C541.67 177.812 542.085 175.76 542.085 173.688C542.085 171.616 541.67 169.565 540.867 167.655C540.616 167.058 540.329 166.478 540.007 165.919ZM526.287 168.266C527.725 168.266 529.106 168.837 530.123 169.854C531.14 170.871 531.71 172.25 531.711 173.688C531.711 175.126 531.14 176.506 530.123 177.523C529.106 178.54 527.725 179.111 526.287 179.111H516.015V168.266H526.287Z' stroke='%23DCCEB4'/%3E%3Cpath d='M622.337 165.984C623.42 166.932 624.729 168.098 626.203 169.426C630.29 173.109 635.641 178.026 640.958 182.965C646.275 187.904 651.558 192.863 655.511 196.626C657.488 198.509 659.131 200.091 660.278 201.221C660.853 201.787 661.3 202.236 661.603 202.553C661.754 202.712 661.865 202.833 661.936 202.916L661.937 202.917V202.966L662.079 203.112C664.718 205.812 666.239 209.403 666.347 213.167L666.353 213.533C666.312 217.422 664.783 221.147 662.081 223.945C659.336 226.608 655.686 228.129 651.866 228.208L643.403 219.844H651.665V219.843C652.511 219.859 653.351 219.702 654.134 219.381C654.92 219.059 655.631 218.579 656.224 217.971L656.225 217.97C657.407 216.752 658.069 215.12 658.069 213.422C658.069 211.724 657.407 210.093 656.225 208.875L656.218 208.868L656.21 208.861L655.977 208.648C654.783 207.613 653.26 207.027 651.674 207L651.659 207.108H640.824V244.87L623.124 243.732L584.916 205.955H598.309V179.64L598.644 179.968L608.23 189.336L608.377 189.48L608.581 189.479C610.652 189.473 612.702 189.057 614.611 188.255C616.518 187.455 618.247 186.284 619.7 184.813L619.701 184.814C621.182 183.364 622.357 181.632 623.16 179.722C623.963 177.812 624.377 175.76 624.377 173.688C624.377 171.616 623.963 169.565 623.16 167.655C622.919 167.081 622.644 166.523 622.337 165.984ZM608.58 168.266C609.276 168.265 609.965 168.404 610.606 168.674C611.248 168.944 611.83 169.339 612.315 169.837L612.324 169.847L612.335 169.857C612.865 170.344 613.288 170.937 613.577 171.596C613.867 172.256 614.016 172.968 614.016 173.688C614.016 174.408 613.867 175.121 613.577 175.781C613.288 176.44 612.865 177.032 612.335 177.52L612.324 177.529L612.315 177.539C611.83 178.037 611.248 178.433 610.606 178.703C609.965 178.973 609.276 179.112 608.58 179.111H598.309V168.266H608.58Z' stroke='%23DCCEB4'/%3E%3Cpath d='M704.837 165.882C705.942 166.848 707.292 168.05 708.819 169.426C712.906 173.109 718.256 178.026 723.574 182.965C728.891 187.904 734.174 192.863 738.127 196.626C740.104 198.508 741.746 200.091 742.894 201.221C743.468 201.787 743.917 202.236 744.219 202.553C744.371 202.712 744.482 202.833 744.552 202.916V202.966L744.695 203.112C747.419 205.899 748.951 209.636 748.968 213.533V213.538C748.996 215.487 748.633 217.422 747.9 219.228C747.167 221.034 746.078 222.675 744.7 224.053C743.321 225.432 741.679 226.519 739.872 227.252C738.127 227.961 736.261 228.322 734.378 228.321L725.911 219.953L734.173 219.952C735.447 219.956 736.693 219.583 737.753 218.878C738.814 218.173 739.642 217.168 740.13 215.992C740.619 214.815 740.746 213.519 740.496 212.27C740.246 211.021 739.63 209.874 738.727 208.976L738.721 208.97L738.714 208.964L738.479 208.755C737.33 207.782 735.895 207.207 734.389 207.118V207.108H723.118V244.87L705.417 243.732L667.208 205.955H680.494V168.266H690.775C691.487 168.252 692.195 168.384 692.854 168.655C693.513 168.925 694.11 169.327 694.607 169.836V169.837C695.608 170.869 696.169 172.25 696.169 173.688C696.169 175.125 695.609 176.507 694.608 177.539C694.11 178.049 693.513 178.452 692.854 178.722C692.195 178.993 691.487 179.125 690.775 179.111H680.499L681.366 179.966L690.844 189.334L690.991 189.48L691.198 189.479C693.269 189.473 695.318 189.057 697.227 188.255C699.136 187.454 700.868 186.281 702.323 184.807L702.322 184.806C705.255 181.849 706.903 177.853 706.903 173.688C706.903 170.927 706.179 168.241 704.837 165.882Z' stroke='%23DCCEB4'/%3E%3Cpath d='M296.932 247.247C298.027 248.201 299.352 249.379 300.847 250.724C304.939 254.406 310.285 259.324 315.596 264.263C320.906 269.202 326.18 274.161 330.124 277.924C332.097 279.806 333.736 281.388 334.881 282.518C335.454 283.084 335.901 283.534 336.202 283.851C336.354 284.01 336.464 284.131 336.534 284.213L336.535 284.214V284.266L336.68 284.413C338.732 286.481 340.128 289.108 340.692 291.966C341.255 294.824 340.963 297.785 339.85 300.477C338.737 303.169 336.854 305.473 334.437 307.099C332.076 308.688 329.307 309.558 326.464 309.614L318.001 301.25H326.264V301.25C327.108 301.253 327.945 301.09 328.726 300.77C329.507 300.449 330.218 299.977 330.817 299.381C331.423 298.789 331.903 298.08 332.225 297.296C332.507 296.609 332.662 295.877 332.686 295.136L332.688 294.818C332.687 293.992 332.522 293.175 332.201 292.414C331.92 291.745 331.523 291.131 331.031 290.6L330.814 290.378C329.767 289.304 328.388 288.626 326.91 288.45V288.406H315.639V300.25H315.568L315.639 300.321V326.168L297.83 325.03L259.622 287.252H272.907V260.829L273.348 261.264L282.827 270.632L282.971 270.775L283.173 270.777C286.308 270.813 289.383 269.909 291.999 268.181C294.616 266.453 296.654 263.982 297.852 261.084C299.049 258.187 299.35 254.997 298.717 251.927C298.376 250.272 297.769 248.694 296.932 247.247ZM283.178 249.564C284.617 249.564 285.997 250.136 287.014 251.153C288.031 252.17 288.603 253.548 288.603 254.986C288.603 256.424 288.031 257.804 287.014 258.821C285.997 259.838 284.616 260.409 283.178 260.409H272.907V249.564H283.178Z' stroke='%23DCCEB4'/%3E%3Cpath d='M379.298 247.215C380.401 248.175 381.742 249.365 383.256 250.725C387.357 254.407 392.72 259.325 398.065 264.264C403.409 269.203 408.734 274.162 412.755 277.927C414.766 279.81 416.451 281.393 417.65 282.526C418.249 283.092 418.726 283.546 419.062 283.868C419.23 284.028 419.361 284.155 419.455 284.247C419.549 284.339 419.586 284.377 419.589 284.38L419.603 284.397L419.619 284.413C421.671 286.481 423.066 289.109 423.63 291.966C424.194 294.824 423.901 297.785 422.789 300.477C421.676 303.169 419.792 305.473 417.375 307.099C415.012 308.688 412.244 309.559 409.4 309.614L400.842 301.25H409.203V301.25C410.034 301.263 410.858 301.104 411.625 300.782C412.381 300.463 413.064 299.991 413.631 299.398C414.261 298.826 414.764 298.129 415.109 297.351C415.453 296.574 415.631 295.733 415.631 294.882C415.631 294.032 415.453 293.19 415.109 292.413C414.768 291.642 414.27 290.951 413.648 290.382C413.085 289.769 412.404 289.277 411.644 288.937C410.973 288.637 410.253 288.461 409.521 288.417L409.207 288.406H397.931V326.168L380.122 325.03L341.915 287.252H355.307V260.828L355.749 261.264L365.227 270.632L365.374 270.778L365.58 270.777C367.651 270.771 369.7 270.355 371.61 269.553C373.517 268.753 375.246 267.582 376.699 266.111L376.7 266.112C378.18 264.662 379.356 262.93 380.159 261.02C380.962 259.11 381.375 257.058 381.375 254.986C381.375 252.914 380.962 250.863 380.159 248.953C379.908 248.355 379.62 247.775 379.298 247.215ZM365.579 249.564C367.017 249.564 368.396 250.136 369.414 251.153C370.431 252.17 371.002 253.548 371.002 254.986C371.002 256.424 370.431 257.804 369.414 258.821C368.396 259.838 367.017 260.409 365.579 260.409H355.307V249.564H365.579Z' stroke='%23DCCEB4'/%3E%3Cpath d='M461.806 247.539C462.909 248.498 464.25 249.689 465.764 251.048C469.865 254.731 475.228 259.648 480.573 264.587C485.917 269.526 491.242 274.486 495.263 278.25C497.274 280.133 498.959 281.716 500.158 282.849C500.757 283.416 501.235 283.87 501.57 284.191C501.738 284.352 501.87 284.479 501.963 284.57C502.057 284.662 502.094 284.7 502.097 284.704L502.111 284.72L502.127 284.736C504.179 286.804 505.575 289.432 506.138 292.29C506.702 295.147 506.409 298.108 505.297 300.8C504.184 303.492 502.301 305.796 499.884 307.422C497.522 309.011 494.754 309.882 491.911 309.937L483.448 301.574H491.711C493.414 301.574 495.048 300.897 496.253 299.693C497.382 298.564 498.048 297.057 498.127 295.47L498.135 295.151C498.135 294.322 497.97 293.501 497.648 292.737C497.366 292.068 496.97 291.454 496.477 290.923L496.26 290.702C495.677 290.086 494.977 289.593 494.199 289.254C493.479 288.941 492.707 288.766 491.924 288.735L491.594 288.406H480.116V326.167L462.415 325.03L424.425 287.576H437.815V261.261L438.15 261.589L447.737 270.958L447.884 271.101L448.088 271.1C450.159 271.094 452.208 270.678 454.118 269.876C456.025 269.076 457.754 267.905 459.207 266.434L459.208 266.435C460.688 264.985 461.865 263.254 462.668 261.343C463.471 259.433 463.885 257.381 463.885 255.309C463.884 253.237 463.471 251.186 462.668 249.276C462.416 248.678 462.129 248.098 461.806 247.539ZM448.095 249.887C448.79 249.875 449.48 250.008 450.121 250.278C450.761 250.547 451.339 250.948 451.816 251.454L451.828 251.466L451.842 251.478C452.372 251.966 452.794 252.558 453.084 253.217C453.373 253.876 453.522 254.589 453.522 255.309C453.522 256.029 453.373 256.743 453.084 257.402C452.794 258.061 452.372 258.654 451.842 259.141L451.828 259.153L451.816 259.167C451.339 259.672 450.761 260.072 450.121 260.341C449.48 260.611 448.79 260.744 448.095 260.732H437.815V249.887H448.095Z' stroke='%23DCCEB4'/%3E%3Cpath d='M543.264 247.175C544.372 248.142 545.725 249.346 547.258 250.724C551.353 254.407 556.721 259.325 562.072 264.264C567.423 269.203 572.758 274.162 576.788 277.927C578.803 279.81 580.492 281.394 581.693 282.527C582.294 283.093 582.773 283.546 583.109 283.868C583.277 284.028 583.409 284.155 583.503 284.247C583.605 284.346 583.639 284.382 583.637 284.38L583.649 284.394L583.662 284.408C586.362 287.205 587.871 290.94 587.871 294.828C587.871 298.711 586.365 302.444 583.67 305.241C580.944 307.934 577.28 309.461 573.453 309.508L564.988 301.143L574.004 301.142C574.848 301.145 575.685 300.983 576.466 300.663C577.247 300.342 577.957 299.869 578.556 299.274C579.163 298.682 579.643 297.973 579.965 297.189C580.247 296.502 580.402 295.77 580.426 295.029L580.427 294.71C580.427 293.885 580.263 293.067 579.942 292.306C579.62 291.542 579.147 290.849 578.553 290.27C577.358 289.043 575.728 288.335 574.014 288.298L573.504 288.288V288.406H562.732V300.143H562.553L562.732 300.319V326.167L545.031 325.03L506.824 287.252H520.647V262.105L529.274 270.632L529.422 270.778L529.628 270.777C531.699 270.771 533.748 270.355 535.658 269.553C537.567 268.751 539.3 267.579 540.754 266.105L540.753 266.104C543.686 263.147 545.333 259.151 545.333 254.986C545.333 252.223 544.608 249.535 543.264 247.175ZM530.928 249.564C531.641 249.55 532.349 249.682 533.009 249.953C533.585 250.189 534.114 250.527 534.57 250.95L534.761 251.136C535.763 252.168 536.323 253.549 536.323 254.986C536.323 256.424 535.762 257.805 534.76 258.837C534.263 259.347 533.667 259.75 533.009 260.02C532.349 260.29 531.641 260.423 530.928 260.409H520.647V249.564H530.928Z' stroke='%23DCCEB4'/%3E%3Cpath d='M625.989 247.177C627.095 248.143 628.445 249.347 629.974 250.724C634.061 254.406 639.41 259.324 644.727 264.263C650.045 269.202 655.328 274.161 659.281 277.924C661.258 279.806 662.901 281.388 664.049 282.519C664.623 283.085 665.07 283.534 665.373 283.851C665.525 284.01 665.636 284.131 665.706 284.213L665.707 284.214V284.262L665.847 284.408C668.547 287.205 670.056 290.94 670.057 294.828C670.057 298.715 668.547 302.451 665.847 305.249C663.121 307.937 659.461 309.461 655.638 309.508L647.173 301.143H655.435V301.142C656.28 301.145 657.116 300.983 657.897 300.663C658.679 300.342 659.389 299.87 659.988 299.274C660.595 298.682 661.075 297.973 661.396 297.189C661.678 296.502 661.834 295.77 661.857 295.029L661.859 294.71C661.859 293.885 661.694 293.067 661.373 292.306C661.091 291.637 660.695 291.024 660.202 290.493L659.985 290.27C658.79 289.043 657.159 288.335 655.446 288.298L655.434 288.406H644.702V326.168L626.895 325.03L588.791 287.252H602.079V260.829L602.519 261.264L611.999 270.632L612.145 270.778L612.352 270.777C615.463 270.759 618.5 269.824 621.081 268.087C623.662 266.351 625.672 263.891 626.86 261.017C628.048 258.143 628.361 254.981 627.759 251.93C627.427 250.252 626.827 248.648 625.989 247.177ZM612.349 249.564C613.788 249.564 615.168 250.136 616.185 251.153C617.202 252.17 617.774 253.548 617.774 254.986C617.774 256.424 617.203 257.804 616.185 258.821C615.168 259.838 613.788 260.409 612.349 260.409H602.079V249.564H612.349Z' stroke='%23DCCEB4'/%3E%3Cpath d='M708.281 247.177C709.386 248.144 710.737 249.347 712.265 250.724C716.352 254.406 721.703 259.324 727.02 264.263C732.337 269.202 737.62 274.161 741.573 277.924C743.55 279.806 745.193 281.388 746.34 282.519C746.915 283.085 747.362 283.534 747.665 283.851C747.817 284.01 747.927 284.131 747.998 284.213L747.999 284.214V284.268L748.146 284.415C749.519 285.779 750.609 287.402 751.352 289.189C752.096 290.976 752.479 292.892 752.479 294.828C752.479 296.763 752.096 298.68 751.352 300.467C750.609 302.254 749.519 303.877 748.146 305.242L748.143 305.245C746.785 306.619 745.162 307.706 743.374 308.439C741.646 309.147 739.798 309.51 737.932 309.511L729.465 301.143L737.727 301.142C738.571 301.145 739.408 300.983 740.189 300.663C740.971 300.342 741.681 299.869 742.28 299.274C742.887 298.682 743.366 297.973 743.688 297.189C743.97 296.502 744.126 295.77 744.149 295.029L744.151 294.71C744.15 293.885 743.986 293.067 743.666 292.306C743.345 291.546 742.876 290.857 742.287 290.28H742.288C741.091 289.046 739.456 288.335 737.738 288.298L737.726 288.406H726.995V326.168L709.186 325.03L670.978 287.252H684.371V260.828L684.812 261.264L694.291 270.632L694.438 270.778L694.645 270.777C697.756 270.759 700.792 269.824 703.373 268.087C705.953 266.351 707.964 263.891 709.152 261.017C710.34 258.143 710.653 254.981 710.051 251.93C709.72 250.252 709.118 248.648 708.281 247.177ZM694.642 249.564C696.081 249.564 697.461 250.136 698.478 251.153C699.495 252.17 700.066 253.548 700.066 254.986C700.066 256.424 699.495 257.804 698.478 258.821C697.461 259.838 696.081 260.409 694.642 260.409H684.371V249.564H694.642Z' stroke='%23DCCEB4'/%3E%3Cpath d='M791.118 247.246C792.213 248.2 793.54 249.379 795.035 250.724C799.127 254.406 804.474 259.324 809.784 264.263C815.095 269.202 820.368 274.161 824.313 277.924C826.285 279.806 827.924 281.388 829.069 282.518C829.642 283.084 830.088 283.534 830.39 283.851C830.542 284.01 830.652 284.131 830.722 284.213L830.723 284.214V284.268L830.87 284.415C832.244 285.779 833.333 287.402 834.076 289.189C834.82 290.976 835.203 292.892 835.203 294.828C835.203 296.763 834.82 298.68 834.076 300.467C833.333 302.254 832.243 303.877 830.87 305.242L830.867 305.245C829.509 306.619 827.886 307.706 826.098 308.439C824.371 309.147 822.522 309.51 820.656 309.511L812.19 301.143L820.451 301.142C821.296 301.145 822.132 300.983 822.913 300.663C823.695 300.342 824.405 299.869 825.004 299.274C825.611 298.682 826.091 297.973 826.412 297.189C826.694 296.502 826.85 295.77 826.873 295.029L826.875 294.71C826.875 293.885 826.71 293.067 826.39 292.306C826.068 291.542 825.595 290.849 825.001 290.27C823.806 289.043 822.175 288.335 820.462 288.298L819.218 288.271L819.353 288.406H809.288V326.168L791.479 325.03L753.272 287.252H766.664V249.564H776.936C778.374 249.564 779.753 250.136 780.771 251.153C781.788 252.17 782.36 253.548 782.36 254.986C782.36 256.424 781.788 257.804 780.771 258.821C779.754 259.838 778.374 260.409 776.936 260.409H766.67L767.536 261.264L777.015 270.632L777.158 270.775L777.361 270.777C780.496 270.813 783.57 269.909 786.187 268.181C788.803 266.453 790.842 263.982 792.039 261.084C793.237 258.187 793.539 254.997 792.906 251.927C792.564 250.271 791.956 248.693 791.118 247.246Z' stroke='%23DCCEB4'/%3E%3Cpath d='M383.018 328.402C384.118 329.366 385.457 330.562 386.971 331.93C391.058 335.62 396.408 340.548 401.726 345.494C407.043 350.44 412.326 355.402 416.28 359.161C418.257 361.041 419.9 362.618 421.048 363.742C421.623 364.304 422.071 364.75 422.374 365.062C422.524 365.216 422.634 365.334 422.705 365.415V365.453L422.845 365.599C425.546 368.396 427.055 372.131 427.055 376.019C427.055 379.904 425.547 383.639 422.849 386.436C421.488 387.816 419.866 388.913 418.078 389.664C416.353 390.389 414.505 390.775 412.635 390.806L404.171 382.441H412.437C413.292 382.436 414.138 382.257 414.922 381.915C415.697 381.577 416.395 381.086 416.977 380.474L416.978 380.475C417.585 379.902 418.065 379.209 418.389 378.44C418.713 377.672 418.872 376.844 418.858 376.01C418.855 374.31 418.179 372.68 416.976 371.478C415.771 370.273 414.138 369.597 412.434 369.597L412.393 369.812H401.701V407.466L384 406.328L345.793 368.658H359.078V342.022L359.412 342.35L368.999 351.718L369.146 351.861L369.351 351.86C373.508 351.842 377.495 350.207 380.469 347.303L380.475 347.297C383.31 344.429 384.938 340.588 385.032 336.566L385.036 336.177C385.05 334.114 384.654 332.069 383.871 330.16C383.624 329.556 383.338 328.969 383.018 328.402ZM369.349 330.647C370.045 330.647 370.734 330.786 371.375 331.056C371.937 331.292 372.451 331.624 372.897 332.037L373.083 332.219C374.085 333.251 374.645 334.632 374.645 336.069C374.645 337.507 374.085 338.888 373.083 339.92C372.598 340.418 372.017 340.814 371.375 341.084C370.734 341.354 370.045 341.493 369.349 341.492H359.078V330.647H369.349Z' stroke='%23DCCEB4'/%3E%3Cpath d='M465.236 328.335C466.351 329.31 467.72 330.53 469.273 331.93C473.369 335.621 478.736 340.549 484.088 345.495C489.439 350.441 494.773 355.404 498.803 359.164C500.818 361.044 502.508 362.623 503.71 363.749C504.311 364.312 504.791 364.762 505.128 365.079C505.296 365.238 505.429 365.363 505.524 365.452C505.572 365.497 505.609 365.533 505.636 365.56C505.65 365.573 505.661 365.583 505.67 365.591C505.673 365.594 505.675 365.597 505.677 365.599L505.927 365.863C508.47 368.629 509.887 372.253 509.887 376.019C509.887 379.903 508.38 383.637 505.683 386.434C502.967 389.155 499.305 390.719 495.466 390.805L487.004 382.441H495.276C496.987 382.405 498.614 381.698 499.809 380.475C500.416 379.902 500.898 379.209 501.221 378.44C501.545 377.672 501.704 376.844 501.689 376.01C501.703 375.167 501.546 374.331 501.226 373.551C500.904 372.765 500.424 372.054 499.815 371.461C499.217 370.867 498.507 370.397 497.727 370.077C496.946 369.757 496.108 369.593 495.263 369.597L494.765 369.599V369.812H483.994V407.467L466.185 406.328L428.085 368.658H441.371V341.912L441.811 342.348L451.291 351.716L451.438 351.861L451.645 351.86C455.799 351.83 459.782 350.198 462.761 347.304L462.767 347.299L462.772 347.293C465.657 344.309 467.287 340.332 467.329 336.183V336.175C467.317 333.402 466.584 330.706 465.236 328.335ZM451.652 330.647C452.364 330.634 453.072 330.765 453.731 331.035C454.39 331.305 454.987 331.708 455.484 332.218V332.219C456.486 333.251 457.046 334.631 457.046 336.069C457.046 337.507 456.486 338.888 455.485 339.92C454.988 340.43 454.39 340.833 453.731 341.104C453.072 341.374 452.364 341.506 451.652 341.492H441.371V330.647H451.652Z' stroke='%23DCCEB4'/%3E%3Cpath d='M547.962 328.23C549.075 329.205 550.44 330.424 551.988 331.822C556.075 335.513 561.426 340.44 566.743 345.386C572.061 350.332 577.343 355.294 581.297 359.053C583.274 360.933 584.917 362.511 586.065 363.634C586.64 364.196 587.088 364.642 587.392 364.955C587.54 365.108 587.65 365.225 587.722 365.306V365.351L587.87 365.498C589.243 366.862 590.333 368.485 591.076 370.272C591.82 372.059 592.202 373.975 592.202 375.911C592.202 377.846 591.82 379.763 591.076 381.55C590.333 383.337 589.243 384.96 587.87 386.325L587.864 386.33C586.511 387.719 584.891 388.822 583.103 389.573C581.376 390.298 579.526 390.68 577.654 390.7L569.188 382.333H577.462C579.172 382.297 580.8 381.59 581.995 380.367C582.602 379.794 583.083 379.101 583.406 378.333C583.69 377.66 583.847 376.942 583.872 376.214L583.875 375.902C583.889 375.059 583.731 374.223 583.411 373.443C583.089 372.657 582.608 371.946 582 371.353C581.402 370.759 580.693 370.289 579.913 369.969C579.131 369.649 578.294 369.485 577.449 369.489L576.758 369.492L576.864 369.812H566.287V407.466L548.479 406.328L510.588 368.658H523.986V341.911L524.428 342.347L533.906 351.715L534.05 351.857L534.251 351.86C536.334 351.89 538.402 351.501 540.333 350.718C542.264 349.935 544.018 348.772 545.491 347.299C546.964 345.826 548.128 344.073 548.911 342.143C549.695 340.213 550.083 338.145 550.053 336.062C550.04 333.292 549.308 330.599 547.962 328.23ZM534.258 330.647C535.696 330.647 537.077 331.219 538.094 332.236C539.111 333.253 539.682 334.631 539.682 336.069C539.682 337.507 539.111 338.887 538.094 339.904C537.077 340.921 535.696 341.492 534.258 341.492H523.986V330.647H534.258Z' stroke='%23DCCEB4'/%3E%3Cpath d='M617.088 330.647C618.527 330.647 619.907 331.219 620.924 332.236C621.941 333.253 622.513 334.631 622.513 336.069C622.513 337.507 621.941 338.887 620.924 339.904C619.907 340.921 618.527 341.492 617.088 341.492H606.817V330.647H617.088ZM631.591 336.068C631.585 333.997 631.169 331.949 630.367 330.04C630.115 329.439 629.825 328.856 629.501 328.293C630.607 329.258 631.952 330.454 633.473 331.823C637.573 335.513 642.937 340.441 648.281 345.387C653.626 350.333 658.951 355.296 662.973 359.056C664.984 360.936 666.669 362.515 667.868 363.641C668.468 364.204 668.946 364.653 669.282 364.97C669.451 365.129 669.583 365.255 669.678 365.344C669.725 365.389 669.763 365.425 669.79 365.452C669.804 365.465 669.815 365.475 669.823 365.483L669.838 365.498C671.211 366.862 672.302 368.485 673.045 370.272C673.789 372.059 674.171 373.975 674.171 375.911C674.171 377.846 673.789 379.763 673.045 381.55C672.302 383.337 671.211 384.96 669.838 386.325L669.575 386.587C668.276 387.856 666.748 388.869 665.072 389.573C663.345 390.298 661.494 390.68 659.622 390.7L651.157 382.333H660.185C661.895 382.297 663.523 381.59 664.718 380.367C665.325 379.794 665.805 379.101 666.129 378.333C666.412 377.66 666.57 376.942 666.595 376.214L666.598 375.902C666.612 375.059 666.454 374.223 666.134 373.443C665.812 372.657 665.331 371.946 664.723 371.353C664.125 370.759 663.415 370.289 662.635 369.969C661.854 369.649 661.017 369.485 660.172 369.489L659.674 369.491V369.812H648.903V381.333H648.724L648.903 381.509V407.466L631.093 406.328L592.886 368.658H606.817V343.187L615.445 351.715L615.59 351.86H615.796C619.985 351.86 624.003 350.196 626.965 347.235C629.927 344.274 631.591 340.257 631.591 336.069V336.068Z' stroke='%23DCCEB4'/%3E%3Cpath d='M698.52 330.647C699.959 330.647 701.339 331.219 702.356 332.236C703.373 333.253 703.944 334.631 703.944 336.069C703.944 337.507 703.373 338.887 702.356 339.904C701.339 340.921 699.959 341.492 698.52 341.492H688.249V330.647H698.52ZM714.315 336.068C714.309 333.997 713.893 331.949 713.091 330.04C712.839 329.439 712.549 328.856 712.225 328.293C713.331 329.258 714.676 330.454 716.197 331.823C720.297 335.513 725.661 340.441 731.005 345.387C736.35 350.333 741.675 355.296 745.697 359.056C747.708 360.936 749.393 362.515 750.592 363.641C751.192 364.204 751.67 364.653 752.006 364.97C752.175 365.129 752.307 365.255 752.402 365.344C752.449 365.389 752.487 365.425 752.514 365.452C752.528 365.465 752.539 365.475 752.547 365.483L752.561 365.497V365.496C754.598 367.577 755.979 370.211 756.535 373.069C757.091 375.929 756.797 378.888 755.688 381.583C754.579 384.277 752.704 386.587 750.295 388.227C747.943 389.829 745.182 390.719 742.339 390.801L733.784 382.441H742.155C743.873 382.404 745.507 381.692 746.704 380.458L746.703 380.458C747.875 379.277 748.544 377.689 748.568 376.026V376.01C748.54 374.424 747.955 372.902 746.919 371.708L746.707 371.474L746.697 371.464C746.098 370.869 745.386 370.397 744.605 370.077C743.824 369.756 742.987 369.593 742.142 369.596L741.644 369.598V369.812H730.873V407.466L713.063 406.328L674.856 368.658H688.249V341.911L688.69 342.347L698.168 351.715L698.315 351.86H698.52C702.709 351.86 706.727 350.196 709.689 347.235C712.651 344.274 714.315 340.257 714.315 336.069V336.068Z' stroke='%23DCCEB4'/%3E%3Cpath d='M780.816 330.647C781.529 330.644 782.236 330.782 782.896 331.052C783.553 331.322 784.151 331.718 784.655 332.217V332.218C785.657 333.25 786.217 334.631 786.217 336.069C786.217 337.507 785.657 338.889 784.655 339.92C784.151 340.42 783.553 340.817 782.896 341.086C782.236 341.357 781.529 341.495 780.816 341.492H770.542V330.647H780.816ZM796.609 336.068C796.603 333.997 796.187 331.949 795.385 330.04C795.133 329.44 794.844 328.858 794.522 328.296C795.625 329.26 796.967 330.455 798.482 331.822C802.573 335.512 807.92 340.441 813.231 345.386C818.541 350.332 823.815 355.293 827.76 359.052C829.733 360.932 831.372 362.51 832.518 363.633C833.091 364.196 833.537 364.642 833.84 364.955C833.989 365.108 834.099 365.225 834.17 365.306V365.347L834.313 365.493C836.351 367.575 837.734 370.209 838.29 373.069C838.846 375.929 838.552 378.888 837.443 381.583C836.333 384.277 834.459 386.587 832.05 388.227C829.698 389.829 826.937 390.719 824.095 390.801L815.539 382.441H823.911C824.747 382.42 825.57 382.233 826.333 381.892C827.096 381.551 827.783 381.062 828.356 380.453C828.952 379.884 829.426 379.2 829.746 378.441C830.03 377.768 830.187 377.05 830.212 376.323L830.215 376.01C830.229 375.168 830.072 374.33 829.752 373.55C829.47 372.863 829.066 372.233 828.563 371.689L828.341 371.461C827.764 370.872 827.074 370.403 826.314 370.083C825.549 369.761 824.728 369.595 823.899 369.596L823.857 369.812H813.166V381.441H813.085L813.166 381.52V407.466L795.357 406.328L757.15 368.658H770.542V342.021L770.877 342.349L780.464 351.717L780.609 351.86H780.814C785.003 351.86 789.02 350.196 791.983 347.235C794.945 344.274 796.609 340.257 796.609 336.069V336.068Z' stroke='%23DCCEB4'/%3E%3Cpath d='M863.107 330.647C863.803 330.646 864.492 330.785 865.133 331.055C865.775 331.325 866.355 331.721 866.841 332.219L866.851 332.229L866.861 332.238C867.391 332.725 867.815 333.318 868.104 333.977C868.394 334.637 868.543 335.349 868.543 336.069C868.543 336.789 868.394 337.502 868.104 338.162C867.815 338.821 867.391 339.413 866.861 339.901L866.851 339.91L866.841 339.919C866.355 340.418 865.775 340.814 865.133 341.083C864.492 341.353 863.803 341.492 863.107 341.492H852.836V330.647H863.107ZM879.44 336.068C879.434 333.997 879.018 331.949 878.216 330.04C877.974 329.462 877.696 328.901 877.387 328.359C878.473 329.312 879.787 330.485 881.268 331.822C885.355 335.513 890.706 340.44 896.023 345.386C901.34 350.332 906.623 355.294 910.577 359.053C912.554 360.933 914.197 362.511 915.345 363.634C915.92 364.196 916.368 364.642 916.672 364.955C916.82 365.108 916.93 365.225 917.002 365.306V365.345L917.142 365.491C919.843 368.288 921.351 372.023 921.351 375.911C921.351 379.796 919.844 383.531 917.146 386.328C915.785 387.708 914.163 388.805 912.375 389.556C910.649 390.281 908.801 390.667 906.931 390.698L898.468 382.333H906.734C907.589 382.328 908.434 382.15 909.218 381.808C909.993 381.47 910.692 380.979 911.274 380.366L911.275 380.367C911.882 379.794 912.362 379.101 912.685 378.333C912.968 377.66 913.127 376.942 913.152 376.214L913.155 375.902C913.152 374.202 912.476 372.572 911.273 371.37C910.068 370.165 908.435 369.489 906.731 369.489H906.371L906.262 369.812H895.351V407.465L877.65 406.328L839.443 368.658H852.836V341.495L853.71 342.349L863.296 351.717L863.442 351.86H863.645C867.834 351.86 871.852 350.196 874.814 347.235C877.776 344.274 879.44 340.257 879.44 336.069V336.068Z' stroke='%23DCCEB4'/%3E%3Cpath d='M600.826 5.45361C601.539 5.45079 602.246 5.58826 602.906 5.85889C603.566 6.12961 604.167 6.52796 604.672 7.03076L604.675 7.03467C605.186 7.5318 605.588 8.12849 605.859 8.7876C606.129 9.4464 606.262 10.1537 606.248 10.8657V10.8843C606.26 11.5792 606.128 12.2694 605.858 12.9097C605.588 13.5501 605.187 14.1272 604.681 14.604L604.666 14.6196C603.652 15.664 602.268 16.2672 600.813 16.2983H590.552V5.45361H600.826ZM616.619 10.8726C616.599 8.09644 615.862 5.39737 614.511 3.02295C615.627 4.0004 616.999 5.22509 618.554 6.63037C622.641 10.3227 627.991 15.2542 633.308 20.2065C638.625 25.1587 643.909 30.1301 647.862 33.9038C649.839 35.791 651.482 37.3777 652.629 38.5112C653.204 39.0785 653.651 39.5295 653.954 39.8472C654.106 40.0069 654.216 40.1278 654.287 40.2104L654.288 40.2114V40.2632L654.433 40.4097C656.485 42.4778 657.881 45.1056 658.445 47.9634C659.009 50.8211 658.716 53.782 657.603 56.4741C656.49 59.1662 654.607 61.4699 652.19 63.0962C649.829 64.6847 647.06 65.5555 644.217 65.6108L635.754 57.2476H644.017C645.721 57.2475 647.354 56.5709 648.559 55.3667C649.764 54.1622 650.441 52.528 650.441 50.8247C650.441 49.1215 649.764 47.488 648.559 46.2837C647.354 45.0794 645.721 44.4029 644.017 44.4028L644.003 44.5103H633.176V81.9497L615.367 80.811L577.16 43.1411H590.552V16.7173L590.994 17.1538L600.472 26.522L600.619 26.6665H600.824C605.013 26.6665 609.03 25.0028 611.993 22.0415C614.955 19.0802 616.619 15.0634 616.619 10.8755V10.8726Z' stroke='%23DCCEB4'/%3E%3Cpath d='M696.785 3.06885C697.896 4.03848 699.252 5.24676 700.785 6.63037C704.877 10.3225 710.223 15.2532 715.534 20.2056C720.844 25.1578 726.118 30.1301 730.062 33.9038C732.035 35.7909 733.674 37.3767 734.819 38.5103C735.392 39.0775 735.839 39.5285 736.14 39.8462C736.292 40.0059 736.402 40.1268 736.472 40.2095L736.473 40.2104V40.2671L736.624 40.4146C738.009 41.7716 739.11 43.3916 739.861 45.1792C740.612 46.9667 741 48.8861 741 50.8247C741 52.7635 740.612 54.6836 739.861 56.4712C739.11 58.2588 738.009 59.8788 736.624 61.2358L736.618 61.2417C735.256 62.622 733.634 63.7195 731.846 64.4702C730.121 65.1948 728.273 65.5807 726.403 65.6118L717.94 57.2476H726.202C727.906 57.2476 729.54 56.5712 730.745 55.3667C731.95 54.1622 732.627 52.528 732.627 50.8247C732.627 49.1216 731.95 47.488 730.745 46.2837C729.54 45.0792 727.906 44.4028 726.202 44.4028L726.191 44.5103H715.469V81.9497L697.66 80.811L659.453 43.1411H672.845V16.7173L673.287 17.1538L682.765 26.522L682.911 26.6655L683.115 26.6665C685.189 26.6731 687.244 26.2623 689.156 25.4595C691.066 24.6576 692.794 23.4799 694.24 21.9976L694.241 21.9985C695.708 20.5411 696.871 18.8077 697.665 16.8989C698.459 14.9901 698.869 12.9429 698.869 10.8755C698.869 8.80826 698.459 6.76166 697.665 4.85303C697.409 4.23891 697.115 3.64325 696.785 3.06885ZM683.119 5.45361C683.832 5.4508 684.539 5.58826 685.199 5.85889C685.859 6.12961 686.46 6.52796 686.966 7.03076L686.969 7.03467C687.479 7.5318 687.882 8.12849 688.152 8.7876C688.422 9.4464 688.555 10.1537 688.541 10.8657V10.8843C688.553 11.5792 688.421 12.2694 688.151 12.9097C687.881 13.5501 687.48 14.1272 686.974 14.604L686.959 14.6196C685.946 15.664 684.561 16.2672 683.106 16.2983H672.845V5.45361H683.119Z' stroke='%23DCCEB4'/%3E%3Cpath d='M779.111 2.9873C780.217 3.95249 781.564 5.15126 783.087 6.52246C787.188 10.2147 792.551 15.1459 797.896 20.0986C803.24 25.051 808.564 30.024 812.586 33.7988C814.597 35.6862 816.282 37.2744 817.481 38.4102C818.08 38.9781 818.558 39.4327 818.894 39.7549C819.062 39.916 819.193 40.0434 819.286 40.1348C819.381 40.2277 819.418 40.2662 819.421 40.2695L819.438 40.2891L819.712 40.5635C820.977 41.8662 821.988 43.3953 822.693 45.0713C823.444 46.8589 823.831 48.778 823.831 50.7168C823.831 52.6557 823.444 54.5756 822.693 56.3633C821.941 58.151 820.841 59.7709 819.455 61.1279L819.449 61.1338C818.088 62.5141 816.466 63.6116 814.678 64.3623C812.952 65.0869 811.104 65.473 809.234 65.5039L800.674 57.1396H809.034V57.1387C809.865 57.152 810.69 56.9933 811.456 56.6709C812.214 56.3518 812.897 55.8789 813.465 55.2842L813.466 55.2852C814.098 54.7039 814.602 53.9971 814.948 53.2109C815.293 52.4247 815.47 51.575 815.47 50.7168C815.47 49.8586 815.293 49.0098 814.948 48.2236C814.602 47.4374 814.097 46.7307 813.465 46.1494C812.898 45.555 812.214 45.0827 811.456 44.7637C810.688 44.4401 809.86 44.2803 809.026 44.2949L808.534 44.3037V44.5098H797.763V81.9502L779.954 80.8115L741.747 43.1416H755.139V16.7168L755.58 17.1533L765.059 26.5215L765.204 26.666H765.409C768.543 26.6701 771.607 25.7427 774.212 24.001C776.817 22.2592 778.845 19.7818 780.037 16.8848C781.23 13.9877 781.532 10.8014 780.908 7.73145C780.568 6.05417 779.957 4.45401 779.111 2.9873ZM765.412 5.45312C766.126 5.45031 766.832 5.58869 767.492 5.85938C768.152 6.12999 768.752 6.52747 769.258 7.03027L769.262 7.03418C769.772 7.53146 770.175 8.12827 770.446 8.78711C770.716 9.44611 770.848 10.154 770.834 10.8662V10.8848C770.846 11.5793 770.713 12.2687 770.444 12.9092C770.174 13.5495 769.773 14.1268 769.268 14.6035L769.259 14.6113L769.252 14.6191C768.239 15.6636 766.855 16.2667 765.4 16.2979H755.139V5.45312H765.412Z' stroke='%23DCCEB4'/%3E%3Cpath d='M861.405 2.98828C862.511 3.9533 863.858 5.1517 865.38 6.52246C869.481 10.2148 874.845 15.1458 880.19 20.0986C885.534 25.0511 890.858 30.024 894.88 33.7988C896.891 35.6863 898.576 37.2744 899.775 38.4102C900.374 38.9781 900.851 39.4327 901.187 39.7549C901.355 39.9161 901.486 40.0433 901.579 40.1348C901.682 40.2357 901.717 40.2721 901.715 40.2695L901.729 40.2861L901.744 40.3018C904.493 43.0718 906.034 46.8153 906.034 50.7168C906.034 54.6185 904.493 58.3626 901.744 61.1328L901.743 61.1338C900.382 62.5141 898.76 63.6116 896.972 64.3623C895.246 65.0868 893.399 65.4728 891.529 65.5039L883.066 57.1396H891.327V57.1387C892.173 57.154 893.013 56.9978 893.796 56.6768C894.582 56.3544 895.293 55.8737 895.886 55.2656H895.887C897.07 54.0471 897.732 52.4149 897.732 50.7168C897.732 49.019 897.07 47.3883 895.887 46.1699L895.886 46.1689L895.658 45.9473C895.114 45.4434 894.484 45.0399 893.796 44.7578C893.01 44.4355 892.167 44.2782 891.318 44.2949L891.016 44.3008L890.911 44.5098H879.948V81.9492L862.247 80.8115L824.04 43.1416H837.432V16.8271L837.768 17.1553L847.354 26.5234L847.499 26.666H847.702C850.836 26.6701 853.9 25.7426 856.505 24.001C859.11 22.2592 861.138 19.7818 862.33 16.8848C863.523 13.9876 863.826 10.8015 863.202 7.73145C862.862 6.05452 862.25 4.45471 861.405 2.98828ZM847.712 5.45312C848.407 5.4409 849.097 5.57417 849.738 5.84375C850.378 6.11341 850.956 6.51395 851.433 7.01953L851.443 7.03027L851.454 7.04004C851.979 7.53329 852.397 8.12845 852.685 8.78809C852.97 9.44162 853.12 10.1457 853.127 10.8584C853.054 12.2769 852.457 13.6182 851.452 14.623C850.449 15.6264 849.109 16.2229 847.692 16.2979H837.432V5.45312H847.712Z' stroke='%23DCCEB4'/%3E%3Cpath d='M943.428 2.98779C944.553 3.97111 945.941 5.20783 947.519 6.63037C951.615 10.3229 956.982 15.2547 962.333 20.2075C967.685 25.16 973.019 30.1328 977.049 33.9077C979.064 35.795 980.753 37.3823 981.955 38.5181C982.555 39.086 983.034 39.5406 983.371 39.8628C983.539 40.024 983.671 40.1512 983.764 40.2427C983.858 40.3343 983.894 40.3732 983.899 40.3774L983.914 40.394L983.928 40.4097C985.98 42.4778 987.376 45.1055 987.94 47.9634C988.504 50.8211 988.211 53.782 987.098 56.4741C985.985 59.1662 984.102 61.4699 981.684 63.0962C979.323 64.6847 976.555 65.5555 973.712 65.6108L965.25 57.2476H973.512C975.216 57.2475 976.849 56.5711 978.054 55.3667C979.259 54.1623 979.936 52.5282 979.936 50.8247C979.936 49.1214 979.259 47.4879 978.054 46.2837C976.849 45.0793 975.216 44.4029 973.512 44.4028H973.012V44.5103H962.241V81.9487L944.54 80.812L906.332 43.1411H919.617V16.7183L920.057 17.1538L929.537 26.522L929.683 26.6665H929.889C931.96 26.6606 934.01 26.2446 935.919 25.4429C937.829 24.6411 939.561 23.4689 941.015 21.9946L941.019 21.9907C943.899 19.0071 945.509 15.022 945.509 10.8755C945.509 8.08787 944.78 5.3741 943.428 2.98779ZM929.887 5.45361C931.326 5.45361 932.706 6.02468 933.723 7.0415C934.74 8.05838 935.312 9.43767 935.312 10.8755L935.313 10.8843C935.325 11.5789 935.191 12.2691 934.921 12.9097C934.652 13.55 934.251 14.1273 933.746 14.604L933.724 14.6255C933.231 15.1495 932.636 15.5674 931.976 15.855C931.316 16.1426 930.604 16.2939 929.884 16.2983H919.617V5.45361H929.887Z' stroke='%23DCCEB4'/%3E%3Cpath d='M700.664 84.5835C701.774 85.553 703.13 86.7609 704.663 88.144C708.755 91.8361 714.101 96.7669 719.412 101.719C724.722 106.671 729.995 111.644 733.94 115.417C735.913 117.305 737.552 118.89 738.697 120.024C739.27 120.591 739.716 121.042 740.018 121.36C740.17 121.52 740.28 121.64 740.35 121.723L740.351 121.724V121.78L740.5 121.926C741.875 123.284 742.963 124.906 743.696 126.694C744.383 128.37 744.747 130.161 744.768 131.97V132.339C744.773 136.235 743.24 139.976 740.503 142.749C737.757 145.415 734.103 146.939 730.281 147.018L721.818 138.654L730.08 138.653C730.926 138.668 731.767 138.511 732.549 138.19C733.335 137.868 734.047 137.388 734.639 136.78V136.779C735.822 135.56 736.484 133.929 736.484 132.231C736.484 130.639 735.903 129.106 734.855 127.917L734.639 127.683C734.047 127.075 733.335 126.594 732.549 126.272C731.9 126.006 731.21 125.854 730.511 125.818V125.809H719.24V163.466L701.538 162.431L663.33 124.655H676.723V98.3413L677.058 98.6694L686.645 108.038L686.793 108.181L686.998 108.18C691.177 108.151 695.177 106.478 698.132 103.524C701.088 100.57 702.761 96.5711 702.79 92.3931V92.3853C702.766 89.6213 702.021 86.9378 700.664 84.5835ZM686.997 86.9673C687.71 86.9645 688.417 87.1019 689.077 87.3726C689.734 87.6421 690.332 88.038 690.837 88.5376V88.5386C691.838 89.5704 692.399 90.9514 692.399 92.3892C692.399 93.8257 691.839 95.2052 690.839 96.2368C690.333 96.738 689.735 97.1357 689.077 97.4058C688.417 97.6764 687.71 97.8148 686.997 97.812H676.723V86.9673H686.997Z' stroke='%23DCCEB4'/%3E%3Cpath d='M782.921 84.5835C784.027 85.5531 785.38 86.7611 786.91 88.144C790.997 91.8364 796.348 96.7678 801.665 101.72C806.982 106.672 812.266 111.644 816.219 115.417C818.196 117.305 819.839 118.891 820.986 120.025C821.561 120.592 822.008 121.043 822.311 121.361C822.463 121.52 822.573 121.641 822.644 121.724L822.645 121.725V121.776L822.789 121.922C825.445 124.609 826.969 128.206 827.057 131.973L827.061 132.338C827.021 136.228 825.492 139.955 822.789 142.753C820.044 145.417 816.394 146.939 812.574 147.018L804.111 138.654L812.373 138.653C813.219 138.668 814.06 138.511 814.843 138.19C815.629 137.868 816.34 137.388 816.933 136.78V136.779C818.116 135.56 818.777 133.929 818.777 132.231C818.777 130.639 818.196 129.106 817.149 127.917L816.933 127.683C816.34 127.075 815.629 126.594 814.843 126.272C814.193 126.005 813.503 125.853 812.804 125.817V125.809H801.532V163.466L783.831 162.431L745.623 124.655H759.017V98.3413L759.352 98.6694L768.939 108.038L769.086 108.181L769.291 108.18C773.461 108.151 777.451 106.474 780.389 103.516C783.235 100.65 784.871 96.8072 784.971 92.7798L784.976 92.3892C784.979 89.6296 784.259 86.9436 782.921 84.5835ZM769.288 86.9673C769.984 86.9666 770.673 87.1055 771.315 87.3755C771.956 87.6453 772.537 88.04 773.023 88.5376V88.5386C774.024 89.5704 774.585 90.9515 774.585 92.3892C774.585 93.8266 774.025 95.2079 773.024 96.2397C772.538 96.7379 771.956 97.1338 771.315 97.4038C770.673 97.6737 769.984 97.8127 769.288 97.812H759.017V86.9673H769.288Z' stroke='%23DCCEB4'/%3E%3Cpath d='M865.034 84.519C866.155 85.4995 867.536 86.7301 869.104 88.144C873.2 91.8366 878.567 96.7684 883.918 101.721C889.269 106.674 894.604 111.647 898.634 115.421C900.649 117.309 902.338 118.896 903.539 120.032C904.14 120.6 904.618 121.054 904.954 121.376C905.123 121.538 905.255 121.665 905.348 121.756C905.451 121.857 905.486 121.894 905.484 121.891L905.497 121.908L905.512 121.922C908.168 124.609 909.692 128.206 909.78 131.973L909.784 132.338V132.346C909.812 134.295 909.448 136.23 908.715 138.037C907.982 139.843 906.894 141.484 905.515 142.862C904.136 144.24 902.495 145.328 900.688 146.061C898.942 146.769 897.076 147.131 895.194 147.129L886.726 138.761H894.989C896.692 138.761 898.326 138.085 899.531 136.88C900.735 135.676 901.412 134.042 901.412 132.338C901.412 130.635 900.735 129.002 899.531 127.797C898.591 126.858 897.39 126.241 896.099 126.014L896.306 125.809H883.825V163.466L866.016 162.431L827.912 124.655H841.202V98.2319L841.642 98.6675L851.121 108.036L851.268 108.18H851.474C853.545 108.174 855.595 107.758 857.504 106.957C859.414 106.155 861.146 104.983 862.6 103.508L862.601 103.507C865.506 100.535 867.141 96.5482 867.16 92.3921V92.3843C867.132 89.6021 866.389 86.8986 865.034 84.519ZM851.483 86.9673C852.195 86.9533 852.903 87.0856 853.562 87.356C854.221 87.6262 854.818 88.0279 855.315 88.5376V88.5386C856.316 89.5703 856.876 90.9514 856.876 92.3892C856.876 93.8267 856.317 95.208 855.316 96.2397C854.818 96.75 854.221 97.153 853.562 97.4233C852.903 97.6936 852.195 97.826 851.483 97.812H841.202V86.9673H851.483Z' stroke='%23DCCEB4'/%3E%3Cpath d='M933.766 86.9673C935.205 86.9673 936.584 87.5383 937.601 88.5552C938.618 89.572 939.19 90.9513 939.19 92.3892C939.19 93.827 938.618 95.2062 937.601 96.2231C936.584 97.2401 935.205 97.812 933.766 97.812H923.495V86.9673H933.766ZM949.561 92.3843C949.533 89.6037 948.791 86.9015 947.437 84.5229C948.556 85.5027 949.933 86.7321 951.496 88.144C955.583 91.8364 960.933 96.7678 966.25 101.72C971.568 106.672 976.851 111.644 980.804 115.417C982.781 117.305 984.424 118.891 985.572 120.025C986.146 120.592 986.594 121.043 986.896 121.361C987.048 121.52 987.159 121.641 987.229 121.724L987.23 121.725V121.782L987.381 121.929C988.771 123.282 989.873 124.901 990.625 126.689C991.376 128.477 991.761 130.398 991.754 132.337V132.338C991.754 136.261 990.195 140.024 987.42 142.797C984.693 145.523 981.012 147.074 977.161 147.126L968.697 138.761H976.958C978.662 138.761 980.297 138.085 981.501 136.88C982.706 135.676 983.383 134.042 983.383 132.338C983.383 130.635 982.706 129.002 981.501 127.797C980.402 126.699 978.945 126.04 977.405 125.933L977.39 125.809H966.119V163.466L948.308 162.431L910.101 124.655H923.495V98.231L923.936 98.6675L933.415 108.036L933.561 108.18H933.766C935.84 108.18 937.894 107.771 939.81 106.978C941.726 106.185 943.468 105.021 944.935 103.555C946.402 102.089 947.565 100.348 948.359 98.4321C949.153 96.5164 949.561 94.4628 949.561 92.3892V92.3843Z' stroke='%23DCCEB4'/%3E%3Cpath d='M786.697 165.879C787.802 166.846 789.153 168.049 790.681 169.426C794.768 173.109 800.119 178.026 805.436 182.965C810.753 187.904 816.036 192.863 819.989 196.626C821.966 198.509 823.609 200.091 824.756 201.221C825.331 201.787 825.778 202.236 826.081 202.553C826.232 202.712 826.343 202.833 826.414 202.916L826.415 202.917V202.971L826.564 203.119C827.945 204.48 829.042 206.1 829.792 207.887C830.496 209.563 830.883 211.354 830.933 213.168L830.939 213.532C830.939 217.454 829.379 221.215 826.605 223.989C823.878 226.715 820.196 228.265 816.345 228.318L807.881 219.953L816.143 219.952C817.417 219.956 818.663 219.583 819.724 218.878C820.785 218.173 821.612 217.168 822.1 215.992C822.588 214.815 822.716 213.519 822.466 212.27C822.216 211.021 821.6 209.874 820.697 208.976L820.691 208.97L820.684 208.964L820.449 208.755C819.382 207.852 818.069 207.291 816.682 207.144V207.108H805.411V244.871L787.603 243.732L749.394 205.955H762.787V179.53L763.228 179.966L772.707 189.334L772.854 189.48L773.061 189.479C776.172 189.461 779.208 188.526 781.789 186.79C784.369 185.053 786.381 182.593 787.569 179.719C788.757 176.845 789.069 173.683 788.467 170.632C788.136 168.954 787.534 167.351 786.697 165.879ZM773.058 168.266C774.497 168.266 775.877 168.837 776.894 169.854C777.911 170.871 778.483 172.25 778.483 173.688C778.483 175.126 777.911 176.506 776.894 177.523C775.877 178.54 774.497 179.111 773.058 179.111H762.787V168.266H773.058Z' stroke='%23DCCEB4'/%3E%3Cpath d='M869.102 165.948C870.197 166.902 871.524 168.081 873.019 169.426C877.111 173.108 882.458 178.026 887.768 182.965C893.079 187.904 898.352 192.863 902.297 196.626C904.269 198.508 905.908 200.09 907.052 201.22C907.626 201.786 908.072 202.236 908.374 202.553C908.525 202.713 908.636 202.833 908.706 202.916L908.707 202.917V202.971L908.856 203.119C910.237 204.48 911.334 206.1 912.085 207.887C912.789 209.563 913.175 211.354 913.225 213.168L913.23 213.532C913.23 217.454 911.671 221.215 908.897 223.989C906.17 226.715 902.488 228.265 898.637 228.318L890.174 219.953L898.435 219.952C899.709 219.956 900.956 219.583 902.016 218.878C903.077 218.173 903.904 217.168 904.392 215.992C904.881 214.815 905.009 213.519 904.759 212.27C904.509 211.021 903.893 209.874 902.989 208.976L902.983 208.97L902.976 208.964L902.741 208.755C901.674 207.852 900.361 207.291 898.974 207.144V207.108H887.703V244.871L869.895 243.732L831.686 205.955H845.079V179.53L845.52 179.966L854.999 189.334L855.142 189.477L855.344 189.479C858.48 189.515 861.554 188.611 864.171 186.883C866.787 185.156 868.826 182.684 870.023 179.787C871.221 176.889 871.523 173.7 870.889 170.629C870.548 168.974 869.94 167.395 869.102 165.948ZM855.35 168.266C856.789 168.266 858.169 168.837 859.186 169.854C860.203 170.871 860.774 172.25 860.774 173.688C860.774 175.126 860.203 176.506 859.186 177.523C858.169 178.54 856.789 179.111 855.35 179.111H845.079V168.266H855.35Z' stroke='%23DCCEB4'/%3E%3Cpath d='M951.396 165.948C952.491 166.902 953.818 168.081 955.313 169.426C959.405 173.108 964.751 178.026 970.062 182.965C975.372 187.904 980.645 192.863 984.59 196.626C986.562 198.508 988.201 200.09 989.346 201.22C989.919 201.786 990.365 202.236 990.667 202.553C990.819 202.713 990.929 202.833 990.999 202.916L991 202.917V202.971L991.15 203.119C992.53 204.48 993.627 206.1 994.378 207.887C995.082 209.563 995.469 211.354 995.519 213.168L995.524 213.532C995.523 217.454 993.965 221.215 991.191 223.989C988.463 226.715 984.781 228.266 980.929 228.318L972.369 219.953L980.729 219.952C982.002 219.956 983.249 219.583 984.31 218.878C985.371 218.173 986.197 217.168 986.686 215.992C987.174 214.815 987.302 213.519 987.052 212.27C986.802 211.021 986.186 209.874 985.282 208.976L985.277 208.97L985.27 208.964L985.034 208.755C983.968 207.852 982.655 207.291 981.268 207.144V207.108H969.996V218.953H969.915L969.996 219.032V244.871L952.189 243.732L913.98 205.955H927.372V179.53L927.814 179.966L937.292 189.334L937.436 189.477L937.638 189.479C940.773 189.515 943.848 188.611 946.464 186.883C949.081 185.156 951.119 182.684 952.317 179.787C953.514 176.889 953.816 173.7 953.183 170.629C952.841 168.974 952.233 167.395 951.396 165.948ZM937.644 168.266C939.082 168.266 940.463 168.837 941.48 169.854C942.497 170.871 943.068 172.25 943.068 173.688C943.068 175.126 942.497 176.506 941.48 177.523C940.463 178.54 939.082 179.111 937.644 179.111H927.372V168.266H937.644Z' stroke='%23DCCEB4'/%3E%3Cpath d='M873.304 247.569C874.399 248.523 875.726 249.702 877.221 251.047C881.313 254.729 886.659 259.647 891.97 264.586C897.28 269.525 902.553 274.484 906.498 278.248C908.47 280.129 910.109 281.711 911.254 282.841C911.827 283.407 912.274 283.857 912.575 284.174C912.727 284.334 912.837 284.454 912.907 284.537L912.908 284.538V284.589L913.054 284.736C915.106 286.804 916.501 289.432 917.065 292.29C917.628 295.147 917.336 298.108 916.223 300.8C915.11 303.492 913.227 305.796 910.81 307.422C908.448 309.011 905.679 309.882 902.835 309.937L894.277 301.574L902.637 301.573C903.481 301.576 904.318 301.414 905.099 301.093C905.88 300.773 906.59 300.3 907.19 299.705C907.786 299.117 908.261 298.418 908.585 297.646C908.909 296.873 909.075 296.043 909.075 295.206C909.075 294.368 908.909 293.537 908.585 292.764C908.302 292.088 907.903 291.467 907.407 290.928L907.189 290.703C906.198 289.685 904.907 289.025 903.519 288.807L903.787 288.406H891.581V326.168L873.773 325.03L835.888 287.576H849.28V261.151L849.722 261.587L859.2 270.956L859.344 271.098L859.546 271.1C862.681 271.136 865.756 270.232 868.372 268.504C870.989 266.777 873.027 264.305 874.225 261.408C875.422 258.511 875.724 255.321 875.091 252.25C874.749 250.595 874.141 249.016 873.304 247.569ZM859.552 249.887C860.99 249.887 862.371 250.459 863.388 251.476C864.405 252.493 864.976 253.871 864.976 255.309C864.976 256.747 864.405 258.127 863.388 259.144C862.371 260.161 860.99 260.732 859.552 260.732H849.28V249.887H859.552Z' stroke='%23DCCEB4'/%3E%3Cpath d='M955.242 247.217C956.343 248.177 957.681 249.366 959.191 250.724C963.282 254.406 968.629 259.324 973.94 264.263C979.25 269.202 984.523 274.161 988.468 277.924C990.44 279.806 992.079 281.388 993.224 282.518C993.797 283.084 994.243 283.534 994.545 283.851C994.697 284.01 994.807 284.131 994.877 284.213L994.878 284.214V284.266L995.024 284.413C997.075 286.481 998.47 289.109 999.034 291.966C999.598 294.824 999.305 297.785 998.193 300.477C997.08 303.169 995.197 305.473 992.779 307.099C990.418 308.688 987.65 309.558 984.807 309.614L976.345 301.25H984.607C986.31 301.25 987.945 300.574 989.15 299.37C990.354 298.165 991.03 296.531 991.03 294.828C991.031 293.999 990.867 293.178 990.545 292.414C990.226 291.656 989.758 290.969 989.171 290.393H989.172C988.586 289.77 987.879 289.273 987.095 288.931C986.442 288.647 985.746 288.477 985.037 288.424V288.406H973.766V326.167L956.066 325.03L917.858 287.252H931.25V260.938L931.585 261.266L941.172 270.634L941.318 270.778L941.523 270.777C943.594 270.771 945.643 270.355 947.553 269.553C949.46 268.753 951.189 267.582 952.642 266.111L952.643 266.112C954.123 264.662 955.3 262.93 956.103 261.02C956.906 259.11 957.319 257.058 957.319 254.986C957.319 252.914 956.906 250.863 956.103 248.953C955.852 248.356 955.564 247.776 955.242 247.217ZM941.524 249.564C942.237 249.561 942.944 249.699 943.604 249.969C944.261 250.239 944.859 250.635 945.363 251.134V251.135C946.365 252.167 946.926 253.548 946.926 254.986C946.926 256.424 946.365 257.805 945.363 258.837C944.859 259.337 944.261 259.734 943.604 260.003C942.944 260.274 942.237 260.412 941.524 260.409H931.25V249.564H941.524Z' stroke='%23DCCEB4'/%3E%3Cpath d='M958.887 328.338C960.001 329.313 961.366 330.532 962.914 331.93C967.001 335.62 972.351 340.548 977.669 345.494C982.986 350.44 988.269 355.402 992.222 359.161C994.199 361.041 995.843 362.618 996.991 363.742C997.565 364.304 998.014 364.75 998.317 365.062C998.467 365.216 998.577 365.334 998.648 365.415V365.453L998.788 365.599C1001.49 368.396 1003 372.131 1003 376.019C1003 379.903 1001.49 383.637 998.794 386.434C996.078 389.155 992.416 390.719 988.577 390.805L980.115 382.441H988.387C990.098 382.405 991.726 381.698 992.921 380.475C993.528 379.902 994.008 379.209 994.332 378.44C994.615 377.768 994.773 377.05 994.799 376.322L994.802 376.01C994.814 375.273 994.695 374.541 994.451 373.848L994.338 373.551L994.21 373.26C993.938 372.685 993.58 372.155 993.148 371.688L992.927 371.461C992.328 370.867 991.619 370.397 990.839 370.077C990.057 369.757 989.22 369.593 988.375 369.597L988.334 369.812H977.644V407.466L959.943 406.328L921.736 368.658H935.02V341.911L935.462 342.348L944.94 351.716L945.088 351.861L945.295 351.86C949.449 351.83 953.431 350.198 956.411 347.304L956.417 347.299L956.422 347.293C959.306 344.309 960.938 340.332 960.979 336.183V336.175C960.967 333.403 960.235 330.708 958.887 328.338ZM945.302 330.647C946.014 330.634 946.722 330.765 947.381 331.035C948.039 331.305 948.636 331.708 949.134 332.218V332.219C950.135 333.251 950.696 334.632 950.696 336.069C950.696 337.507 950.136 338.888 949.135 339.92C948.637 340.43 948.04 340.833 947.381 341.104C946.722 341.374 946.014 341.506 945.302 341.492H935.02V330.647H945.302Z' stroke='%23DCCEB4'/%3E%3C/svg%3E%0A");
    aspect-ratio: 950 / 408;
    width: 950px;
    pointer-events: none;
}

.standard-block__text {
    margin-top: -120px;
}

.site-section {
    padding: 120px 0;
}

.pb-0 {
    padding-bottom: 0;
}

.section-advantages {
    padding-top: 240px;
    position: relative;
    overflow: hidden;
}

.section-advantages::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='1102' height='1143' viewBox='0 0 1102 1143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.15' d='M825.393 0.5L827.663 0.508789C875.341 0.849686 922.508 10.4379 966.552 28.75C1011.29 47.3528 1051.94 74.5945 1086.16 108.919V108.92C1120.54 143.3 1147.8 184.129 1166.39 229.069C1184.99 274.009 1194.54 322.178 1194.5 370.816V370.817C1194.56 419.46 1185.02 467.636 1166.43 512.579C1147.84 557.523 1120.56 598.349 1086.16 632.714C1051.84 666.999 1011.1 694.18 966.274 712.702C921.513 731.199 873.554 740.699 825.128 740.663L595.783 514.427H824.923C843.833 514.45 862.561 510.732 880.03 503.488C897.5 496.244 913.368 485.617 926.72 472.217C940.068 458.836 950.644 442.948 957.842 425.467C964.815 408.531 968.484 390.422 968.657 372.117L968.663 370.346C968.72 332.17 953.635 295.532 926.72 268.478L926.719 268.477L925.445 267.221C898.669 241.144 862.819 226.454 825.423 226.27V226.032H571.053V1142.5H230.33L1.21484 915.558H344.277V0.5H825.393Z' stroke='%231E1E1E'/%3E%3C/svg%3E%0A");
    aspect-ratio: .96 / 1;
    height: 1143px;
    position: absolute;
    right: -2px;
    top: -400px;
}

.section-contacts {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
}

.site-header {
    padding-top: 30px;
    padding-bottom: 40px;
}

.site-logo {
    mask-image: url("data:image/svg+xml,%3Csvg width='127' height='50' viewBox='0 0 127 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2910_3335)'%3E%3Cpath d='M36.3701 9.9581H25.1996V50.0105H10.1368L3.8147e-06 40.0838C5.06313 40.0838 10.1157 40.0838 15.1788 40.0838V-2.83523e-05H36.3701C38.5666 -0.0783653 40.7564 0.283463 42.809 1.06384C44.8615 1.84421 46.7346 3.02715 48.3164 4.54201C49.8982 6.05687 51.1563 7.87263 52.0156 9.88083C52.8749 11.889 53.3177 14.0485 53.3177 16.2303C53.3177 18.4122 52.8749 20.5717 52.0156 22.5799C51.1563 24.5881 49.8982 26.4039 48.3164 27.9187C46.7346 29.4336 44.8615 30.6165 42.809 31.3968C40.7564 32.1772 38.5666 32.539 36.3701 32.4607L26.2017 22.5131H36.3596C38.0381 22.5131 39.6479 21.8512 40.8348 20.6729C42.0217 19.4947 42.6885 17.8966 42.6885 16.2303C42.6885 14.5641 42.0217 12.966 40.8348 11.7878C39.6479 10.6096 38.0381 9.94762 36.3596 9.94762L36.3701 9.9581Z' fill='%231F2E45'/%3E%3Cpath d='M36.3701 41.0681V49.843H38.543V47.3613H39.9143C40.3542 47.4112 40.7998 47.3664 41.2207 47.2298C41.6416 47.0933 42.0279 46.8684 42.3533 46.5702C42.6787 46.2721 42.9354 45.9078 43.1061 45.5022C43.2768 45.0966 43.3574 44.6593 43.3424 44.2199C43.3424 42.2828 42.0556 41.0786 39.9143 41.0786L36.3701 41.0681ZM38.4798 45.5812V42.8901H39.6506C39.8386 42.8736 40.0281 42.8962 40.2069 42.9563C40.3857 43.0164 40.5499 43.1128 40.6891 43.2394C40.8284 43.3659 40.9396 43.5198 41.0157 43.6913C41.0917 43.8629 41.131 44.0482 41.131 44.2356C41.131 44.423 41.0917 44.6084 41.0157 44.7799C40.9396 44.9514 40.8284 45.1054 40.6891 45.2319C40.5499 45.3585 40.3857 45.4549 40.2069 45.515C40.0281 45.5751 39.8386 45.5977 39.6506 45.5812H38.4798ZM48.5743 42.8796L47.6039 45.1938L46.5491 42.8796L45.6947 41.0681H43.2897L46.4542 47.4346C46.365 47.6337 46.2154 47.8003 46.0263 47.911C45.8372 48.0218 45.6181 48.0712 45.3994 48.0524C45.1146 48.0473 44.8328 47.9942 44.566 47.8953L44.1336 49.7697C44.6078 49.9181 45.1025 49.9922 45.5998 49.9895C46.204 50.0331 46.8058 49.8784 47.3128 49.5492C47.8197 49.22 48.2037 48.7345 48.4056 48.1676L51.7283 41.0681H49.4076L48.6165 42.8796H48.5743ZM56.0846 50.0105C56.8227 50.0327 57.556 49.8855 58.2275 49.5804C58.8989 49.2753 59.4904 48.8204 59.9558 48.2513L58.6267 46.8691C58.3497 47.2503 57.9851 47.5603 57.5632 47.7733C57.1412 47.9864 56.6741 48.0964 56.2007 48.0942C55.5501 48.0361 54.945 47.7384 54.5044 47.2598C54.0637 46.7812 53.8194 46.1563 53.8194 45.5079C53.8194 44.8595 54.0637 44.2346 54.5044 43.756C54.945 43.2773 55.5501 42.9796 56.2007 42.9215C56.6422 42.9287 57.0762 43.0363 57.4693 43.236C57.8625 43.4356 58.2043 43.7221 58.4685 44.0733L59.7976 42.7016C59.3434 42.1524 58.7716 41.7105 58.1239 41.4081C57.4762 41.1056 56.7688 40.9501 56.053 40.9529C54.836 40.9529 53.669 41.4328 52.8085 42.287C51.948 43.1412 51.4646 44.2998 51.4646 45.5079C51.4646 46.7159 51.948 47.8745 52.8085 48.7288C53.669 49.583 54.836 50.0628 56.053 50.0628L56.0846 50.0105ZM61.0739 41.0681V49.843H63.2468V47.3613H64.597C65.0369 47.4112 65.4826 47.3664 65.9035 47.2298C66.3244 47.0933 66.7106 46.8684 67.036 46.5702C67.3614 46.2721 67.6182 45.9078 67.7889 45.5022C67.9596 45.0966 68.0402 44.6593 68.0252 44.2199C68.0252 42.2828 66.7383 41.0786 64.597 41.0786L61.0739 41.0681ZM63.1836 45.5812V42.8901H64.3439C64.5319 42.8736 64.7213 42.8962 64.9001 42.9563C65.0789 43.0164 65.2432 43.1128 65.3824 43.2394C65.5217 43.3659 65.6328 43.5198 65.7089 43.6913C65.785 43.8629 65.8243 44.0482 65.8243 44.2356C65.8243 44.423 65.785 44.6084 65.7089 44.7799C65.6328 44.9514 65.5217 45.1054 65.3824 45.2319C65.2432 45.3585 65.0789 45.4549 64.9001 45.515C64.7213 45.5751 64.5319 45.5977 64.3439 45.5812H63.1836ZM76.8329 49.843L73.4469 41.0681H71.1263L67.6982 49.843H69.9766L70.4934 48.4188H74.0693L74.5967 49.843H76.8329ZM73.6157 46.8586H70.9576L72.2972 43.2566L73.6157 46.8586ZM82.877 45.3299C83.2016 45.1026 83.4668 44.8015 83.6503 44.4518C83.8338 44.102 83.9303 43.7137 83.9318 43.3194C83.9318 41.9058 82.782 40.9529 80.6935 40.9529C79.4772 40.9436 78.294 41.3462 77.3392 42.0943L78.3096 43.5498C78.9336 43.0573 79.7065 42.788 80.5036 42.7854C81.3791 42.7854 81.8327 43.11 81.8327 43.6336C81.8327 44.1571 81.4424 44.5131 80.7779 44.5131H79.1957V46.2618H80.9467C81.7167 46.2618 82.1703 46.5864 82.1703 47.1519C82.1703 47.7173 81.685 48.0838 80.6408 48.0838C79.7735 48.0928 78.9291 47.8084 78.2463 47.2775L77.2548 48.7749C78.2702 49.5432 79.5118 49.959 80.7885 49.9581C83.1302 49.9581 84.2799 48.911 84.2799 47.445C84.2702 47.0079 84.1402 46.5817 83.9041 46.2126C83.668 45.8434 83.3347 45.5454 82.9403 45.3508L82.877 45.3299ZM91.1784 45.3299C91.5048 45.1295 91.7735 44.8486 91.9584 44.5147C92.1432 44.1808 92.2378 43.8051 92.2332 43.4241C92.2299 43.092 92.1558 42.7643 92.0159 42.4625C91.876 42.1608 91.6734 41.8918 91.4214 41.6733C91.1693 41.4548 90.8736 41.2916 90.5536 41.1945C90.2336 41.0974 89.8966 41.0686 89.5645 41.11H85.5351V49.8848H89.7544C90.0989 49.9261 90.4484 49.8948 90.7799 49.7929C91.1114 49.691 91.4174 49.5209 91.6782 49.2936C91.939 49.0663 92.1486 48.787 92.2933 48.4739C92.438 48.1608 92.5146 47.8209 92.518 47.4765C92.5197 47.0339 92.3986 46.5994 92.1679 46.2208C91.9371 45.8421 91.6057 45.5339 91.2101 45.3299H91.1784ZM90.1869 43.6859C90.1869 44.2932 89.7439 44.6807 89.0371 44.6807H87.592V42.7016H89.0371C89.765 42.7016 90.1869 43.089 90.1869 43.6859ZM87.592 48.2932V46.199H89.1637C89.9548 46.199 90.4084 46.5864 90.4084 47.2461C90.4084 47.9058 89.9548 48.2932 89.1637 48.2932H87.592ZM95.9251 46.3874V41.1518H93.8154V49.9267H95.6509L99.4798 44.6911V49.9267H101.589V41.1518H99.7541L95.9251 46.3874ZM102.771 41.1518V43.0157H105.313V49.8115H107.496V43.0157H110.07V41.0367L102.771 41.1518ZM113.403 46.3874V41.1518H111.294V49.9267H113.129L116.958 44.6911V49.9267H119.068V41.1518H117.243L113.414 46.3874H113.403ZM122.981 46.3037H126.536V44.6074H122.981V42.8273H126.873V41.11H120.85V49.8848H127.021V48.1467H122.981V46.2618V46.3037Z' fill='%231F2E45'/%3E%3Cpath d='M61.095 37.5916V35.8115H61.5802C61.8169 35.4746 61.982 35.0934 62.0654 34.6911C62.1698 34.1847 62.2194 33.6687 62.2131 33.1518V31.801H65.4725V35.8115H66.2003V37.5916H65.5569V36.3979H61.7279V37.5916H61.095ZM62.3081 35.822H64.7552V32.377H62.8671V33.2775C62.8701 33.7452 62.8241 34.2119 62.73 34.6702C62.6449 35.072 62.5028 35.4598 62.3081 35.822ZM70.0821 36.4817C69.6497 36.4936 69.2215 36.3963 68.8374 36.1989C68.4881 36.0166 68.2044 35.7313 68.0252 35.3822C67.8262 34.986 67.7284 34.5473 67.7404 34.1047C67.7265 33.6698 67.8207 33.2383 68.0146 32.8481C68.1888 32.5039 68.4552 32.2141 68.7846 32.0105C69.1335 31.8097 69.5313 31.7083 69.9344 31.7173C70.3037 31.7047 70.6692 31.7954 70.9892 31.9791C71.2839 32.1562 71.516 32.4195 71.6537 32.733C71.8175 33.0984 71.8967 33.4955 71.8858 33.8953V34.1675H68.2994V33.7068H71.4006L71.2424 33.822C71.2698 33.4154 71.1542 33.012 70.9154 32.6806C70.7954 32.5378 70.6429 32.4253 70.4705 32.3524C70.2981 32.2796 70.1107 32.2485 69.9238 32.2618C69.6462 32.2478 69.3713 32.3213 69.1383 32.4718C68.9053 32.6222 68.7261 32.8419 68.6264 33.0995C68.5052 33.3987 68.4477 33.7195 68.4576 34.0419V34.1257C68.423 34.5996 68.5742 35.0686 68.8796 35.4346C69.0411 35.5858 69.2319 35.7028 69.4405 35.7784C69.649 35.854 69.8709 35.8866 70.0926 35.8743C70.358 35.8761 70.6219 35.8336 70.8732 35.7487C71.129 35.6572 71.3652 35.5187 71.5694 35.3403L71.8225 35.8639C71.6022 36.0706 71.3395 36.2277 71.0525 36.3246C70.7366 36.431 70.405 36.4841 70.0715 36.4817H70.0821ZM73.8899 36.3979V31.801H76.1156C76.4205 31.7893 76.7248 31.8355 77.0122 31.9372C77.2291 32.016 77.4167 32.1584 77.5502 32.3455C77.6734 32.5434 77.7357 32.7727 77.7295 33.0052C77.7327 33.1443 77.7061 33.2825 77.6516 33.4106C77.597 33.5388 77.5157 33.654 77.413 33.7487C77.1994 33.954 76.9187 34.0765 76.6219 34.0942V33.9895C76.9547 33.9802 77.2788 34.0961 77.5291 34.3141C77.6424 34.4155 77.7322 34.5401 77.7923 34.6793C77.8524 34.8185 77.8813 34.9691 77.8771 35.1204C77.8846 35.3012 77.8483 35.4812 77.7712 35.6451C77.6942 35.8091 77.5786 35.9524 77.4341 36.0628C77.0668 36.3055 76.63 36.4231 76.1895 36.3979H73.8899ZM74.5967 35.8953H76.1578C76.4242 35.9123 76.6884 35.8384 76.9067 35.6859C76.9952 35.6166 77.0654 35.527 77.1114 35.4249C77.1573 35.3228 77.1776 35.2111 77.1704 35.0995C77.1785 34.9877 77.1586 34.8758 77.1126 34.7735C77.0666 34.6712 76.9959 34.5817 76.9067 34.5131C76.6884 34.3606 76.4242 34.2867 76.1578 34.3037H74.5967V35.8953ZM74.5967 33.8011H76.0734C76.3443 33.8313 76.6165 33.7562 76.8329 33.5916C76.9125 33.5229 76.9756 33.4374 77.0175 33.3414C77.0595 33.2454 77.0793 33.1412 77.0755 33.0366C77.0716 32.9424 77.0481 32.85 77.0063 32.7652C76.9645 32.6805 76.9055 32.6054 76.8329 32.5445C76.6289 32.3963 76.3781 32.3257 76.1261 32.3455H74.6494V33.8534L74.5967 33.8011ZM81.9171 36.4817C81.4849 36.4923 81.057 36.395 80.6724 36.1989C80.3256 36.0133 80.0427 35.7289 79.8602 35.3822C79.6613 34.986 79.5635 34.5473 79.5754 34.1047C79.5665 33.6703 79.6604 33.2399 79.8496 32.8481C80.0267 32.5026 80.2969 32.2126 80.6302 32.0105C80.9742 31.8074 81.3694 31.7058 81.7694 31.7173C82.1386 31.7069 82.5034 31.7975 82.8242 31.9791C83.1135 32.1625 83.344 32.424 83.4888 32.733C83.6477 33.0999 83.7268 33.4959 83.7209 33.8953V34.1675H80.1239V33.7068H83.2251L83.0774 33.822C83.1009 33.4142 82.9816 33.011 82.7398 32.6806C82.6204 32.5371 82.4681 32.4241 82.2955 32.3512C82.123 32.2783 81.9353 32.2476 81.7483 32.2618C81.4682 32.2531 81.1921 32.3298 80.9572 32.4817C80.7319 32.6347 80.556 32.8493 80.4509 33.0995C80.3346 33.4001 80.2773 33.7199 80.2822 34.0419V34.1257C80.2505 34.6011 80.4054 35.0702 80.7146 35.4346C80.8734 35.5865 81.0623 35.7041 81.2693 35.7798C81.4763 35.8555 81.6969 35.8877 81.9171 35.8743C82.1826 35.8761 82.4464 35.8336 82.6977 35.7487C82.9535 35.6572 83.1897 35.5187 83.3938 35.3403L83.6575 35.8639C83.4347 36.0674 83.1728 36.2241 82.8875 36.3246C82.5678 36.4301 82.2329 36.4831 81.896 36.4817H81.9171ZM85.4824 36.4817L85.1976 35.8953C85.4001 35.8155 85.5834 35.6941 85.7355 35.5392C85.8919 35.3824 86.0109 35.1928 86.0837 34.9843C86.1796 34.717 86.2434 34.4393 86.2735 34.157C86.2735 33.822 86.2735 33.4241 86.2735 32.9529V31.7801H89.6173V36.3769H88.8789V32.3665H86.9697V32.9738C86.9724 33.4428 86.9443 33.9116 86.8853 34.377C86.8463 34.7375 86.7539 35.0903 86.6111 35.4241C86.5055 35.68 86.3433 35.909 86.1364 36.0943C85.9294 36.2792 85.6898 36.4247 85.4297 36.5235L85.4824 36.4817ZM93.8682 36.4817C93.4646 36.4952 93.0655 36.3934 92.7184 36.1885C92.3836 36.0009 92.1148 35.7158 91.9484 35.3717C91.7629 34.9716 91.6727 34.5345 91.6847 34.0942C91.6716 33.6572 91.762 33.2233 91.9484 32.8272C92.1174 32.4822 92.3853 32.1944 92.7184 32C93.0691 31.8049 93.4663 31.7072 93.8682 31.7173C94.2769 31.706 94.6812 31.8036 95.039 32C95.367 32.2007 95.6333 32.4869 95.809 32.8272C95.9992 33.2224 96.0931 33.6564 96.0833 34.0942C96.092 34.5353 95.9982 34.9725 95.809 35.3717C95.6363 35.7115 95.3691 35.9949 95.039 36.1885C94.6841 36.393 94.2784 36.4946 93.8682 36.4817ZM93.8682 35.8743C94.067 35.8847 94.2656 35.8495 94.4485 35.7714C94.6314 35.6933 94.7938 35.5744 94.923 35.4241C95.1785 35.0269 95.3142 34.5655 95.3142 34.0942C95.3142 33.623 95.1785 33.1616 94.923 32.7644C94.7879 32.6211 94.6244 32.5068 94.443 32.4288C94.2616 32.3507 94.066 32.3104 93.8682 32.3104C93.6705 32.3104 93.4748 32.3507 93.2934 32.4288C93.1119 32.5068 92.9486 32.6211 92.8134 32.7644C92.5651 33.1642 92.4336 33.6246 92.4336 34.0942C92.4336 34.5639 92.5651 35.0243 92.8134 35.4241C92.9431 35.5738 93.1055 35.6922 93.2883 35.7702C93.4711 35.8482 93.6695 35.8839 93.8682 35.8743ZM98.0875 36.3979V31.801H102.149V36.3979H101.41V32.3874H98.8891V36.3979H98.0875ZM104.416 36.3979V31.801H105.049L106.779 34.9424L108.53 31.801H109.153V36.3979H108.477V32.6178H108.667L106.969 35.6544H106.589L104.87 32.6178H105.07V36.3979H104.416ZM113.509 36.4817C113.077 36.4909 112.649 36.3938 112.264 36.1989C111.917 36.0133 111.634 35.7289 111.452 35.3822C111.253 34.986 111.155 34.5473 111.167 34.1047C111.158 33.6703 111.252 33.2399 111.441 32.8481C111.618 32.5026 111.889 32.2126 112.222 32.0105C112.566 31.8074 112.961 31.7058 113.361 31.7173C113.73 31.7069 114.095 31.7975 114.416 31.9791C114.705 32.1625 114.936 32.424 115.081 32.733C115.244 33.0984 115.324 33.4955 115.313 33.8953V34.1675H111.642V33.7068H114.806L114.659 33.822C114.682 33.4142 114.563 33.011 114.321 32.6806C114.202 32.5371 114.049 32.4241 113.877 32.3512C113.704 32.2783 113.517 32.2476 113.33 32.2618C113.049 32.2531 112.773 32.3298 112.538 32.4817C112.313 32.6347 112.137 32.8493 112.032 33.0995C111.916 33.4001 111.859 33.7199 111.863 34.0419V34.1257C111.832 34.6011 111.987 35.0702 112.296 35.4346C112.455 35.5865 112.644 35.7041 112.851 35.7798C113.058 35.8555 113.278 35.8877 113.498 35.8743C113.764 35.8761 114.028 35.8336 114.279 35.7487C114.535 35.6572 114.771 35.5187 114.975 35.3403L115.239 35.8639C115.016 36.0674 114.754 36.2241 114.469 36.3246C114.149 36.4301 113.814 36.4831 113.477 36.4817H113.509ZM117.317 36.3979V31.801H117.971V33.7173H120.523V31.801H121.272V36.3979H120.523V34.3037H117.971V36.3979H117.317ZM124.616 36.3979V32.3979H122.939V31.801H127.053V32.3979H125.354V36.3979H124.616Z' fill='%231F2E45'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2910_3335'%3E%3Crect width='127' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-color: var(--color-dark-blue);
    display: block;
    mask-size: cover;
    aspect-ratio: 127 / 50;
}

.site-menu__wrapper {
    display: flex;
    gap: 40px;
    padding-left: 60px;
}

.site-burger {
    border: 1px solid rgba(45, 95, 175, 0.35);
    padding: 19px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 13px;
    line-height: 1;
}

.site-burger::before {
    content: '';
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='2' fill='%232D5FAF'/%3E%3Crect y='5' width='2' height='2' fill='%232D5FAF'/%3E%3Crect y='10' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='5' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='5' y='5' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='5' y='10' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='10' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='10' y='5' width='2' height='2' fill='%232D5FAF'/%3E%3Crect x='10' y='10' width='2' height='2' fill='%232D5FAF'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    background-color: var(--color-blue);
    background-repeat: no-repeat;
    display: block;
}

.site-call__wrapper {
    display: flex;
    gap: 30px;
}

.site-call__block {
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.site-call__block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    border-left: 1px solid var(--color-cream);
}

.site-call__block::after {
    content: '';
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.02222 11.5282C7.62222 14.4308 10.2 16.8103 13.3444 18.2872L15.7889 16.0308C16.1 15.7436 16.5333 15.6615 16.9222 15.7744C18.1667 16.1538 19.5 16.359 20.8889 16.359C21.5 16.359 22 16.8205 22 17.3846V20.9744C22 21.5385 21.5 22 20.8889 22C10.4556 22 2 14.1949 2 4.5641C2 4 2.5 3.53846 3.11111 3.53846H7C7.61111 3.53846 8.11111 4 8.11111 4.5641C8.11111 5.84615 8.33333 7.07692 8.74444 8.22564C8.86667 8.58462 8.77778 8.98462 8.46667 9.2718L6.02222 11.5282ZM17.5556 3.53846V2L15.0556 4.30769L17.5556 6.61539V5.07692C18.2923 5.07692 18.9988 5.34707 19.5197 5.82793C20.0407 6.30879 20.3333 6.96098 20.3333 7.64103C20.3333 8.05128 20.2333 8.44103 20.0444 8.78974L21.2556 9.90769C21.7222 9.26154 22 8.48205 22 7.64103C22 5.37436 20.0111 3.53846 17.5556 3.53846ZM17.5556 10.2051C16.8188 10.2051 16.1123 9.93498 15.5914 9.45412C15.0704 8.97326 14.7778 8.32107 14.7778 7.64103C14.7778 7.23077 14.8778 6.84103 15.0667 6.49231L13.8556 5.37436C13.3889 6.02051 13.1111 6.8 13.1111 7.64103C13.1111 9.90769 15.1 11.7436 17.5556 11.7436V13.2821L20.0556 10.9744L17.5556 8.66667V10.2051Z' fill='%23DCCEB4'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-color: var(--color-cream);
}

.site-call__block-text {
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: rgba(31, 46, 69, .35);
    margin-bottom: 4px;
    text-transform: uppercase;
}

.site-call__block-link {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.site-footer {
    background-color: var(--color-dark-blue);
}

.site-footer__top {
    padding: 60px 0;
}

.site-footer__logo {
    display: block;
    width: calc(100% - 20px);
    aspect-ratio: 890 / 353;
    position: absolute;
    top: 0;
    max-width: 890px;
}

#logo-footer__rects {
    transform-origin: 187px 208px;
    transform: translate(-20px, -8px) rotate(45deg);
}

#logo-footer__union {
    opacity: .08;
    transition: .5s 0s cubic-bezier(.6, 0, .4, 1);
}

.rect-anim {
    transform: scaleY(0);
    transition: .5s .2s cubic-bezier(.6, 0, .4, 1);
    opacity: 0;
}

.site-footer__icon:hover .rect-anim {
    transform: scaleY(1);
    opacity: 1;
    transition-delay: 0s;
}

.site-footer__icon:hover #logo-footer__union {
    opacity: 1;
    transition-delay: .2s;
}

.site-footer__triangle {
    position: relative;
}

.site-footer__triangle::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -10px;
    width: calc(100% + 50% + 20px);
    height: calc(100% + 120px);
    background: radial-gradient(156.08% 102.43% at 139.57% 0%, #2D5FAF 0%, rgba(45, 95, 175, 0) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0%);
    pointer-events: none;
}

.site-footer__contacts {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding-left: 60px;
}

.site-footer__contacts-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 5px;
}

.site-footer__contacts-value {
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
}

a.site-footer__contacts-value {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: var(--color-cream);
    text-transform: lowercase;
}

a.site-footer__contacts-value._big {
    font-size: 24px;
}

.site-footer__contacts-value._worktime:not(:last-child) {
    margin-bottom: 5px;
}

.site-footer__contacts-value span {
    margin-left: 10px;
    font-weight: bold;
}

.site-footer__bot {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 60px 0;
}

.site-footer__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, .35);
    text-transform: uppercase;
}

@media only screen and (max-width: 1599px) {
    .section-advantages::before {
        content: unset;
    }

    .section-company__top::before {
        width: 590px;
    }

    .section-company__top::after {
        right: -40px;
    }

    .section-company__text {
        margin-top: 40px;
    }

    .section-contacts::before {
        content: unset;
    }

    .section-standard::before {
        width: 529px;
        left: -25px;
    }

    .section-standard::after {
        width: 590px;
    }

    .standard-block__text {
        margin-top: -80px;
    }

    .site-footer__bot {
        padding: 30px 0;
    }

    .site-footer__top {
        padding-bottom: 40px;
    }

    .site-footer__contacts {
        padding-left: 40px;
        row-gap: 30px;
    }

    .site-footer__contacts-value,
    a.site-footer__contacts-value,
    a.site-footer__contacts-value._big {
        font-size: 16px;
    }

    .site-footer__triangle::before {
        width: calc(200% - 20px);
        height: calc(100% + 100px);
    }

    .site-footer__logo {
        width: calc(100% - 70px);
        max-width: 571.66px;
    }

    .site-section {
        padding: 80px 0;
    }

    .section-contacts {
        padding-top: 140px;
    }

    .site-menu__wrapper {
        padding-left: 0;
    }

    .site-logo {
        width: 127px;
    }

    .section-advantages {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-company__title {
        margin-bottom: 40px;
    }

    .section-company__top::before {
        width: 390px;
    }

    .section-company__top::after {
        right: -80px;
    }

    .standard-block__text {
        margin-top: -64px;
    }

    .section-standard::after {
        width: 470px;
    }

    .site-footer__triangle::before {
        top: -40px;
        right: -30px;
        height: calc(100% + 165px);
        width: calc(70% - 15px);
    }

    .site-footer__contacts-value,
    a.site-footer__contacts-value,
    a.site-footer__contacts-value._big {
        font-size: 14px;
    }

    .site-footer__name {
        font-size: 11px;
    }

    .site-footer__mid {
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    .site-footer__contacts {
        padding-left: 0;
        column-gap: 45px;
        flex-direction: row;
    }

    .site-footer__top {
        padding-top: 40px;
        padding-bottom: 125px;
    }

    .site-footer__logo {
        width: calc(100% - 20px);
        max-width: 430px;
    }

    .site-section {
        padding: 60px 0;
    }

    .section-contacts {
        padding-top: 140px;
    }

    .site-header {
        padding: 20px 0;
    }

    .site-logo {
        width: 101px;
    }

    .site-burger {
        padding: 12.5px 20px;
    }

    .site-call__block-link {
        font-size: 16px;
    }

    .section-advantages {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 959px) {
    .section-company__title {
        margin-bottom: 50px;
    }

    .section-company__text {
        margin-top: 30px;
    }

    .section-company__top::before {
        width: 158px;
    }

    .section-company__top::after {
        content: unset;
    }

    .site-section {
        padding: 40px 0;
    }

    .standard-block__text {
        margin-top: 10px;
    }

    .section-standard::before {
        width: 315px;
        left: -10px;
    }

    .section-standard::after {
        width: 374px;
        right: -70px;
    }

    .site-footer__contacts {
        column-gap: 0;
        margin-right: calc(var(--sm-offset) * -1);
        margin-left: calc(var(--sm-offset) * -1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-footer__contacts-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-right: var(--sm-offset);
        padding-left: var(--sm-offset);
    }

    .site-footer__triangle::before {
        height: calc(100% + 80px);
    }

    .site-footer__mid {
        padding: 40px 0;
    }

    .site-footer__logo {
        width: calc(100% - 50px);
        max-width: 186px;
    }

    .site-footer__top {
        padding-bottom: 40px;
    }

    .site-header {
        padding-bottom: 24px;
    }

    .site-logo {
        width: 90px;
    }

    .site-burger {
        font-size: 11px;
        padding: 11px 15px;
    }

    .site-call__wrapper {
        gap: 20px;
    }

    .site-call__wrapper .btn {
        height: 36px;
        padding: 0 22px;
    }

    .section-contacts {
        padding-top: 120px;
    }
    .section-advantages {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .section-company__top::before {
        content: unset;
    }

    .section-company__text {
        margin-top: 20px;
    }

    .section-company__title {
        margin-bottom: 15px;
    }

    .site-footer__top {
        padding: 30px 0;
    }

    .site-footer__logo {
        width: calc(100% - 20px);
        max-width: 325px;
    }

    .site-footer__triangle::before {
        right: -10px;
        top: calc(-100% - 44px);
        height: calc(100% + 132px);
        width: calc(100% + 20px);
    }

    .site-footer__contacts {
        text-align: center;
    }

    .site-footer__contacts-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .site-footer__mid {
        padding: 30px 0;
    }

    .site-header {
        padding-bottom: 15px;
    }

    .section-contacts {
        padding-top: 110px;
    }
    .section-advantages {
        padding-top: 220px;
    }
}
/* End */
/* /local/templates/site/assets/plugins/fancybox/fancybox.min.css?177382809532692 */
/* /local/templates/site/assets/plugins/jquery.multiselect/jquery.multi-select.css?17738288233595 */
/* /local/templates/site/assets/plugins/select2/select2.min.css?177382888716263 */
/* /local/templates/site/assets/plugins/simplebar/simplebar.css?17738283034771 */
/* /local/templates/site/assets/plugins/swiper/swiper.min.css?177382817114436 */
/* /local/templates/site/assets/css/normalize.css?17746087592388 */
/* /local/templates/site/assets/css/grid.css?177494556832641 */
/* /local/templates/site/assets/css/utils.css?1773831868995 */
/* /local/templates/site/assets/css/buttons.css?17780530783574 */
/* /local/templates/site/assets/css/forms.css?177443768614582 */
/* /local/templates/site/assets/css/icons.css?17754609131221 */
/* /local/templates/site/assets/css/slider.css?17762427845537 */
/* /local/templates/site/components/bitrix/menu/header/style.css?1774595862363 */
/* /local/templates/site/components/bitrix/breadcrumb/breadcrumb/style.css?17780535621520 */
/* /local/templates/site/components/bitrix/menu/footer/style.css?17750414031200 */
/* /local/templates/site/components/bitrix/menu/footer-links/style.css?1775041188980 */
/* /local/templates/site/styles.css?177744359757385 */
/* /local/templates/site/template_styles.css?1776857641112373 */
