@charset "UTF-8";:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * .5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Bold-c3ceafaf.eot);src:url(../css/RisingSun-Bold-c3ceafaf.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Bold-c587c05d.woff2) format("woff2"),url(../css/RisingSun-Bold-a3cdd7e1.woff) format("woff"),url(../css/RisingSun-Bold-8b30ac08.ttf) format("truetype"),url(../images/RisingSun-Bold.svg#RisingSun-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Black-d13853be.eot);src:url(../css/RisingSun-Black-d13853be.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Black-37e08264.woff2) format("woff2"),url(../css/RisingSun-Black-c57bdb42.woff) format("woff"),url(../css/RisingSun-Black-4729c039.ttf) format("truetype"),url(../images/RisingSun-Black.svg#RisingSun-Black) format("svg");font-weight:900;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-ExtraBoldItalic-97bd6fc6.eot);src:url(../css/RisingSun-ExtraBoldItalic-97bd6fc6.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-ExtraBoldItalic-624b77b6.woff2) format("woff2"),url(../css/RisingSun-ExtraBoldItalic-ec87d1c4.woff) format("woff"),url(../css/RisingSun-ExtraBoldItalic-becd005c.ttf) format("truetype"),url(../images/RisingSun-ExtraBoldItalic.svg#RisingSun-ExtraBoldItalic) format("svg");font-weight:800;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-ExtraBold-307ffda4.eot);src:url(../css/RisingSun-ExtraBold-307ffda4.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-ExtraBold-f6c5ff87.woff2) format("woff2"),url(../css/RisingSun-ExtraBold-906ec1c5.woff) format("woff"),url(../css/RisingSun-ExtraBold-38869b7b.ttf) format("truetype"),url(../images/RisingSun-ExtraBold.svg#RisingSun-ExtraBold) format("svg");font-weight:800;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-SemiBoldItalic-26f1d609.eot);src:url(../css/RisingSun-SemiBoldItalic-26f1d609.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-SemiBoldItalic-92c26ce0.woff2) format("woff2"),url(../css/RisingSun-SemiBoldItalic-886d6a41.woff) format("woff"),url(../css/RisingSun-SemiBoldItalic-af18458a.ttf) format("truetype"),url(../images/RisingSun-SemiBoldItalic.svg#RisingSun-SemiBoldItalic) format("svg");font-weight:600;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-LightItalic-1afb8851.eot);src:url(../css/RisingSun-LightItalic-1afb8851.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-LightItalic-31868290.woff2) format("woff2"),url(../css/RisingSun-LightItalic-c3a948aa.woff) format("woff"),url(../css/RisingSun-LightItalic-e60fc1ab.ttf) format("truetype"),url(../images/RisingSun-LightItalic.svg#RisingSun-LightItalic) format("svg");font-weight:300;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-SemiBold-f66d6866.eot);src:url(../css/RisingSun-SemiBold-f66d6866.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-SemiBold-ddc7ffba.woff2) format("woff2"),url(../css/RisingSun-SemiBold-9b68ce81.woff) format("woff"),url(../css/RisingSun-SemiBold-a8a7a2c9.ttf) format("truetype"),url(../images/RisingSun-SemiBold.svg#RisingSun-SemiBold) format("svg");font-weight:600;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-ExtraLight-bc1af4b7.eot);src:url(../css/RisingSun-ExtraLight-bc1af4b7.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-ExtraLight-0105051a.woff2) format("woff2"),url(../css/RisingSun-ExtraLight-1246c394.woff) format("woff"),url(../css/RisingSun-ExtraLight-5b746ff7.ttf) format("truetype"),url(../images/RisingSun-ExtraLight.svg#RisingSun-ExtraLight) format("svg");font-weight:200;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Italic-4baa9b93.eot);src:url(../css/RisingSun-Italic-4baa9b93.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Italic-0bc15e17.woff2) format("woff2"),url(../css/RisingSun-Italic-7bfe5fc3.woff) format("woff"),url(../css/RisingSun-Italic-4e0b6dda.ttf) format("truetype"),url(../images/RisingSun-Italic.svg#RisingSun-Italic) format("svg");font-weight:400;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-ExtraLightItalic-90a2a70a.eot);src:url(../css/RisingSun-ExtraLightItalic-90a2a70a.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-ExtraLightItalic-b1b4fcba.woff2) format("woff2"),url(../css/RisingSun-ExtraLightItalic-b7fb68a5.woff) format("woff"),url(../css/RisingSun-ExtraLightItalic-465e3fc9.ttf) format("truetype"),url(../images/RisingSun-ExtraLightItalic.svg#RisingSun-ExtraLightItalic) format("svg");font-weight:200;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-ThinItalic-cc699f81.eot);src:url(../css/RisingSun-ThinItalic-cc699f81.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-ThinItalic-0fc7d033.woff2) format("woff2"),url(../css/RisingSun-ThinItalic-6626d01b.woff) format("woff"),url(../css/RisingSun-ThinItalic-347dc541.ttf) format("truetype"),url(../images/RisingSun-ThinItalic.svg#RisingSun-ThinItalic) format("svg");font-weight:100;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Light-ee87d22c.eot);src:url(../css/RisingSun-Light-ee87d22c.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Light-fb105d31.woff2) format("woff2"),url(../css/RisingSun-Light-f504be88.woff) format("woff"),url(../css/RisingSun-Light-3323beff.ttf) format("truetype"),url(../images/RisingSun-Light.svg#RisingSun-Light) format("svg");font-weight:300;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Thin-ce3dec5c.eot);src:url(../css/RisingSun-Thin-ce3dec5c.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Thin-6f3dcd26.woff2) format("woff2"),url(../css/RisingSun-Thin-9a3a04a7.woff) format("woff"),url(../css/RisingSun-Thin-1e91decd.ttf) format("truetype"),url(../images/RisingSun-Thin.svg#RisingSun-Thin) format("svg");font-weight:100;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-Medium-eec5d0de.eot);src:url(../css/RisingSun-Medium-eec5d0de.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-Medium-9333b2aa.woff2) format("woff2"),url(../css/RisingSun-Medium-2383b255.woff) format("woff"),url(../css/RisingSun-Medium-8f8dc153.ttf) format("truetype"),url(../images/RisingSun-Medium.svg#RisingSun-Medium) format("svg");font-weight:500;font-style:normal}@font-face{font-family:RisingSun;src:url(../css/RisingSun-BoldItalic-1395a384.eot);src:url(../css/RisingSun-BoldItalic-1395a384.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-BoldItalic-f93c26a4.woff2) format("woff2"),url(../css/RisingSun-BoldItalic-ccafec5a.woff) format("woff"),url(../css/RisingSun-BoldItalic-834474a9.ttf) format("truetype"),url(../images/RisingSun-BoldItalic.svg#RisingSun-BoldItalic) format("svg");font-weight:700;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-BlackItalic-73d39675.eot);src:url(../css/RisingSun-BlackItalic-73d39675.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-BlackItalic-077930fb.woff2) format("woff2"),url(../css/RisingSun-BlackItalic-10cb1437.woff) format("woff"),url(../css/RisingSun-BlackItalic-48d64968.ttf) format("truetype"),url(../images/RisingSun-BlackItalic.svg#RisingSun-BlackItalic) format("svg");font-weight:900;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-MediumItalic-21e726b0.eot);src:url(../css/RisingSun-MediumItalic-21e726b0.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-MediumItalic-4376d711.woff2) format("woff2"),url(../css/RisingSun-MediumItalic-8b4459e5.woff) format("woff"),url(../css/RisingSun-MediumItalic-ba9e9af4.ttf) format("truetype"),url(../images/RisingSun-MediumItalic.svg#RisingSun-MediumItalic) format("svg");font-weight:500;font-style:italic}@font-face{font-family:RisingSun;src:url(../css/RisingSun-afbf2a2a.eot);src:url(../css/RisingSun-afbf2a2a.eot?#iefix) format("embedded-opentype"),url(../css/RisingSun-b690397b.woff2) format("woff2"),url(../css/RisingSun-b8b950a9.woff) format("woff"),url(../css/RisingSun-64c9f3ed.ttf) format("truetype"),url(../images/RisingSun.svg#RisingSun) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../css/InterRegular-457a8134.eot);src:url(../css/InterRegular-457a8134.eot?#iefix) format("embedded-opentype"),url(../css/InterRegular-7b040af6.woff2) format("woff2"),url(../css/InterRegular-1ce04ce7.woff) format("woff"),url(../css/InterRegular-11037749.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.container{max-width:90rem;padding:0 1.25rem;margin:0 auto}@media (max-width: 767px){.container{padding:0 .9375rem}}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.25rem;grid-row-gap:1.25rem}@media (max-width: 767px){.grid{grid-template-columns:repeat(1,1fr);gap:.625rem}}@media (max-width: 1199px){.grid--people{grid-template-columns:repeat(1,1fr);gap:1.875rem;max-width:35.625rem}}@media (max-width: 767px){.grid--people{padding-top:.625rem}}.grid--partners{grid-row-gap:0;margin-bottom:-1.25rem;grid-template-columns:repeat(3,1fr)}@media (max-width: 1199px){.grid--partners{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid--partners{grid-template-columns:repeat(1,1fr)}}.grid--help-cards{grid-template-columns:repeat(1,1fr);gap:0}@media (max-width: 1199px){.grid--help-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 767px){.grid--help-cards{grid-template-columns:repeat(1,1fr)}}.grid--help-cards .help-card{border-top:2px solid #EFECE6;padding:1.875rem 0}@media (max-width: 1199px){.grid--help-cards .help-card{border:0;padding:0;height:100%}}.grid--help-cards .help-card__inner{height:100%}.grid--help-cards-border{border-bottom:2px solid #EFECE6}@media (max-width: 1199px){.grid--help-cards-border{border:0}}.grid--home-top{grid-template-columns:repeat(4,1fr)}@media (max-width: 1199px){.grid--home-top{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid--home-top{grid-template-columns:repeat(1,1fr);gap:1.25rem}}.grid--home-top .help-money-banner{grid-column:span 2}@media (max-width: 767px){.grid--home-top .help-money-banner{grid-column:span 1}}.section--mt-140{margin-top:8.75rem}@media (max-width: 1199px){.section--mt-140{margin-top:6.25rem}}@media (max-width: 767px){.section--mt-140{margin-top:5rem}}.section--mb-140{margin-bottom:8.75rem}@media (max-width: 1199px){.section--mb-140{margin-bottom:6.25rem}}@media (max-width: 767px){.section--mb-140{margin-bottom:5rem}}.section--mb-20{margin-bottom:1.25rem}@media (max-width: 1199px){.section--people+.section--people{margin-top:-2.5rem}}@media (max-width: 767px){.section--people+.section--people{margin-top:0}}.card-arrow-icon{width:2rem;height:2rem}.card-arrow-icon svg{width:100%;height:100%}.card-arrow-icon path{transition:stroke .3s}.text-24{font-size:1.5rem;line-height:1.3333333333}@media (max-width: 1439px){.text-18-small-desktop{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 767px){.text-18-mobile{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.text-18-tablet{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.semibold-tablet{font-weight:600}}.text-76{font-size:4.75rem;font-weight:500;line-height:1.1052631579;color:#373125}@media (max-width: 1199px){.text-76{font-size:3.5rem;line-height:1.1785714286}}@media (max-width: 767px){.text-76{font-size:2.25rem;line-height:1.2777777778}}.text-56{font-size:3.5rem;font-weight:600;line-height:1.1785714286;color:#373125}@media (max-width: 1199px){.text-56{font-size:2.25rem;line-height:1.2777777778}}.mt-60{margin-top:3.75rem}@media (max-width: 767px){.mt-60{margin-top:2.5rem}}.mb-60{margin-bottom:3.75rem}@media (max-width: 767px){.mb-60{margin-bottom:2.5rem}}.mt-30{margin-top:1.875rem}@media (max-width: 767px){.mt-30{margin-top:1.25rem}}@media (max-width: 1199px){.mt-tablet-0{margin-top:0}}.green-color{color:#5a903c}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset}input::-ms-clear,input::-ms-reveal{display:none}.toggle-button{display:none;margin-top:1.875rem}@media (max-width: 1199px){.toggle-button{display:block}}@media (max-width: 767px){.toggle-button{margin-top:1.25rem}}.toggle-button .open{display:none}.toggle-block--open .toggle-button .open{display:block}.toggle-block--open .toggle-button .close{display:none}.text--inter{font-family:Inter,sans-serif}.numbers-animation{color:#5a903c;display:inline-flex;height:5.25rem;overflow:hidden}@media (max-width: 1199px){.numbers-animation{height:auto}}.numbers-animation__number{min-width:3.375rem;text-align:center}@media (max-width: 1199px){.numbers-animation__number{min-width:0}}.numbers-animation__number-inner{transform:translateY(calc(-100% + 84px));opacity:0;transition:transform 2s,opacity 2s}@media (max-width: 1199px){.numbers-animation__number-inner{transform:translateY(0);transition:none}.numbers-animation__number-inner div:not(:first-child){display:none}}.numbers-animation__number-inner--reverse{transform:translateY(0)}@media (max-width: 1199px){.numbers-animation__number-inner--reverse div:first-child{display:none}.numbers-animation__number-inner--reverse div:last-child{display:block}}.numbers-animation--active .numbers-animation__number-inner{transform:translateY(0);opacity:1}.numbers-animation--active .numbers-animation__number-inner--reverse{transform:translateY(calc(-100% + 84px))}@media (max-width: 1199px){.numbers-animation--active .numbers-animation__number-inner--reverse{transform:translateY(0)}}.words-animation{color:#5a903c;height:5.25rem;overflow:hidden;display:inline-flex}@media (max-width: 1199px){.words-animation{height:auto}}.words-animation__inner{transform:translateY(-120%);transition:transform 2s}@media (max-width: 1199px){.words-animation__inner{transform:translateY(0)}}.words-animation--active .words-animation__inner{transform:translateY(0)}.page{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);min-width:320px;min-height:100%}.page__inner{display:flex;flex-direction:column;min-height:100%}.page__content-inner{overflow-x:hidden}.page__top{margin-bottom:3.75rem}@media (max-width: 1199px){.page__top{margin-bottom:1.875rem}}@media (max-width: 767px){.page__top{margin-bottom:1.375rem}}.page__footer-wrapper{flex-shrink:0;margin-top:auto}.is-locked .page__inner{overflow:initial}body{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;display:flex;flex-direction:column;min-height:100%;margin:0;word-break:break-word;font-family:RisingSun,sans-serif;text-align:left;background-color:#f9f8f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;position:relative}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent}html{font-family:RisingSun,sans-serif;font-size:16px;color:#373125;scroll-behavior:smooth;height:100%}a{text-decoration:none;color:inherit;transition:color .3s}svg{display:block}button,input{color:#373125}sup{vertical-align:top}@media (max-width: 767px){html{font-size:4.2666666667vw}}.swiper-initialized .slider__slides{display:flex;flex-wrap:nowrap}.swiper-initialized .slider__slide{flex-shrink:0}.swiper-initialized.swiper-vertical .slider__slides{flex-direction:column!important}.swiper-initialized.swiper-vertical .slider__slides .slider__slide{height:auto}.slider__wrapper{position:relative}@media (max-width: 767px){.slider--news .swiper-slide+.swiper-slide{margin-top:.625rem}}.slider--video{overflow:hidden}@media (max-width: 767px){.slider--video .swiper-slide+.swiper-slide{margin-top:.625rem}.slider--video .swiper-slide:nth-child(n+3){display:none}}.slider--help-method .slider__slides{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1199px){.slider--help-method .slider__slides{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.slider--help-method .slider__slides{display:flex;gap:0}}.slider--help-method+.slider-pagination{display:none}@media (max-width: 767px){.slider--help-method+.slider-pagination{display:flex}}.slider--small-gallery .slider__slides{display:flex;flex-wrap:wrap;gap:1.25rem}@media (max-width: 767px){.slider--small-gallery .slider__slides{gap:0;flex-wrap:nowrap}}.slider--small-gallery .slider__slide{width:10.4375rem;height:10.4375rem;display:block;overflow:hidden;border-radius:.625rem;position:relative}@media (max-width: 767px){.slider--small-gallery .slider__slide{width:100%;height:auto;padding-bottom:100%}}.slider--small-gallery .slider__slide img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;margin:0}.slider--small-gallery+.slider-pagination{display:none}@media (max-width: 767px){.slider--small-gallery+.slider-pagination{display:flex}}@media (max-width: 1199px){.slider--fundraising .slider__slides{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 767px){.slider--fundraising .slider__slides{grid-template-columns:repeat(1,1fr)}}.slider--fundraising .swiper-slide{width:100%}@media (max-width: 1199px){.slider--fundraising .swiper-slide:nth-child(n+3){display:none}.toggle-block--open .slider--fundraising .swiper-slide:nth-child(n+3){display:block}}.slider--fundraising .swiper-slide-active{position:relative;z-index:2}.slider--fundraising~.slider-button-prev,.slider--fundraising~.slider-button-next{top:auto;bottom:2.5rem;margin-top:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='32' y='32' width='32' height='32' rx='10' transform='rotate(180 32 32)' fill='%23F9F8F6'/%3e%3cpath d='M18.6665 9.33317L13.7671 14.8214C13.1885 15.4695 13.1885 16.5301 13.7671 17.1783L18.6665 22.6665' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ")}@media ((min-width: 1200px) and (max-width: 1439px)){.slider--fundraising~.slider-button-prev,.slider--fundraising~.slider-button-next{bottom:2.25rem}}.slider--fundraising~.slider-button-next{right:2.5rem}@media ((min-width: 1200px) and (max-width: 1439px)){.slider--fundraising~.slider-button-next{right:1.875rem}}.slider--fundraising~.slider-button-prev{left:auto;right:5rem}@media ((min-width: 1200px) and (max-width: 1439px)){.slider--fundraising~.slider-button-prev{right:4.375rem}}.slider--about-help{height:33.75rem}@media (max-width: 1439px){.slider--about-help{height:27.5rem}}@media (max-width: 1199px){.slider--about-help{height:auto;padding-top:3.25rem;padding-bottom:3.25rem}}@media (max-width: 767px){.slider--about-help{padding:1.25rem;background:#EFECE6;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}}@media (max-width: 1199px){.slider--about-help .slider__slide{width:32.5rem}}.slider--about-help~.slider-pagination{display:none}@media (max-width: 767px){.slider--about-help~.slider-pagination{display:flex}}.slider-button-prev,.slider-button-next{width:2rem;height:2rem;position:absolute;z-index:3;top:50%;margin-top:-1rem;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='32' y='32' width='32' height='32' rx='10' transform='rotate(180 32 32)' fill='white'/%3e%3cpath d='M18.6667 9.33317L13.7674 14.8214C13.1888 15.4695 13.1888 16.5301 13.7674 17.1783L18.6667 22.6665' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center;background-size:contain;cursor:pointer}@media (max-width: 1199px){.slider-button-prev,.slider-button-next{display:none}}.slider-button-prev{left:2rem}.slider-button-next{right:2rem;transform:rotate(180deg)}.slider-pagination{margin-top:.625rem;display:flex;gap:.25rem;justify-content:center}.slider-pagination .swiper-pagination-bullet{width:.3125rem;height:.3125rem;border-radius:50%;background:#373125;opacity:.4}.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.block-wrapper{position:relative}@media (max-width: 767px){.block-wrapper[data-toggle-block] .block-wrapper__button{display:none}}.block-wrapper__top{margin-bottom:2.1875rem}@media (max-width: 1199px){.block-wrapper__top{margin-bottom:1.875rem}}@media (max-width: 767px){.block-wrapper__top{margin-bottom:1.25rem}}.block-wrapper__title{font-size:3.5rem;font-weight:600;line-height:1.1785714286;color:#373125;max-width:65.25rem}@media (max-width: 1199px){.block-wrapper__title{font-size:2.25rem;line-height:1.2777777778}}.block-wrapper__counter{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125;display:inline-block;vertical-align:top;padding-left:.625rem}@media (max-width: 1199px){.block-wrapper__counter{font-size:1.125rem;line-height:1.3333333333}}.block-wrapper__button{position:absolute;right:0;top:1rem}@media (max-width: 1199px){.block-wrapper__button{top:-.125rem}}@media (max-width: 767px){.block-wrapper__button{position:static;margin-top:1.25rem}.block-wrapper__button .btn{width:100%}}.btn{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#fff;box-sizing:border-box;display:inline-flex;align-items:center;max-width:100%;margin:0;border-radius:.625rem;border:0;padding:.9375rem 1.5rem;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;font-family:inherit;text-decoration:none;background-color:#5a903c;background-image:none;cursor:pointer;overflow:hidden;font-weight:600;justify-content:center}@media screen and (min-width: 1024px){.btn:hover .btn__icon-wrap{width:2.125rem;opacity:1}}@media (max-width: 1439px){.btn{padding-left:1.125rem;padding-right:1.125rem}}@media (max-width: 1199px){.btn{padding:.75rem 1.125rem}}.btn__icon{width:2.125rem;height:1.5rem;padding-left:.625rem}.btn__icon-wrap{width:0;opacity:0;transition:width .5s,opacity .5s}.btn__icon svg{width:100%;height:100%}a.btn--disabled{pointer-events:none}.btn--grey{color:#373125;background:#EFECE6}.btn--grey .btn__icon path{fill:#5a903c}.btn--white{color:#373125;background:#ffffff}.btn--white .btn__icon path{fill:#5a903c}@media (max-width: 1439px){.btn--resize{padding:.75rem 1.125rem}}.btn--outline{border:2px solid #373125;background:transparent;color:#373125;padding:.8125rem 1.5rem}@media (max-width: 1199px){.btn--outline{padding:.625rem 1.125rem}}.btn--filter{border:1px solid #373125;background:transparent;color:#373125;padding:.875rem 1.8125rem}@media (max-width: 1439px){.btn--filter{padding:.6875rem 1.125rem}}@media (max-width: 767px){.btn--filter{padding:.9375rem .75rem;font-size:.875rem;line-height:1rem}}.btn--full-width{width:100%}.btn-group{display:flex;flex-wrap:wrap;gap:.625rem}.footer__inner{background:#ffffff;padding:3.75rem 1.875rem 4.1875rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;border-radius:.875rem}@media (max-width: 1199px){.footer__inner{grid-template-columns:repeat(1,1fr);padding:1.875rem;gap:3.75rem}}@media (max-width: 767px){.footer__inner{padding:1.875rem 1.25rem 1.25rem;gap:1.875rem}}.footer__column--right{display:grid;grid-template-columns:repeat(2,1fr);gap:3.125rem}@media (max-width: 1199px){.footer__column--right{gap:1.25rem}}@media (max-width: 767px){.footer__column--right{grid-template-columns:repeat(1,1fr);gap:1.875rem}}.footer__cash{font-size:4.75rem;font-weight:500;line-height:1.1052631579;color:#373125}@media (max-width: 1199px){.footer__cash{font-size:3.5rem;line-height:1.1785714286}}@media (max-width: 767px){.footer__cash{font-size:2.25rem;line-height:1.2777777778}}.footer__cash-value{font-weight:700;color:#5a903c}.footer__cash-title{font-weight:600;margin-top:.75rem}@media (max-width: 1199px){.footer__cash-title{margin-top:0}}.footer__cash-buttons{margin-top:2.0625rem}@media (max-width: 1199px){.footer__cash-buttons{margin-top:1.875rem}}@media (max-width: 767px){.footer__cash-buttons{margin-top:1.25rem}}.footer__menu{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#504e49;display:flex;flex-direction:column;gap:1.25rem}.footer__menu-link{transition:color .3s;color:#504e49}@media screen and (min-width: 1024px){.footer__menu-link:hover{color:#5a903c}}.footer__info{display:flex;flex-direction:column}.footer__contacts{display:flex;flex-direction:column;gap:.625rem}.footer__contact a{transition:color .3s}@media screen and (min-width: 1024px){.footer__contact a:hover{color:#5a903c}}.footer__networks{margin-top:1.875rem}.footer__qr{display:flex;gap:.625rem;align-items:center;margin-top:auto;padding-top:1.875rem}@media (max-width: 767px){.footer__qr{display:none}}.footer__qr-image{width:6.25rem;height:6.25rem;flex-shrink:0}.footer__qr-image img{max-width:100%}.footer__qr-text{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}@media (max-width: 1199px){.footer__qr-text{max-width:8.4375rem}}.footer__bottom{padding:1.25rem;display:flex;justify-content:space-between;font-size:.75rem;font-weight:500;line-height:1.25;color:#504e49}@media (max-width: 1439px){.footer__bottom{padding:1.25rem 0}}@media (max-width: 767px){.footer__bottom{flex-direction:column;gap:1.25rem}}.footer__dev{transition:color .3s;display:flex;align-items:center;gap:.625rem}@media screen and (min-width: 1024px){.footer__dev:hover{color:#373125}}.footer__dev:not(:hover) .footer__dev-image path{fill:#504e49}.footer__dev-image{width:32px;height:16px}.footer__dev-image path{transition:fill .3s}.help-mini-card{position:relative}@media screen and (min-width: 1024px){.help-mini-card:hover:before{top:.3125rem;left:.3125rem;right:.3125rem;bottom:.3125rem}.help-mini-card:hover .help-mini-card__title{color:#5a903c}.help-mini-card:hover .help-mini-card__arrow path{stroke:#5a903c}}.help-mini-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff;border-radius:.625rem;transition:left .3s,right .3s,top .3s,bottom .3s}.help-mini-card__inner{position:relative;z-index:3;padding:1.875rem 3.125rem 1.875rem 1.875rem;height:11.375rem;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1439px){.help-mini-card__inner{padding-right:1.875rem}}@media (max-width: 767px){.help-mini-card__inner{padding:1.875rem 1.25rem}}.help-mini-card__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}@media (max-width: 1199px){.help-mini-card__title{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.help-mini-card__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.networks{display:flex;gap:.625rem}.network{position:relative}.network__link{display:block;width:24px;height:24px;transition:color .3s}.network__link img{width:100%;height:100%;max-width:100%;max-height:100%}.network__hover{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s}.network:hover .network__hover{opacity:1}.project-card{display:block;border-radius:.625rem;position:relative}@media screen and (min-width: 1024px){.project-card:hover .project-card__arrow path{stroke:#5a903c}.project-card:hover .project-card__bg{transform:scale(.97,.98)}.project-card:hover:not(.project-card--green) .project-card__description{color:#5a903c}}.project-card__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:.625rem;background-color:#fff;overflow:hidden;transform:scale(1);transition:transform .3s}.project-card__bg .project-card__top:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.04) 47.08%,rgba(0,0,0,.5) 100%);z-index:2}.project-card__inner{position:relative;z-index:2}.project-card__top{position:relative;height:19.875rem}@media (max-width: 1439px){.project-card__top{height:14.25rem}}.project-card__top-inner{position:relative;z-index:3;height:100%;padding:1.25rem 1.875rem;display:flex;flex-direction:column;justify-content:flex-end}@media (max-width: 767px){.project-card__top-inner{padding:1.25rem}}.project-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.project-card__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#fff}@media (max-width: 1439px){.project-card__title{font-size:1.5rem;line-height:1.3333333333}}.project-card__description{font-weight:600;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;position:relative;z-index:2;transition:color .3s}.project-card__bottom{position:relative;height:13.875rem;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem 1.875rem 1.875rem}@media (max-width: 1439px){.project-card__bottom{height:13.25rem}}@media (max-width: 767px){.project-card__bottom{padding:1.25rem 1.25rem 1.875rem}}.project-card__arrow{position:relative;z-index:2}@media (max-width: 1199px){.project-card--in-slider{width:17.1875rem}}.project-card--green .project-card__bg{background-color:#5a903c}.project-card--green .project-card__bottom{color:#fff}.person-card{display:flex}@media (max-width: 767px){.person-card{flex-direction:column;gap:1.25rem}}.person-card__photo{width:12.1875rem;height:12.1875rem;flex-shrink:0;border-radius:.625rem;overflow:hidden}@media (max-width: 1439px){.person-card__photo{width:7.5rem;height:7.5rem}}.person-card__photo img{width:100%;height:100%;object-fit:cover}.person-card__inner{padding:1.25rem 1.875rem}@media (max-width: 1439px){.person-card__inner{padding:0 1.25rem}}@media (max-width: 767px){.person-card__inner{padding:0}}.person-card__name{font-size:1.5rem;font-weight:600;line-height:1.3333333333;margin-bottom:.625rem}@media (max-width: 767px){.person-card__name{font-size:1.125rem;line-height:1.3333333333}}.person-card__position{color:#9e9b94}@media (max-width: 1439px){.person-card__position{padding-right:1.125rem}}@media (max-width: 767px){.person-card__position{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#9e9b94}}.person-card__text{margin-top:1.25rem}@media (max-width: 1439px){.person-card__text{margin-top:.625rem}}.pagination{display:flex;align-items:center;font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600;margin-top:1.875rem}@media (max-width: 1199px){.pagination{display:flex;flex-direction:column-reverse}}@media (max-width: 767px){.pagination{margin-top:1.25rem}}.pagination__load-more{margin-left:1.25rem}@media (max-width: 1199px){.pagination__load-more{border:.125rem solid #373125;font-size:1.125rem;line-height:1.3333333333;font-weight:700;text-align:center;padding:.625rem 1.125rem;margin-left:0;margin-bottom:1.875rem;width:100%;border-radius:.625rem}}@media (max-width: 767px){.pagination__load-more{font-weight:600;margin-bottom:1.25rem}}.pagination__separator{padding-top:.5625rem}.pagination__list{display:flex;gap:.25rem}.pagination__item{white-space:nowrap}.pagination__link{min-width:2rem;height:2rem;padding:.5rem .375rem .375rem;background:#EFECE6;border-radius:.625rem;display:block;text-align:center}.pagination__link--arrow{display:flex;align-items:center;justify-content:center;padding:.25rem}.pagination__link svg{width:1.5rem;height:1.5rem}.pagination__link--active{color:#fff;background:#ABCB9A}.subscribe{background:#CBEBD6;position:relative;min-height:22.9375rem;border-radius:.625rem}.subscribe__inner{padding:1.875rem 1.875rem 3.125rem}@media (max-width: 1199px){.subscribe__inner{padding-bottom:1.875rem}}@media (max-width: 767px){.subscribe__inner{padding:1.875rem 1.25rem 1.25rem}}.subscribe__image{position:absolute;top:0;right:3.75rem;max-width:31.875rem;width:100%;height:100%}@media (max-width: 1439px){.subscribe__image{right:1.875rem}}@media (max-width: 1199px){.subscribe__image{right:0;width:21.125rem;height:17.375rem}}@media (max-width: 767px){.subscribe__image{display:none}}.subscribe__image img,.subscribe__image svg{width:100%;height:100%}.subscribe__image img{display:none}@media (max-width: 1199px){.subscribe__image img{display:block}}@media (max-width: 1199px){.subscribe__image svg{display:none}}.subscribe__main{max-width:40.625rem}@media (max-width: 1439px){.subscribe__main{max-width:33.75rem}}@media (max-width: 1199px){.subscribe__main{max-width:20.25rem}}@media (max-width: 767px){.subscribe__main{max-width:100%}}.subscribe__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#373125;margin-bottom:1.25rem;padding-right:10rem}@media (max-width: 1199px){.subscribe__title{font-size:1.5rem;line-height:1.3333333333}}@media (max-width: 1439px){.subscribe__title{padding-right:2.5rem}}@media (max-width: 1199px){.subscribe__title{padding-right:0}}.subscribe__form{position:relative}.subscribe__form-field input{padding-right:12rem;padding-left:1.375rem}@media (max-width: 1199px){.subscribe__form-field input{font-size:.875rem;line-height:1.1428571429;padding-right:1.375rem}}.subscribe__form-button{position:absolute;right:0;top:0}@media (max-width: 1199px){.subscribe__form-button{position:static;margin-top:.625rem}}.subscribe__agreement{font-size:.75rem;font-weight:500;line-height:1.25;color:#504e49;opacity:.7;margin-top:1.25rem;max-width:20.9375rem}@media (max-width: 1199px){.subscribe__agreement{margin-top:1.875rem}}.subscribe__more{margin-top:.625rem}.subscribe__more a{font-size:.75rem;font-weight:500;line-height:1.25;color:#504e49}@media (max-width: 1439px){.subscribe__more a{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#504e49}}.subscribe__bird--1{animation:bird-1 4s linear infinite}.subscribe__bird--2{animation:bird-2 4s linear infinite}@keyframes bird-1{0%{transform:translate(0)}20%{transform:translateY(-10px)}50%{transform:translateY(-10px)}70%{transform:translate(0)}to{transform:translate(0)}}@keyframes bird-2{0%{transform:translate(0)}20%{transform:translateY(10px)}50%{transform:translateY(10px)}70%{transform:translate(0)}to{transform:translate(0)}}.field-text{display:inline-flex;flex-direction:column;position:relative;width:100%;margin:0;border:0;padding:0;vertical-align:top}.field-text__input-wrap{position:relative;height:3.375rem}@media (max-width: 1199px){.field-text__input-wrap{height:3rem}}.field-text__input{resize:none;background:#ffffff;display:block;width:100%;height:100%;border-radius:.625rem;margin:0;border:2px solid #ffffff;padding:.8125rem 1.125rem;font-size:1.125rem;line-height:1.3333333333;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;outline:none;background:#fff;color:#373125;font-weight:500;transition:border-color .3s}@media (max-width: 1199px){.field-text__input{padding:.8125rem .75rem}}@media (max-width: 767px){.field-text__input{font-size:.875rem}}.field-text__input::placeholder{color:#9e9b94}.field-text__input:focus{border-color:#abcb9a}.field-text__input--active{border-color:#abcb9a}.field-text__error-text{font-size:.75rem;font-weight:500;line-height:1.25;color:#cb5f47;text-align:left;margin:.3125rem 0 0;padding-left:1.25rem}@media (max-width: 1199px){.field-text__error-text{padding-left:.875rem}}.field-text--error .field-text__input{border-color:#cb5f47}.field-text--disabled .field-text__input-wrap{cursor:not-allowed}.field-text--textarea .field-text__input-wrap{position:relative;height:6.25rem}@media (max-width: 1199px){.field-text--textarea .field-text__input-wrap{height:5.75rem}}.field-text:not(.field-text--error) .field-text__error-text{display:none}.partner-card{border-top:1px solid #EFECE6}@media screen and (min-width: 1024px){.partner-card:hover .partner-card__logo img{filter:grayscale(0)}}.partner-card__inner{padding:1.25rem 0;display:flex;gap:2.5rem;align-items:center;justify-content:center}@media (max-width: 767px){.partner-card__inner{padding-bottom:1.875rem}}.partner-card__logo{width:100%;height:3.75rem;flex-shrink:0;align-self:flex-start}.partner-card__logo img{width:100%;height:100%;filter:grayscale(1);transition:filter .3s;object-fit:contain}.partner-card__text{font-weight:600;max-width:32.625rem;width:100%}.news-card{position:relative;display:block;color:#373125;transition:color .3s}@media screen and (min-width: 1024px){.news-card:hover{color:#5a903c}.news-card:hover .news-card__arrow path{stroke:#5a903c!important}.news-card:hover .news-card__bg{transform:scale(.97)}.news-card:hover.news-card--with-image{color:#fff}.news-card:hover.news-card--with-image .news-card__arrow rect{fill:#f9f8f6}.news-card:hover.news-card--with-image .news-card__bg{transform:scale(.98,.97)}}.news-card__inner{display:flex;flex-direction:column;justify-content:space-between;height:20.9375rem;padding:1.875rem;position:relative;z-index:2}@media (max-width: 1439px){.news-card__inner{height:17.1875rem}}@media (max-width: 1199px){.news-card__inner{padding:1.875rem 1.25rem}}.news-card__bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;border-radius:.875rem;overflow:hidden;background:#ffffff;transform:scale(1);transition:transform .3s}.news-card__image{position:relative;width:100%;height:100%}.news-card__image:after{content:"";background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%);position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.news-card__image img{width:100%;height:100%;object-fit:cover}.news-card__bottom{display:flex;justify-content:space-between;align-items:flex-end}.news-card__date{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:inherit;margin-bottom:.625rem}.news-card__title{font-size:1.5rem;line-height:1.3333333333;color:inherit;font-weight:600;max-width:33.75rem;-webkit-line-clamp:2;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}@media (max-width: 1199px){.news-card__title{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1439px){.news-card__title{font-size:1.125rem;line-height:1.3333333333}}.news-card__text{margin-top:.625rem;font-weight:600;font-size:1.125rem;-webkit-line-clamp:3;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}@media (max-width: 1439px){.news-card__text{font-size:.875rem}}.news-card__arrow{flex-shrink:0;margin-right:1.875rem}.news-card__arrow rect{transition:fill .3s}.news-card__logo{display:flex;align-items:flex-end;justify-content:flex-end;height:2.875rem}.news-card__logo img{max-width:100%;max-height:100%}.news-card:not(.news-card--with-image) .news-card__arrow rect{fill:#f9f8f6;transition:fill .3s}.news-card:not(.news-card--with-image) .news-card__arrow path{stroke:#373125}.news-card--with-image{color:#fff}.news-card--with-image rect{fill:transparent}.news-card--in-slider{width:20.9375rem;padding-right:1.25rem}@media (max-width: 1439px){.news-card--in-slider{width:22.9166666667vw;min-width:17.1875rem;padding-right:0}}@media (max-width: 767px){.news-card--in-slider{width:100%;min-width:0;padding-right:1.875rem}}@media (max-width: 1199px){.news-card--in-slider .news-card__inner{padding:1.875rem}}@media (max-width: 767px){.news-card--in-slider .news-card__inner{padding:1.875rem 1.25rem}}.news-card--in-slider.news-card--first{width:43.125rem}@media (max-width: 1439px){.news-card--in-slider.news-card--first{width:47.4166666667vw;min-width:35.5625rem}}@media (max-width: 767px){.news-card--in-slider.news-card--first{width:100%;min-width:0}}.header{position:sticky;top:0;z-index:100;background-color:#f9f8f6;transition:background-color .5s}.header__top{padding-top:1.25rem;padding-bottom:1.25rem}@media (max-width: 767px){.header__top{padding-top:.625rem;padding-bottom:.625rem}}.header__top-inner{display:flex;align-items:center;min-height:3.375rem}@media (max-width: 1199px){.header__top-inner{min-height:0;flex-wrap:wrap}}@media (max-width: 1439px){.header__top .btn{height:2.875rem;padding:.75rem 1.25rem}}.header__column{width:25%;flex-shrink:0}@media (max-width: 1199px){.header__column{width:60%}}.header__column--size-2{width:50%;padding:0 .3125rem;position:relative;z-index:3}@media (max-width: 1439px){.header__column--size-2{width:52%}}@media (max-width: 1199px){.header__column--size-2{opacity:1;width:100%;overflow:hidden;transition:opacity .3s,margin-top .8s;pointer-events:none;order:2}}.header__column--right{justify-content:flex-end;display:flex;align-self:center;width:25%}@media (max-width: 1439px){.header__column--right{width:23%}}@media (max-width: 1199px){.header__column--right{width:40%}}.header__logo{padding-left:1.25rem;display:inline-flex;position:relative;z-index:3}@media (max-width: 1439px){.header__logo{padding-left:0}}@media (max-width: 1199px){.header__logo{height:2.1875rem}.header__logo img{max-height:100%}}.header__search{position:absolute;width:100%;left:0;top:50%;transform:translateY(-50%);display:block;opacity:0;pointer-events:none;transition:.5s;padding-left:1.25rem}@media (max-width: 1439px){.header__search{padding-left:0;padding-right:1.5rem}}@media (max-width: 1199px){.header__search{position:relative;padding-right:0;left:unset;top:unset;transform:unset;max-height:0}}.header__search--active{opacity:1}@media (max-width: 1199px){.header__search--active{max-height:4.375rem}}.header__menu{overflow:hidden;display:flex;max-width:37.5rem;gap:1.875rem;font-weight:600;transition:opacity .3s}@media (max-width: 1439px){.header__menu{gap:1.5rem}}@media (max-width: 1199px){.header__menu{display:none}}.header__menu-item{flex-shrink:0}@media screen and (min-width: 1024px){.header__menu-link:hover{color:#5a903c}}.header__menu-link--active{color:#5a903c}@media (max-width: 767px){.header__help{display:none}}.header__toggle{background:#ffffff;padding:.9375rem}.header__toggle rect{transition:fill .3s}.header__toggle path{transition:stroke .3s}@media screen and (min-width: 1024px){.header__toggle:hover rect{fill:#5a903c}.header__toggle:hover path{stroke:#5a903c}}@media (max-width: 1439px){.header__toggle{padding:.75rem!important}}.header__toggle-icon{width:1.5rem;height:1.5rem}.header__toggle-icon--close{display:none}.header--open-menu{background:#ffffff}.header--open-menu .header__search{pointer-events:auto}.header--open-menu .header__menu{opacity:0;pointer-events:none}.header--open-menu .header__toggle-icon--open{display:none}.header--open-menu .header__toggle-icon--close{display:block}@media (max-width: 1199px){.header--open-menu .header__column--size-2{opacity:1;margin-top:1.25rem}}.breadcrumbs{margin-top:1.25rem;margin-bottom:1.875rem;list-style:none;padding:0;font-size:.75rem;font-weight:500;line-height:1.25;color:#37312566;max-width:43.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1199px){.breadcrumbs{display:none}}.breadcrumbs a{color:#37312566;text-decoration:none}@media screen and (min-width: 1024px){.breadcrumbs a:hover{color:#5a903c;text-decoration:none}}.breadcrumbs__item{display:inline}.breadcrumbs__item:not(:last-child):after{content:"/"}.sitemap{padding-top:6.25rem;padding-bottom:6.25rem}.sitemap__item{display:flex;gap:1.25rem;padding:.25rem 0}.sitemap__item-layout{color:#5a903c}.sitemap__item-status{width:50%;margin-left:auto}.video-card{padding-bottom:56.9642857143%;position:relative;border-radius:.625rem;overflow:hidden}.video-card iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.video-card--in-slider{min-width:35.625rem}@media (max-width: 767px){.video-card--in-slider{min-width:0}}.help-card__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 1199px){.help-card__inner{grid-template-columns:repeat(1,1fr)}}.help-card__image{border-radius:.625rem;overflow:hidden;position:relative}.help-card__image img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}.help-card__image-wrap{position:relative}.help-card__images{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;position:relative}@media (max-width: 1199px){.help-card__images{grid-template-columns:repeat(1,1fr)}}.help-card__images .c-sticker{position:absolute;top:0;left:0;z-index:5}@media (max-width: 767px){.help-card__images .c-sticker{top:auto;bottom:0}}.help-card__images .help-card__image{padding-bottom:100%}@media (max-width: 1199px){.help-card__images .help-card__image{padding-bottom:62.1468926554%}}@media (max-width: 767px){.help-card__images .help-card__image{padding-bottom:63.768115942%}}@media (max-width: 1199px){.help-card__images .help-card__image:not(:first-child){display:none}}.help-card__info{padding-left:1.25rem;display:flex;flex-direction:column;max-width:38.375rem;font-weight:600}@media (max-width: 1199px){.help-card__info{padding-right:1.25rem}}.help-card__category{font-weight:600;margin-bottom:.875rem;color:#5a903c;display:block}@media (max-width: 1199px){.help-card__category{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600;margin-bottom:.625rem}}.help-card__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.help-card__title{font-size:1.125rem;line-height:1.3333333333}}.help-card__description{margin-top:.875rem;font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600}.help-card__description p:not(:last-child){margin-bottom:.875rem}.help-card__progress{margin-top:.75rem}@media (max-width: 1199px){.help-card__progress{margin-right:3.125rem}}.help-card__buttons{padding-top:1.125rem}@media (max-width: 1199px){.help-card__buttons{margin:auto -1.25rem 0;padding-top:2rem}.help-card__buttons .btn{width:100%}}.help-card--helped .help-card__buttons{margin-top:auto}@media (max-width: 1199px){.help-card--in-slider{height:100%}}.help-card--in-slider .help-card__images{grid-template-columns:repeat(1,1fr)}@media (min-width: 1440px){.help-card--in-slider .help-card__images .help-card__image{padding-bottom:78.2608695652%}}@media ((min-width: 1200px) and (max-width: 1439px)){.help-card--in-slider .help-card__images .help-card__image{padding-bottom:77.1929824561%}}@media (max-width: 1199px){.help-card--in-slider .help-card__images .help-card__image{border-bottom-left-radius:0;border-bottom-right-radius:0}}.help-card--in-slider .help-card__info{max-width:100%;background:#ffffff}@media (min-width: 1440px){.help-card--in-slider .help-card__info{padding:2.5rem}}@media ((min-width: 1200px) and (max-width: 1439px)){.help-card--in-slider .help-card__info{padding:1.875rem}}@media (min-width: 1200px){.help-card--in-slider .help-card__info{border-radius:.625rem}}@media (max-width: 1199px){.help-card--in-slider .help-card__info{padding:0;height:100%;background:transparent}}.help-card--in-slider .help-card__info-main{position:relative}@media (max-width: 1199px){.help-card--in-slider .help-card__info-main{height:100%;padding:1.25rem;background:#ffffff;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}}@media (min-width: 1440px){.help-card--in-slider .help-card__info-main:after{content:"";position:absolute;left:-1.25rem;top:-1.25rem;height:calc(100% + 20px);width:calc(100% + 40px);z-index:3;background:#fff;transition:width .4s}.swiper-slide-active .help-card--in-slider .help-card__info-main:after{width:0}}@media (max-width: 1199px){.help-card--in-slider .help-card__inner{gap:0;display:flex;flex-direction:column;height:100%}}.help-card--in-slider .help-card__image-wrap{flex-shrink:0}.help-card--in-slider .help-card__category{color:#5a903c}@media (min-width: 1440px){.help-card--in-slider .help-card__category{transition:transform 1s;transform:translateY(-1.625rem)}.swiper-slide-active .help-card--in-slider .help-card__category{transform:translate(0)}}@media (min-width: 1440px){.help-card--in-slider .help-card__title{font-size:2.25rem;line-height:2.875rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}@media ((min-width: 1200px) and (max-width: 1439px)){.help-card--in-slider .help-card__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@media (min-width: 1440px){.help-card--in-slider .help-card__title{transform:translateY(-1.625rem);transition:transform 1s}.swiper-slide-active .help-card--in-slider .help-card__title{transform:translate(0)}}@media (min-width: 1440px){.help-card--in-slider .help-card__description{margin-top:1.875rem}}@media ((min-width: 1200px) and (max-width: 1439px)){.help-card--in-slider .help-card__description{margin-top:1.25rem}}@media (min-width: 1200px){.help-card--in-slider .help-card__description{font-size:1.125rem;line-height:1.5rem}}@media (min-width: 1200px){.help-card--in-slider .help-card__buttons{margin-top:auto}}@media (max-width: 1199px){.help-card--in-slider .help-card__buttons{margin:auto 0 0;flex-shrink:0;padding-top:.625rem}}@media (min-width: 1200px){.help-card--in-slider .help-card__progress{margin-top:1.125rem;margin-right:2.1875rem}}@media ((min-width: 1200px) and (max-width: 1439px)){.help-card--in-slider .help-card__progress{margin-right:2.875rem}}@media (max-width: 1199px){.help-card--in-slider .help-card__progress{margin-top:1.25rem}}@media (min-width: 1200px){.help-card--in-slider .help-card__progress .progress__slider-text{font-size:1.125rem}}.progress{padding-top:.9375rem;padding-bottom:2.3125rem;position:relative}.progress__line{height:.25rem;border-radius:.625rem;overflow:hidden;background:#EFECE6}.progress__line-value{height:100%;background:#DBAF11}.progress__slider{width:2rem;position:absolute;top:0;transform:translate(-1rem)}.progress__slider-icon{height:2rem;border-radius:50%;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='%23DBAF11'/%3e%3cpath d='M12.36 19.33C12.1584 19.4993 12.0318 19.7412 12.0074 20.0033C11.9831 20.2654 12.0631 20.5265 12.23 20.73C12.314 20.8313 12.4171 20.915 12.5334 20.9763C12.6497 21.0377 12.7771 21.0755 12.908 21.0875C13.039 21.0996 13.1711 21.0857 13.2967 21.0467C13.4223 21.0076 13.539 20.9442 13.64 20.86C14.3085 20.321 15.1413 20.0271 16 20.0271C16.8587 20.0271 17.6915 20.321 18.36 20.86C18.4611 20.9442 18.5777 21.0076 18.7033 21.0467C18.8289 21.0857 18.961 21.0996 19.092 21.0875C19.223 21.0755 19.3503 21.0377 19.4666 20.9763C19.583 20.915 19.6861 20.8313 19.77 20.73C19.9369 20.5265 20.0169 20.2654 19.9926 20.0033C19.9683 19.7412 19.8416 19.4993 19.64 19.33C18.6081 18.5006 17.3239 18.0484 16 18.0484C14.6761 18.0484 13.3919 18.5006 12.36 19.33ZM13 15C13.1978 15 13.3911 14.9414 13.5556 14.8315C13.72 14.7216 13.8482 14.5654 13.9239 14.3827C13.9996 14.2 14.0194 13.9989 13.9808 13.8049C13.9422 13.6109 13.847 13.4327 13.7071 13.2929C13.5673 13.153 13.3891 13.0578 13.1951 13.0192C13.0011 12.9806 12.8 13.0004 12.6173 13.0761C12.4346 13.1518 12.2784 13.28 12.1685 13.4444C12.0587 13.6089 12 13.8022 12 14C12 14.2652 12.1054 14.5196 12.2929 14.7071C12.4804 14.8946 12.7348 15 13 15ZM16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8079C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C26 14.6868 25.7413 13.3864 25.2388 12.1732C24.7363 10.9599 23.9997 9.85752 23.0711 8.92893C22.1425 8.00035 21.0401 7.26375 19.8268 6.7612C18.6136 6.25866 17.3132 6 16 6ZM16 24C14.4178 24 12.871 23.5308 11.5554 22.6518C10.2398 21.7727 9.21447 20.5233 8.60897 19.0615C8.00347 17.5997 7.84504 15.9911 8.15372 14.4393C8.4624 12.8874 9.22433 11.462 10.3432 10.3431C11.462 9.22433 12.8874 8.4624 14.4393 8.15372C15.9911 7.84504 17.5997 8.00346 19.0615 8.60896C20.5233 9.21447 21.7727 10.2398 22.6518 11.5554C23.5308 12.871 24 14.4177 24 16C24 18.1217 23.1572 20.1566 21.6569 21.6569C20.1566 23.1571 18.1217 24 16 24ZM19 13C18.8022 13 18.6089 13.0586 18.4444 13.1685C18.28 13.2784 18.1518 13.4346 18.0761 13.6173C18.0004 13.8 17.9806 14.0011 18.0192 14.1951C18.0578 14.3891 18.153 14.5673 18.2929 14.7071C18.4328 14.847 18.6109 14.9422 18.8049 14.9808C18.9989 15.0194 19.2 14.9996 19.3827 14.9239C19.5654 14.8482 19.7216 14.72 19.8315 14.5556C19.9414 14.3911 20 14.1978 20 14C20 13.7348 19.8946 13.4804 19.7071 13.2929C19.5196 13.1054 19.2652 13 19 13Z' fill='white'/%3e%3c/svg%3e ") no-repeat center;background-size:contain}.progress__slider-text{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600;white-space:nowrap;margin-left:-4.375rem;margin-right:-4.375rem;text-align:center;margin-top:.375rem}@media (max-width: 1199px){.progress__slider-text{margin-left:-2.5rem;margin-right:-2.5rem}}.progress--not-bad .progress__slider-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='%23DBAF11'/%3e%3cpath d='M13 13C12.8022 13 12.6089 13.0586 12.4444 13.1685C12.28 13.2784 12.1518 13.4346 12.0761 13.6173C12.0004 13.8 11.9806 14.0011 12.0192 14.1951C12.0578 14.3891 12.153 14.5673 12.2929 14.7071C12.4328 14.847 12.6109 14.9422 12.8049 14.9808C12.9989 15.0194 13.2 14.9996 13.3827 14.9239C13.5654 14.8482 13.7216 14.72 13.8315 14.5556C13.9414 14.3911 14 14.1978 14 14C14 13.7348 13.8946 13.4804 13.7071 13.2929C13.5196 13.1054 13.2652 13 13 13ZM18.66 17.56L14.47 19.06C14.2498 19.1399 14.0646 19.2945 13.9468 19.497C13.8289 19.6994 13.7859 19.9368 13.8252 20.1678C13.8645 20.3987 13.9836 20.6085 14.1617 20.7606C14.3399 20.9127 14.5658 20.9974 14.8 21C14.916 20.9999 15.031 20.9796 15.14 20.94L19.34 19.44C19.467 19.3981 19.5842 19.3312 19.6849 19.2431C19.7855 19.1551 19.8675 19.0478 19.926 18.9276C19.9844 18.8073 20.0182 18.6766 20.0252 18.5431C20.0323 18.4095 20.0125 18.276 19.967 18.1502C19.9215 18.0245 19.8513 17.9092 19.7604 17.8111C19.6696 17.7129 19.56 17.634 19.4382 17.579C19.3163 17.524 19.1847 17.4939 19.051 17.4907C18.9174 17.4874 18.7844 17.511 18.66 17.56ZM19 13C18.8022 13 18.6089 13.0586 18.4444 13.1685C18.28 13.2784 18.1518 13.4346 18.0761 13.6173C18.0004 13.8 17.9806 14.0011 18.0192 14.1951C18.0578 14.3891 18.153 14.5673 18.2929 14.7071C18.4328 14.847 18.6109 14.9422 18.8049 14.9808C18.9989 15.0194 19.2 14.9996 19.3827 14.9239C19.5654 14.8482 19.7216 14.72 19.8315 14.5556C19.9414 14.3911 20 14.1978 20 14C20 13.7348 19.8946 13.4804 19.7071 13.2929C19.5196 13.1054 19.2652 13 19 13ZM16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8079C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C26 14.6868 25.7413 13.3864 25.2388 12.1732C24.7363 10.9599 23.9997 9.85752 23.0711 8.92893C22.1425 8.00035 21.0401 7.26375 19.8268 6.7612C18.6136 6.25866 17.3132 6 16 6ZM16 24C14.4178 24 12.871 23.5308 11.5554 22.6518C10.2398 21.7727 9.21447 20.5233 8.60897 19.0615C8.00347 17.5997 7.84504 15.9911 8.15372 14.4393C8.4624 12.8874 9.22433 11.462 10.3432 10.3431C11.462 9.22433 12.8874 8.4624 14.4393 8.15372C15.9911 7.84504 17.5997 8.00346 19.0615 8.60896C20.5233 9.21447 21.7727 10.2398 22.6518 11.5554C23.5308 12.871 24 14.4177 24 16C24 18.1217 23.1572 20.1566 21.6569 21.6569C20.1566 23.1571 18.1217 24 16 24Z' fill='white'/%3e%3c/svg%3e")}.progress--happy .progress__line-value{background:#5A903C}.progress--happy .progress__slider-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='%235A903C'/%3e%3cpath d='M18.36 18.23C17.6915 18.769 16.8587 19.0629 16 19.0629C15.1413 19.0629 14.3085 18.769 13.64 18.23C13.4358 18.0603 13.1725 17.9786 12.9081 18.003C12.6437 18.0274 12.3997 18.1558 12.23 18.36C12.0603 18.5642 11.9786 18.8275 12.003 19.0919C12.0274 19.3563 12.1558 19.6003 12.36 19.77C13.3813 20.6226 14.6696 21.0896 16 21.0896C17.3304 21.0896 18.6187 20.6226 19.64 19.77C19.8442 19.6003 19.9726 19.3563 19.997 19.0919C20.0214 18.8275 19.9397 18.5642 19.77 18.36C19.686 18.2589 19.5828 18.1753 19.4665 18.1141C19.3501 18.0528 19.2229 18.0151 19.0919 18.003C18.8275 17.9786 18.5642 18.0603 18.36 18.23ZM13 15C13.1978 15 13.3911 14.9414 13.5556 14.8315C13.72 14.7216 13.8482 14.5654 13.9239 14.3827C13.9996 14.2 14.0194 13.9989 13.9808 13.8049C13.9422 13.6109 13.847 13.4327 13.7071 13.2929C13.5673 13.153 13.3891 13.0578 13.1951 13.0192C13.0011 12.9806 12.8 13.0004 12.6173 13.0761C12.4346 13.1518 12.2784 13.28 12.1685 13.4444C12.0587 13.6089 12 13.8022 12 14C12 14.2652 12.1054 14.5196 12.2929 14.7071C12.4804 14.8946 12.7348 15 13 15ZM19 13C18.8022 13 18.6089 13.0586 18.4444 13.1685C18.28 13.2784 18.1518 13.4346 18.0761 13.6173C18.0004 13.8 17.9806 14.0011 18.0192 14.1951C18.0578 14.3891 18.153 14.5673 18.2929 14.7071C18.4328 14.847 18.6109 14.9422 18.8049 14.9808C18.9989 15.0194 19.2 14.9996 19.3827 14.9239C19.5654 14.8482 19.7216 14.72 19.8315 14.5556C19.9414 14.3911 20 14.1978 20 14C20 13.7348 19.8946 13.4804 19.7071 13.2929C19.5196 13.1054 19.2652 13 19 13ZM16 6C14.0222 6 12.0888 6.58649 10.4443 7.6853C8.79981 8.78412 7.51809 10.3459 6.76121 12.1732C6.00433 14.0004 5.8063 16.0111 6.19215 17.9509C6.578 19.8907 7.53041 21.6725 8.92894 23.0711C10.3275 24.4696 12.1093 25.422 14.0491 25.8079C15.9889 26.1937 17.9996 25.9957 19.8268 25.2388C21.6541 24.4819 23.2159 23.2002 24.3147 21.5557C25.4135 19.9112 26 17.9778 26 16C26 14.6868 25.7413 13.3864 25.2388 12.1732C24.7363 10.9599 23.9997 9.85752 23.0711 8.92893C22.1425 8.00035 21.0401 7.26375 19.8268 6.7612C18.6136 6.25866 17.3132 6 16 6ZM16 24C14.4178 24 12.871 23.5308 11.5554 22.6518C10.2398 21.7727 9.21447 20.5233 8.60897 19.0615C8.00347 17.5997 7.84504 15.9911 8.15372 14.4393C8.4624 12.8874 9.22433 11.462 10.3432 10.3431C11.462 9.22433 12.8874 8.4624 14.4393 8.15372C15.9911 7.84504 17.5997 8.00346 19.0615 8.60896C20.5233 9.21447 21.7727 10.2398 22.6518 11.5554C23.5308 12.871 24 14.4177 24 16C24 18.1217 23.1572 20.1566 21.6569 21.6569C20.1566 23.1571 18.1217 24 16 24Z' fill='white'/%3e%3c/svg%3e ")}.header-popup{position:absolute;display:block;pointer-events:none;left:0;top:100%;width:100%;background:#ffffff;max-height:0;transition:max-height .5s,padding .7s;overflow:hidden}@media (max-width: 1199px){.header-popup{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}@media (max-width: 767px){.header-popup{padding-bottom:0}}.header-popup--active{padding:3.125rem 0 3.75rem;max-height:37.5rem;pointer-events:auto}@media (max-width: 1199px){.header-popup--active{padding:.625rem 0 1.25rem;max-height:100vh}}@media (max-width: 767px){.header-popup--active{padding-top:1.25rem;padding-bottom:0}}.header-popup--active .header-popup__inner{transform:translateY(0)}.header-popup--active .header-popup__blocker{position:fixed;top:0;left:0;width:100vw;height:100vh}.header-popup__inner{transform:translateY(-50px);transition:transform 1.5s;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1199px){.header-popup__inner{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem}}@media (max-width: 767px){.header-popup__inner{grid-template-columns:repeat(1,1fr);gap:2.5rem 1.25rem;max-height:calc(100vh - 15.5rem);overflow-y:auto;padding-bottom:1.25rem}}.header-popup__column{padding-left:1.25rem}@media (max-width: 1439px){.header-popup__column{padding-left:0}}.header-popup__menu{display:flex;flex-direction:column;gap:1.25rem}.header-popup__menu-link{transition:color .3s}@media screen and (min-width: 1024px){.header-popup__menu-link:hover{color:#5a903c}}.header-popup__info{display:flex;flex-direction:column;height:100%}.header-popup__contacts{display:flex;flex-direction:column;gap:.625rem}@media (max-width: 1199px){.header-popup__contacts{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125}}.header-popup__contact a{transition:color .3s}@media screen and (min-width: 1024px){.header-popup__contact a:hover{color:#5a903c}}.header-popup__networks{margin-top:1.875rem}.header-popup__qr{display:flex;gap:.625rem;align-items:center;margin-top:auto;padding-top:1.875rem}@media (max-width: 1199px){.header-popup__qr{padding-top:2.875rem}}@media (max-width: 767px){.header-popup__qr{display:none}}.header-popup__qr-image{width:6.25rem;height:6.25rem;flex-shrink:0}@media (max-width: 1439px){.header-popup__qr-image{width:5rem;height:5rem}}.header-popup__qr-image img{max-width:100%}.header-popup__qr-text{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}@media (max-width: 1199px){.header-popup__qr-text{max-width:10.9375rem}}.header-popup__help{display:none;padding:.9375rem;background:#F9F8F6;margin-left:-.9375rem;margin-right:-.9375rem}@media (max-width: 767px){.header-popup__help{display:block}}.header-popup__help .btn{width:100%}.header-popup__submenu-title{cursor:pointer;display:inline-flex;align-items:center}.header-popup__submenu-title:after{content:"";display:inline-block;vertical-align:top;margin-left:.625rem;width:1.5rem;height:1.5rem;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10L11.1162 13.6745C11.6023 14.1085 12.3977 14.1085 12.8838 13.6745L17 10' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center;background-size:contain}.header-popup__submenu-items{display:flex;flex-direction:column;padding-left:1.25rem;max-height:0;overflow:hidden;transition:max-height .3s}.header-popup__submenu-item{padding-top:.625rem}.header-popup__submenu--open .header-popup__submenu-title:after{transform:rotate(180deg)}.header-popup__submenu--open .header-popup__submenu-items{max-height:12.5rem}@media (max-width: 767px){.header-popup-open{overflow:hidden}}.contacts{padding-top:1.5rem}@media (max-width: 1199px){.contacts{padding-top:1.875rem}}@media (max-width: 767px){.contacts{padding-top:1.25rem}}.contacts__inner{display:flex;justify-content:space-between;gap:6.25rem}@media (max-width: 1439px){.contacts__inner{gap:3.75rem}}@media (max-width: 1199px){.contacts__inner{flex-direction:column}}@media (max-width: 767px){.contacts__inner{gap:2.5rem}}.contacts__form{width:38.125rem}@media (max-width: 1439px){.contacts__form{width:33rem}}@media (max-width: 1199px){.contacts__form{width:100%}}.contacts__form form{display:flex;flex-direction:column;gap:1.25rem}.contacts__form .form__inner{max-width:100%}@media (max-width: 1199px){.contacts__form .form__button{margin-top:.625rem}}@media (max-width: 767px){.contacts__form .form__button{margin-top:0}}.contacts__form-title{font-weight:600}.contacts__list{width:43.125rem;display:flex;flex-direction:column;gap:2.125rem}@media (max-width: 1439px){.contacts__list{width:35.625rem;gap:1.8125rem}}@media (max-width: 1199px){.contacts__list{width:100%}}.contacts__item{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 1439px){.contacts__item{gap:.625rem}}.contacts__item-title{font-weight:600}.contacts__item a{color:#5a903c}.contacts__map{margin-top:3.75rem;height:33.75rem}@media (max-width: 1439px){.contacts__map{height:28rem}}@media (max-width: 1199px){.contacts__map{height:23.625rem}}@media (max-width: 767px){.contacts__map{height:11.25rem;margin-top:5rem}}.text-block{max-width:65.25rem}@media (max-width: 1439px){.text-block{max-width:54.0625rem}}@media (max-width: 1199px){.text-block{max-width:100%}}.text-block b,.text-block strong{font-weight:600}.text-block h2{font-size:2.25rem;font-weight:600;line-height:1.2777777778;margin-bottom:1.875rem}@media (max-width: 767px){.text-block h2{margin-bottom:1.25rem}}.text-block img{max-width:100%;margin-top:1.875rem;margin-bottom:1.875rem;height:auto}.text-block iframe{max-width:100%;height:37.1875rem}@media (max-width: 1439px){.text-block iframe{height:31.25rem}}@media (max-width: 767px){.text-block iframe{height:12.5rem}}.text-block ul{list-style:none}.text-block ul.dash-list li:before{content:"— "}.text-block ul,.text-block ol{margin:1.875rem 0}@media (max-width: 767px){.text-block ul,.text-block ol{margin:1.25rem 0}}.text-block ul:last-child,.text-block ol:last-child{margin-bottom:0}.text-block ul:first-child,.text-block ol:first-child{margin-top:0}.text-block ul li+li,.text-block ol li+li{margin-top:1.25rem}.text-block ol{padding-left:1.5rem}.text-block ol.text-24{padding-left:2.125rem}.text-block ol.text-24 li+li{margin-top:1.875rem}@media (max-width: 767px){.text-block ol.text-18-mobile{padding-left:1.5rem}}.text-block a{color:#5a903c}.text-block p:not(:last-child){margin-bottom:1.25rem}.text-block .semibold{font-weight:600}.text-block__section,.text-block .video-card{margin:3.75rem 0}@media (max-width: 767px){.text-block__section,.text-block .video-card{margin:2.5rem 0}}.text-block__section:last-child,.text-block .video-card:last-child{margin-bottom:0}.text-block__section:first-child,.text-block .video-card:first-child{margin-top:0}.text-block .mt-60{margin-top:3.75rem}@media (max-width: 767px){.text-block .mt-60{margin-top:2.5rem}}@media (max-width: 1199px){.text-block .mt-tablet-0{margin-top:0}}.text-block--semibold{font-weight:600}.text-block--top-indent{margin-top:3.75rem}@media (max-width: 767px){.text-block--top-indent{margin-top:2.5rem}}.text-block .photo-gallery__items{grid-template-columns:repeat(3,1fr)}@media (max-width: 1199px){.text-block .photo-gallery__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.text-block .photo-gallery__items{grid-template-columns:repeat(1,1fr)}}.payments__description{margin-bottom:3.75rem}@media (max-width: 767px){.payments__description{margin-bottom:2.5rem}}.payments__headers{display:flex;gap:1.25rem;font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.payments__headers{display:none}}@media (max-width: 1199px){.payments__headers{font-size:1.125rem;line-height:1.3333333333}}.payments__header{padding-bottom:1.875rem}.payments__header--sum{flex-shrink:0;width:10.3125rem}@media (max-width: 1439px){.payments__header--sum{width:8.4375rem}}.payments__header--date{flex-shrink:0;width:9.375rem}@media (max-width: 1439px){.payments__header--date{width:7.5rem}}.payments__header--name{flex-shrink:0;width:20.9375rem}@media (max-width: 1439px){.payments__header--name{width:17.1875rem}}.payments__items{margin-left:-1.25rem;margin-right:-1.25rem}.payments__item{display:flex;padding:1.25rem;gap:1.25rem}@media (max-width: 767px){.payments__item{flex-direction:column;gap:.625rem}}.payments__item a{color:#5a903c}.payments__item:nth-child(2n+1){background-color:#fff}.payments__item-main{display:flex;gap:.625rem 1.25rem}@media (max-width: 1199px){.payments__item-main{flex-wrap:wrap;width:20.875rem;flex-shrink:0}}@media (max-width: 767px){.payments__item-main{width:100%}}.payments__item-sum{flex-shrink:0;width:10.3125rem}@media (max-width: 1439px){.payments__item-sum{width:8.4375rem}}.payments__item-date{flex-shrink:0;width:9.375rem}@media (max-width: 1199px){.payments__item-date{margin-left:auto;text-align:right}}@media (max-width: 1439px){.payments__item-date{width:7.5rem}}.payments__item-name{flex-shrink:0;width:20.9375rem}@media (max-width: 1439px){.payments__item-name{width:17.1875rem}}@media (max-width: 1199px){.payments__item-history{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}.partners__toggle{display:none;margin-top:1.875rem}@media (max-width: 1199px){.partners__toggle{display:block}}@media (max-width: 767px){.partners__toggle{margin-top:1.25rem}}.partners__toggle .open{display:none}@media (max-width: 1199px){.partners__list .partner-card:nth-child(n+10){display:none}}@media (max-width: 767px){.partners__list .partner-card:nth-child(n+7){display:none}.partners__list .partner-card__inner{padding-bottom:1.25rem}}.partners--open .partner-card{display:block!important}.partners--open .partners__toggle .open{display:block}.partners--open .partners__toggle .close{display:none}.search-form{position:relative}.search-form__field input:-webkit-autofill,.search-form__field input:-webkit-autofill:hover,.search-form__field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #F9F8F6 inset}.search-form__field .field-text__input{background:#F9F8F6;padding-right:4rem;border-color:#f9f8f6}@media (max-width: 1199px){.search-form__field .field-text__input{padding:.8125rem 1.125rem}}.search-form__field .field-text__input:focus{border-color:#abcb9a}@media (max-width: 1199px){.search-form__field .field-text__input-wrap{height:3.375rem}}.search-form__field--white .field-text__input{background-color:#fff}.search-form__button{position:absolute;z-index:2;top:0;right:0;bottom:0;width:3.875rem;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-form__button svg{width:1.5rem;height:1.5rem}.search-form__button path{transition:stroke .3s}@media screen and (min-width: 1024px){.search-form__button:hover path{stroke:#5a903c}}.photo-slider__image{width:65.3125rem;padding-bottom:51.6746411483%;position:relative;border-radius:.625rem;overflow:hidden}@media (max-width: 1439px){.photo-slider__image{width:54.0625rem}}@media (max-width: 1199px){.photo-slider__image{width:100%}}.photo-slider__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media (max-width: 1199px){.photo-slider .slider-button-prev,.photo-slider .slider-button-next{display:block}}@media (max-width: 767px){.photo-slider .slider-button-prev,.photo-slider .slider-button-next{display:none}}.photo-slider .slider-pagination{display:none}@media (max-width: 767px){.photo-slider .slider-pagination{display:flex}}.photo-gallery__items{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1199px){.photo-gallery__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.photo-gallery__items{grid-template-columns:repeat(1,1fr)}}.photo-gallery__item{padding-bottom:100%;position:relative;border-radius:.625rem;overflow:hidden}@media (max-width: 1199px){.photo-gallery__item:nth-child(n+5){display:none}}.toggle-block--open .photo-gallery__item{display:block!important}.photo-gallery__item img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;margin:0}.project{margin-top:-1.875rem}@media (max-width: 1199px){.project{margin-top:0}}.project__category{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125;margin-bottom:.625rem;color:#5a903c;display:block}@media (max-width: 1199px){.project__category{font-size:1.125rem;line-height:1.3333333333}}.project__title{font-size:3.5rem;line-height:1.1785714286;color:#373125;font-weight:600}@media (max-width: 1199px){.project__title{font-size:2.25rem;line-height:1.2777777778}}.project__photo-slider{margin-bottom:3.75rem}@media (max-width: 767px){.project__photo-slider{margin-bottom:2.5rem}}.project__help-button{margin-top:1.875rem}@media (max-width: 1199px){.project__help-button .btn{width:100%}}@media (max-width: 767px){.project__help-button{margin-top:1.25rem}}.project__description{margin-top:3.75rem;font-weight:500}@media (max-width: 767px){.project__description{margin-top:2.5rem}}.project__gallery{margin-top:3.75rem}@media (max-width: 767px){.project__gallery{margin-top:2.5rem}}.project__food-cart{margin-top:1.25rem}.project__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3.75rem}@media (max-width: 767px){.project__grid{grid-template-columns:repeat(1,1fr);margin-top:2.5rem}}.project__info{background:#ffffff;border-radius:.625rem;padding:1.875rem 3.75rem 1.875rem 1.875rem;display:flex;flex-direction:column}@media (max-width: 1199px){.project__info{background:transparent;padding:0}}@media (max-width: 1199px){.project__info-top{padding:1.25rem;background:#ffffff;border-radius:.625rem;flex-basis:100%}}.project__info-description{font-weight:600}.project__info-description p:not(:last-child){margin-bottom:.625rem}.project__info-progress{margin-top:.5rem}@media (max-width: 1199px){.project__info-progress{padding-right:2.1875rem}}@media (max-width: 767px){.project__info-progress{padding-right:2.5rem}}.project__info-button{margin-top:auto;padding-top:.75rem}@media (max-width: 1199px){.project__info-button{padding-top:.625rem}.project__info-button .btn{width:100%}}.project__next{background:#EFECE6;border-radius:.625rem;padding:1.875rem 3.75rem 1.875rem 1.875rem;display:flex;flex-direction:column}@media (max-width: 1199px){.project__next{background:transparent;padding:0}}@media (max-width: 1199px){.project__next-top{padding:1.25rem;background:#EFECE6;border-radius:.625rem;flex-basis:100%}}.project__next-subtitle{font-weight:600;margin-bottom:.625rem}@media (max-width: 1199px){.project__next-subtitle{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}.project__next-title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.project__next-title{font-size:1.125rem;line-height:1.3333333333}}.project__next-button{padding-top:1.25rem;margin-top:auto;flex-shrink:0}@media (max-width: 1199px){.project__next-button{padding-top:.625rem}.project__next-button .btn{border:2px solid #373125;width:100%;padding:.625rem 1.25rem}}.help-method{display:block;padding-bottom:100%;position:relative}@media screen and (min-width: 1024px){.help-method:hover .help-method__inner{background-color:#fff;left:.3125rem;top:.3125rem;right:.3125rem;bottom:.3125rem}.help-method:hover .help-method__main{left:-.3125rem;top:-.3125rem;right:-.3125rem;bottom:-.3125rem}.help-method:hover .help-method__arrow path{stroke:#5a903c}.help-method:hover .help-method__icon img{transform:rotate(-20deg)}}@media (max-width: 1199px){.help-method{padding-bottom:62.1468926554%}}@media (max-width: 767px){.help-method{padding-bottom:63.768115942%}}.help-method__inner{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:.625rem;overflow:hidden;transition:background-color .3s,left .3s,right .3s,top .3s,bottom .3s;background:#CBEBD6}.help-method__main{padding:1.875rem;position:absolute;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:column;transition:left .3s,right .3s,top .3s,bottom .3s}@media (max-width: 1199px){.help-method__main{padding:1.875rem 1.25rem}}@media (max-width: 767px){.help-method__main{padding:1.875rem}}.help-method__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#373125}@media (max-width: 1199px){.help-method__title{max-width:13.4375rem}}@media (max-width: 1439px){.help-method__title{font-size:1.5rem;line-height:1.3333333333}}.help-method__description{margin-top:.875rem}.help-method__icon{position:absolute;right:0;bottom:0;width:11.625rem;height:11.625rem;padding:1.875rem;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='175' height='170' viewBox='0 0 175 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_27_17163)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4644 20.4644C-6.82145 47.7502 -6.82147 91.9893 20.4644 119.275L133.9 232.71L134.264 232.346L134.628 232.71L248.063 119.275C275.349 91.9893 275.349 47.7502 248.063 20.4644C220.777 -6.82146 176.538 -6.82146 149.252 20.4644L134.264 35.4528L119.275 20.4644C91.9893 -6.82146 47.7502 -6.82146 20.4644 20.4644Z' fill='%23CBEBD6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_27_17163'%3e%3crect width='175' height='170' rx='10' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat right bottom;background-size:contain}@media (max-width: 1439px){.help-method__icon{width:7.5rem;height:7.5rem;padding:.625rem}}.help-method__icon img{width:100%;height:100%;transition:transform .5s}.help-method__arrow,.help-method__button{margin-top:auto}.help-method--home .help-method__inner{background:#ffffff}@media (max-width: 1199px){.help-method--home .help-method__main{padding:1.875rem}}.help-method--home .help-method__icon{background:none}@media (min-width: 1440px){.help-method--home .help-method__icon{padding-top:2.5rem;padding-bottom:1.25rem}}.help-method--about{padding-bottom:62.037037037%}@media (max-width: 1199px){.help-method--about{padding-bottom:64.4230769231%}}@media (max-width: 767px){.help-method--about{padding-bottom:95.737704918%}}.help-method--about .help-method__inner{left:.3125rem;top:.3125rem;right:.3125rem;bottom:.3125rem;transition:left 1s,right 1s,top 1s,bottom 1s;background:#ffffff}.swiper-slide-active .help-method--about .help-method__inner{left:0rem;top:0rem;right:0rem;bottom:0rem}@media (max-width: 1199px){.help-method--about .help-method__inner{left:0rem;top:0rem;right:0rem;bottom:0rem}}.help-method--about .help-method__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333}.help-method--about .help-method__description{margin-top:.625rem}@media (max-width: 767px){.help-method--about .help-method__description{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}.help-method--about .help-method__main{left:-.3125rem;top:-.3125rem;right:-.3125rem;bottom:-.3125rem;transition:left 1s,right 1s,top 1s,bottom 1s}.swiper-slide-active .help-method--about .help-method__main{left:0rem;top:0rem;right:0rem;bottom:0rem}@media (max-width: 1199px){.help-method--about .help-method__main{left:0rem;top:0rem;right:0rem;bottom:0rem}}@media (max-width: 767px){.help-method--about .help-method__main{padding:1.875rem 1.25rem 1.25rem}}.help-method--about .help-method__icon{width:10.9375rem;height:10.9375rem;padding:1.25rem 1.875rem 1.875rem 1.25rem}@media (max-width: 1199px){.help-method--about .help-method__icon{right:-.625rem}}@media (max-width: 767px){.help-method--about .help-method__icon{width:6.25rem;height:6.25rem;padding:1rem 1rem 1.25rem .875rem;right:0}}.help-method--about .help-method__icon img{transition:transform 1s;transform:rotate(0)}.swiper-slide-active .help-method--about .help-method__icon img{transform:rotate(-15deg)}.accordeon{max-width:65.25rem}.accordeon__item{position:relative}.accordeon__item-top{position:relative;display:flex;cursor:pointer;padding:1.875rem 0 1.25rem;border-bottom:2px solid #EFECE6}.accordeon__item-top._active .accordeon__item-arrow{transform:rotate(180deg)}.accordeon__item-top._active+.accordeon__item-content{display:block}.accordeon__item-arrow{width:1.5rem;height:1.5rem;margin-top:.25rem;margin-left:1.25rem;transition:transform .3s;flex-shrink:0}.accordeon__item-arrow svg{width:100%;height:100%}.accordeon__item-title{font-size:1.5rem;font-weight:500;line-height:1.3333333333;flex-grow:1}.accordeon__item-content{display:none}.accordeon__item-text{padding:1.875rem 0}@media (max-width: 1199px){.accordeon__item-text{padding:1.25rem 0}}.accordeon__item-text .photo-gallery,.accordeon__item-text .small-gallery{margin:1.875rem 0}@media (max-width: 767px){.accordeon__item-text .photo-gallery,.accordeon__item-text .small-gallery{margin:1.25rem 0}}.accordeon__item-text .photo-gallery:last-child,.accordeon__item-text .small-gallery:last-child{margin-bottom:0}.accordeon__item-text .photo-gallery:first-child,.accordeon__item-text .small-gallery:first-child{margin-top:0}.filter{margin-bottom:1.875rem;position:relative;z-index:10}@media (max-width: 1199px){.filter{margin-bottom:1.25rem;margin-top:-.625rem}}@media (max-width: 767px){.filter{overflow:hidden;margin-top:0}}.filter__options{display:flex;flex-wrap:wrap;gap:.625rem;background:#F9F8F6}@media (max-width: 767px){.filter__options{padding-bottom:1.875rem}}@media (max-width: 767px){.filter__option{width:100%;text-align:left;justify-content:left}}@media screen and (min-width: 1024px){.filter__option:hover{color:#5a903c;border-color:#5a903c}}.filter__option--active{color:#5a903c;border-color:#5a903c}.filter__toggle{display:none;position:absolute;width:1.5rem;height:1.5rem;z-index:2;right:1.25rem;top:.75rem;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10L11.1162 13.6745C11.6023 14.1085 12.3977 14.1085 12.8838 13.6745L17 10' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center;background-size:contain;cursor:pointer}@media (max-width: 767px){.filter__toggle{display:none}}.filter--open{overflow:visible}.filter--open .filter__toggle{transform:rotate(180deg)}.field-select{position:relative;width:100%;margin:0;border:0;padding:0}.field-select__select-wrap{position:relative}.field-select__error-text{font-size:.75rem;font-weight:500;line-height:1.25;color:#cb5f47;margin-top:.3125rem;margin-left:1.25rem}@media (max-width: 1199px){.field-select__error-text{margin-left:.875rem}}.field-select--error .field-select__select,.field-select--error .field-select__error-text{color:#cb5f47}.field-select--error .choices__inner .choices__item--selectable{box-shadow:0 0 0 .125rem #cb5f47 inset}.field-select:not(.field-select--error) .field-select__error-text{display:none}.field-select .choices{position:relative;font-size:inherit;margin-bottom:0}@media (max-width: 767px){.field-select .choices{font-size:.875rem}}.field-select .choices:focus{outline:0}.field-select .choices[data-type*=select-one]:after,.field-select .choices:after{content:"";position:absolute;right:1.25rem;top:.9375rem;border:none;margin-top:initial;display:block;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10L11.1162 13.6745C11.6023 14.1085 12.3977 14.1085 12.8838 13.6745L17 10' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");transition:all .3s;background-repeat:no-repeat;background-size:contain}@media (max-width: 1199px){.field-select .choices[data-type*=select-one]:after,.field-select .choices:after{top:.75rem;right:1.125rem}}.field-select .choices.is-open:after{transform:translateY(0) rotateX(180deg)}.field-select .choices .is-hidden{display:none}.field-select .choices__placeholder{font-weight:500;color:#9e9b94}.field-select .choices__inner{margin:0;border:0;font-family:inherit;cursor:pointer;font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;font-weight:600;background:#ffffff;border-radius:.625rem}@media (max-width: 767px){.field-select .choices__inner{font-size:.875rem}}.field-select .choices__inner .choices__item--selectable{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.9375rem 2.8125rem .9375rem 1.25rem;border-radius:.625rem}@media (max-width: 1199px){.field-select .choices__inner .choices__item--selectable{padding:.75rem 2.8125rem .75rem .875rem}}.field-select .choices__list--single{display:block;padding:0}.field-select .choices__list--dropdown{display:none;position:absolute;z-index:1;top:100%;width:100%;margin:0;border:0;word-break:break-all;overflow:hidden;background:#F9F8F6;max-height:20.625rem;overflow-y:auto}.field-select .choices__list--dropdown .choices__item{margin-top:1px;padding:.9375rem 1.25rem;cursor:pointer;background:#ffffff;border-radius:.625rem;font-weight:600}@media (max-width: 1199px){.field-select .choices__list--dropdown .choices__item{padding:.75rem .875rem}}.field-select .choices__list--dropdown .choices__item.is-highlighted{background:#CBEBD6}.field-select .choices__list--dropdown .choices__item.is-selected{color:#5a903c}.field-select .choices__list--dropdown .choices__item--selectable.is-highlighted:after{content:none}.field-select .choices__list--dropdown .choices__placeholder{display:none}.field-select .choices.is-open .choices__list--dropdown{display:block}.field-radio{display:flex;gap:1.875rem}@media (max-width: 1199px){.field-radio{gap:1.25rem}}.field-radio__input-wrap--error .field-radio__name-text,.field-radio__input-wrap--error .field-radio__help-text{color:#cb5f47}.field-radio__input-wrap--error .field-radio__icon-border{stroke:#cb5f47}.field-radio__input-wrap--error .field-radio__icon-round{fill:#cb5f47}.field-radio__name{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125;display:inline-block;position:relative;padding-left:2.375rem;cursor:pointer}@media (max-width: 1199px){.field-radio__name{font-size:1.125rem;line-height:1.3333333333}}@media screen and (min-width: 1024px){.field-radio__name:hover .field-radio__icon-border{stroke:green}}@media (max-width: 1199px){.field-radio__name{padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;padding-left:1.75rem}}.field-radio__name-text{display:inline-block}.field-radio__icon{position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem}@media (max-width: 1199px){.field-radio__icon{top:.1875rem;left:.1875rem;width:1.125rem;height:1.125rem}}input:checked~.field-radio__icon .field-radio__icon-border{stroke:#5a903c}input:checked~.field-radio__icon .field-radio__icon-round{fill:#5a903c;opacity:1}.field-radio__icon svg{width:100%;height:100%}.field-radio__icon-border{stroke:#373125;transition:stroke .3s}.field-radio__icon-round{opacity:0;transition:opacity .3s}.field-radio__input{position:absolute;top:.8em;left:0;margin:0;padding:0;transform:translateY(-50%);opacity:0}.field-radio--small{gap:1.25rem}@media (max-width: 1439px){.field-radio--small{gap:.625rem}}@media (max-width: 767px){.field-radio--small{gap:1.25rem}}.field-radio--small .field-radio__name{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;padding-left:2.1875rem}@media (max-width: 1439px){.field-radio--small .field-radio__name{padding-left:1.75rem}}@media (max-width: 767px){.field-radio--small .field-radio__name{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}.field-radio--small .field-radio__icon{top:0}@media (max-width: 1439px){.field-radio--small .field-radio__icon{top:.1875rem;width:1.125rem;height:1.125rem}}@media (max-width: 1199px){.field-radio--small .field-radio__icon{top:.375rem}}@media (max-width: 767px){.field-radio--small .field-radio__icon{top:.1875rem}}.field-checkbox{display:block}.field-checkbox__input-wrap+.field-checkbox__input-wrap{margin-top:.625rem}.field-checkbox__name{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;display:inline-block;position:relative;padding-left:2.625rem;cursor:pointer}@media screen and (min-width: 1024px){.field-checkbox__name:hover .field-checkbox__name-text:before{border-color:#5a903c}}.field-checkbox__name-text{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#504e49;min-height:2rem;display:flex;align-items:center;gap:.25rem}@media (max-width: 767px){.field-checkbox__name-text{flex-direction:column;align-items:flex-start;justify-content:center;gap:0}}input:disabled~.field-checkbox__name-text{cursor:not-allowed}.field-checkbox__name-text a{color:#5a903c}.field-checkbox__name-text:before,.field-checkbox__name-text:after{content:"";position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem}.field-checkbox__name-text:before{border-radius:.1875rem;background:transparent;transition:background-color .3s,border-color .3s;border:.125rem solid #373125}input:checked~.field-checkbox__name-text:before{background-color:#5a903c;border-color:#5a903c}.field-checkbox__name-text:after{opacity:0;transition:opacity .3s;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 10.5L11.2334 14.5113C11.6058 14.7967 12.1266 14.7849 12.4856 14.4827L19 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;background-size:contain}input:checked~.field-checkbox__name-text:after{opacity:1}.field-checkbox__input{position:absolute;top:.7em;left:0;margin:0;padding:0;transform:translateY(-50%);opacity:0}.field-checkbox__input--error~.field-checkbox__error{display:block}.field-checkbox__input--error~.field-checkbox__name-text:before{border-color:#cb5f47}.field-checkbox__error{display:none;font-size:.75rem;font-weight:500;line-height:1.25;color:#cb5f47;margin-top:.3125rem}.vacancy-card{border:.125rem solid #EFECE6;background-color:#f9f8f6;border-radius:.625rem;display:flex;flex-direction:column;gap:.625rem;padding:1.75rem}@media (max-width: 1199px){.vacancy-card{padding:1.75rem 1.125rem;min-height:9.875rem}}.vacancy-card__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.vacancy-card__title{font-size:1.125rem;line-height:1.3333333333}}.vacancy-card__text{color:#9e9b94}@media (max-width: 1199px){.vacancy-card__text{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#9e9b94}}.form input{font-weight:600}.form input::placeholder{font-weight:500}.form input[type=number]::-webkit-inner-spin-button,.form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form__section+.form__section{margin-top:3.75rem}@media (max-width: 767px){.form__section+.form__section{margin-top:2.5rem}}.form__section-title{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125;margin-bottom:1.875rem}@media (max-width: 1199px){.form__section-title{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.form__section-title{margin-bottom:1.25rem}}.form__inner{max-width:43.125rem}@media (max-width: 1439px){.form__inner{max-width:43.125rem}}@media (max-width: 1199px){.form__inner{max-width:100%}}.form__fields{display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 1199px){.form__fields{gap:.625rem}}@media (max-width: 1199px){.form__button .btn{width:100%}}.field-amount__buttons{display:flex;flex-wrap:wrap;gap:.625rem}.field-amount__button{transition:color .3s;background:#ffffff;border-radius:.625rem;padding:.9375rem 1.25rem;cursor:pointer}@media (max-width: 1199px){.field-amount__button{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;padding:.9375rem .875rem;font-weight:600;line-height:1.125rem}}@media screen and (min-width: 1024px){.field-amount__button:hover{color:#5a903c}}.field-amount__field{margin-top:1.875rem}@media (max-width: 1199px){.field-amount__field{margin-top:.625rem}.field-amount__field .field-text__input{font-size:.875rem}}.field-amount__error{font-size:.75rem;font-weight:500;line-height:1.25;color:#cb5f47;margin-top:.3125rem;margin-left:1.25rem}@media (max-width: 1199px){.field-amount__error{margin-left:.875rem}}.field-amount--error .field-text__input{border-color:#cb5f47!important}.field-amount--error .field-amount__button{box-shadow:0 0 0 .125rem #cb5f47 inset}.field-amount:not(.field-amount--error) .field-amount__error{display:none}.video-banner{position:relative}.video-banner__video{position:relative;height:33.75rem;border-radius:.625rem;overflow:hidden}@media (max-width: 1439px){.video-banner__video{height:27.5rem}}@media (max-width: 767px){.video-banner__video{height:auto;padding-bottom:52.7536231884%}}.video-banner__video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-banner__texts{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:space-between;padding:0 1.875rem 1.875rem;color:#fff}@media (max-width: 767px){.video-banner__texts{padding:0 1.25rem .875rem}}.video-banner__title{font-size:4.75rem;line-height:1.1052631579;font-weight:600}@media (max-width: 1439px){.video-banner__title{font-size:3.5rem;font-weight:600;line-height:1.1785714286;color:inherit}}@media (max-width: 1439px) and (max-width: 1199px){.video-banner__title{font-size:2.25rem;line-height:1.2777777778}}@media (max-width: 767px){.video-banner__title{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:inherit}}.video-banner__hash{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:inherit;flex-shrink:0;margin-left:.9375rem}@media (max-width: 1199px){.video-banner__hash{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 767px){.video-banner__hash{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:inherit;padding-bottom:.125rem}}.person-banner{position:relative;background:linear-gradient(168deg,#558839 0%,#417326 100%);border-radius:.625rem;height:33.75rem;color:#fff;overflow:hidden}@media (max-width: 1439px){.person-banner{height:27.5rem}}.person-banner__slider{position:relative;top:0;left:0;width:100%;height:100%;z-index:3}.person-banner__wrapper{display:flex;flex-wrap:nowrap;height:100%}.person-banner__slide{width:100%;height:100%;position:relative;flex-shrink:0;z-index:3;opacity:1;transition:opacity .5s}.person-banner .swiper-slide:not(.swiper-slide-active){opacity:0!important}.person-banner__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:inherit;position:absolute;z-index:3;left:1.875rem;top:1.875rem;width:20.9375rem}@media (max-width: 1199px){.person-banner__title{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.person-banner__title{width:13.75rem}}@media (max-width: 767px){.person-banner__title{left:1.25rem}}.person-banner__person{position:absolute;z-index:3;left:1.875rem;bottom:1.875rem;width:100%;display:flex;flex-direction:column;gap:.625rem}@media (max-width: 767px){.person-banner__person{left:1.25rem;bottom:1.25rem;gap:.25rem}}.person-banner__person-position{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:inherit}@media (max-width: 767px){.person-banner__person-position{font-size:.75rem;font-weight:500;line-height:1.25;color:inherit}}.person-banner__person-name{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:inherit}@media (max-width: 1199px){.person-banner__person-name{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 767px){.person-banner__person-name{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:inherit;font-weight:600}}.person-banner__pattern{width:32.6875rem;height:33.75rem;position:absolute;right:0;top:0;z-index:1}@media (max-width: 1439px){.person-banner__pattern{width:26.6875rem;height:27.5rem}}@media (max-width: 1199px){.person-banner__pattern{bottom:-8.5625rem;top:auto;right:-19.375rem;width:38.5625rem;height:39.625rem}}@media (max-width: 767px){.person-banner__pattern{right:-9.4375rem}.person-banner__pattern .pattern-bird-white{display:none}}.person-banner__pattern svg{width:100%;height:100%}.person-banner__photo{position:absolute;z-index:2;bottom:0;left:50%;transform:translate(-50%);width:30.75rem;height:33.75rem}@media (max-width: 1439px){.person-banner__photo{height:27.5rem;width:25rem}}@media (max-width: 767px){.person-banner__photo{width:16.75rem;height:18.375rem}}.person-banner__photo img{width:100%;height:100%;object-fit:contain;object-position:bottom}.person-banner__button{position:absolute;z-index:4;right:1.875rem;top:1.875rem}@media (max-width: 767px){.person-banner__button{right:1.25rem;bottom:1.25rem;top:auto}}.help-money-banner{background:#CBEBD6;padding:1.875rem;border-radius:.625rem}@media (max-width: 767px){.help-money-banner{padding:1.875rem 1.25rem 1.25rem}}.help-money-banner__top{display:flex;align-items:center;gap:1.25rem}@media (max-width: 767px){.help-money-banner__top{flex-direction:column;align-items:flex-start}}.help-money-banner__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#373125}@media (max-width: 1439px){.help-money-banner__title{font-size:1.5rem;line-height:1.3333333333}}@media (max-width: 767px){.help-money-banner__title{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;font-weight:600}}.help-money-banner__radio{padding-top:.5rem}@media (max-width: 1439px){.help-money-banner__radio{padding-top:0}}.help-money-banner__options{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.875rem}@media (max-width: 1439px){.help-money-banner__options{margin-top:1.25rem}}.help-money-banner__option{background:#ffffff;border-radius:.625rem;padding:.9375rem 1.25rem;cursor:pointer;font-weight:600}@media (max-width: 1439px){.help-money-banner__option{padding:.9375rem .875rem;line-height:1.125rem}}@media (max-width: 767px){.help-money-banner__option{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;line-height:1.125rem;font-weight:600}}.help-money-banner__option--active{color:#5a903c}.help-money-banner__button{margin-top:1.25rem}@media (max-width: 767px){.help-money-banner__button .btn{width:100%}}.help-money-banner__payment-systems{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-top:2.125rem}@media (max-width: 1439px){.help-money-banner__payment-systems{margin-top:1.4375rem}}@media (max-width: 767px){.help-money-banner__payment-systems{margin-top:1.25rem}}.help-money-banner__payment-systems-all{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600;margin-left:.625rem}@media (max-width: 1439px){.help-money-banner__payment-systems-all{margin-left:0}}@media (max-width: 1439px){.help-money-banner__payment-system img{height:1.5rem;width:auto}}.payments-card{overflow:hidden;position:relative;min-height:17.1875rem}@media (max-width: 767px){.payments-card{min-height:13.75rem}}@media screen and (min-width: 1024px){.payments-card:hover:before{top:.3125rem;left:.3125rem;right:.3125rem;bottom:.3125rem}.payments-card:hover .payments-card__arrow path{stroke:#5a903c}}.payments-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff;border-radius:.625rem;transition:left .3s,right .3s,top .3s,bottom .3s;z-index:1}.payments-card__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#373125;margin-bottom:.875rem}@media (max-width: 1439px){.payments-card__title{font-size:1.5rem;line-height:1.3333333333}}@media (max-width: 767px){.payments-card__title{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125;font-weight:600}}.payments-card__inner{padding:1.875rem;position:relative;z-index:3;height:100%}@media (max-width: 767px){.payments-card__inner{padding:1.875rem 1.25rem}}.payments-card__slider .slider{height:8.875rem;overflow:hidden}@media (max-width: 1439px){.payments-card__slider .slider{height:5.75rem}}@media (max-width: 767px){.payments-card__slider .slider{height:4.625rem}}.payments-card__payment{display:flex;justify-content:space-between;gap:.25rem}@media (max-width: 767px){.payments-card__payment{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125}}.payments-card__payment-sum{flex-shrink:0;white-space:nowrap;color:#5a903c;opacity:0;transition:opacity .3s;font-weight:600}.payments-card__payment-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transform:scale(.7);transform-origin:bottom right}.payments-card__arrow{position:absolute;bottom:1.875rem;left:1.875rem}@media (max-width: 767px){.payments-card__arrow{bottom:1.25rem;left:1.25rem}}.payments-card .swiper-slide-visible .payments-card__payment-text{transform:scale(1);transition:transform .3s}.payments-card .swiper-slide-visible .payments-card__payment-sum{opacity:1}.title-with-numbers{font-size:4.75rem;font-weight:500;line-height:1.1052631579;color:#373125;font-weight:600}@media (max-width: 1199px){.title-with-numbers{font-size:3.5rem;line-height:1.1785714286}}@media (max-width: 767px){.title-with-numbers{font-size:2.25rem;line-height:1.2777777778}}.title-with-numbers--short{max-width:72.625rem}.about{border-radius:.625rem;overflow:hidden;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;background:#ffffff}@media (max-width: 1199px){.about{display:block}}.about__texts{padding:1.875rem;display:flex;align-items:center}@media (max-width: 1199px){.about__texts{padding:2.5rem 1.875rem}}@media (max-width: 767px){.about__texts{padding:1.875rem 1.25rem}}.about__texts-inner{padding-bottom:1.25rem}@media (max-width: 1439px){.about__texts-inner{padding-bottom:0}}.about__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;margin-bottom:1.25rem}@media (max-width: 767px){.about__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:.625rem}}.about__description{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125;display:flex;gap:1.25rem;flex-direction:column}@media (max-width: 1199px){.about__description{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1439px){.about__description{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125}}@media (max-width: 1199px){.about__description{gap:.625rem}}.about__help{background:#EFECE6}@media (max-width: 767px){.about__help{background:#F9F8F6}}.about__help-slider{max-width:33.75rem;margin:0 auto}@media (max-width: 1199px){.about__help-slider{max-width:100%}}.collage{margin-top:8.75rem;padding-left:22.1875rem}@media (max-width: 1439px){.collage{margin-top:6.875rem;padding-left:21.375rem}}@media (max-width: 1199px){.collage{padding-left:0;margin-bottom:5rem}}@media (max-width: 767px){.collage{margin-top:2.5rem}}.collage__inner{position:relative;width:20.9375rem}@media (max-width: 1199px){.collage__inner{padding-top:1.1875rem}}@media (max-width: 767px){.collage__inner{padding-top:0;width:100%}}.collage__text-block{font-size:2.25rem;font-weight:600;line-height:1.2777777778;position:absolute;z-index:2;left:22.1875rem;top:8.4375rem;width:20.9375rem;background:#EFECE6;border-radius:.625rem;padding:1.875rem 1.25rem 1.875rem 1.875rem}@media (max-width: 767px){.collage__text-block{position:static;width:100%;margin-top:1.25rem;padding-bottom:2.5rem}}.collage__photo{margin-top:1.25rem;padding-bottom:100%;position:relative;border-radius:.625rem;overflow:hidden}.collage__photo img{width:100%;height:100%;position:absolute;left:0;top:0}.collage__icon{width:12.1875rem;height:12.1875rem;border-radius:.625rem;padding:2.1875rem;position:absolute;z-index:2}@media (max-width: 767px){.collage__icon{display:none}}.collage__icon img{width:100%;height:100%}.collage__icon--1{background:#CBEBD6;left:22.1875rem;top:-5rem}.collage__icon--2{background:#EFECE6;left:-13.4375rem;top:22.5rem}@media (max-width: 1199px){.collage__icon--2{left:22.1875rem;top:30.625rem}}.friend-card{position:relative;padding:1.875rem;display:block}@media screen and (min-width: 1024px){.friend-card:hover:before{top:.3125rem;left:.3125rem;right:.3125rem;bottom:.3125rem}.friend-card:hover .friend-card__arrow path{stroke:#5a903c}.friend-card:hover .friend-card__arrow rect{fill:#fff}}.friend-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#5A903C;border-radius:.625rem;transition:left .3s,right .3s,top .3s,bottom .3s}.friend-card__inner{position:relative;z-index:2;color:#fff}.friend-card__top{display:flex;gap:.625rem;margin-bottom:1.25rem}.friend-card__count{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:inherit}.friend-card__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778}.friend-card__description{margin-top:.875rem}@media (max-width: 767px){.friend-card__description{margin-top:.625rem}}.friend-card__photos{display:flex}.friend-card__photos-slider{position:relative;width:3.375rem;height:3.375rem;border-radius:.625rem;overflow:hidden}.friend-card__photos-slider+.friend-card__photos-slider{margin-left:-.875rem}.friend-card__photos-slider:nth-child(1){z-index:3}.friend-card__photos-slider:nth-child(2){z-index:2}.friend-card__photos-slider:nth-child(3){z-index:1}.friend-card__photos-slider:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border:.125rem solid #ffffff;z-index:3;border-radius:.625rem}.friend-card__photo{width:3.375rem;height:3.375rem}.friend-card__photo img{width:100%;height:100%}.friend-card__arrow{width:2rem;height:2rem;margin-top:.9375rem}@media (max-width: 767px){.friend-card__arrow{margin-top:1.875rem}}.friend-card__arrow svg{width:100%;height:100%}.friend-card__arrow path{transition:stroke .3s}.friend-card__arrow rect{transition:fill .3s}.curators__inner{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (max-width: 1199px){.curators__inner{grid-template-columns:repeat(1,1fr)}}.curators__description{font-size:1.5rem;font-weight:500;line-height:1.3333333333;color:#373125;margin-bottom:1.875rem}@media (max-width: 1199px){.curators__description{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1439px){.curators__description{font-size:1.125rem;font-weight:500;line-height:1.3333333333;color:#373125}}.curators__main{padding:1.875rem .625rem}@media (max-width: 1439px){.curators__main{padding:0}}@media (max-width: 1199px){.curators__main{max-width:35.625rem}}.curators__select{max-width:20.9375rem;position:relative;z-index:5}@media (max-width: 767px){.curators__select{max-width:100%}}.curators__list{margin-top:1.875rem}.curators__list .person-card{position:relative}.curators__list .person-card:not(.person-card--active){position:absolute;opacity:0}.curators__list .person-card:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:#F9F8F6;z-index:3;transition:width 1s}@media (max-width: 1199px){.curators__list .person-card:before{display:none}}.curators__list .person-card.person-card--active:before{width:0}@media (max-width: 1199px){.curators__map{display:none}}.curators__map .region-curator-active{fill:#5a903c;transition:fill .9s .1s}.curators__map .hover--active{fill:#5a903c;transition:fill .3s .1s}.curators__map svg{max-width:100%;height:auto;margin-top:1.875rem}@media (max-width: 1439px){.curators__map svg{margin:0 auto;max-width:91%}}.curators__map svg path{cursor:pointer}.payment-methods{position:relative;z-index:3;max-height:3.375rem;overflow:hidden}@media (max-width: 1199px){.payment-methods{max-height:3rem}}.payment-methods__options{background:#F9F8F6;display:flex;flex-direction:column}.payment-methods__option{display:flex;border-radius:.625rem;background:#ffffff;padding:.6875rem 2.8125rem .6875rem 1.25rem;align-items:center;height:3.375rem;cursor:pointer}@media (max-width: 1199px){.payment-methods__option{padding:.9375rem 2.5rem .9375rem .875rem;height:3rem}}.payment-methods__option+.payment-methods__option{margin-top:1px}.payment-methods__option-title{font-weight:600;min-width:12.625rem;padding-right:1rem;flex-shrink:0}@media (max-width: 1199px){.payment-methods__option-title{font-size:.875rem;font-weight:500;line-height:1.1428571429;color:#373125;font-weight:600;min-width:0;padding-right:.625rem}}.payment-methods__option-image img{height:2rem;width:auto}@media (max-width: 1199px){.payment-methods__option-image img{height:1.5rem}}.payment-methods__option--active{order:-1}.payment-methods__toggle{position:absolute;width:1.5rem;height:1.5rem;z-index:2;right:1.25rem;top:.9375rem;cursor:pointer;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 10L11.1162 13.6745C11.6023 14.1085 12.3977 14.1085 12.8838 13.6745L17 10' stroke='%23373125' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") no-repeat center;background-size:contain}@media (max-width: 1199px){.payment-methods__toggle{top:.75rem;right:.875rem}}.payment-methods--open{overflow:visible}.payment-methods--open .payment-methods__toggle{transform:rotate(180deg)}.search{max-width:65.25rem;padding-top:1.5rem}@media (max-width: 1439px){.search{max-width:54.0625rem}}@media (max-width: 1199px){.search{padding-top:1.875rem}}@media (max-width: 767px){.search{padding-top:1.25rem}}.search__field{margin-bottom:3.75rem}@media (max-width: 767px){.search__field{margin-bottom:1.25rem}}.search__title{font-size:1.5rem;font-weight:700;margin-bottom:1.875rem}.search__list{display:flex;flex-direction:column;gap:1.875rem}.search-card{display:flex;flex-direction:column;gap:.5rem}.search-card__category{font-size:.875rem;font-weight:600}.search-card__title{font-size:1.125rem;font-weight:600}.search-card__text{font-size:1.125rem;font-weight:500;-webkit-line-clamp:3;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.c-sticker{height:3.375rem;max-width:3.75rem;overflow:hidden;font-size:1rem;transition:max-width .7s,font-size .7s;border-radius:.375rem}@media (max-width: 767px){.c-sticker{height:3rem;max-width:11.875rem;font-size:1.125rem}}.c-sticker span{cursor:default}@media not all and (hover: none){.c-sticker:hover{max-width:14.375rem;font-size:1.125rem}@media (max-width: 767px){.c-sticker:hover{width:auto}}.c-sticker:hover .c-sticker__icons{margin-right:-.625rem}.c-sticker:hover .c-sticker__icons svg:first-child{transform:scale(1.8)}.c-sticker:hover .c-sticker__icons svg:last-child{transform:scale(.7);opacity:0}}.c-sticker__back-color{position:absolute;top:0;left:0;height:100%;width:70%;background-color:#5a903c}.c-sticker__container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;z-index:2}.c-sticker__content{position:relative;z-index:2;left:auto;display:flex;width:fit-content;align-items:center;justify-content:flex-end;padding:0 1.0625rem;gap:1.125rem;color:#fff;font-weight:600}@media (max-width: 767px){.c-sticker__content{padding:0;justify-content:flex-start;right:unset;left:.625rem}}.c-sticker__content>*{flex-shrink:0}.c-sticker__icons{position:relative;display:flex;margin-left:.75rem;transition:margin-right .7s}@media (max-width: 767px){.c-sticker__icons{margin-left:.625rem;margin-right:1.5625rem}.c-sticker__icons svg:first-child{transform:scale(1.8)}.c-sticker__icons svg:last-child{transform:scale(.7);opacity:0!important}}.c-sticker__icons svg:first-child{position:absolute;left:-.75rem;transition:transform .7s;width:.75rem;height:1.25rem}.c-sticker__icons svg:last-child{opacity:1;transition:opacity .7s,transform .7s;width:1.0875rem;height:1.125rem}.c-sticker__back{position:absolute;top:0;right:0}@media (max-width: 767px){.c-sticker__back{height:3rem;width:10.625rem}.c-sticker__back svg{width:100%;height:100%}}.card-in-cart{display:flex;gap:1.25rem;max-width:65.25rem}@media (max-width: 767px){.card-in-cart{flex-direction:column}}.card-in-cart__image{width:9.875rem;height:9.875rem;flex-shrink:0;border-radius:.625rem;overflow:hidden}@media (max-width: 767px){.card-in-cart__image{width:100%;height:9.875rem}}.card-in-cart__image img{width:100%;height:100%;object-fit:cover}.card-in-cart__title{font-size:2.25rem;font-weight:600}@media (max-width: 1199px){.card-in-cart__title{font-size:1.5rem}}.not-found{padding:6.25rem}@media (max-width: 1439px){.not-found{padding-top:8.5rem}}@media (max-width: 1199px){.not-found{padding-top:10.75rem}}@media (max-width: 767px){.not-found{padding:5.75rem 0 5rem}}.not-found__inner{display:flex;align-items:flex-end;justify-content:space-between}@media (max-width: 1199px){.not-found__inner{flex-direction:column;gap:2.375rem;align-items:center;text-align:center}}@media (max-width: 767px){.not-found__inner{gap:2rem}}.not-found__info{width:27rem}@media (max-width: 767px){.not-found__info{width:100%}}.not-found__title{font-size:2.25rem;font-weight:600;line-height:1.2777777778;color:#373125}@media (max-width: 1439px){.not-found__title{font-size:1.5rem;line-height:1.3333333333}}.not-found__description{margin-top:1rem}@media (max-width: 1439px){.not-found__description{margin-top:.75rem}}.not-found__buttons{margin-top:2rem;display:flex;gap:1.25rem}@media (max-width: 1199px){.not-found__buttons{justify-content:center}.not-found__buttons .btn{min-width:11.5rem}}@media (max-width: 767px){.not-found__buttons{flex-direction:column;gap:.625rem}.not-found__buttons .btn{width:100%}}.not-found__image{width:39.5625rem}@media (max-width: 1439px){.not-found__image{width:28.0625rem}}@media (max-width: 767px){.not-found__image{width:100%;padding-left:.9375rem;padding-right:.9375rem}}.not-found__image img{width:100%;height:auto;display:block}.food-cart{background:#ffffff;border-radius:.625rem;padding:2.5rem}@media (max-width: 1439px){.food-cart{padding:1.875rem}}@media (max-width: 1199px){.food-cart{padding:1.25rem}}@media (max-width: 767px){.food-cart{background:transparent;border-radius:0;padding:0}}.food-cart__inner{display:flex;position:relative}@media (max-width: 767px){.food-cart__inner{flex-direction:column}}.food-cart__main{width:100%;margin-right:2.5rem;padding-right:2.5rem;border-right:1px solid #EFECE6}@media (max-width: 1439px){.food-cart__main{margin-right:1.875rem;padding-right:1.875rem}}@media (max-width: 1199px){.food-cart__main{margin-right:1.25rem;padding-right:1.25rem}}@media (max-width: 767px){.food-cart__main{margin-right:0;padding-right:0;border-right:0}}@media (max-width: 767px){.food-cart__texts{background:#ffffff;border-radius:.625rem;padding:1.25rem}}.food-cart__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125;margin-bottom:1rem}@media (max-width: 1199px){.food-cart__title{font-size:1.125rem;line-height:1.3333333333}}@media (max-width: 1199px){.food-cart__title{margin-bottom:.75rem}}.food-cart__descriotion p:not(:last-child){margin-bottom:1.25rem}@media (max-width: 1199px){.food-cart__descriotion p:not(:last-child){margin-bottom:.75rem}}.food-cart__form{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #EFECE6}@media (max-width: 1439px){.food-cart__form{margin-top:1.875rem;padding-top:1.875rem}}@media (max-width: 1199px){.food-cart__form{margin-top:1.25rem;padding-top:1.25rem}}@media (max-width: 767px){.food-cart__form{border-top:0;padding-top:0;margin-top:.625rem}}.food-cart__products{width:26.75rem;flex-shrink:0;position:relative}@media (max-width: 1439px){.food-cart__products{width:21.75rem}}@media (max-width: 1199px){.food-cart__products{width:18.5rem}}@media (max-width: 767px){.food-cart__products{width:100%;margin-top:.625rem}}.food-cart__products-inner{position:absolute;top:0;left:0;width:100%;bottom:-2.5rem;display:flex;flex-direction:column}@media (max-width: 1439px){.food-cart__products-inner{bottom:-1.875rem}}@media (max-width: 1199px){.food-cart__products-inner{bottom:-1.25rem}}@media (max-width: 767px){.food-cart__products-inner{position:relative;padding:1.25rem;border-radius:.625rem;background:#ffffff}}.food-cart__products-title{margin-bottom:2rem;font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.food-cart__products-title{margin-bottom:1rem}}@media (max-width: 767px){.food-cart__products-title{margin-bottom:.75rem}}@media (max-width: 1199px){.food-cart__products-title{font-size:1.125rem;line-height:1.3333333333}}.food-cart__products-list{display:flex;flex-direction:column;overflow-y:auto;position:relative;margin-right:-2rem;padding-right:2rem;padding-bottom:.625rem}@media (max-width: 1439px){.food-cart__products-list{margin-right:-1.375rem;padding-right:1.375rem}}@media (max-width: 1199px){.food-cart__products-list{margin-right:-.6875rem;padding-right:.6875rem;padding-bottom:0}}.food-cart__products-list .scrollbar-track-y{opacity:1;background:transparent;width:.25rem}.food-cart__products-list .scrollbar-thumb{background:#EFECE6;border-radius:.375rem}.food-cart__product{border:1px solid #EFECE6;background:#F9F8F6;border-radius:.5rem;display:flex;padding:1.1875rem 1.9375rem;gap:1.75rem;align-items:center}@media (max-width: 1199px){.food-cart__product{padding:1.1875rem;gap:.75rem}}@media (max-width: 767px){.food-cart__product:nth-child(n+7){display:none}.toggle-block--open .food-cart__product:nth-child(n+7){display:flex}}.food-cart__product+.food-cart__product{margin-top:.75rem}.food-cart__product-icon{flex-shrink:0;width:4rem;height:4rem;border-radius:50%;overflow:hidden;background:#CBEBD6}@media (max-width: 1199px){.food-cart__product-icon{width:3.25rem;height:3.25rem}}.food-cart__product-icon img{width:100%;height:100%;display:flex;object-fit:cover}.food-cart__product-name{font-weight:600}.food-cart__product-text{color:#9e9b94;margin-top:.25rem}.food-cart .toggle-button{display:none}@media (max-width: 767px){.food-cart .toggle-button{display:block;margin-top:.625rem}}.food-cart-form{background:#CBEBD6;padding:1.875rem;border-radius:.625rem;position:relative;overflow:hidden}@media (max-width: 1199px){.food-cart-form{padding:1.5rem 1.25rem}}@media (max-width: 767px){.food-cart-form{padding:1.25rem}}.food-cart-form__top{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;position:relative;z-index:3}@media (max-width: 1199px){.food-cart-form__top{flex-direction:column;align-items:flex-start}}.food-cart-form__sum{cursor:default;flex-shrink:0}@media (max-width: 767px){.food-cart-form__sum{font-size:.875rem}}@media (max-width: 1199px){.food-cart-form__btn{width:100%}}.food-cart-form__title{font-size:1.5rem;font-weight:600;line-height:1.3333333333;color:#373125}@media (max-width: 1199px){.food-cart-form__title{font-size:1.125rem;line-height:1.3333333333}}@media ((min-width: 1200px) and (max-width: 1439px)){.food-cart-form__radio .field-radio__name{padding-left:2.3125rem}}@media (max-width: 1199px){.food-cart-form__radio .field-radio__name{font-size:.875rem}}@media ((min-width: 1200px) and (max-width: 1439px)){.food-cart-form__radio .field-radio__icon{top:0rem;width:1.5rem;height:1.5rem}}@media (max-width: 1199px){.food-cart-form__radio .field-radio__icon{top:.1875rem}}.food-cart-form__buttons{display:flex;gap:.625rem;margin-top:3.25rem}@media (max-width: 1199px){.food-cart-form__buttons{margin-top:1.25rem}}.food-cart-form__pattern{width:14.3125rem;height:10.5rem;position:absolute;right:0;bottom:0}@media (max-width: 1439px){.food-cart-form__pattern{right:-.625rem}}@media (max-width: 1199px){.food-cart-form__pattern{display:none}}.food-cart-form__pattern img{display:block;width:100%;height:auto}
