@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap);:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.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(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*0.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:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(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:translateX(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translateX(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 0.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:0.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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,0.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 :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:transparent;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:50%;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.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-closing .fancybox__caption,.is-loading .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,.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,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,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,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.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,0.5));--f-button-svg-disabled-opacity:0.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,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-0.5));z-index:30;cursor:pointer}.fancybox-protected{right:0;bottom:0}.fancybox-ghost,.fancybox-protected{position:absolute;top:0;left:0;z-index:40;user-select:none}.fancybox-ghost{width:100%;height:100%;min-height:0;object-fit:contain;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] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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:transparent}.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:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--f-thumb-clip-width, 0)*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:transparent;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.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:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,0.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,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.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,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.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:f-fadeOut .15s ease-out both}.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;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}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child,[data-fancybox-toggle-fullscreen] svg g:last-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;user-select:none;pointer-events:none}html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.fancybox__container.is-closing .fancybox__content{opacity:0}@font-face{font-family:FormaDJRCyrillicBanner;font-style:normal;font-weight:500;src:local("FormaDJRCyrillicBanner"),url(/fonts/FormaDJRCyrillicBanner-Medium.woff2) format("woff2")}:root{--manrope:"Manrope",sans-serif;--forma:"FormaDJRCyrillicBanner",sans-serif;--dark-indigo:#1a1f2e;--dark-indigo70:rgba(26,31,46,0.7);--indigo:#262e43;--black:#0a090b;--light-blue:#67a0b8;--light-blue30:rgba(103,160,184,0.3);--orange:#e2b71b;--main:#393939;--white:#fff;--white30:hsla(0,0%,100%,0.3);--white-main:#f5f9f2;--white-blue:#f4f8f9;--white-blue30:rgba(244,248,249,0.3);--gray-dark:#9f9f9f;--gray:#c7c7c7;--gray70:hsla(0,0%,78%,0.7);--bg-overlay:var(--dark-indigo70);--bg-main:var(--white-main);--bg-blue:var(--white-blue);--document-bg:var(--white-blue);--footer-bg:var(--dark-indigo);--red:red}html{font-family:var(--manrope);color:var(--main);min-height:100%;height:100%;-webkit-text-size-adjust:100%}body,html{position:relative;width:100%}body{height:100%;background-color:var(--document-bg)}@media only screen and (min-width:1051px){body{overscroll-behavior-y:none}}body.is-locked{overflow:hidden}body.is-loaded #loader{background-color:transparent;pointer-events:none}#app{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;max-width:100%;overflow:hidden}*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}*,* :after,* :before{box-sizing:border-box}a,button,input,select,textarea{-webkit-appearance:none;border-radius:0}button{background:none;border:none;box-shadow:none;padding:0;outline:none;color:inherit}a,button{cursor:pointer}a{text-decoration:none;color:var(--main)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}.h2,.subheading,b,h2{font-weight:500}b,strong{margin:0}strong{font-weight:700}picture{display:block;margin:0}picture.fullImg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:640px){.mobile-hide{display:none!important}}.grecaptcha-badge{z-index:-1!important;opacity:0!important}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:1.25vw 1.5625vw;overflow:hidden;transition:border-color .3s ease;will-change:border-color}@media only screen and (max-width:1050px) and (min-width:861px){.btn{padding:2vw 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn{padding:2.7907vw 3.48837vw}}@media only screen and (max-width:640px){.btn{padding:6.15385vw 7.69231vw}}.btn--medium{padding-top:1.04167vw;padding-bottom:1.04167vw}@media only screen and (max-width:1050px) and (min-width:861px){.btn--medium{padding-top:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--medium{padding-top:2.32558vw}}@media only screen and (max-width:640px){.btn--medium{padding-top:5.12821vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--medium{padding-bottom:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--medium{padding-bottom:2.32558vw}}@media only screen and (max-width:640px){.btn--medium{padding-bottom:5.12821vw}}.btn--small{padding:.41667vw .78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.btn--small{padding:.7619vw 1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--small{padding:.93023vw 1.74419vw}}@media only screen and (max-width:640px){.btn--small{padding:2.05128vw 3.84615vw}}.btn.is-disabled,.btn:disabled,.btn[disabled]{cursor:not-allowed;border-color:rgba(7,13,11,.24)!important}.btn.is-disabled:before,.btn:disabled:before,.btn[disabled]:before{background:var(--gray70)!important}.btn.is-disabled .btn__name,.btn:disabled .btn__name,.btn[disabled] .btn__name{color:var(--white)}.btn.is-disabled .btn__icon,.btn:disabled .btn__icon,.btn[disabled] .btn__icon{fill:var(--white)}.btn.is-loading{pointer-events:none}.btn.is-loading:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;width:1.25vw;height:1.25vw;content:"";background:url(/images/loader.svg) 50% 50% no-repeat;background-size:contain;animation:rotating 2.4s linear infinite}@media only screen and (max-width:1050px) and (min-width:861px){.btn.is-loading:after{width:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn.is-loading:after{width:2.7907vw}}@media only screen and (max-width:640px){.btn.is-loading:after{width:6.15385vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn.is-loading:after{height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn.is-loading:after{height:2.7907vw}}@media only screen and (max-width:640px){.btn.is-loading:after{height:6.15385vw}}.btn.is-loading .btn__icon,.btn.is-loading .btn__name{opacity:0}.btn:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:var(--orange);transition:opacity .3s ease,background-color .3s ease;will-change:opacity,background-color}.btn:active:not(:disabled):before,body:not(.is-touch-device) .btn:hover:not(:disabled):before{opacity:.8}.btn__icon{pointer-events:none;margin-left:.52083vw;fill:var(--black)}@media only screen and (max-width:1050px) and (min-width:861px){.btn__icon{margin-left:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__icon{margin-left:1.16279vw}}@media only screen and (max-width:640px){.btn__icon{margin-left:2.5641vw}}.btn__name{position:relative;z-index:1;font-weight:700;color:var(--black);pointer-events:none;text-transform:uppercase;transition:color .3s ease}.btn--full{width:100%}.btn.btn--secondary{border:1px solid var(--light-blue30)}.btn.btn--secondary:before{background-color:transparent}.btn.btn--secondary .btn__name{color:var(--white-blue)}.btn.btn--secondary .btn__icon{fill:var(--white)}.btn.btn--secondary:active:not(:disabled):before,body:not(.is-touch-device) .btn.btn--secondary:hover:not(:disabled):before{background-color:var(--light-blue)}.btn.btn--secondary._color-blue{border-color:var(--light-blue)}.btn.btn--secondary._color-blue .btn__name{color:var(--light-blue)}.btn.btn--secondary._color-blue .btn__icon{fill:var(--light-blue)}body:not(.is-touch-device) .btn.btn--secondary._color-blue:hover:not(:disabled):before{background-color:var(--light-blue)}body:not(.is-touch-device) .btn.btn--secondary._color-blue:hover:not(:disabled) .btn__name{color:var(--white)}body:not(.is-touch-device) .btn.btn--secondary._color-blue:hover:not(:disabled) .btn__icon{fill:var(--white)}.btn.btn--secondary._color-blue:active:not(:disabled):before{background-color:var(--light-blue)}.btn.btn--secondary._color-blue:active:not(:disabled) .btn__name{color:var(--white)}.btn.btn--secondary._color-blue:active:not(:disabled) .btn__icon{fill:var(--white)}.btn--center{margin-right:auto;margin-left:auto}.btn-to-top{position:fixed;z-index:3;right:1.04167vw;bottom:.26042vw;width:2.39583vw;height:2.39583vw;transition:right .3s ease 0s,opacity .3s ease 0s;background-color:var(--gray)}@media only screen and (max-width:1050px) and (min-width:861px){.btn-to-top{right:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn-to-top{right:2.32558vw}}@media only screen and (max-width:640px){.btn-to-top{right:1.53846vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn-to-top{bottom:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn-to-top{bottom:.5814vw}}@media only screen and (max-width:640px){.btn-to-top{bottom:1.28205vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn-to-top{width:4.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn-to-top{width:5.34884vw}}@media only screen and (max-width:640px){.btn-to-top{width:9.23077vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn-to-top{height:4.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn-to-top{height:5.34884vw}}@media only screen and (max-width:640px){.btn-to-top{height:9.23077vw}}#app:not(.not-in-top) .btn-to-top{pointer-events:none;opacity:0;right:0}@media only screen and (max-width:860px){#app:not(.not-in-top) .btn-to-top{transition:right .3s ease .25s,opacity .3s ease .25s;right:0}}.at-container,.container-padding-right{padding-right:7.8125vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-container,.container-padding-right{padding-right:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-container,.container-padding-right{padding-right:2.7907vw}}@media only screen and (max-width:640px){.at-container,.container-padding-right{padding-right:3.07692vw}}.at-container,.container-padding-left{padding-left:7.8125vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-container,.container-padding-left{padding-left:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-container,.container-padding-left{padding-left:2.7907vw}}@media only screen and (max-width:640px){.at-container,.container-padding-left{padding-left:3.07692vw}}.mt100{margin-top:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt100{margin-top:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt100{margin-top:11.62791vw}}@media only screen and (max-width:640px){.mt100{margin-top:25.64103vw}}.mt60{margin-top:3.125vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt60{margin-top:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt60{margin-top:6.97674vw}}@media only screen and (max-width:640px){.mt60{margin-top:15.38462vw}}.mt50{margin-top:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt50{margin-top:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt50{margin-top:5.81395vw}}@media only screen and (max-width:640px){.mt50{margin-top:12.82051vw}}.mt40{margin-top:2.08333vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt40{margin-top:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt40{margin-top:4.65116vw}}@media only screen and (max-width:640px){.mt40{margin-top:10.25641vw}}.mt25{margin-top:1.30208vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt25{margin-top:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt25{margin-top:2.90698vw}}@media only screen and (max-width:640px){.mt25{margin-top:6.41026vw}}.mt20{margin-top:1.04167vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt20{margin-top:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt20{margin-top:2.32558vw}}@media only screen and (max-width:640px){.mt20{margin-top:5.12821vw}}.mt15{margin-top:.78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt15{margin-top:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt15{margin-top:1.74419vw}}@media only screen and (max-width:640px){.mt15{margin-top:3.84615vw}}.mt12{margin-top:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.mt12{margin-top:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt12{margin-top:1.39535vw}}@media only screen and (max-width:640px){.mt12{margin-top:3.07692vw}}.mb100{margin-bottom:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb100{margin-bottom:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb100{margin-bottom:11.62791vw}}@media only screen and (max-width:640px){.mb100{margin-bottom:25.64103vw}}.mb60{margin-bottom:3.125vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb60{margin-bottom:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb60{margin-bottom:6.97674vw}}@media only screen and (max-width:640px){.mb60{margin-bottom:15.38462vw}}.mb50{margin-bottom:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb50{margin-bottom:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb50{margin-bottom:5.81395vw}}@media only screen and (max-width:640px){.mb50{margin-bottom:12.82051vw}}.mb40{margin-bottom:2.08333vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb40{margin-bottom:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb40{margin-bottom:4.65116vw}}@media only screen and (max-width:640px){.mb40{margin-bottom:10.25641vw}}.at-popup__icon,.at-popup__title,.mb25{margin-bottom:1.30208vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__icon,.at-popup__title,.mb25{margin-bottom:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__icon,.at-popup__title,.mb25{margin-bottom:2.90698vw}}@media only screen and (max-width:640px){.at-popup__icon,.at-popup__title,.mb25{margin-bottom:6.41026vw}}.mb20{margin-bottom:1.04167vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb20{margin-bottom:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb20{margin-bottom:2.32558vw}}@media only screen and (max-width:640px){.mb20{margin-bottom:5.12821vw}}.mb15{margin-bottom:.78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb15{margin-bottom:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb15{margin-bottom:1.74419vw}}@media only screen and (max-width:640px){.mb15{margin-bottom:3.84615vw}}.mb12{margin-bottom:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.mb12{margin-bottom:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb12{margin-bottom:1.39535vw}}@media only screen and (max-width:640px){.mb12{margin-bottom:3.07692vw}}.h1,.headliner,.text-h1,h1{font-family:var(--forma);font-size:8.33333vw;line-height:100%}@media only screen and (max-width:1050px) and (min-width:861px){.h1,.headliner,.text-h1,h1{font-size:8.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.h1,.headliner,.text-h1,h1{font-size:9.30233vw}}@media only screen and (max-width:640px){.h1,.headliner,.text-h1,h1{font-size:9.23077vw}}.h2,.subheading,.text-h2,h2{font-family:var(--forma);font-size:3.38542vw;line-height:100%;letter-spacing:.02em}@media only screen and (max-width:1050px) and (min-width:861px){.h2,.subheading,.text-h2,h2{font-size:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.h2,.subheading,.text-h2,h2{font-size:4.65116vw}}@media only screen and (max-width:640px){.h2,.subheading,.text-h2,h2{font-size:7.17949vw}}.text-h2-s{font-family:var(--forma);font-size:2.60417vw;line-height:100%;letter-spacing:.02em}@media only screen and (max-width:1050px) and (min-width:861px){.text-h2-s{font-size:4.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.text-h2-s{font-size:4.30233vw}}@media only screen and (max-width:640px){.text-h2-s{font-size:6.92308vw}}.h3,.text-h3,h3{font-family:var(--forma);font-size:2.08333vw;line-height:90%;letter-spacing:.04em}@media only screen and (max-width:1050px) and (min-width:861px){.h3,.text-h3,h3{font-size:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.h3,.text-h3,h3{font-size:4.06977vw}}@media only screen and (max-width:640px){.h3,.text-h3,h3{font-size:7.17949vw}}.advantages-block__list-title,.h4,.h5,.h6,.text-h4,h4,h5,h6{font-family:var(--manrope);font-size:1.40625vw;line-height:120%}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list-title,.h4,.h5,.h6,.text-h4,h4,h5,h6{font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list-title,.h4,.h5,.h6,.text-h4,h4,h5,h6{font-size:2.7907vw}}@media only screen and (max-width:640px){.advantages-block__list-title,.h4,.h5,.h6,.text-h4,h4,h5,h6{font-size:4.61538vw}}.text-descriptor{font-weight:500;font-size:.83333vw;line-height:160%;letter-spacing:.1em}@media only screen and (max-width:1050px) and (min-width:861px){.text-descriptor{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.text-descriptor{font-size:1.86047vw}}@media only screen and (max-width:640px){.text-descriptor{font-size:3.58974vw}}.text-main,html{font-size:.98958vw;line-height:140%}@media only screen and (max-width:1050px) and (min-width:861px){.text-main,html{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.text-main,html{font-size:1.86047vw}}@media only screen and (max-width:640px){.text-main,html{font-size:4.10256vw}}.text-little{font-size:.83333vw;line-height:140%;letter-spacing:.02em}@media only screen and (max-width:1050px) and (min-width:861px){.text-little{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.text-little{font-size:1.86047vw}}@media only screen and (max-width:640px){.text-little{font-size:3.58974vw}}.header .lang__name,.text-menu{font-weight:700;font-size:.83333vw;line-height:100%}@media only screen and (max-width:1050px) and (min-width:861px){.header .lang__name,.text-menu{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.header .lang__name,.text-menu{font-size:1.86047vw}}@media only screen and (max-width:640px){.header .lang__name,.text-menu{font-size:4.10256vw}}.btn__name,.text-btn{font-size:.83333vw;line-height:100%;letter-spacing:.03em}@media only screen and (max-width:1050px) and (min-width:861px){.btn__name,.text-btn{font-size:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__name,.text-btn{font-size:1.86047vw}}@media only screen and (max-width:640px){.btn__name,.text-btn{font-size:4.10256vw}}.btn--medium .btn__name,.btn--small .btn__name,.services__list-info:before,.text-btn-small{font-size:.72917vw;line-height:100%;letter-spacing:.02em}@media only screen and (max-width:1050px) and (min-width:861px){.btn--medium .btn__name,.btn--small .btn__name,.services__list-info:before,.text-btn-small{font-size:1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--medium .btn__name,.btn--small .btn__name,.services__list-info:before,.text-btn-small{font-size:1.62791vw}}@media only screen and (max-width:640px){.btn--medium .btn__name,.btn--small .btn__name,.services__list-info:before,.text-btn-small{font-size:3.58974vw}}@media only screen and (max-width:1050px) and (min-width:861px){.about__item,.about__items,.at-section.separate-line:after,.btn.btn--secondary,.bw1,.footer__copy,.footer__nav a,.footer__right,.header__inner:after,.input--border-green .input__field,.input--border-white .input__field,.input__field,.input__file-btn{border-width:.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item,.about__items,.at-section.separate-line:after,.btn.btn--secondary,.bw1,.footer__copy,.footer__nav a,.footer__right,.header__inner:after,.input--border-green .input__field,.input--border-white .input__field,.input__field,.input__file-btn{border-width:.11628vw}}@media only screen and (max-width:640px){.about__item,.about__items,.at-section.separate-line:after,.btn.btn--secondary,.bw1,.footer__copy,.footer__nav a,.footer__right,.header__inner:after,.input--border-green .input__field,.input--border-white .input__field,.input__field,.input__file-btn{border-width:.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.bw2,.company__user-avatar,.services__list-item{border-width:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.bw2,.company__user-avatar,.services__list-item{border-width:.23256vw}}@media only screen and (max-width:640px){.bw2,.company__user-avatar,.services__list-item{border-width:.51282vw}}.brr12,.career__content,.input__field,.input__file-btn,.services__list-item{border-radius:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.brr12,.career__content,.input__field,.input__file-btn,.services__list-item{border-radius:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.brr12,.career__content,.input__field,.input__file-btn,.services__list-item{border-radius:1.39535vw}}@media only screen and (max-width:640px){.brr12,.career__content,.input__field,.input__file-btn,.services__list-item{border-radius:3.07692vw}}.at-popup[data-popup=notify] .at-popup__inner,.brr10,.btn,.btn-to-top{border-radius:.52083vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup[data-popup=notify] .at-popup__inner,.brr10,.btn,.btn-to-top{border-radius:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup[data-popup=notify] .at-popup__inner,.brr10,.btn,.btn-to-top{border-radius:1.16279vw}}@media only screen and (max-width:640px){.at-popup[data-popup=notify] .at-popup__inner,.brr10,.btn,.btn-to-top{border-radius:2.5641vw}}.advantages-block__img,.brr6,.header__burger,.header__contact,.main-screen__media,.main-screen__video,.swiper .nav-arrows__item,.terminal__picture{border-radius:.3125vw}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__img,.brr6,.header__burger,.header__contact,.main-screen__media,.main-screen__video,.swiper .nav-arrows__item,.terminal__picture{border-radius:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__img,.brr6,.header__burger,.header__contact,.main-screen__media,.main-screen__video,.swiper .nav-arrows__item,.terminal__picture{border-radius:.69767vw}}@media only screen and (max-width:640px){.advantages-block__img,.brr6,.header__burger,.header__contact,.main-screen__media,.main-screen__video,.swiper .nav-arrows__item,.terminal__picture{border-radius:1.53846vw}}body:not(.is-touch-device) .custom-scrollbar::-webkit-scrollbar,body:not(.is-touch-device) .mobile-menu::-webkit-scrollbar{width:5px;height:5px;background-color:var(--gray)}@media only screen and (min-width:1921px){body:not(.is-touch-device) .custom-scrollbar::-webkit-scrollbar,body:not(.is-touch-device) .mobile-menu::-webkit-scrollbar{width:.26042vw;height:.26042vw}}@media only screen and (max-width:640px){body:not(.is-touch-device) .custom-scrollbar::-webkit-scrollbar,body:not(.is-touch-device) .mobile-menu::-webkit-scrollbar{width:1.28205vw;height:1.28205vw}}body:not(.is-touch-device) .custom-scrollbar::-webkit-scrollbar-thumb,body:not(.is-touch-device) .mobile-menu::-webkit-scrollbar-thumb{background-color:var(--light-blue)}#loader{transition:opacity .3s ease}.at-section,.main{overflow:hidden}.at-section{position:relative;padding-top:5.20833vw;padding-bottom:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-section{padding-top:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-section{padding-top:9.30233vw}}@media only screen and (max-width:640px){.at-section{padding-top:10.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-section{padding-bottom:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-section{padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.at-section{padding-bottom:10.25641vw}}.at-section.noPadding{padding:0}.at-section.noPaddingBottom{padding-bottom:0}.at-section.noPaddingTop{padding-top:0}.at-section.separate-line:after{content:"";position:absolute;bottom:0;border:1px solid var(--light-blue30);right:7.8125vw;left:7.8125vw}@media only screen and (max-width:1050px) and (min-width:861px){.at-section.separate-line:after{right:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-section.separate-line:after{right:2.7907vw}}@media only screen and (max-width:640px){.at-section.separate-line:after{right:3.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-section.separate-line:after{left:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-section.separate-line:after{left:2.7907vw}}@media only screen and (max-width:640px){.at-section.separate-line:after{left:3.07692vw}}.at-container{width:100%;max-width:100%;margin-right:auto;margin-left:auto}@media only screen and (min-width:1441px){.at-container{max-width:100vw}}.at-container--full{padding-right:0;padding-left:0}.at-container--left{padding-right:0}.at-container--right{padding-left:0}.tac{text-align:center}.tar{text-align:right}.ttu{text-transform:uppercase}.tdu{text-decoration:underline}@media only screen and (min-width:641px){.show-mob{display:none!important}}@media only screen and (max-width:640px){.hide-mob{display:none!important}}.color-black{color:var(--black)}.color-white{color:var(--white)}.bg-dark-indigo{background-color:var(--dark-indigo)}.at-picture,.at-picture img{display:block;max-width:100%;width:100%}.at-picture--auto,.at-picture--auto img{width:auto}.corners{position:absolute;left:0;right:0;display:flex;justify-content:space-between;width:100%}.corners--top{top:0}.corners--bottom{bottom:0}.corners--bottom .svg{transform:rotate(90deg)}.corners--bottom .svg:first-child{transform:rotate(-90deg)}.svg{position:relative;flex-shrink:0;pointer-events:none;width:1.25vw;height:1.25vw;transition:all .3s ease}@media only screen and (max-width:1050px) and (min-width:861px){.svg{width:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg{width:2.7907vw}}@media only screen and (max-width:640px){.svg{width:6.15385vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg{height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg{height:2.7907vw}}@media only screen and (max-width:640px){.svg{height:6.15385vw}}.svg--big{width:2.5vw;height:2.5vw}@media only screen and (max-width:1050px) and (min-width:861px){.svg--big{width:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--big{width:5.5814vw}}@media only screen and (max-width:640px){.svg--big{width:12.30769vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--big{height:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--big{height:5.5814vw}}@media only screen and (max-width:640px){.svg--big{height:12.30769vw}}.svg--medium{width:1.66667vw;height:1.66667vw}@media only screen and (max-width:1050px) and (min-width:861px){.svg--medium{width:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--medium{width:3.72093vw}}@media only screen and (max-width:640px){.svg--medium{width:8.20513vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--medium{height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--medium{height:3.72093vw}}@media only screen and (max-width:640px){.svg--medium{height:8.20513vw}}.svg--medium-half{width:.83333vw;height:.83333vw}@media only screen and (max-width:1050px) and (min-width:861px){.svg--medium-half{width:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--medium-half{width:1.86047vw}}@media only screen and (max-width:640px){.svg--medium-half{width:4.10256vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--medium-half{height:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--medium-half{height:1.86047vw}}@media only screen and (max-width:640px){.svg--medium-half{height:4.10256vw}}.svg--small{width:.625vw;height:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.svg--small{width:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--small{width:1.39535vw}}@media only screen and (max-width:640px){.svg--small{width:3.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--small{height:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--small{height:1.39535vw}}@media only screen and (max-width:640px){.svg--small{height:3.07692vw}}.fill--black{fill:var(--black);color:var(--black)}.fill--orange{fill:var(--orange);color:var(--orange)}.fill--light-blue{fill:var(--light-blue);color:var(--light-blue)}.fill--gray{fill:var(--gray);color:var(--gray)}.fill--gray-dark{fill:var(--gray-dark);color:var(--gray-dark)}.fill--white{fill:var(--white);color:var(--white)}.fill--white-blue{fill:var(--white-blue);color:var(--white-blue)}.at-popup{position:fixed;top:0;left:0;display:block;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity 0s linear .5s;display:none}.at-popup,.at-popup[data-popup=notify]{z-index:11}.at-popup[data-popup=notify] .at-popup__inner{background-color:var(--bg-main)}.at-popup--showed{opacity:1;pointer-events:all;transition:opacity 0s linear 0s}.at-popup--showed .at-popup__bg{opacity:1;transition:opacity .4s ease-in-out 0s}.at-popup--showed .at-popup__close{opacity:1}.at-popup--showed .at-popup__inner{opacity:1;transform:translate3d(-50%,-50%,0)}.at-popup__bg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;z-index:0;background:var(--bg-overlay);opacity:0;transition:opacity .3s ease-in-out .2s;will-change:opacity}.at-popup__bg[data-popup-close]{cursor:pointer}.at-popup__close{position:absolute;top:.52083vw;right:.625vw;width:3.75vw;height:3.75vw;padding:.9375vw;display:block;font-size:0;opacity:0;transition:opacity .25s ease-in-out .15s}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__close{top:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__close{top:1.16279vw}}@media only screen and (max-width:640px){.at-popup__close{top:2.5641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__close{right:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__close{right:1.39535vw}}@media only screen and (max-width:640px){.at-popup__close{right:3.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__close{width:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__close{width:8.37209vw}}@media only screen and (max-width:640px){.at-popup__close{width:18.46154vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__close{height:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__close{height:8.37209vw}}@media only screen and (max-width:640px){.at-popup__close{height:18.46154vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__close{padding:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__close{padding:2.09302vw}}@media only screen and (max-width:640px){.at-popup__close{padding:4.61538vw;top:0;right:0;width:14.35897vw;height:14.35897vw;padding:2.5641vw}}.at-popup__close:active:not(:disabled) .svg,body:not(.is-touch-device) .at-popup__close:hover:not(:disabled) .svg{transform:rotate(-180deg)}.at-popup__close svg{will-change:transform;transition:transform .3s cubic-bezier(.455,.03,.515,.955) .05s}.at-popup__inner{position:absolute;top:50%;left:50%;z-index:1;display:block;max-width:25vw;min-width:25vw;max-height:100%;margin:auto;padding:2.5vw 1.875vw;background-color:var(--light-blue);opacity:0;transform:translate3d(-50%,calc(-50% - 50px),0);transition:opacity .25s ease-in-out .15s,transform .35s cubic-bezier(.455,.03,.515,.955) .15s}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__inner{max-width:45.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__inner{max-width:55.81395vw}}@media only screen and (max-width:640px){.at-popup__inner{max-width:123.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__inner{min-width:45.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__inner{min-width:55.81395vw}}@media only screen and (max-width:640px){.at-popup__inner{min-width:123.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__inner{padding:3.80952vw 3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__inner{padding:4.65116vw 4.18605vw}}@media only screen and (max-width:640px){.at-popup__inner{min-width:0;max-width:calc(100% - 8.20513vw);width:100%;padding:10.25641vw 4.10256vw}}.at-popup__title{text-align:center}.at-popup__icon{display:none;width:2.34375vw;height:2.34375vw;margin-right:auto;margin-left:auto;border-radius:50%;background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__icon{width:4.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__icon{width:5.23256vw}}@media only screen and (max-width:640px){.at-popup__icon{width:11.53846vw}}@media only screen and (max-width:1050px) and (min-width:861px){.at-popup__icon{height:4.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.at-popup__icon{height:5.23256vw}}@media only screen and (max-width:640px){.at-popup__icon{height:11.53846vw}}.at-popup__icon.success{background-image:url(/images/svg/icon-success.svg)}.at-popup__icon.failure{background-image:url(/images/svg/icon-warning.svg)}.at-popup__desc{text-align:center}.swiper:not(:hover) [data-slider-prev]{transform:translateX(-3.33333vw)}.swiper:not(:hover) [data-slider-next]{transform:translateX(3.33333vw)}.swiper-slide{cursor:grab}.swiper-slide:active{cursor:grabbing}.swiper .nav-arrows{position:absolute;top:50%;left:0;transform:translate3d(0,-50%,0);z-index:6;display:flex;align-items:center;justify-content:space-between;width:100%;height:0;opacity:1}@media only screen and (max-width:1050px){.swiper .nav-arrows{display:none}}.swiper .nav-arrows__wrapper{position:relative}.swiper .nav-arrows__item{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:2.60417vw;height:2.60417vw;background-color:var(--white30);overflow:hidden;transition-duration:.3s;transition-timing-function:ease;transition-property:background-color,opacity,transform,border-color;will-change:opacity,transform}@media only screen and (max-width:1050px) and (min-width:861px){.swiper .nav-arrows__item{width:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper .nav-arrows__item{width:5.81395vw}}@media only screen and (max-width:640px){.swiper .nav-arrows__item{width:12.82051vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper .nav-arrows__item{height:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper .nav-arrows__item{height:5.81395vw}}@media only screen and (max-width:640px){.swiper .nav-arrows__item{height:12.82051vw}}.swiper .nav-arrows__item[data-slider-prev]{left:0}.swiper .nav-arrows__item[data-slider-next]{right:0}body:not(.is-touch-device) .swiper .nav-arrows__item:hover:not(:disabled){background-color:var(--white)}body:not(.is-touch-device) .swiper .nav-arrows__item:hover:not(:disabled) svg{fill:var(--orange)}.swiper .nav-arrows__item:active:not(:disabled){background-color:var(--white)}.swiper .nav-arrows__item:active:not(:disabled) svg{fill:var(--orange)}.swiper .nav-arrows__item[disabled]{pointer-events:none;opacity:0}.swiper-pagination-bullets{position:absolute;top:auto!important;bottom:.9375vw!important;left:0;right:0;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;margin-top:.9375vw}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets{margin-top:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets{margin-top:2.09302vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets{margin-top:4.61538vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets{bottom:1.71429vw!important}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets{bottom:2.09302vw!important}}@media only screen and (max-width:640px){.swiper-pagination-bullets{bottom:4.61538vw!important;row-gap:2.5641vw}}.swiper-pagination-bullets .swiper-pagination-bullet{width:.52083vw;height:.52083vw;margin-right:.20833vw;margin-left:.20833vw;border-radius:3.125vw;background:var(--white);transition:all .35s cubic-bezier(.455,.03,.515,.955);opacity:1}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{width:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{width:1.16279vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{width:2.5641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{height:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{height:1.16279vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{height:2.5641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:.46512vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:1.02564vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-left:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-left:.46512vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-left:1.02564vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:6.97674vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:15.38462vw}}.swiper-pagination-bullets .swiper-pagination-bullet-active{width:1.45833vw;background:var(--white)}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:3.25581vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:7.17949vw}}.swiper-pagination-bullets.nav-pagination--orange .swiper-pagination-bullet{background:var(--light-blue30)}.swiper-pagination-bullets.nav-pagination--orange .swiper-pagination-bullet-active,.swiper-pagination-bullets.nav-pagination--orange .swiper-pagination-bullet:active:not(:disabled),body:not(.is-touch-device) .swiper-pagination-bullets.nav-pagination--orange .swiper-pagination-bullet:hover:not(:disabled){background:var(--light-blue)}.info-block--center{display:grid;justify-items:center;text-align:center}.info-block__sup-title{display:flex;align-items:center;justify-content:center;-moz-column-gap:1.04167vw;column-gap:1.04167vw;color:var(--black)}@media only screen and (max-width:1050px) and (min-width:861px){.info-block__sup-title{-moz-column-gap:1.90476vw;column-gap:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.info-block__sup-title{-moz-column-gap:2.32558vw;column-gap:2.32558vw}}@media only screen and (max-width:640px){.info-block__sup-title{-moz-column-gap:5.12821vw;column-gap:5.12821vw}}.info-block__sup-title:after,.info-block__sup-title:before{content:"";display:inline-flex;align-self:center;width:.625vw;height:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.info-block__sup-title:after,.info-block__sup-title:before{width:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.info-block__sup-title:after,.info-block__sup-title:before{width:1.39535vw}}@media only screen and (max-width:640px){.info-block__sup-title:after,.info-block__sup-title:before{width:3.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.info-block__sup-title:after,.info-block__sup-title:before{height:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.info-block__sup-title:after,.info-block__sup-title:before{height:1.39535vw}}@media only screen and (max-width:640px){.info-block__sup-title:after,.info-block__sup-title:before{height:3.07692vw}}.info-block__sup-title:before{background:url(/images/svg/icon-angle-left.svg) no-repeat 50%;background-size:contain}.info-block__sup-title:after{background:url(/images/svg/icon-angle-right.svg) no-repeat 50%;background-size:contain}.info-block__title{max-width:52.08333vw}@media only screen and (max-width:1050px) and (min-width:861px){.info-block__title{max-width:95.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.info-block__title{max-width:116.27907vw}}@media only screen and (max-width:640px){.info-block__title{max-width:256.41026vw}}.form{position:relative;display:flex;gap:1.35417vw}@media only screen and (max-width:1050px) and (min-width:861px){.form{gap:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.form{gap:3.02326vw}}@media only screen and (max-width:640px){.form{gap:6.66667vw}}.form__row--half{display:grid;align-items:flex-start;grid-template-columns:repeat(2,1fr);gap:1.35417vw}@media only screen and (max-width:1050px) and (min-width:861px){.form__row--half{gap:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.form__row--half{gap:3.02326vw}}@media only screen and (max-width:640px){.form__row--half{gap:6.66667vw;grid-template-columns:1fr}}.form__row--half .input{text-align:left}.form--horizontal{display:flex}@media only screen and (max-width:860px) and (min-width:641px),only screen and (max-width:1050px) and (min-width:861px){.form--horizontal{flex-wrap:wrap}}@media only screen and (max-width:640px){.form--horizontal{flex-direction:column}}.form--horizontal .form__row{display:flex;flex:1 0 0;align-items:center}@media only screen and (max-width:640px){.form--horizontal .form__row{width:100%}}.form--horizontal .form__row .input{width:100%}.form--horizontal .form__row--submit{flex:initial}@media only screen and (max-width:640px){.form--horizontal .form__row--submit{justify-content:center}}.form--horizontal .input__error{position:absolute;text-align:left}.form--vertical{flex-direction:column}.input{position:relative}.input:active:not(:disabled) .input__field,body:not(.is-touch-device) .input:hover:not(:disabled) .input__field{border-color:var(--black)}.input--border-green .input__field,.input--border-white .input__field{background-color:transparent}.input--border-white30:active:not(:disabled) .input__field,body:not(.is-touch-device) .input--border-white30:hover:not(:disabled) .input__field{border-color:var(--light-blue30)}.input--border-white30 .input__field{color:var(--white);border-color:var(--white30)}.input--border-white30 .input__field:focus{border-color:var(--light-blue30)}.input--border-white30 .input__label{color:var(--white)}.input--border-blue30:active:not(:disabled) .input__field,body:not(.is-touch-device) .input--border-blue30:hover:not(:disabled) .input__field{border-color:var(--light-blue)}.input--border-blue30 .input__field{color:var(--gray);border-color:var(--light-blue30)}.input--border-blue30 .input__field:focus{border-color:var(--light-blue)}.input--border-blue30 .input__label{color:var(--gray)}.input--border-blue30.color-white .input__field,.input--border-blue30.color-white .input__label{color:var(--white)}.input--border-blue30.color-main .input__field,.input--border-blue30.color-main .input__label{color:var(--main)}.input.is-filled .input__label{top:-1.35417vw;left:.3125vw;font-size:.625vw;font-weight:300}@media only screen and (max-width:1050px) and (min-width:861px){.input.is-filled .input__label{top:-2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.input.is-filled .input__label{top:-3.02326vw}}@media only screen and (max-width:640px){.input.is-filled .input__label{top:-6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input.is-filled .input__label{left:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.input.is-filled .input__label{left:.69767vw}}@media only screen and (max-width:640px){.input.is-filled .input__label{left:1.53846vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input.is-filled .input__label{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.input.is-filled .input__label{font-size:1.39535vw}}@media only screen and (max-width:640px){.input.is-filled .input__label{font-size:3.07692vw}}.input.is-error .input__field,.input.with-error .input__field{border-color:var(--red)!important}.input.is-error .input__error,.input.with-error .input__error{display:block;text-align:left}.input--full{width:100%}.input__wrapper{position:relative}.input__label{pointer-events:none;position:absolute;top:.83333vw;left:1.25vw;display:block;color:var(--gray);transition:all .22s}@media only screen and (max-width:1050px) and (min-width:861px){.input__label{top:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__label{top:2.32558vw}}@media only screen and (max-width:640px){.input__label{top:5.12821vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__label{left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__label{left:2.7907vw}}@media only screen and (max-width:640px){.input__label{left:6.15385vw}}.input__field{display:block;width:100%;resize:none;outline:none;padding:.98958vw 1.25vw;color:var(--gray);border:1px solid var(--white);background:transparent;transition:.3s ease;transition-property:border-color;text-align:left}@media only screen and (max-width:1050px) and (min-width:861px){.input__field{padding:1.80952vw 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__field{padding:2.2093vw 2.7907vw}}@media only screen and (max-width:640px){.input__field{padding:4.87179vw 6.15385vw}}.input__field:-webkit-autofill{font-size:.98958vw!important;border-color:var(--white);-webkit-box-shadow:inset 0 0 0 2.60417vw var(--white);-webkit-text-fill-color:var(--light-blue)}@media only screen and (max-width:1050px) and (min-width:861px){.input__field:-webkit-autofill{font-size:1.52381vw!important;-webkit-box-shadow:inset 0 0 0 4.7619vw var(--white)}}@media only screen and (max-width:860px) and (min-width:641px){.input__field:-webkit-autofill{font-size:1.86047vw!important;-webkit-box-shadow:inset 0 0 0 5.81395vw var(--white)}}@media only screen and (max-width:640px){.input__field:-webkit-autofill{font-size:4.10256vw!important;-webkit-box-shadow:inset 0 0 0 12.82051vw var(--white)}}.input__field::-webkit-inner-spin-button,.input__field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input__field[type=number]{-moz-appearance:textfield}.input__error{display:none;margin-top:.15625vw;font-size:.625vw;color:var(--red)}@media only screen and (max-width:1050px) and (min-width:861px){.input__error{margin-top:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__error{margin-top:.34884vw}}@media only screen and (max-width:640px){.input__error{margin-top:.76923vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__error{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__error{font-size:1.39535vw}}@media only screen and (max-width:640px){.input__error{font-size:3.07692vw}}.input--file{position:relative;display:flex;align-items:center;justify-content:center}.input--file:active:not(:disabled) .input__file-btn,body:not(.is-touch-device) .input--file:hover:not(:disabled) .input__file-btn{border-color:var(--light-blue)}.input__file-icon{position:absolute;right:1.25vw;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1050px) and (min-width:861px){.input__file-icon{right:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__file-icon{right:2.7907vw}}@media only screen and (max-width:640px){.input__file-icon{right:6.15385vw}}.input__file-btn{position:relative;cursor:pointer;display:block;width:100%;resize:none;outline:none;padding:.98958vw 1.25vw;color:var(--main);border:1px solid var(--light-blue30);background:transparent;transition:.3s ease;transition-property:border-color;text-align:left}@media only screen and (max-width:1050px) and (min-width:861px){.input__file-btn{padding:1.80952vw 2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__file-btn{padding:2.2093vw 2.7907vw}}@media only screen and (max-width:640px){.input__file-btn{padding:4.87179vw 6.15385vw}}.header{position:fixed;top:0;left:0;z-index:5;display:block;width:100%;margin-top:0;transition:transform .4s,background-color .4s;will-change:transform,background-color;background:var(--dark-indigo)}.header__inner{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;height:3.64583vw;transition:height .3s ease;will-change:height}@media only screen and (max-width:1050px) and (min-width:861px){.header__inner{height:6.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__inner{height:6.97674vw}}@media only screen and (max-width:640px){.header__inner{height:15.38462vw}}.header__inner:after{content:"";position:absolute;bottom:0;border:1px solid var(--light-blue30);right:7.8125vw;left:7.8125vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__inner:after{right:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__inner:after{right:2.7907vw}}@media only screen and (max-width:640px){.header__inner:after{right:3.07692vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__inner:after{left:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__inner:after{left:2.7907vw}}@media only screen and (max-width:640px){.header__inner:after{left:3.07692vw}}.header__progress-bar{position:absolute;top:0;left:0;width:0;height:100%;background:var(--light-blue30)}.header__right{display:flex;align-items:center;pointer-events:all;margin-left:auto}.header__right__inner{display:flex;align-items:center;width:100%}@media only screen and (max-width:640px){.header__right__inner{justify-content:space-between}}.header__logo{display:flex;height:1.5625vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__logo{height:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__logo{height:3.02326vw}}@media only screen and (max-width:640px){.header__logo{height:6.66667vw}}.header__logo__img{display:block;height:100%}.header__nav{position:absolute;left:50%;transform:translateX(-50%);z-index:2;display:flex;align-items:center;-moz-column-gap:.26042vw;column-gap:.26042vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__nav{-moz-column-gap:.47619vw;column-gap:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__nav{-moz-column-gap:.5814vw;column-gap:.5814vw}}@media only screen and (max-width:640px){.header__nav{-moz-column-gap:1.28205vw;column-gap:1.28205vw}}@media only screen and (max-width:1050px){.header__nav{display:none}}.header__nav>div:first-child{margin-left:0}.header__nav__item{display:flex;align-items:center;padding:.52083vw;color:var(--gray)}@media only screen and (max-width:1050px) and (min-width:861px){.header__nav__item{padding:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__nav__item{padding:1.16279vw}}@media only screen and (max-width:640px){.header__nav__item{padding:2.5641vw}}.header__nav__item:active:not(:disabled),body:not(.is-touch-device) .header__nav__item:hover:not(:disabled){color:var(--white-main)}@media only screen and (max-width:860px){.header__nav__item{width:100%}}.header__lang{margin-right:1.04167vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__lang{margin-right:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__lang{margin-right:2.32558vw}}@media only screen and (max-width:640px){.header__lang{margin-right:5.12821vw}}.header .lang{display:flex}.header .lang__item{display:flex;align-items:center;justify-content:center;position:relative;width:2.29167vw;height:1.875vw;transition:opacity .3s ease}@media only screen and (max-width:1050px) and (min-width:861px){.header .lang__item{width:4.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.header .lang__item{width:5.11628vw}}@media only screen and (max-width:640px){.header .lang__item{width:11.28205vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header .lang__item{height:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.header .lang__item{height:4.18605vw}}@media only screen and (max-width:640px){.header .lang__item{height:9.23077vw}}.header .lang__item:not(.is-active){opacity:.3}.header .lang__item:active:not(:disabled),body:not(.is-touch-device) .header .lang__item:hover:not(:disabled){opacity:1}.header .lang__name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--gray)}.header__contact{padding:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__contact{padding:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__contact{padding:1.39535vw}}@media only screen and (max-width:640px){.header__contact{padding:3.07692vw}}@media only screen and (max-width:640px){.header__contact .btn__name{display:none}}@media only screen and (max-width:640px){.header__contact .btn__icon{width:4.10256vw;height:4.10256vw;margin-left:0}}.header__burger{cursor:pointer;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:2.08333vw;height:2.08333vw;margin-left:.625vw;overflow:hidden}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{width:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{width:4.65116vw}}@media only screen and (max-width:640px){.header__burger{width:10.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{height:4.65116vw}}@media only screen and (max-width:640px){.header__burger{height:10.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{margin-left:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{margin-left:1.39535vw}}@media only screen and (max-width:640px){.header__burger{margin-left:3.07692vw}}@media only screen and (min-width:1051px){.header__burger{display:none}}.header__burger:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background:var(--light-blue30);transition:background .3s ease}.header__burger:active:not(:disabled):before,body:not(.is-touch-device) .header__burger:hover:not(:disabled):before{background:var(--light-blue)}.header__burger__btn{position:relative;pointer-events:none;width:1.35417vw;height:1.35417vw;transform:scale(.7)}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn{width:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn{width:3.02326vw}}@media only screen and (max-width:640px){.header__burger__btn{width:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn{height:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn{height:3.02326vw}}@media only screen and (max-width:640px){.header__burger__btn{height:6.66667vw}}body.menu--opened .header__burger__btn span{background-color:var(--white)}body.menu--opened .header__burger__btn span:first-child{top:.15625vw;transform:translateY(.41667vw) rotate(-45deg)}@media only screen and (max-width:1050px) and (min-width:861px){body.menu--opened .header__burger__btn span:first-child{top:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){body.menu--opened .header__burger__btn span:first-child{top:.34884vw}}@media only screen and (max-width:640px){body.menu--opened .header__burger__btn span:first-child{top:.76923vw}}@media only screen and (max-width:1050px) and (min-width:861px){body.menu--opened .header__burger__btn span:first-child{transform:translateY(.7619vw) rotate(-45deg)}}@media only screen and (max-width:860px) and (min-width:641px){body.menu--opened .header__burger__btn span:first-child{transform:translateY(.93023vw) rotate(-45deg)}}@media only screen and (max-width:640px){body.menu--opened .header__burger__btn span:first-child{transform:translateY(2.22222vw) rotate(-45deg)}}body.menu--opened .header__burger__btn span:nth-child(2){opacity:0}body.menu--opened .header__burger__btn span:nth-child(3){top:.98958vw;width:1.35417vw;transform:translateY(-.41667vw) rotate(45deg)}@media only screen and (max-width:1050px) and (min-width:861px){body.menu--opened .header__burger__btn span:nth-child(3){top:1.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){body.menu--opened .header__burger__btn span:nth-child(3){top:2.2093vw}}@media only screen and (max-width:640px){body.menu--opened .header__burger__btn span:nth-child(3){top:4.87179vw}}@media only screen and (max-width:1050px) and (min-width:861px){body.menu--opened .header__burger__btn span:nth-child(3){width:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){body.menu--opened .header__burger__btn span:nth-child(3){width:3.02326vw}}@media only screen and (max-width:640px){body.menu--opened .header__burger__btn span:nth-child(3){width:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){body.menu--opened .header__burger__btn span:nth-child(3){transform:translateY(-.7619vw) rotate(45deg)}}@media only screen and (max-width:860px) and (min-width:641px){body.menu--opened .header__burger__btn span:nth-child(3){transform:translateY(-.93023vw) rotate(45deg)}}@media only screen and (max-width:640px){body.menu--opened .header__burger__btn span:nth-child(3){transform:translateY(-2.22222vw) rotate(45deg)}}.header__burger__btn span{position:absolute;left:50%;width:1.35417vw;height:.15625vw;margin-left:-.67708vw;border-radius:.15625vw;background:var(--white);display:block;transition:.5s;transform-origin:center;will-change:transform,opacity}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span{width:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span{width:3.02326vw}}@media only screen and (max-width:640px){.header__burger__btn span{width:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span{height:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span{height:.34884vw}}@media only screen and (max-width:640px){.header__burger__btn span{height:.76923vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span{margin-left:-1.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span{margin-left:-1.51163vw}}@media only screen and (max-width:640px){.header__burger__btn span{margin-left:-3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span{border-radius:.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span{border-radius:.34884vw}}@media only screen and (max-width:640px){.header__burger__btn span{border-radius:.76923vw}}.header__burger__btn span:first-child{top:.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span:first-child{top:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span:first-child{top:.46512vw}}@media only screen and (max-width:640px){.header__burger__btn span:first-child{top:1.02564vw}}.header__burger__btn span:nth-child(2){top:.57292vw}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span:nth-child(2){top:1.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span:nth-child(2){top:1.27907vw}}@media only screen and (max-width:640px){.header__burger__btn span:nth-child(2){top:2.82051vw}}.header__burger__btn span:nth-child(3){top:.9375vw;width:.625vw;left:auto;right:0}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span:nth-child(3){top:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span:nth-child(3){top:2.09302vw}}@media only screen and (max-width:640px){.header__burger__btn span:nth-child(3){top:4.61538vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger__btn span:nth-child(3){width:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger__btn span:nth-child(3){width:1.39535vw}}@media only screen and (max-width:640px){.header__burger__btn span:nth-child(3){width:3.07692vw}}.mobile-menu{cursor:pointer;position:fixed;top:0;left:0;z-index:4;display:block;width:100%;height:100%;background-color:rgba(24,21,18,.98);overflow:auto;padding-top:7.8125vw;padding-right:.83333vw;padding-left:.83333vw}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu{padding-top:13.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu{padding-top:12.7907vw}}@media only screen and (max-width:640px){.mobile-menu{padding-top:38.46154vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu{padding-right:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu{padding-right:1.86047vw}}@media only screen and (max-width:640px){.mobile-menu{padding-right:4.10256vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu{padding-left:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu{padding-left:1.86047vw}}@media only screen and (max-width:640px){.mobile-menu{padding-left:4.10256vw;background-color:var(--brown)}}#app.scroll-down .mobile-menu,#app.scroll-up .mobile-menu{background-color:rgba(15,31,30,.98)}@media only screen and (max-width:640px){#app.scroll-down .mobile-menu,#app.scroll-up .mobile-menu{background-color:var(--pine-forest)}}body:not(.menu--opened) .mobile-menu{pointer-events:none;opacity:0}.mobile-menu__inner{display:flex;align-items:center;flex-direction:column}.mobile-menu__list{position:relative;z-index:4;list-style:none;color:var(--white);display:inline-flex;flex-direction:column;padding-left:0;text-align:center}.mobile-menu__list li{font-size:1.04167vw;font-weight:600;transition:color .3s ease 0s,transform .25s ease 0s,opacity .25s ease 0s}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu__list li{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__list li{font-size:1.86047vw}}@media only screen and (max-width:640px){.mobile-menu__list li{font-size:5.12821vw}}body.menu--opened .mobile-menu__list li:first-child{transition-delay:0s,.1s,.1s}body.menu--opened .mobile-menu__list li:nth-child(2){transition-delay:0s,.2s,.2s}body.menu--opened .mobile-menu__list li:nth-child(3){transition-delay:0s,.3s,.3s}body.menu--opened .mobile-menu__list li:nth-child(4){transition-delay:0s,.4s,.4s}body.menu--opened .mobile-menu__list li:nth-child(5){transition-delay:0s,.5s,.5s}body.menu--opened .mobile-menu__list li:nth-child(6){transition-delay:0s,.6s,.6s}body.menu--opened .mobile-menu__list li:nth-child(7){transition-delay:0s,.7s,.7s}body:not(.menu--opened) .mobile-menu__list li{transition:color 0s ease,transform 0s ease 0s,opacity 0s ease 0s;transform:translateY(1.30208vw);opacity:0}@media only screen and (max-width:1050px) and (min-width:861px){body:not(.menu--opened) .mobile-menu__list li{transform:translateY(2.38095vw)}}@media only screen and (max-width:860px) and (min-width:641px){body:not(.menu--opened) .mobile-menu__list li{transform:translateY(2.90698vw)}}@media only screen and (max-width:640px){body:not(.menu--opened) .mobile-menu__list li{transform:translateY(6.41026vw)}}.mobile-menu__list li a{display:block;cursor:pointer;padding-top:.78125vw;padding-bottom:.78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu__list li a{padding-top:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__list li a{padding-top:1.16279vw}}@media only screen and (max-width:640px){.mobile-menu__list li a{padding-top:3.84615vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu__list li a{padding-bottom:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__list li a{padding-bottom:1.16279vw}}@media only screen and (max-width:640px){.mobile-menu__list li a{padding-bottom:3.84615vw}}.mobile-menu__list li a:active:not(:disabled),body:not(.is-touch-device) .mobile-menu__list li a:hover:not(:disabled){text-decoration:underline}.mobile-menu__overlay{cursor:pointer;position:fixed;top:0;left:0;z-index:2;display:block;width:100%;height:100%;background-color:var(--dark-indigo);transition:opacity .3s}body:not(.menu--opened) .mobile-menu__overlay{pointer-events:none;opacity:0}.footer{padding-top:5.20833vw;color:var(--white-main)}@media only screen and (max-width:1050px) and (min-width:861px){.footer{padding-top:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer{padding-top:11.62791vw}}@media only screen and (max-width:640px){.footer{padding-top:15.38462vw}}.footer__inner{position:relative;display:grid;grid-template-columns:repeat(2,1fr)}.footer__inner[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.footer__inner[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}@media only screen and (max-width:640px){.footer__inner{grid-template-columns:1fr}}@media only screen and (max-width:640px){.footer__left{padding-top:7.69231vw;padding-bottom:10.25641vw;border-top:.25641vw solid var(--light-blue30)}}.footer__right{padding-bottom:9.375vw;padding-left:7.8125vw;border-left:1px solid var(--light-blue30)}@media only screen and (max-width:1050px) and (min-width:861px){.footer__right{padding-bottom:17.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__right{padding-bottom:20.93023vw}}@media only screen and (max-width:640px){.footer__right{padding-bottom:10.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__right{padding-left:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__right{padding-left:5.81395vw}}@media only screen and (max-width:640px){.footer__right{padding-left:0;order:-1;border:none;text-align:center}}.footer__right .advantages-block__list-title,.footer__right .h4,.footer__right .h5,.footer__right .h6,.footer__right .text-h4,.footer__right h4,.footer__right h5,.footer__right h6{font-weight:500}.footer__right .text-little{color:var(--gray)}.footer__nav{display:inline-grid;row-gap:.3125vw}@media only screen and (max-width:1050px) and (min-width:861px){.footer__nav{row-gap:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__nav{row-gap:2.32558vw}}@media only screen and (max-width:640px){.footer__nav{row-gap:1.53846vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__nav{display:grid;justify-content:center;text-align:center}}@media only screen and (max-width:640px){.footer__nav{display:grid;text-align:center}}.footer__nav a{padding-top:.78125vw;padding-right:1.875vw;border-bottom:1px solid var(--light-blue30);font-weight:500;color:var(--white-main);transition:border-color .3s ease}@media only screen and (max-width:1050px) and (min-width:861px){.footer__nav a{padding-top:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__nav a{padding-top:1.74419vw}}@media only screen and (max-width:640px){.footer__nav a{padding-top:3.84615vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__nav a{padding-right:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__nav a{padding-right:0}}@media only screen and (max-width:640px){.footer__nav a{padding-right:0}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__nav a{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__nav a{font-size:2.09302vw;border:none}}@media only screen and (max-width:640px){.footer__nav a{padding-bottom:1.53846vw;border:none}}.footer__nav a:active:not(:disabled),body:not(.is-touch-device) .footer__nav a:hover:not(:disabled){border-color:var(--white-main)}.footer__form .btn{border-color:var(--white-blue30)}@media only screen and (max-width:640px){.footer__form .btn{width:100%}}.footer__form .btn:active:not(:disabled):before,body:not(.is-touch-device) .footer__form .btn:hover:not(:disabled):before{background-color:var(--white-blue30)}.footer__copy{padding-top:1.14583vw;padding-bottom:1.14583vw;border-top:1px solid var(--light-blue30);color:var(--gray)}@media only screen and (max-width:1050px) and (min-width:861px){.footer__copy{padding-top:2.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__copy{padding-top:2.55814vw}}@media only screen and (max-width:640px){.footer__copy{padding-top:5.64103vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__copy{padding-bottom:2.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__copy{padding-bottom:2.55814vw}}@media only screen and (max-width:640px){.footer__copy{padding-bottom:5.64103vw}}.main-screen{padding-top:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen{padding-top:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen{padding-top:5.81395vw}}@media only screen and (max-width:640px){.main-screen{padding-top:12.82051vw}}.main-screen__content{position:relative;display:grid;align-items:center;justify-items:center;color:var(--main);padding-top:1.5625vw;padding-bottom:1.04167vw;transition:opacity 1s ease .1s,transform 1.2s cubic-bezier(.4,0,0,1) .1s;will-change:opacity,transform}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__content{padding-top:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__content{padding-top:3.48837vw}}@media only screen and (max-width:640px){.main-screen__content{padding-top:7.69231vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__content{padding-bottom:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__content{padding-bottom:2.32558vw}}@media only screen and (max-width:640px){.main-screen__content{padding-bottom:5.12821vw}}body:not(.is-loaded) .main-screen__content{transition:opacity 0s ease 0s,transform 0s cubic-bezier(.4,0,0,1) 0s;transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.main-screen__info{position:absolute;top:7.29167vw;right:0;left:0;z-index:4;color:var(--white-main)}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info{top:12.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info{top:13.95349vw}}@media only screen and (max-width:640px){.main-screen__info{top:10.25641vw}}.main-screen__title{padding-top:.52083vw;padding-bottom:.52083vw;text-align:center}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__title{padding-top:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__title{padding-top:1.16279vw}}@media only screen and (max-width:640px){.main-screen__title{padding-top:5.12821vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__title{padding-bottom:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__title{padding-bottom:1.16279vw}}@media only screen and (max-width:640px){.main-screen__title{padding-bottom:5.12821vw}}.main-screen__description{font-weight:700}@media only screen and (max-width:640px){.main-screen__description{max-width:70%;margin-right:auto;margin-left:auto}}.main-screen__media{position:relative;display:flex;overflow:hidden;width:100%;padding:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__media{padding:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__media{padding:2.32558vw}}@media only screen and (max-width:640px){.main-screen__media{padding:0}}.main-screen__media-inner{position:relative;width:100%;height:100%}.main-screen__media-inner:before{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:var(--bg-overlay)}.main-screen__img{opacity:0;pointer-events:none}.main-screen__img,.main-screen__video{display:block;max-width:100%;width:100%;height:100%;max-height:100%;overflow:hidden}.main-screen__video{position:absolute;z-index:2;inset:0}.about{transition:opacity 1s ease .1s,transform 1.2s cubic-bezier(.4,0,0,1) .1s;will-change:opacity,transform}body:not(.is-loaded) .about{transition:opacity 0s ease 0s,transform 0s cubic-bezier(.4,0,0,1) 0s;transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.about__info-block{max-width:52.08333vw;margin-right:auto;margin-left:auto}@media only screen and (max-width:1050px) and (min-width:861px){.about__info-block{max-width:95.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__info-block{max-width:116.27907vw}}@media only screen and (max-width:640px){.about__info-block{max-width:256.41026vw}}.about__content{display:flex;flex-direction:column;gap:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.about__content{gap:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__content{gap:5.81395vw}}@media only screen and (max-width:640px){.about__content{gap:12.82051vw}}.about__items{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--light-blue30)}@media only screen and (max-width:860px) and (min-width:641px){.about__items{grid-template-columns:repeat(2,1fr);border-bottom:none}}@media only screen and (max-width:640px){.about__items{grid-template-columns:1fr;border-bottom:none}}.about__items--single{grid-template-columns:1fr}@media only screen and (max-width:640px){.about__items--single .about__item{border-bottom:none}}.about__item{display:grid;justify-content:center;justify-items:center;align-content:flex-start;text-align:center;gap:1.30208vw;padding:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.about__item{gap:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item{gap:2.90698vw}}@media only screen and (max-width:640px){.about__item{gap:6.41026vw}}@media only screen and (max-width:1050px) and (min-width:861px){.about__item{padding:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item{padding:5.81395vw}}@media only screen and (max-width:640px){.about__item{padding:12.82051vw}}@media only screen and (max-width:860px){.about__item{border-bottom:1px solid var(--light-blue30)}}.about__item:not(:last-child){border-right:1px solid var(--light-blue30)}@media only screen and (max-width:640px){.about__item:not(:last-child){border-right:none}}@media only screen and (max-width:860px) and (min-width:641px){.about__item:nth-child(2n){border-right:none}}.about__item-text{display:flex;align-items:center;gap:.52083vw;font-weight:700}@media only screen and (max-width:1050px) and (min-width:861px){.about__item-text{gap:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item-text{gap:1.16279vw}}@media only screen and (max-width:640px){.about__item-text{gap:2.5641vw}}.about__logo-dsr{width:1.92708vw}@media only screen and (max-width:1050px) and (min-width:861px){.about__logo-dsr{width:3.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__logo-dsr{width:4.30233vw}}@media only screen and (max-width:640px){.about__logo-dsr{width:9.48718vw}}.about__item-icon{width:3.125vw;height:.9375vw;background:url(/images/about/wave.svg) no-repeat 50%;background-size:contain}@media only screen and (max-width:1050px) and (min-width:861px){.about__item-icon{width:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item-icon{width:6.97674vw}}@media only screen and (max-width:640px){.about__item-icon{width:15.38462vw}}@media only screen and (max-width:1050px) and (min-width:861px){.about__item-icon{height:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.about__item-icon{height:2.09302vw}}@media only screen and (max-width:640px){.about__item-icon{height:4.61538vw}}.promo-section{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:1050px){.promo-section{grid-template-columns:1fr}}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section{gap:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section{gap:5.81395vw}}@media only screen and (max-width:640px){.promo-section{gap:12.82051vw;margin-bottom:-12.82051vw}}.promo-section__column{display:flex;flex-direction:column}.promo-section__column--left{padding-right:11.97917vw}@media only screen and (max-width:1050px){.promo-section__column--left{padding-right:0;text-align:center;align-items:center}}.promo-section__column--right{display:grid;gap:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__column--right{gap:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section__column--right{gap:5.81395vw}}@media only screen and (max-width:640px){.promo-section__column--right{gap:12.82051vw}}@media only screen and (max-width:860px) and (min-width:641px),only screen and (max-width:1050px) and (min-width:861px){.promo-section__column--right{order:-1}}.promo-section__button{width:-moz-max-content;width:max-content}.promo-section__row{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__row{gap:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section__row{gap:5.81395vw}}@media only screen and (max-width:640px){.promo-section__row{gap:6.15385vw;grid-template-columns:1fr}}.promo-section__row--centered{align-items:center}@media only screen and (min-width:1051px){.promo-section__row--centered .promo-section__description{width:calc(100% + .05208vw);margin-left:-.05208vw}}.promo-section__image{display:flex;flex-shrink:0;justify-content:center;max-width:21.97917vw;padding-right:2.60417vw;width:100%}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__image{max-width:40.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section__image{max-width:49.06977vw}}@media only screen and (max-width:640px){.promo-section__image{max-width:108.20513vw}}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__image{padding-right:0}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section__image{padding-right:0}}@media only screen and (max-width:640px){.promo-section__image{padding-right:0}}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__image{max-width:100%}}.promo-section__image .lottie{max-width:12.08333vw}@media only screen and (max-width:1050px) and (min-width:861px){.promo-section__image .lottie{max-width:22.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.promo-section__image .lottie{max-width:26.97674vw}}@media only screen and (max-width:640px){.promo-section__image .lottie{max-width:59.48718vw}}.promo-section__description{width:100%}@media only screen and (max-width:860px) and (min-width:641px),only screen and (max-width:1050px) and (min-width:861px){.promo-section__text{max-width:80%}}.gallery__carousel{padding-bottom:2.86458vw}@media only screen and (max-width:1050px) and (min-width:861px){.gallery__carousel{padding-bottom:5.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.gallery__carousel{padding-bottom:8.13953vw}}@media only screen and (max-width:640px){.gallery__carousel{padding-bottom:16.66667vw}}.gallery__carousel [data-slider-prev]{transform:translateX(.3125vw)}@media only screen and (max-width:1050px) and (min-width:861px){.gallery__carousel [data-slider-prev]{transform:translateX(.57143vw)}}@media only screen and (max-width:860px) and (min-width:641px){.gallery__carousel [data-slider-prev]{transform:translateX(.69767vw)}}@media only screen and (max-width:640px){.gallery__carousel [data-slider-prev]{transform:translateX(1.53846vw)}}.gallery__carousel [data-slider-next]{transform:translateX(-.3125vw)}@media only screen and (max-width:1050px) and (min-width:861px){.gallery__carousel [data-slider-next]{transform:translateX(-.57143vw)}}@media only screen and (max-width:860px) and (min-width:641px){.gallery__carousel [data-slider-next]{transform:translateX(-.69767vw)}}@media only screen and (max-width:640px){.gallery__carousel [data-slider-next]{transform:translateX(-1.53846vw)}}.terminal[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.terminal[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.terminal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.30208vw}@media only screen and (max-width:1050px) and (min-width:861px){.terminal__grid{gap:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.terminal__grid{gap:2.90698vw}}@media only screen and (max-width:640px){.terminal__grid{gap:6.41026vw}}@media only screen and (max-width:860px){.terminal__grid{grid-template-columns:repeat(2,1fr)}}.terminal__picture{overflow:hidden}.terminal__picture img{transition:transform .75s cubic-bezier(.4,0,0,1);will-change:transform}.terminal__picture img[data-fancybox]{cursor:pointer}.terminal__picture img[data-fancybox]:active:not(:disabled),body:not(.is-touch-device) .terminal__picture img[data-fancybox]:hover:not(:disabled){transform:scale(1.15)}.terminal__name{padding-top:.78125vw;padding-bottom:.78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.terminal__name{padding-top:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.terminal__name{padding-top:1.74419vw}}@media only screen and (max-width:640px){.terminal__name{padding-top:3.84615vw}}@media only screen and (max-width:1050px) and (min-width:861px){.terminal__name{padding-bottom:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.terminal__name{padding-bottom:1.74419vw}}@media only screen and (max-width:640px){.terminal__name{padding-bottom:3.84615vw}}.services[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.services[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.services__list{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:2.08333vw;column-gap:2.08333vw;row-gap:3.125vw;counter-reset:list-counter}@media only screen and (max-width:1050px) and (min-width:861px){.services__list{-moz-column-gap:3.80952vw;column-gap:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list{-moz-column-gap:4.65116vw;column-gap:4.65116vw}}@media only screen and (max-width:640px){.services__list{-moz-column-gap:10.25641vw;column-gap:10.25641vw}}@media only screen and (max-width:1050px) and (min-width:861px){.services__list{row-gap:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list{row-gap:6.97674vw}}@media only screen and (max-width:640px){.services__list{row-gap:15.38462vw}}@media only screen and (max-width:1050px){.services__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.services__list{grid-template-columns:1fr}}.services__list-info{position:relative;padding-left:1.97917vw}@media only screen and (max-width:1050px) and (min-width:861px){.services__list-info{padding-left:3.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list-info{padding-left:4.4186vw}}@media only screen and (max-width:640px){.services__list-info{padding-left:9.74359vw}}.services__list-info:before{counter-increment:list-counter;content:"0" counter(list-counter);position:absolute;top:.46875vw;left:0;margin-right:.52083vw;font-weight:700;color:var(--gray)}@media only screen and (max-width:1050px) and (min-width:861px){.services__list-info:before{top:.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list-info:before{top:1.04651vw}}@media only screen and (max-width:640px){.services__list-info:before{top:2.30769vw}}@media only screen and (max-width:1050px) and (min-width:861px){.services__list-info:before{margin-right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list-info:before{margin-right:1.16279vw}}@media only screen and (max-width:640px){.services__list-info:before{margin-right:2.5641vw}}.services__list-item{padding:1.04167vw;border-bottom:2px solid var(--orange)}@media only screen and (max-width:1050px) and (min-width:861px){.services__list-item{padding:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.services__list-item{padding:2.32558vw}}@media only screen and (max-width:640px){.services__list-item{padding:5.12821vw}}.services__list-title{font-weight:500;color:var(--black)}.application{position:relative;padding:7.8125vw;margin-right:auto;margin-left:auto;background-color:var(--indigo)}.application[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.application[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}@media only screen and (max-width:1050px) and (min-width:861px){.application{padding:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.application{padding:9.30233vw}}@media only screen and (max-width:640px){.application{padding:10.25641vw;padding-right:3.07692vw;padding-left:3.07692vw}}.application__bg{position:absolute;inset:0;z-index:0;pointer-events:none;width:100%;height:100%;opacity:.12}.application__bg img{-o-object-fit:cover;object-fit:cover;height:100%}.application__inner{max-width:41.66667vw;margin-right:auto;margin-left:auto;text-align:center}@media only screen and (max-width:1050px) and (min-width:861px){.application__inner{max-width:76.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.application__inner{max-width:93.02326vw}}@media only screen and (max-width:640px){.application__inner{max-width:205.12821vw}}.application__inner .info-block{text-align:center;color:var(--white)}.application__inner .info-block p{padding-right:0}.form-application{display:flex;align-items:center;justify-content:center;gap:.78125vw}@media only screen and (max-width:1050px) and (min-width:861px){.form-application{gap:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.form-application{gap:1.74419vw}}@media only screen and (max-width:640px){.form-application{gap:7.69231vw;flex-direction:column;align-items:stretch}}.form-application .form__col--submit{flex-shrink:0}@media only screen and (max-width:640px){.form-application .form__col--submit .btn{width:100%}}.form-application .input{width:23.4375vw;text-align:center}@media only screen and (max-width:1050px) and (min-width:861px){.form-application .input{width:30.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.form-application .input{width:32.55814vw}}@media only screen and (max-width:640px){.form-application .input{width:0;width:100%}}.form-application .input__error{text-align:left}@media only screen and (min-width:641px){.form-application .input__error{position:absolute}}.advantages[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.advantages[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.advantages-block{padding-right:5.20833vw;padding-left:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block{padding-right:0}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block{padding-right:0}}@media only screen and (max-width:640px){.advantages-block{padding-right:0}}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block{padding-left:0}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block{padding-left:0}}@media only screen and (max-width:640px){.advantages-block{padding-left:0}}.advantages-block__inner{display:grid;align-items:start;grid-template-columns:repeat(3,1fr);-moz-column-gap:1.30208vw;column-gap:1.30208vw;row-gap:2.60417vw}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__inner{-moz-column-gap:2.38095vw;column-gap:2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__inner{-moz-column-gap:2.90698vw;column-gap:2.90698vw}}@media only screen and (max-width:640px){.advantages-block__inner{-moz-column-gap:6.41026vw;column-gap:6.41026vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__inner{row-gap:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__inner{row-gap:5.81395vw}}@media only screen and (max-width:640px){.advantages-block__inner{row-gap:12.82051vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__inner{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:860px){.advantages-block__inner{grid-template-columns:1fr}}.advantages-block__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:1050px){.advantages-block__item{align-items:flex-start}}@media only screen and (max-width:860px){.advantages-block__item:last-child{padding-bottom:0}}.advantages-block__img{width:100%;height:13.02083vw;overflow:hidden}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__img{height:23.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__img{height:34.88372vw}}@media only screen and (max-width:640px){.advantages-block__img{height:46.15385vw}}.advantages-block__img img{display:block;width:100%;max-width:100%;height:100%;max-height:100%;margin:auto;-o-object-fit:cover;object-fit:cover}.advantages-block__list{display:grid;margin:0;padding-left:0;list-style:none;gap:.625vw}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list{gap:1.39535vw}}@media only screen and (max-width:640px){.advantages-block__list{gap:3.07692vw}}.advantages-block__list li{position:relative;padding-left:1.82292vw}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list li{padding-left:3.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list li{padding-left:4.06977vw}}@media only screen and (max-width:640px){.advantages-block__list li{padding-left:8.97436vw}}.advantages-block__list li:before{position:absolute;top:.10417vw;left:0;content:"";width:1.25vw;height:1.25vw;background:url(/images/svg/icon-checkbox.svg) no-repeat 50%;background-size:contain}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list li:before{top:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list li:before{top:.23256vw}}@media only screen and (max-width:640px){.advantages-block__list li:before{top:.51282vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list li:before{width:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list li:before{width:2.7907vw}}@media only screen and (max-width:640px){.advantages-block__list li:before{width:6.15385vw}}@media only screen and (max-width:1050px) and (min-width:861px){.advantages-block__list li:before{height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.advantages-block__list li:before{height:2.7907vw}}@media only screen and (max-width:640px){.advantages-block__list li:before{height:6.15385vw}}.advantages-block__list-title{font-weight:500;color:var(--black)}.company[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.company[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}.company__grid{display:grid;grid-template-columns:repeat(2,1fr);padding-right:5.20833vw;padding-left:5.20833vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__grid{padding-right:0}}@media only screen and (max-width:860px) and (min-width:641px){.company__grid{padding-right:0}}@media only screen and (max-width:640px){.company__grid{padding-right:0}}@media only screen and (max-width:1050px) and (min-width:861px){.company__grid{padding-left:0}}@media only screen and (max-width:860px) and (min-width:641px){.company__grid{padding-left:0}}@media only screen and (max-width:640px){.company__grid{padding-left:0}}@media only screen and (max-width:860px){.company__grid{grid-template-columns:1fr;gap:9.30233vw}}@media only screen and (max-width:640px){.company__grid{gap:12.82051vw}}.company__item--left{padding-right:6.77083vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__item--left{padding-right:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__item--left{padding-right:23.25581vw}}@media only screen and (max-width:640px){.company__item--left{padding-right:1.28205vw}}.company__item--right{padding-right:4.6875vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__item--right{padding-right:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__item--right{padding-right:23.25581vw}}@media only screen and (max-width:640px){.company__item--right{padding-right:2.5641vw}}.company__user{display:flex;align-items:center;gap:1.5625vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__user{gap:2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__user{gap:3.48837vw}}@media only screen and (max-width:640px){.company__user{gap:7.69231vw}}.company__user-avatar{flex-shrink:0;width:6.25vw;height:6.25vw;border-radius:50%;overflow:hidden;border:2px solid var(--orange)}@media only screen and (max-width:1050px) and (min-width:861px){.company__user-avatar{width:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__user-avatar{width:9.30233vw}}@media only screen and (max-width:640px){.company__user-avatar{width:20.51282vw}}@media only screen and (max-width:1050px) and (min-width:861px){.company__user-avatar{height:7.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__user-avatar{height:9.30233vw}}@media only screen and (max-width:640px){.company__user-avatar{height:20.51282vw}}.company__user-info{display:flex;flex-direction:column;gap:.26042vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__user-info{gap:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__user-info{gap:.5814vw}}@media only screen and (max-width:640px){.company__user-info{gap:1.28205vw}}.company__text{padding-right:6.25vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__text{padding-right:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__text{padding-right:0}}@media only screen and (max-width:640px){.company__text{padding-right:0}}.company__button-wrapper{display:flex;align-items:center;gap:1.66667vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__button-wrapper{gap:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__button-wrapper{gap:1.86047vw}}@media only screen and (max-width:640px){.company__button-wrapper{gap:3.58974vw}}.company__button .btn__name{text-transform:none}.company__logo{display:flex;align-items:center;justify-content:center;height:1.875vw}@media only screen and (max-width:1050px) and (min-width:861px){.company__logo{height:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.company__logo{height:4.18605vw}}@media only screen and (max-width:640px){.company__logo{height:7.17949vw}}.company__logo img{display:block;max-width:100%;width:100%;max-height:100%;height:100%;-o-object-fit:contain;object-fit:contain}.career__bg{position:absolute;right:0;bottom:0;left:0;z-index:-1}.career__content{background-color:var(--white);padding:5.20833vw;overflow:hidden}.career__content[data-anim=true]{transition:opacity 1s ease .24s,transform 1.2s cubic-bezier(.4,0,0,1) .24s;will-change:opacity,transform}.career__content[data-anim=false]{transform:translate3d(0,1.5vh,0) scaleY(1.25);opacity:0}@media only screen and (max-width:1050px) and (min-width:861px){.career__content{padding:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.career__content{padding:6.97674vw}}@media only screen and (max-width:640px){.career__content{padding:6.15385vw}}.career .info-block__text--2{max-width:44.27083vw;margin-right:auto;margin-left:auto}@media only screen and (max-width:1050px) and (min-width:861px){.career .info-block__text--2{max-width:80.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.career .info-block__text--2{max-width:98.83721vw}}@media only screen and (max-width:640px){.career .info-block__text--2{max-width:217.94872vw;max-width:100%}}@media only screen and (max-width:640px){.career__form{margin-top:12.82051vw}}.career__form__wrapper{max-width:48.17708vw;margin-right:auto;margin-left:auto}@media only screen and (max-width:1050px) and (min-width:861px){.career__form__wrapper{max-width:88.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.career__form__wrapper{max-width:107.55814vw}}@media only screen and (max-width:640px){.career__form__wrapper{max-width:237.17949vw}}.career__form__wrapper .info-block{max-width:30.20833vw;margin-right:auto;margin-left:auto;text-align:center}@media only screen and (max-width:1050px) and (min-width:861px){.career__form__wrapper .info-block{max-width:55.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.career__form__wrapper .info-block{max-width:67.44186vw}}@media only screen and (max-width:640px){.career__form__wrapper .info-block{max-width:148.71795vw}}