@import url(https://fonts.googleapis.com/css2?family=Rubik&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-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-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-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:e-Ukraine;font-style:normal;font-weight:400;src:local("e-Ukraine"),url(./fonts/e-Ukraine-Regular.woff2) format("woff2")}@font-face{font-family:e-Ukraine;font-style:normal;font-weight:700;src:local("e-Ukraine"),url(./fonts/e-Ukraine-Bold.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:local("Montserrat"),url(./fonts/Montserrat-Medium.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:italic;font-weight:500;src:local("Montserrat"),url(./fonts/Montserrat-MediumItalic.woff2) format("woff2")}:root{--e-Ukraine:"e-Ukraine",sans-serif;--Montserrat:"Montserrat",sans-serif;--Rubik:"Rubik",sans-serif;--white:#fff;--white50:hsla(0,0%,100%,0.5);--white12:hsla(0,0%,100%,0.12);--black:#000;--black12:rgba(0,0,0,0.12);--black10:rgba(0,0,0,0.1);--black6:rgba(0,0,0,0.06);--rainy-day-in-mountains:#195761;--sunny:#feead3;--synevyr-lake:#39959d;--green:#172c28;--green-light:#01ab78;--pine-forest:#004e40;--light-gray:#d6d7d5;--pine-forest--darken:#0f1f1e;--night-black:#070d0b;--night-black50:rgba(7,13,11,0.5);--brown:#181512;--document-bg:var(--white);--footer-bg:var(--pine-forest);--bg-overlay:rgba(0,0,0,0.7);--red:red;--prlxTransition:transform 0s 0s}html{font-weight:500;font-family:var(--Montserrat);color:var(--night-black);min-height:100%;height:100%;-webkit-text-size-adjust:100%}body,html{position:relative;display:grid;width:100%}body{--scrollTop:0px;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}a,button{cursor:pointer;color:inherit}a{text-decoration:none}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--e-Ukraine);font-weight:700}.h1,h1{font-size:3.125vw;line-height:1.2}@media only screen and (max-width:1440px) and (min-width:1051px){.h1,h1{font-size:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.h1,h1{font-size:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.h1,h1{font-size:4.18605vw}}@media only screen and (max-width:640px){.h1,h1{font-size:6.66667vw}}.h2,h2{font-size:2.5vw;line-height:1.25}@media only screen and (max-width:1440px) and (min-width:1051px){.h2,h2{font-size:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.h2,h2{font-size:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.h2,h2{font-size:2.7907vw}}@media only screen and (max-width:640px){.h2,h2{font-size:6.66667vw}}b,strong{margin:0;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}.form{position:relative;display:flex;gap:1.25vw;background-color:var(--white);border-radius:.625vw;padding:2.1875vw 1.875vw;color:var(--night-black)}@media only screen and (max-width:1440px) and (min-width:1051px){.form{gap:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.form{gap:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.form{gap:2.7907vw}}@media only screen and (max-width:640px){.form{gap:6.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.form{border-radius:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.form{border-radius:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.form{border-radius:1.39535vw}}@media only screen and (max-width:640px){.form{border-radius:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.form{padding:2.91667vw 2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.form{padding:4vw 3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.form{padding:4.88372vw 4.18605vw}}@media only screen and (max-width:640px){.form{padding:6.66667vw 5vw}}.form--horizontal{display:flex}.form--horizontal[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.form--horizontal[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}@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__col{display:flex;flex:1 0 0;align-items:center}@media only screen and (max-width:640px){.form--horizontal .form__col{width:100%}}@media only screen and (max-width:860px) and (min-width:641px),only screen and (max-width:1050px) and (min-width:861px){.form--horizontal .form__col--heading{flex:initial;flex-shrink:0;width:100%}.form--horizontal .form__col--heading br{display:none}}@media only screen and (max-width:640px){.form--horizontal .form__col--heading .faq__question,.form--horizontal .form__col--heading .h4,.form--horizontal .form__col--heading .h5,.form--horizontal .form__col--heading .h6,.form--horizontal .form__col--heading .input__field,.form--horizontal .form__col--heading .input__label,.form--horizontal .form__col--heading .subheading,.form--horizontal .form__col--heading h4,.form--horizontal .form__col--heading h5,.form--horizontal .form__col--heading h6{margin-right:auto;margin-left:auto;text-align:center}}.form--horizontal .form__col .input{width:100%}.form--horizontal .form__col--submit{flex:initial}@media only screen and (max-width:640px){.form--horizontal .form__col--submit{justify-content:center}}.form--horizontal .input__error{position:absolute}.form--vertical{flex-direction:column}.form--transparent{background-color:transparent;color:var(--white)}.input{position:relative}.input:active:not(:disabled) .input__field,body:not(.is-touch-device) .input:hover:not(:disabled) .input__field{border-color:var(--night-black)}.input--white:active:not(:disabled) .input__field,body:not(.is-touch-device) .input--white:hover:not(:disabled) .input__field{border-color:var(--white50)}.input--white .input__label{color:var(--white50)}.input--white .input__field{border-color:var(--white);color:var(--white)}.input--white .input__field:-webkit-autofill{font-size:.9375vw!important;border-color:var(--white50);-webkit-box-shadow:inset 0 0 0 2.60417vw var(--pine-forest);-webkit-text-fill-color:var(--white)}@media only screen and (max-width:1440px) and (min-width:1051px){.input--white .input__field:-webkit-autofill{font-size:1.25vw!important;-webkit-box-shadow:inset 0 0 0 3.47222vw var(--pine-forest)}}@media only screen and (max-width:1050px) and (min-width:861px){.input--white .input__field:-webkit-autofill{font-size:1.71429vw!important;-webkit-box-shadow:inset 0 0 0 4.7619vw var(--pine-forest)}}@media only screen and (max-width:860px) and (min-width:641px){.input--white .input__field:-webkit-autofill{font-size:2.09302vw!important;-webkit-box-shadow:inset 0 0 0 5.81395vw var(--pine-forest)}}@media only screen and (max-width:640px){.input--white .input__field:-webkit-autofill{font-size:5vw!important;-webkit-box-shadow:inset 0 0 0 13.88889vw var(--pine-forest)}}.input--white .input__field:focus{border-color:var(--white50)}.input.is-filled .input__label{top:0}.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}.input--full{width:100%}.input__wrapper{position:relative}.input__label{pointer-events:none;position:absolute;top:1.35417vw;left:.10417vw;display:block;font-weight:300;color:var(--night-black50);transition:all .22s}@media only screen and (max-width:1440px) and (min-width:1051px){.input__label{top:1.80556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__label{top:2.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__label{top:3.02326vw}}@media only screen and (max-width:640px){.input__label{top:7.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.input__label{left:.13889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__label{left:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__label{left:.23256vw}}@media only screen and (max-width:640px){.input__label{left:.55556vw}}.input__field{display:block;width:100%;resize:none;outline:none;padding:1.35417vw .10417vw .52083vw;color:var(--black);border:none;border-bottom:1px solid var(--black10);background-color:transparent;transition:.3s ease;transition-property:border-color;text-align:left}@media only screen and (max-width:1440px) and (min-width:1051px){.input__field{padding:1.80556vw .13889vw .69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__field{padding:2.47619vw .19048vw .95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__field{padding:3.02326vw .23256vw 1.16279vw}}@media only screen and (max-width:640px){.input__field{padding:7.22222vw .55556vw 2.77778vw}}.input__field:-webkit-autofill{font-size:.9375vw!important;border-color:var(--night-black);-webkit-box-shadow:inset 0 0 0 2.60417vw var(--white);-webkit-text-fill-color:var(--black)}@media only screen and (max-width:1440px) and (min-width:1051px){.input__field:-webkit-autofill{font-size:1.25vw!important;-webkit-box-shadow:inset 0 0 0 3.47222vw var(--white)}}@media only screen and (max-width:1050px) and (min-width:861px){.input__field:-webkit-autofill{font-size:1.71429vw!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:2.09302vw!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:5vw!important;-webkit-box-shadow:inset 0 0 0 13.88889vw 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__field:focus{border-color:var(--night-black)}.input__field:focus+label{top:.20833vw}@media only screen and (max-width:1440px) and (min-width:1051px){.input__field:focus+label{top:.27778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.input__field:focus+label{top:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.input__field:focus+label{top:.46512vw}}@media only screen and (max-width:640px){.input__field:focus+label{top:1.11111vw}}.input__error{display:none;margin-top:.15625vw;color:var(--red)}@media only screen and (max-width:1440px) and (min-width:1051px){.input__error{margin-top:.20833vw}}@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:.83333vw}}@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%;height:2.5vw;padding-right:1.25vw;padding-left:1.25vw;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.btn{height:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn{height:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn{height:5.5814vw}}@media only screen and (max-width:640px){.btn{height:13.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.btn{padding-right:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn{padding-right:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn{padding-right:2.7907vw}}@media only screen and (max-width:640px){.btn{padding-right:6.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.btn{padding-left:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn{padding-left:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn{padding-left:2.7907vw}}@media only screen and (max-width:640px){.btn{padding-left:6.66667vw}}.btn.is-disabled,.btn:disabled,.btn[disabled]{cursor:not-allowed}.btn.is-disabled:before,.btn:disabled:before,.btn[disabled]:before{background:rgba(7,13,11,.24)}.btn.is-disabled .btn__name,.btn:disabled .btn__name,.btn[disabled] .btn__name{color:var(--white50)}.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.66667vw;height:1.66667vw;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:1440px) and (min-width:1051px){.btn.is-loading:after{width:2.22222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn.is-loading:after{width:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn.is-loading:after{width:3.72093vw}}@media only screen and (max-width:640px){.btn.is-loading:after{width:8.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.btn.is-loading:after{height:2.22222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn.is-loading:after{height:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn.is-loading:after{height:3.72093vw}}@media only screen and (max-width:640px){.btn.is-loading:after{height:8.88889vw}}.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:var(--night-black);transition:background .3s ease}.btn:active:not(:disabled):before,body:not(.is-touch-device) .btn:hover:not(:disabled):before{background:var(--night-black50)}.btn__icon{pointer-events:none;margin-right:.52083vw}@media only screen and (max-width:1440px) and (min-width:1051px){.btn__icon{margin-right:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn__icon{margin-right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__icon{margin-right:1.16279vw}}@media only screen and (max-width:640px){.btn__icon{margin-right:2.77778vw}}.btn__name{pointer-events:none;position:relative;z-index:1;font-weight:500;line-height:1;color:var(--white);transition:color .3s ease}.btn--full{width:100%}.btn--small{height:2.08333vw;padding-right:.625vw;padding-left:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.btn--small{height:2.77778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--small{height:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--small{height:4.65116vw}}@media only screen and (max-width:640px){.btn--small{height:11.11111vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.btn--small{padding-right:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--small{padding-right:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--small{padding-right:1.39535vw}}@media only screen and (max-width:640px){.btn--small{padding-right:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.btn--small{padding-left:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--small{padding-left:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--small{padding-left:1.39535vw}}@media only screen and (max-width:640px){.btn--small{padding-left:3.33333vw}}.btn--secondary:before{background:rgba(51,51,51,.24)}.btn--secondary12:before{background:hsla(0,0%,100%,.12)}.btn--secondary36:before{background:rgba(24,45,41,.36)}.btn--white:active:not(:disabled):before,body:not(.is-touch-device) .btn--white:hover:not(:disabled):before{background:var(--white50)}.btn--white:before{background:var(--white)}.btn--white .btn__name{color:var(--night-black)}.btn--black:before{background:var(--night-black)}.btn--black .btn__name{font-weight:500}.btn--green:before{background:var(--pine-forest)}.btn--green .btn__name{font-weight:500}.btn--circle{width:2.5vw;padding:0}@media only screen and (max-width:1440px) and (min-width:1051px){.btn--circle{width:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn--circle{width:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn--circle{width:5.5814vw}}@media only screen and (max-width:640px){.btn--circle{width:13.33333vw}}.btn--center{margin-right:auto;margin-left:auto}.btn__wrap{display:flex;-moz-column-gap:1.04167vw;column-gap:1.04167vw}@media only screen and (max-width:1440px) and (min-width:1051px){.btn__wrap{-moz-column-gap:1.38889vw;column-gap:1.38889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn__wrap{-moz-column-gap:1.90476vw;column-gap:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn__wrap{-moz-column-gap:2.32558vw;column-gap:2.32558vw}}@media only screen and (max-width:640px){.btn__wrap{flex-direction:column}}.btn-to-top{position:fixed;z-index:3;right:1.04167vw;bottom:1.04167vw;transition:right .3s ease,opacity .3s ease}@media only screen and (max-width:1440px) and (min-width:1051px){.btn-to-top{right:1.38889vw;bottom:1.38889vw;width:2.5vw;height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.btn-to-top{right:1.90476vw;bottom:1.90476vw;width:3.42857vw;height:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.btn-to-top{right:2.32558vw;bottom:2.32558vw;width:4.65116vw;height:4.65116vw}}@media only screen and (max-width:640px){.btn-to-top{right:4.26667vw;bottom:2.66667vw;width:9.6vw;height:9.6vw}}body.menu--opened .btn-to-top,body:not(.not-in-top) .btn-to-top{pointer-events:none;opacity:0;right:0}.link{text-decoration:underline}.link--telegram{display:inline-flex;align-items:center}.link--icon-right .link__icon{margin-right:0;margin-left:.26042vw}@media only screen and (max-width:1440px) and (min-width:1051px){.link--icon-right .link__icon{margin-left:.34722vw}}@media only screen and (max-width:1050px) and (min-width:861px){.link--icon-right .link__icon{margin-left:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.link--icon-right .link__icon{margin-left:.5814vw}}@media only screen and (max-width:640px){.link--icon-right .link__icon{margin-left:1.38889vw}}.link:active:not(:disabled),body:not(.is-touch-device) .link:hover:not(:disabled){text-decoration:none}.link__icon{pointer-events:none;margin-right:.26042vw}@media only screen and (max-width:1440px) and (min-width:1051px){.link__icon{margin-right:.34722vw}}@media only screen and (max-width:1050px) and (min-width:861px){.link__icon{margin-right:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.link__icon{margin-right:.5814vw}}@media only screen and (max-width:640px){.link__icon{margin-right:1.38889vw}}.link__name{pointer-events:none;position:relative;z-index:1;font-weight:500;line-height:1;color:inherit;transition:color .3s ease}.mt48{margin-top:2.5vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mt48{margin-top:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mt48{margin-top:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt48{margin-top:5.5814vw}}@media only screen and (max-width:640px){.mt48{margin-top:13.33333vw;margin-top:6.66667vw}}.mt24{margin-top:1.25vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mt24{margin-top:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mt24{margin-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt24{margin-top:2.7907vw}}@media only screen and (max-width:640px){.mt24{margin-top:6.66667vw}}.mt18,.offer-card__button,.status-card__button{margin-top:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mt18,.offer-card__button,.status-card__button{margin-top:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mt18,.offer-card__button,.status-card__button{margin-top:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt18,.offer-card__button,.status-card__button{margin-top:2.09302vw}}@media only screen and (max-width:640px){.mt18,.offer-card__button,.status-card__button{margin-top:5vw}}.mt12{margin-top:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mt12{margin-top:.83333vw}}@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.33333vw}}.mt6{margin-top:.3125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mt6{margin-top:.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mt6{margin-top:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.mt6{margin-top:.69767vw}}@media only screen and (max-width:640px){.mt6{margin-top:1.66667vw}}.mb48{margin-bottom:2.5vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mb48{margin-bottom:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mb48{margin-bottom:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb48{margin-bottom:5.5814vw}}@media only screen and (max-width:640px){.mb48{margin-bottom:13.33333vw}}.mb24,.md-popup__title{margin-bottom:1.25vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mb24,.md-popup__title{margin-bottom:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mb24,.md-popup__title{margin-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb24,.md-popup__title{margin-bottom:2.7907vw}}@media only screen and (max-width:640px){.mb24,.md-popup__title{margin-bottom:6.66667vw}}.mb18,.md-popup__icon{margin-bottom:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mb18,.md-popup__icon{margin-bottom:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mb18,.md-popup__icon{margin-bottom:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb18,.md-popup__icon{margin-bottom:2.09302vw}}@media only screen and (max-width:640px){.mb18,.md-popup__icon{margin-bottom:5vw}}.mb12{margin-bottom:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mb12{margin-bottom:.83333vw}}@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.33333vw}}.mb6{margin-bottom:.3125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.mb6{margin-bottom:.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mb6{margin-bottom:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.mb6{margin-bottom:.69767vw}}@media only screen and (max-width:640px){.mb6{margin-bottom:1.66667vw}}.br100,.btn,.carousel__navigation{border-radius:5.20833vw}@media only screen and (max-width:1440px) and (min-width:1051px){.br100,.btn,.carousel__navigation{border-radius:6.94444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.br100,.btn,.carousel__navigation{border-radius:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.br100,.btn,.carousel__navigation{border-radius:11.62791vw}}@media only screen and (max-width:640px){.br100,.btn,.carousel__navigation{border-radius:27.77778vw}}.br8,.md-popup--renders .render__inner,.md-popup__inner,.offer-card,.offer-card__top,.status-card,.status-card__top,.team-leader,.team-leader__photo,.team__item{border-radius:.41667vw}@media only screen and (max-width:1440px) and (min-width:1051px){.br8,.md-popup--renders .render__inner,.md-popup__inner,.offer-card,.offer-card__top,.status-card,.status-card__top,.team-leader,.team-leader__photo,.team__item{border-radius:.55556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.br8,.md-popup--renders .render__inner,.md-popup__inner,.offer-card,.offer-card__top,.status-card,.status-card__top,.team-leader,.team-leader__photo,.team__item{border-radius:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.br8,.md-popup--renders .render__inner,.md-popup__inner,.offer-card,.offer-card__top,.status-card,.status-card__top,.team-leader,.team-leader__photo,.team__item{border-radius:.93023vw}}@media only screen and (max-width:640px){.br8,.md-popup--renders .render__inner,.md-popup__inner,.offer-card,.offer-card__top,.status-card,.status-card__top,.team-leader,.team-leader__photo,.team__item{border-radius:2.22222vw}}.blur24,.btn--secondary:before,.header__burger:before,.socials__item:before{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}@media only screen and (max-width:1440px) and (min-width:1051px){.blur24,.btn--secondary:before,.header__burger:before,.socials__item:before{-webkit-backdrop-filter:blur(1.66667vw);backdrop-filter:blur(1.66667vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.blur24,.btn--secondary:before,.header__burger:before,.socials__item:before{-webkit-backdrop-filter:blur(2.28571vw);backdrop-filter:blur(2.28571vw)}}@media only screen and (max-width:860px) and (min-width:641px){.blur24,.btn--secondary:before,.header__burger:before,.socials__item:before{-webkit-backdrop-filter:blur(2.7907vw);backdrop-filter:blur(2.7907vw)}}@media only screen and (max-width:640px){.blur24,.btn--secondary:before,.header__burger:before,.socials__item:before{-webkit-backdrop-filter:blur(6.66667vw);backdrop-filter:blur(6.66667vw)}}.blur12,.btn,.btn--secondary12:before,.btn--secondary36:before,.carousel .play-slide,.carousel__navigation,.md-popup__close:before{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media only screen and (max-width:1440px) and (min-width:1051px){.blur12,.btn,.btn--secondary12:before,.btn--secondary36:before,.carousel .play-slide,.carousel__navigation,.md-popup__close:before{-webkit-backdrop-filter:blur(.83333vw);backdrop-filter:blur(.83333vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.blur12,.btn,.btn--secondary12:before,.btn--secondary36:before,.carousel .play-slide,.carousel__navigation,.md-popup__close:before{-webkit-backdrop-filter:blur(1.14286vw);backdrop-filter:blur(1.14286vw)}}@media only screen and (max-width:860px) and (min-width:641px){.blur12,.btn,.btn--secondary12:before,.btn--secondary36:before,.carousel .play-slide,.carousel__navigation,.md-popup__close:before{-webkit-backdrop-filter:blur(1.39535vw);backdrop-filter:blur(1.39535vw)}}@media only screen and (max-width:640px){.blur12,.btn,.btn--secondary12:before,.btn--secondary36:before,.carousel .play-slide,.carousel__navigation,.md-popup__close:before{-webkit-backdrop-filter:blur(3.33333vw);backdrop-filter:blur(3.33333vw)}}.blur4,.tooltip__btn,.tooltip__btn__icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media only screen and (max-width:1440px) and (min-width:1051px){.blur4,.tooltip__btn,.tooltip__btn__icon{-webkit-backdrop-filter:blur(.27778vw);backdrop-filter:blur(.27778vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.blur4,.tooltip__btn,.tooltip__btn__icon{-webkit-backdrop-filter:blur(.38095vw);backdrop-filter:blur(.38095vw)}}@media only screen and (max-width:860px) and (min-width:641px){.blur4,.tooltip__btn,.tooltip__btn__icon{-webkit-backdrop-filter:blur(.46512vw);backdrop-filter:blur(.46512vw)}}@media only screen and (max-width:640px){.blur4,.tooltip__btn,.tooltip__btn__icon{-webkit-backdrop-filter:blur(1.11111vw);backdrop-filter:blur(1.11111vw)}}.bw1,.faq__item,.input__field,.offer-card,.team-leader,.team__item,.team__item__top,.tooltip__btn,.tooltip__btn__icon{border-width:1px}@media only screen and (min-width:1921px){.bw1,.faq__item,.input__field,.offer-card,.team-leader,.team__item,.team__item__top,.tooltip__btn,.tooltip__btn__icon{border-width:.05208vw}}@media only screen and (max-width:640px){.bw1,.faq__item,.input__field,.offer-card,.team-leader,.team__item,.team__item__top,.tooltip__btn,.tooltip__btn__icon{border-width:.27778vw}}.h3,.headingH3,h3{font-size:1.25vw;line-height:1.25}@media only screen and (max-width:1440px) and (min-width:1051px){.h3,.headingH3,h3{font-size:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.h3,.headingH3,h3{font-size:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.h3,.headingH3,h3{font-size:2.7907vw}}@media only screen and (max-width:640px){.h3,.headingH3,h3{font-size:6.66667vw}}.faq__question,.h4,.h5,.h6,.input__field,.input__label,.subheading,h4,h5,h6{font-family:var(--e-Ukraine);font-weight:400;font-size:.9375vw;line-height:1.33}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__question,.h4,.h5,.h6,.input__field,.input__label,.subheading,h4,h5,h6{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__question,.h4,.h5,.h6,.input__field,.input__label,.subheading,h4,h5,h6{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__question,.h4,.h5,.h6,.input__field,.input__label,.subheading,h4,h5,h6{font-size:2.09302vw}}@media only screen and (max-width:640px){.faq__question,.h4,.h5,.h6,.input__field,.input__label,.subheading,h4,h5,h6{font-size:5vw}}.bodyLink,.bodyNormal,.btn__name,.faq__item a,.input.is-filled .input__label,.link__name,.md-popup__desc,html{font-size:.78125vw;line-height:1.6}@media only screen and (max-width:1440px) and (min-width:1051px){.bodyLink,.bodyNormal,.btn__name,.faq__item a,.input.is-filled .input__label,.link__name,.md-popup__desc,html{font-size:1.04167vw}}@media only screen and (max-width:1050px) and (min-width:861px){.bodyLink,.bodyNormal,.btn__name,.faq__item a,.input.is-filled .input__label,.link__name,.md-popup__desc,html{font-size:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.bodyLink,.bodyNormal,.btn__name,.faq__item a,.input.is-filled .input__label,.link__name,.md-popup__desc,html{font-size:1.74419vw}}@media only screen and (max-width:640px){.bodyLink,.bodyNormal,.btn__name,.faq__item a,.input.is-filled .input__label,.link__name,.md-popup__desc,html{font-size:4.16667vw}}.bodyLink,.faq__item a{text-decoration:underline}.bodyLink:active:not(:disabled),.faq__item a:active:not(:disabled),.faq__item body:not(.is-touch-device) a:hover:not(:disabled),body:not(.is-touch-device) .bodyLink:hover:not(:disabled),body:not(.is-touch-device) .faq__item a:hover:not(:disabled){text-decoration:none}.bodySmall,.btn--small .btn__name,.carousel__caption,.carousel__counter,.footer__col__desc,.input__error,.input__field:focus+label,.md-popup__text,.tag__name,.txt-small{font-size:.625vw;line-height:1.5}@media only screen and (max-width:1440px) and (min-width:1051px){.bodySmall,.btn--small .btn__name,.carousel__caption,.carousel__counter,.footer__col__desc,.input__error,.input__field:focus+label,.md-popup__text,.tag__name,.txt-small{font-size:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.bodySmall,.btn--small .btn__name,.carousel__caption,.carousel__counter,.footer__col__desc,.input__error,.input__field:focus+label,.md-popup__text,.tag__name,.txt-small{font-size:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.bodySmall,.btn--small .btn__name,.carousel__caption,.carousel__counter,.footer__col__desc,.input__error,.input__field:focus+label,.md-popup__text,.tag__name,.txt-small{font-size:1.39535vw}}@media only screen and (max-width:640px){.bodySmall,.btn--small .btn__name,.carousel__caption,.carousel__counter,.footer__col__desc,.input__error,.input__field:focus+label,.md-popup__text,.tag__name,.txt-small{font-size:3.33333vw}}.anim50{transform:translateY(3.47222vw);opacity:0}@media only screen and (max-width:1440px) and (min-width:1051px){.anim50{transform:translateY(3.47222vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.anim50{transform:translateY(4.7619vw)}}@media only screen and (max-width:860px) and (min-width:641px){.anim50{transform:translateY(5.81395vw)}}@media only screen and (max-width:640px){.anim50{transform:translateY(13.88889vw)}}.anim150{transform:translateY(10.41667vw);opacity:0}@media only screen and (max-width:1440px) and (min-width:1051px){.anim150{transform:translateY(10.41667vw)}}@media only screen and (max-width:1050px) and (min-width:861px){.anim150{transform:translateY(14.28571vw)}}@media only screen and (max-width:860px) and (min-width:641px){.anim150{transform:translateY(11.62791vw)}}@media only screen and (max-width:640px){.anim150{transform:translateY(13.88889vw)}}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(--sunny)}@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.38889vw;height:1.38889vw}}body:not(.is-touch-device) .custom-scrollbar::-webkit-scrollbar-thumb,body:not(.is-touch-device) .mobile-menu::-webkit-scrollbar-thumb{background-color:var(--pine-forest)}#loader{transition:opacity .3s ease}.gsap-content,.gsap-wrapper{display:grid}.main,.md-section{overflow:hidden}.md-section{position:relative;padding:6.25vw 0}@media only screen and (max-width:1440px) and (min-width:1051px){.md-section{padding:8.33333vw 0}}@media only screen and (max-width:1050px) and (min-width:861px){.md-section{padding:6.85714vw 0}}@media only screen and (max-width:860px) and (min-width:641px){.md-section{padding:5.5814vw 0}}@media only screen and (max-width:640px){.md-section{padding:16.66667vw 0}}body.is-loaded .md-section[data-background]{transition:background-color .6s ease-in-out}.md-section.noPadding{padding:0}.md-container{width:100%;max-width:100%;margin-right:auto;margin-left:auto;padding-right:6.25vw;padding-left:6.25vw}@media only screen and (min-width:1441px){.md-container{max-width:75vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.md-container{padding-right:8.33333vw;padding-left:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-container{padding-right:3.42857vw;padding-left:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-container{padding-right:2.7907vw;padding-left:2.7907vw}}@media only screen and (max-width:640px){.md-container{padding-left:3.33333vw;padding-right:3.33333vw}}.md-container--full{padding-right:0;padding-left:0}.md-head{position:relative;z-index:1}.md-head[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.md-head[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}@media only screen and (max-width:640px){.md-head{display:flex;flex-direction:column}}.md-head.space-between{display:flex;align-items:center}@media only screen and (max-width:640px){.md-head.space-between{align-items:flex-start}}.tac{text-align:center}.tar{text-align:right}.space-between{justify-content:space-between}.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}}.bg-brown{background-color:var(--brown)}.bg-sunny{background-color:var(--sunny)}.bg-light-gray{background-color:var(--light-gray)}.bg-pine-darken{background-color:var(--pine-forest--darken)}.bg-pine{background-color:var(--pine-forest)}.bg-green{background-color:var(--green)}.txt._66{max-width:66%}@media only screen and (max-width:640px){.txt._66{max-width:100%}}.txt p{margin-bottom:0}.txt-white{color:var(--white)}.txt-white50{color:var(--white50)}.txt-black{color:var(--night-black)}.txt-black50{color:var(--night-black50)}.md-picture,.md-picture img{display:block;max-width:100%;width:100%}.md-picture--auto,.md-picture--auto img{width:auto}.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:1440px) and (min-width:1051px){.svg{width:1.66667vw}}@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.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.svg{height:1.66667vw}}@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.66667vw}}.svg--xl{width:1.45833vw;height:1.45833vw}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--xl{width:1.94444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--xl{width:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--xl{width:3.25581vw}}@media only screen and (max-width:640px){.svg--xl{width:7.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--xl{height:1.94444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--xl{height:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--xl{height:3.25581vw}}@media only screen and (max-width:640px){.svg--xl{height:7.77778vw}}.svg--sm{width:.9375vw;height:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--sm{width:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--sm{width:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--sm{width:2.09302vw}}@media only screen and (max-width:640px){.svg--sm{width:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--sm{height:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--sm{height:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--sm{height:2.09302vw}}@media only screen and (max-width:640px){.svg--sm{height:5vw}}.svg--xs{width:.78125vw;height:.78125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--xs{width:1.04167vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--xs{width:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--xs{width:1.74419vw}}@media only screen and (max-width:640px){.svg--xs{width:4.16667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.svg--xs{height:1.04167vw}}@media only screen and (max-width:1050px) and (min-width:861px){.svg--xs{height:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.svg--xs{height:1.74419vw}}@media only screen and (max-width:640px){.svg--xs{height:4.16667vw}}.svg__wrap{display:flex}.svg__wrap--top{align-items:flex-start}.svg__wrap--center{align-items:center}.svg__wrap--bottom{align-items:flex-end}.fill--black{fill:var(--black);color:var(--black)}.fill--white{fill:var(--white);color:var(--white)}.fill--white50{fill:var(--white50);color:var(--white50)}.fill--sunny{fill:var(--sunny);color:var(--sunny)}.fill--green-light{fill:var(--green-light);color:var(--green-light)}.md-popup{position:fixed;top:0;left:0;display:block;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity 0s linear .5s;color:var(--night-black);display:none}.md-popup,.md-popup[data-popup=notify]{z-index:11}.md-popup--showed{opacity:1;pointer-events:all;transition:opacity 0s linear 0s}.md-popup--showed .md-popup__bg{opacity:1;transition:opacity .4s ease-in-out 0s}.md-popup--showed .md-popup__close{opacity:1}.md-popup--showed .md-popup__inner{opacity:1;transform:translate3d(-50%,-50%,0)}.md-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}.md-popup__bg[data-popup-close]{cursor:pointer}.md-popup__close{position:absolute;top:0;right:0;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:1440px) and (min-width:1051px){.md-popup__close{width:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__close{width:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__close{width:8.37209vw}}@media only screen and (max-width:640px){.md-popup__close{width:20vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup__close{height:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__close{height:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__close{height:8.37209vw}}@media only screen and (max-width:640px){.md-popup__close{height:20vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup__close{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__close{padding:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__close{padding:2.09302vw}}@media only screen and (max-width:640px){.md-popup__close{padding:5vw}}.md-popup__close:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;content:"";width:1.875vw;height:1.875vw;background:var(--white12);border-radius:50%;transition:transform .4s ease-in-out;will-change:transform}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup__close:before{width:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__close:before{width:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__close:before{width:4.18605vw}}@media only screen and (max-width:640px){.md-popup__close:before{width:10vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup__close:before{height:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__close:before{height:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__close:before{height:4.18605vw}}@media only screen and (max-width:640px){.md-popup__close:before{height:10vw}}.md-popup__close:hover:before{transform:scale(.9)}.md-popup__close:hover .svg{transform:rotate(-180deg)}.md-popup__close svg{will-change:transform;transition:transform .3s cubic-bezier(.455,.03,.515,.955) .05s}.md-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(--white);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:1440px) and (min-width:1051px){.md-popup__inner{max-width:33.33333vw;min-width:33.33333vw;padding:3.33333vw 2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup__inner{max-width:49.52381vw;padding:3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup__inner{max-width:60.46512vw;padding:4.65116vw}}@media only screen and (max-width:640px){.md-popup__inner{max-width:calc(100% - 8.88889vw);width:100%;padding:11.11111vw 4.44444vw;background-color:var(--sunny)}}.md-popup__title{text-align:center}.md-popup__icon{display:none;width:3.125vw;height:3.125vw;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:640px){.md-popup__icon{width:13.88889vw;height:13.88889vw}}.md-popup__icon.success{background-image:url(images/icon-success.svg)}.md-popup__icon.failure{background-image:url(images/icon-warning.svg)}.md-popup__desc{text-align:center}.md-popup--form .form{padding:0}.md-popup--form .md-popup__inner{width:27.08333vw;max-width:100%;padding:2.5vw 1.875vw;background-color:var(--white)}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup--form .md-popup__inner{width:36.11111vw;padding:3.33333vw 2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup--form .md-popup__inner{width:49.52381vw;padding:4.57143vw 2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup--form .md-popup__inner{width:50vw;padding:5.5814vw 2.7907vw}}@media only screen and (max-width:640px){.md-popup--form .md-popup__inner{background-color:var(--sunny);width:calc(100% - 6.4vw);padding:9.6vw 4.8vw}}@media only screen and (max-width:640px){.md-popup--form .md-popup__inner .form{background-color:var(--sunny)}}.md-popup--form .md-popup__inner .form__col--heading{text-align:center}@media only screen and (max-width:640px){.md-popup--form .md-popup__inner .form .h3,.md-popup--form .md-popup__inner .form .headingH3,.md-popup--form .md-popup__inner .form h3{font-size:5vw;line-height:1.33}}.md-popup--renders .md-popup__close{z-index:3}.md-popup--renders .md-popup__inner{padding:0;background:initial;overflow:auto;max-width:100%}@media (orientation:landscape){.md-popup--renders .md-popup__inner{max-width:100%}}.md-popup--renders:not(.md-popup--showed) .nav-arrows__item{opacity:0;transform:translateX(0);transition:transform .3s ease .2s,opacity .3s ease .2s}.md-popup--renders .nav-arrows{max-width:28.64583vw;width:100%}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup--renders .nav-arrows{max-width:38.19444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup--renders .nav-arrows{max-width:52.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup--renders .nav-arrows{max-width:63.95349vw}}@media only screen and (max-width:640px){.md-popup--renders .nav-arrows{max-width:152.77778vw}}.md-popup--renders .nav-arrows__item{transition:background-color .3s ease,transform .3s ease .35s,opacity .3s ease .35s}.md-popup--renders .renders-slider{max-width:28.64583vw;background-color:transparent}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup--renders .renders-slider{max-width:38.19444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup--renders .renders-slider{max-width:52.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup--renders .renders-slider{max-width:63.95349vw}}@media only screen and (max-width:640px){.md-popup--renders .renders-slider{max-width:152.77778vw}}.md-popup--renders .renders-slider__inner{position:relative;width:100%;align-items:center;}@media (orientation:landscape){.md-popup--renders .render{text-align:center}}.md-popup--renders .render__inner{position:relative;display:inline-flex;width:100%;height:100%;text-align:center;overflow:hidden}@media only screen and (orientation:landscape) and (max-width:860px){.md-popup--renders .render__inner{border-radius:0}}.md-popup--renders .render__img:not(:focus) .render__caption{display:none}@media (orientation:landscape){.md-popup--renders .render__img,.md-popup--renders .render img{height:100%;max-height:100%;max-width:100%;margin-right:auto;margin-left:auto}}.md-popup--renders .render__caption{position:absolute;right:0;bottom:0;left:0;padding:.9375vw .625vw 2.29167vw;color:var(--white);text-align:center;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.24))}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup--renders .render__caption{padding:1.25vw .83333vw 3.05556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup--renders .render__caption{padding:1.71429vw 1.14286vw 4.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup--renders .render__caption{padding:2.09302vw 1.39535vw 5.11628vw}}@media only screen and (max-width:640px){.md-popup--renders .render__caption{padding:5vw 3.33333vw 12.22222vw}}.md-popup--renders .render__caption__text{font-size:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.md-popup--renders .render__caption__text{font-size:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.md-popup--renders .render__caption__text{font-size:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.md-popup--renders .render__caption__text{font-size:2.09302vw}}@media only screen and (max-width:640px){.md-popup--renders .render__caption__text{font-size:5vw}}.socials{display:flex;gap:.83333vw}@media only screen and (max-width:1440px) and (min-width:1051px){.socials{gap:1.11111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.socials{gap:1.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.socials{gap:1.86047vw}}@media only screen and (max-width:640px){.socials{gap:4.26667vw}}.socials__item{position:relative;display:flex;align-items:center;justify-content:center;width:2.5vw;height:2.5vw;border-radius:50%;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.socials__item{width:3.33333vw;height:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.socials__item{width:4.57143vw;height:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.socials__item{width:5.5814vw;height:5.5814vw}}@media only screen and (max-width:640px){.socials__item{width:12.8vw;height:12.8vw}}.socials__item:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background:rgba(51,51,51,.24);transition:background .3s ease}.socials__item:active:not(:disabled):before,body:not(.is-touch-device) .socials__item:hover:not(:disabled):before{background:var(--night-black50)}.header{position:fixed;z-index:5;display:block;margin-top:0;transition:background-color 0s;will-change:background-color}.header,.header:before{top:0;left:0;width:100%}.header:before{content:"";position:absolute;height:100%}@media only screen and (max-width:640px){body.menu--opened .header{background-color:var(--brown);transition:background-color .3s cubic-bezier(.455,.03,.515,.955)}body.menu--opened .header .header__logo{height:100%}}#app.scroll-up .header{transition:background-color .3s cubic-bezier(.455,.03,.515,.955);background-color:#242424;}#app.scroll-up .header .header__logo{height:100%}#app.scroll-down .header{pointer-events:none;transition:background-color .3s cubic-bezier(.455,.03,.515,.955);background-color:#242424;}#app.scroll-down .header .header__logo{height:100%}.header__inner{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;height:5vw;transition:transform .4s cubic-bezier(.455,.03,.515,.955),background-color .4s;will-change:transform,background-color}@media only screen and (max-width:1440px) and (min-width:1051px){.header__inner{height:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__inner{height:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__inner{height:11.16279vw}}@media only screen and (max-width:640px){.header__inner{height:22.22222vw}}#app.scroll-up .header__inner{transform:none}.header__left,.header__right{display:flex;align-items:center;pointer-events:all}.header__left{position:relative;z-index:1;flex-shrink:0}.header__right{margin-left:auto}.header__right .btn{padding-right:.9375vw;padding-left:.78125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.header__right .btn{padding-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__right .btn{padding-right:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__right .btn{padding-right:2.09302vw}}@media only screen and (max-width:640px){.header__right .btn{padding-right:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__right .btn{padding-left:1.04167vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__right .btn{padding-left:1.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__right .btn{padding-left:1.74419vw}}@media only screen and (max-width:640px){.header__right .btn{padding-left:4.16667vw}}.header__lang{text-transform:uppercase;transition:opacity .3s ease;will-change:opacity}@media only screen and (max-width:640px){body.is-detailed #app:not(.not-in-top) .header__lang{opacity:0}}.header__lang .btn__name{font-weight:600}.header__logo{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;width:6.66667vw;height:6.66667vw;margin-right:auto;margin-left:auto;transition:width .3s cubic-bezier(.455,.03,.515,.955),height .3s cubic-bezier(.455,.03,.515,.955)}@media only screen and (max-width:1440px) and (min-width:1051px){.header__logo{width:8.88889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__logo{width:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__logo{width:14.88372vw}}@media only screen and (max-width:640px){.header__logo{width:24.55556vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__logo{height:8.88889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__logo{height:12.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__logo{height:14.88372vw}}@media only screen and (max-width:640px){.header__logo{height:22.55556vw}}@media only screen and (max-width:640px){body.is-detailed .header__logo{width:22.22222vw;height:22.22222vw}}.header__logo__img{display:block;width:100%;height:100%;margin:0}.header__phone{transition:opacity .3s ease;will-change:opacity}@media only screen and (max-width:640px){.header__phone{position:relative;width:13.33333vw}.header__phone .btn__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto}.header__phone .btn__name{display:none}}@media only screen and (max-width:640px){body.is-detailed #app:not(.not-in-top) .header__phone{opacity:0}}.header__socials{margin-right:3.33333vw}@media only screen and (max-width:1440px) and (min-width:1051px){.header__socials{margin-right:4.44444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__socials{margin-right:3.80952vw}}@media only screen and (max-width:860px){.header__socials{display:none}}.header__burger{cursor:pointer;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:2.5vw;height:2.5vw;border-radius:50%;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger{width:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{width:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{width:5.5814vw}}@media only screen and (max-width:640px){.header__burger{width:13.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger{height:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.header__burger{height:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.header__burger{height:5.5814vw}}@media only screen and (max-width:640px){.header__burger{height:13.33333vw}}.header__burger:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background:rgba(51,51,51,.24);transition:background .3s ease}.header__burger:active:not(:disabled):before,body:not(.is-touch-device) .header__burger:hover:not(:disabled):before{background:var(--night-black50)}.header__burger__btn{position:relative;pointer-events:none;width:1.35417vw;height:1.35417vw;transform:scale(.7)}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn{width:1.80556vw}}@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:7.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn{height:1.80556vw}}@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:7.22222vw}}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:1440px) and (min-width:1051px){body.menu--opened .header__burger__btn span:first-child{top:.20833vw}}@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:.83333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){body.menu--opened .header__burger__btn span:first-child{transform:translateY(.55556vw) rotate(-45deg)}}@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:1440px) and (min-width:1051px){body.menu--opened .header__burger__btn span:nth-child(3){top:1.31944vw}}@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:5.27778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){body.menu--opened .header__burger__btn span:nth-child(3){width:1.80556vw}}@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:7.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){body.menu--opened .header__burger__btn span:nth-child(3){transform:translateY(-.55556vw) rotate(45deg)}}@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:1440px) and (min-width:1051px){.header__burger__btn span{width:1.80556vw}}@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:7.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span{height:.20833vw}}@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:.83333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span{margin-left:-.90278vw}}@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.61111vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span{border-radius:.20833vw}}@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:.83333vw}}.header__burger__btn span:first-child{top:.20833vw}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span:first-child{top:.27778vw}}@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.11111vw}}.header__burger__btn span:nth-child(2){top:.57292vw}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span:nth-child(2){top:.76389vw}}@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:3.05556vw}}.header__burger__btn span:nth-child(3){top:.9375vw;width:.625vw;left:auto;right:0}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span:nth-child(3){top:1.25vw}}@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:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.header__burger__btn span:nth-child(3){width:.83333vw}}@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.33333vw}}.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:1440px) and (min-width:1051px){.mobile-menu{padding-top:10.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu{padding-top:14.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu{padding-top:16.27907vw}}@media only screen and (max-width:640px){.mobile-menu{padding-top:30.55556vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.mobile-menu{padding-right:1.11111vw}}@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.44444vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.mobile-menu{padding-left:1.11111vw}}@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.44444vw;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:1440px) and (min-width:1051px){.mobile-menu__list li{font-size:1.38889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.mobile-menu__list li{font-size:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.mobile-menu__list li{font-size:2.09302vw}}@media only screen and (max-width:640px){.mobile-menu__list li{font-size:4.44444vw}}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: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:1440px) and (min-width:1051px){body:not(.menu--opened) .mobile-menu__list li{transform:translateY(1.73611vw)}}@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:1440px) and (min-width:1051px){.mobile-menu__list li a{padding-top:1.04167vw}}@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.74419vw}}@media only screen and (max-width:640px){.mobile-menu__list li a{padding-top:2.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.mobile-menu__list li a{padding-bottom:1.04167vw}}@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.74419vw}}@media only screen and (max-width:640px){.mobile-menu__list li a{padding-bottom:2.77778vw}}.mobile-menu__list li a:hover{text-decoration:underline}.mobile-menu__socials{margin-top:3.72093vw;margin-bottom:3.72093vw}@media only screen and (min-width:861px){.mobile-menu__socials{display:none}}.mobile-menu__socials .socials__item{transition:transform .25s ease 0s,opacity .25s ease 0s}body.menu--opened .mobile-menu__socials .socials__item:first-child{transition-delay:.6s,.6s}body.menu--opened .mobile-menu__socials .socials__item:nth-child(2){transition-delay:.7s,.7s}body.menu--opened .mobile-menu__socials .socials__item:nth-child(3){transition-delay:.8s,.8s}body.menu--opened .mobile-menu__socials .socials__item:nth-child(4){transition-delay:.9s,.9s}body:not(.menu--opened) .mobile-menu__socials .socials__item{transition:transform 0s ease 0s,opacity 0s ease 0s;opacity:0}@media only screen and (max-width:860px) and (min-width:641px){body:not(.menu--opened) .mobile-menu__socials .socials__item{transform:translateY(2.90698vw)}}@media only screen and (max-width:640px){body:not(.menu--opened) .mobile-menu__socials .socials__item{transform:translateY(6.41026vw)}}.footer{position:relative;}.footer[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.footer[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.footer__wrapper{display:flex;flex-grow:1;justify-content:center}.footer .md-head{max-width:60%}@media only screen and (max-width:640px){.footer .md-head{max-width:100%}}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.footer__grid{gap:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__grid{gap:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__grid{gap:2.09302vw}}@media only screen and (max-width:640px){.footer__grid{gap:5vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.footer__grid{grid-template-columns:1fr}}.footer__col{display:flex}.footer__col__icon{margin-right:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.footer__col__icon{margin-right:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.footer__col__icon{margin-right:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.footer__col__icon{margin-right:1.39535vw}}@media only screen and (max-width:640px){.footer__col__icon{margin-right:3.33333vw}}.footer__col__ttl a:active:not(:disabled),body:not(.is-touch-device) .footer__col__ttl a:hover:not(:disabled){text-decoration:underline}.info-block--center{margin-right:auto;margin-left:auto;text-align:center}@media only screen and (max-width:640px){.info-block--center{text-align:left}}.info-block p{margin:0}.info-block p+p{margin:.625vw 0 0}@media only screen and (max-width:1440px) and (min-width:1051px){.info-block p+p{margin:.83333vw 0 0}}@media only screen and (max-width:1050px) and (min-width:861px){.info-block p+p{margin:1.14286vw 0 0}}@media only screen and (max-width:860px) and (min-width:641px){.info-block p+p{margin:1.39535vw 0 0}}@media only screen and (max-width:640px){.info-block p+p{margin:3.07692vw 0 0}}.tag{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;height:1.09375vw;padding-right:.41667vw;padding-left:.20833vw;border-radius:.26042vw;background-color:var(--black6);transition:background-color .3s ease}@media only screen and (max-width:1440px) and (min-width:1051px){.tag{height:1.45833vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tag{height:2vw}}@media only screen and (max-width:860px) and (min-width:641px){.tag{height:2.44186vw}}@media only screen and (max-width:640px){.tag{height:5.83333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tag{padding-right:.55556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tag{padding-right:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tag{padding-right:.93023vw}}@media only screen and (max-width:640px){.tag{padding-right:2.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tag{padding-left:.27778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tag{padding-left:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.tag{padding-left:.46512vw}}@media only screen and (max-width:640px){.tag{padding-left:1.11111vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tag{border-radius:.34722vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tag{border-radius:.47619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tag{border-radius:.5814vw}}@media only screen and (max-width:640px){.tag{border-radius:1.38889vw}}.tag:hover{background-color:var(--black10)}.tag__icon{margin-right:.20833vw}@media only screen and (max-width:1440px) and (min-width:1051px){.tag__icon{margin-right:.27778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tag__icon{margin-right:.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.tag__icon{margin-right:.46512vw}}@media only screen and (max-width:640px){.tag__icon{margin-right:1.11111vw}}.tag__name{font-family:var(--Rubik);line-height:160%;color:var(--night-black)}.carousel__container{position:relative;overflow:hidden;max-width:100%}.carousel__wrapper{display:flex;transition:transform .5s ease}.carousel__slide{flex:0 0 auto;width:100%}.carousel__navigation{pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:.41667vw .625vw;width:5vw;background:rgba(51,51,51,.48)}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation{width:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation{width:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation{width:11.16279vw}}@media only screen and (max-width:640px){.carousel__navigation{width:26.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation{padding:.55556vw .83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation{padding:.7619vw 1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation{padding:.93023vw 1.39535vw}}@media only screen and (max-width:640px){.carousel__navigation{padding:2.22222vw 3.33333vw}}.carousel__navigation--caption{justify-content:space-between;width:7.29167vw}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation--caption{width:9.72222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation--caption{width:13.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation--caption{width:16.27907vw}}@media only screen and (max-width:640px){.carousel__navigation--caption{width:38.88889vw}}.carousel__navigation:active:not(:disabled),body:not(.is-touch-device) .carousel__navigation:hover:not(:disabled){background:var(--night-black50)}.carousel__navigation button{display:flex;align-items:center}.carousel__navigation__wrapper{pointer-events:none;position:absolute;right:.52083vw;bottom:.52083vw;left:.52083vw;display:flex;justify-content:center}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation__wrapper{right:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation__wrapper{right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation__wrapper{right:1.16279vw}}@media only screen and (max-width:640px){.carousel__navigation__wrapper{right:2.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation__wrapper{bottom:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation__wrapper{bottom:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation__wrapper{bottom:1.16279vw}}@media only screen and (max-width:640px){.carousel__navigation__wrapper{bottom:2.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__navigation__wrapper{left:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__navigation__wrapper{left:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__navigation__wrapper{left:1.16279vw}}@media only screen and (max-width:640px){.carousel__navigation__wrapper{left:2.77778vw}}.carousel__navigation__wrapper--play{justify-content:space-between}.carousel__navigation__wrapper button{cursor:pointer;pointer-events:auto}.carousel__navigation__wrapper button svg{-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel__caption,.carousel__counter{color:var(--white);padding-right:.52083vw;padding-left:.52083vw}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__caption,.carousel__counter{padding-right:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__caption,.carousel__counter{padding-right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__caption,.carousel__counter{padding-right:1.16279vw}}@media only screen and (max-width:640px){.carousel__caption,.carousel__counter{padding-right:2.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel__caption,.carousel__counter{padding-left:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel__caption,.carousel__counter{padding-left:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel__caption,.carousel__counter{padding-left:1.16279vw}}@media only screen and (max-width:640px){.carousel__caption,.carousel__counter{padding-left:2.77778vw}}.carousel .play-slide{position:relative;display:flex;align-items:center;justify-content:center;width:1.77083vw;height:1.77083vw;background:rgba(51,51,51,.48);border-radius:50%;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel .play-slide{width:2.36111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel .play-slide{width:3.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel .play-slide{width:3.95349vw}}@media only screen and (max-width:640px){.carousel .play-slide{width:9.44444vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.carousel .play-slide{height:2.36111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.carousel .play-slide{height:3.2381vw}}@media only screen and (max-width:860px) and (min-width:641px){.carousel .play-slide{height:3.95349vw}}@media only screen and (max-width:640px){.carousel .play-slide{height:9.44444vw}}.carousel .play-slide:active:not(:disabled),body:not(.is-touch-device) .carousel .play-slide:hover:not(:disabled){background:var(--night-black50)}.carousel .play-slide svg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;transition:opacity .3s ease;will-change:opacity}.carousel .play-slide.is-played svg,.carousel .play-slide svg:nth-child(2){opacity:0}.carousel .play-slide.is-played svg:nth-child(2){opacity:1}.offer-card{display:grid;gap:.625vw;width:17.5vw;padding:.9375vw;border:1px solid var(--black10);font-size:.88542vw;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.offer-card{gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.offer-card{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.offer-card{gap:1.39535vw}}@media only screen and (max-width:640px){.offer-card{gap:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.offer-card{width:23.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.offer-card{width:32vw}}@media only screen and (max-width:860px) and (min-width:641px){.offer-card{width:39.06977vw}}@media only screen and (max-width:640px){.offer-card{width:93.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.offer-card{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.offer-card{padding:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.offer-card{padding:2.09302vw}}@media only screen and (max-width:640px){.offer-card{padding:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.offer-card{font-size:1.18056vw}}@media only screen and (max-width:1050px) and (min-width:861px){.offer-card{font-size:1.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.offer-card{font-size:1.97674vw}}@media only screen and (max-width:640px){.offer-card{font-size:4.72222vw;}}.offer-card__top{overflow:hidden}.offer-card__img{position:relative;overflow:hidden}.offer-card__img:active:not(:disabled) img[data-fancybox],body:not(.is-touch-device) .offer-card__img:hover:not(:disabled) img[data-fancybox]{transform:scale(1.1)}.offer-card__img .md-picture{cursor:pointer;overflow:hidden}.offer-card__img .md-picture img{transition:transform .5s ease}.offer-card__bottom .txt-small{color:var(--night-black50)}.offer-card__info{display:flex;flex-direction:column;row-gap:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.offer-card__info{row-gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.offer-card__info{row-gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.offer-card__info{row-gap:1.39535vw}}@media only screen and (max-width:640px){.offer-card__info{row-gap:3.33333vw}}.offer-card__row{display:flex}.offer-card__col{display:flex;flex-direction:column;flex:1 0 0}.status-card{display:grid;gap:.9375vw;width:15.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.status-card{gap:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.status-card{gap:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.status-card{gap:2.09302vw}}@media only screen and (max-width:640px){.status-card{gap:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.status-card{width:20.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.status-card{width:28.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.status-card{width:34.88372vw}}@media only screen and (max-width:640px){.status-card{width:83.33333vw}}.status-card__top{overflow:hidden}.status-card__img{position:relative;overflow:hidden}.status-card__img:active:not(:disabled) img[data-fancybox],body:not(.is-touch-device) .status-card__img:hover:not(:disabled) img[data-fancybox]{transform:scale(1.1)}.status-card__img .md-picture{cursor:pointer;overflow:hidden}.status-card__img .md-picture img{transition:transform .5s ease}.status-card__bottom .txt-small{color:var(--night-black50)}.status-card__info{display:flex;flex-direction:column;row-gap:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.status-card__info{row-gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.status-card__info{row-gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.status-card__info{row-gap:1.39535vw}}@media only screen and (max-width:640px){.status-card__info{row-gap:3.33333vw}}.status-card__row{display:flex}.status-card__col{display:flex;flex-direction:column;flex:1 0 0}.tooltip{position:absolute;z-index:2;transition:z-index 0s ease-in-out 0s}body:not(.is-loaded) .tooltip{display:none}.tooltip--1{top:60%;right:34.6%;}.tooltip--2{top:44%;left:54%}.tooltip--3{top:44.5%;right:39%}.tooltip--4{top:42%;left:52.8%;transform: scaleX(-1);}.tooltip--5{top:64.5%;right:35%}.tooltip--6{top:58.1%;left:60%;transform:scaleX(-1)}.tooltip--7{top:71%;left: 42%}.tooltip--8{top: 55%;left: 60%}.tooltip--9{top: 47%;left: 49%;transform: scaleX(-1)}.tooltip:not(:hover){z-index:1;transition:z-index 0s ease-in-out .3s}.tooltip__btn{cursor:pointer;width:1.25vw;height:1.25vw;border:1px solid hsla(0,0%,100%,.1);background-color:hsla(0,0%,100%,.24);border-radius:50%;transition:transform .3s ease-in-out 0s,border-color .3s ease-in-out 0s;will-change:transform,border-color}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn{width:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn{width:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn{width:2.7907vw}}@media only screen and (max-width:640px){.tooltip__btn{width:6.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn{height:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn{height:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn{height:2.7907vw}}@media only screen and (max-width:640px){.tooltip__btn{height:6.66667vw}}.tooltip__btn:before{content:"";position:absolute;top:50%;left:50%;z-index:1;display:flex;width:.625vw;height:.625vw;margin-top:-.3125vw;margin-left:-.3125vw;border-radius:50%;background-color:var(--white);transition:transform .3s ease-in-out 0s;will-change:transform}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn:before{width:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn:before{width:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn:before{width:1.39535vw}}@media only screen and (max-width:640px){.tooltip__btn:before{width:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn:before{height:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn:before{height:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn:before{height:1.39535vw}}@media only screen and (max-width:640px){.tooltip__btn:before{height:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn:before{margin-top:-.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn:before{margin-top:-.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn:before{margin-top:-.69767vw}}@media only screen and (max-width:640px){.tooltip__btn:before{margin-top:-1.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn:before{margin-left:-.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn:before{margin-left:-.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn:before{margin-left:-.69767vw}}@media only screen and (max-width:640px){.tooltip__btn:before{margin-left:-1.66667vw}}.tooltip__btn__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.125vw;height:3.125vw;margin-left:5.20833vw;margin-top:-2.08333vw;border:1px solid hsla(0,0%,100%,.1);border-radius:50%;transition:transform .3s ease-in-out 0s,border-color .3s ease-in-out 0s;will-change:transform,border-color}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon{width:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon{width:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon{width:5.81395vw}}@media only screen and (max-width:640px){.tooltip__btn__icon{width:13.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon{height:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon{height:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon{height:5.81395vw}}@media only screen and (max-width:640px){.tooltip__btn__icon{height:13.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon{margin-left:6.94444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon{margin-left:9.52381vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon{margin-left:11.62791vw}}@media only screen and (max-width:640px){.tooltip__btn__icon{margin-left:27.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon{margin-top:-2.77778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon{margin-top:-3.80952vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon{margin-top:-4.65116vw}}@media only screen and (max-width:640px){.tooltip__btn__icon{margin-top:-11.11111vw}}.tooltip__btn__icon:hover:before{transform:scale(.9)}.tooltip__btn__icon:hover:before,.tooltip__btn__icon:hover svg{border-color:transparent;transition:transform .3s ease-in-out 0s}.tooltip__btn__icon:hover svg{transform:scale(1.15)}.tooltip__btn__icon:after,.tooltip__btn__icon:before{content:"";position:absolute;top:50%;left:50%;z-index:-1;display:flex;width:3.64583vw;height:3.64583vw;margin-top:-1.82292vw;margin-left:-1.82292vw;border-radius:50%;background-color:#c8c8c8;transition:transform .3s ease-in-out 0s;will-change:transform}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{width:4.86111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{width:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{width:6.97674vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{width:16.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{height:4.86111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{height:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{height:6.97674vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{height:16.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-top:-2.43056vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-top:-2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-top:-3.48837vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-top:-8.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-left:-2.43056vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-left:-2.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-left:-3.48837vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after,.tooltip__btn__icon:before{margin-left:-8.33333vw}}.tooltip__btn__icon:after{width:3.125vw;height:3.125vw;margin-top:-1.5625vw;margin-left:-1.5625vw;background-color:#fff}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after{width:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after{width:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after{width:5.81395vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after{width:13.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after{height:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after{height:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after{height:5.81395vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after{height:13.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after{margin-top:-2.08333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after{margin-top:-2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after{margin-top:-2.90698vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after{margin-top:-6.94444vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon:after{margin-left:-2.08333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon:after{margin-left:-2.38095vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon:after{margin-left:-2.90698vw}}@media only screen and (max-width:640px){.tooltip__btn__icon:after{margin-left:-6.94444vw}}.tooltip__btn__icon svg{position:absolute;top:50%;left:50%;width:2.08333vw;height:2.08333vw;margin-top:-1.04167vw;margin-left:-1.04167vw}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon svg{width:2.77778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon svg{width:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon svg{width:3.25581vw}}@media only screen and (max-width:640px){.tooltip__btn__icon svg{width:7.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon svg{height:2.77778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon svg{height:2.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon svg{height:3.25581vw}}@media only screen and (max-width:640px){.tooltip__btn__icon svg{height:7.77778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon svg{margin-top:-1.38889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon svg{margin-top:-1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon svg{margin-top:-1.62791vw}}@media only screen and (max-width:640px){.tooltip__btn__icon svg{margin-top:-3.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__icon svg{margin-left:-1.38889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__icon svg{margin-left:-1.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__icon svg{margin-left:-1.62791vw}}@media only screen and (max-width:640px){.tooltip__btn__icon svg{margin-left:-3.88889vw}}.tooltip__btn__lines{pointer-events:none;position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%}.tooltip__btn__lines:after,.tooltip__btn__lines:before{content:"";position:absolute;background-color:#fff;width:2.60417vw;height:1px}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__lines:after,.tooltip__btn__lines:before{width:3.47222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__lines:after,.tooltip__btn__lines:before{width:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__lines:after,.tooltip__btn__lines:before{width:5.81395vw}}@media only screen and (max-width:640px){.tooltip__btn__lines:after,.tooltip__btn__lines:before{width:13.88889vw}}@media only screen and (min-width:1921px){.tooltip__btn__lines:after,.tooltip__btn__lines:before{height:.05208vw}}.tooltip__btn__lines:before{top:50%;right:100%;width:1.77083vw}@media only screen and (max-width:1440px) and (min-width:1051px){.tooltip__btn__lines:before{width:2.36111vw}}@media only screen and (max-width:1050px) and (min-width:861px){.tooltip__btn__lines:before{width:3.61905vw}}@media only screen and (max-width:860px) and (min-width:641px){.tooltip__btn__lines:before{width:4.4186vw}}@media only screen and (max-width:640px){.tooltip__btn__lines:before{width:10.55556vw}}.tooltip__btn__lines:after{bottom:17%;right:145%;transform:rotate(-45.5deg)}@media only screen and (max-width:1050px){.tooltip__btn__lines:after{bottom:11%;right:164%;transform:rotate(-45deg)}}.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:1440px) and (min-width:1051px){.swiper-pagination-bullets{margin-top:1.25vw}}@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:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets{bottom:1.25vw!important}}@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:5vw!important}}.swiper-pagination-bullets .swiper-pagination-bullet{width:.41667vw;height:.41667vw;margin-right:.20833vw;margin-left:.20833vw;border-radius:3.125vw;background:var(--white50);transition:all .35s cubic-bezier(.455,.03,.515,.955);opacity:1}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet{width:.55556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{width:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{width:.93023vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{width:2.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet{height:.55556vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet{height:.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet{height:.93023vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet{height:2.22222vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-right:.27778vw}}@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.11111vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet{margin-left:.27778vw}}@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.11111vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:4.16667vw}}@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:16.66667vw}}.swiper-pagination-bullets .swiper-pagination-bullet-active{width:1.875vw;background:var(--night-black)}@media only screen and (max-width:1440px) and (min-width:1051px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:4.18605vw}}@media only screen and (max-width:640px){.swiper-pagination-bullets .swiper-pagination-bullet-active{width:10vw}}.nav-arrows{position:absolute;z-index:2;top:50%;left:50%;right:0;transform:translate(-50%,-50%);display:flex;justify-content:space-between}@media only screen and (max-width:640px){.nav-arrows{display:none}}.nav-arrows__item{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:2.60417vw;height:2.60417vw;border-radius:50%;overflow:hidden;background-color:hsla(0,0%,100%,.88);transition:background-color .3s ease,transform .3s ease,opacity .3s ease;will-change:transform,opacity}@media only screen and (max-width:1440px) and (min-width:1051px){.nav-arrows__item{width:3.47222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item{width:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item{width:5.81395vw}}@media only screen and (max-width:640px){.nav-arrows__item{width:13.88889vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.nav-arrows__item{height:3.47222vw}}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item{height:4.7619vw}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item{height:5.81395vw}}@media only screen and (max-width:640px){.nav-arrows__item{height:13.88889vw}}.nav-arrows__item[data-slider-prev]{transform:translateX(-5.20833vw)}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item[data-slider-prev]{transform:translateX(-9.52381vw)}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item[data-slider-prev]{transform:translateX(-11.62791vw)}}.nav-arrows__item[data-slider-prev]:not(:disabled):hover svg{transform:translateX(-.26042vw)}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item[data-slider-prev]:not(:disabled):hover svg{transform:translateX(-.47619vw)}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item[data-slider-prev]:not(:disabled):hover svg{transform:translateX(-.5814vw)}}.nav-arrows__item[data-slider-next]{transform:translateX(5.20833vw)}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item[data-slider-next]{transform:translateX(9.52381vw)}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item[data-slider-next]{transform:translateX(11.62791vw)}}.nav-arrows__item[data-slider-next]:not(:disabled):hover svg{transform:translateX(.26042vw)}@media only screen and (max-width:1050px) and (min-width:861px){.nav-arrows__item[data-slider-next]:not(:disabled):hover svg{transform:translateX(.47619vw)}}@media only screen and (max-width:860px) and (min-width:641px){.nav-arrows__item[data-slider-next]:not(:disabled):hover svg{transform:translateX(.5814vw)}}.nav-arrows__item:disabled{background-color:hsla(0,0%,100%,.58)}.nav-arrows__item:disabled svg{fill:rgba(0,0,0,.28)}@keyframes jumpInfinite{0%{bottom:0}50%{bottom:5.55556vw}to{bottom:0}}.main-screen{position:relative;padding-top:5vw;will-change:transform}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen{padding-top:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen{padding-top:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen{padding-top:11.16279vw}}@media only screen and (max-width:640px){.main-screen{padding-top:26.66667vw;display:flex;align-items:flex-end;min-height:100vh}}@media only screen and (max-width:640px){body.is-touch-device .main-screen{min-height:94vh}}.main-screen__inner{padding-top:6.25vw;padding-bottom:6.25vw}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__inner{padding-top:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__inner{padding-top:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__inner{padding-top:13.95349vw}}@media only screen and (max-width:640px){.main-screen__inner{padding-top:16.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__inner{padding-bottom:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__inner{padding-bottom:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__inner{padding-bottom:13.95349vw}}@media only screen and (max-width:640px){.main-screen__inner{padding-bottom:16.66667vw;height:auto}}@media only screen and (max-width:640px){body.is-detailed .main-screen__inner{padding-top:0}}.main-screen__inner:after{pointer-events:none;content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background: linear-gradient(180deg, rgba(36, 36, 36, 0.18), rgba(36, 36, 36, 0.24) 51.5%, rgba(36, 36, 36, 0.84) 78%, #242424);will-change:transform}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__inner:after{background:linear-gradient(180deg,rgba(23,20,17,.18),rgba(23,20,17,.24) 51.5%,rgba(23,20,17,.84) 68%,#171411 85%)}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__inner:after{background:linear-gradient(180deg,rgba(23,20,17,.18),rgba(23,20,17,.24) 25.5%,rgba(23,20,17,.84) 78%,#171411)}}@media only screen and (max-width:640px){.main-screen__inner:after{display:none;background:linear-gradient(180deg,rgba(23,20,17,.18),rgba(23,20,17,.84) 38%,#171411)}}.main-screen__bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;will-change:transform}.main-screen__bg-layer--back{z-index:1}.main-screen__bg-layer--front{z-index:3}.main-screen__bg-layer img,.main-screen__bg-layer picture{display:block;width:100%}@media only screen and (min-width:641px){.main-screen__bg-layer img,.main-screen__bg-layer picture{height:100%}}.main-screen__video-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;will-change:transform;background:transparent url(images/video-bg-preview.jpg) no-repeat 50%;background-size:cover}@media only screen and (max-width:640px){.main-screen__video-layer{height:100svh}}.main-screen__video-layer:after{pointer-events:none;content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(180deg,rgba(23,20,17,.18),rgba(23,20,17,.24) 51.5%,rgba(23,20,17,.24));will-change:transform}@media only screen and (max-width:640px){.main-screen__video-layer:after{background:linear-gradient(180deg,rgba(23,20,17,.18),rgba(23,20,17,.24) 51.5%,rgba(23,20,17,.84) 78%,#171411)}}.main-screen__video-layer video{position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;width:100%;will-change:transform}@media only screen and (max-width:1050px){.main-screen__video-layer video{width:auto;height:100%}}.main-screen__content{position:relative;z-index:5}@media only screen and (max-width:640px){.main-screen__content{position:relative;z-index:5}}body.is-loaded .main-screen__content{transition:opacity 1s ease,transform 1.2s cubic-bezier(.4,0,0,1);will-change:opacity,transform}body:not(.is-loaded) .main-screen__content{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}@media only screen and (max-width:640px){.main-screen__content .info-block{display:flex;flex-direction:column;justify-content:flex-end;height:calc(100svh - 46.94444vw);padding-bottom:4.16667vw;text-align:center}}.main-screen__content .info-block>*{position:relative;z-index:3}@media only screen and (max-width:640px){.main-screen__content .info-block p strong{font-weight:500}}.main-screen__content .info-block .main-screen__more-btn{position:relative}@media only screen and (min-width:641px){.main-screen__content .info-block .main-screen__more-btn{display:none}}@media only screen and (max-width:640px){.main-screen__content .info-block .main-screen__more-btn{margin-top:10vw;padding-bottom:13.88889vw}}.main-screen__content .info-block .main-screen__more-btn .main-screen__arrow{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;animation:jumpInfinite 2.5s infinite;will-change:transform}@media only screen and (max-width:640px){.main-screen__content .info-block .main-screen__more-btn .main-screen__arrow{height:6.66667vw;margin-top:2.5vw}}.main-screen__content .h1,.main-screen__content h1{z-index:3;will-change:transform}.main-screen__content .txt-white50{will-change:transform}.main-screen__info{position:relative;z-index:3;display:flex;flex-direction:column;transition:height 1.5s ease;will-change:transform,height}@media only screen and (min-width:641px){.main-screen__info{height:auto!important}}@media only screen and (max-width:640px){.main-screen__info{overflow:hidden}}.main-screen__info__icon{flex-shrink:0;margin-right:.9375vw}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__icon{margin-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__icon{margin-right:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__icon{margin-right:2.09302vw}}@media only screen and (max-width:640px){.main-screen__info__icon{margin-right:0;margin-bottom:3.33333vw}}.main-screen__info__bottom,.main-screen__info__top{display:flex}.main-screen__info__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.875vw;border-bottom:solid hsla(0,0%,100%,.12);border-width:.10417vw}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top{padding-bottom:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top{padding-bottom:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top{padding-bottom:4.18605vw}}@media only screen and (max-width:640px){.main-screen__info__top{padding-bottom:10vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top{border-width:.13889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top{border-width:.19048vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top{border-width:.23256vw}}@media only screen and (max-width:640px){.main-screen__info__top{border-width:.55556vw;flex-direction:column;padding-top:10vw;text-align:center}}.main-screen__info__top .main-screen__info__right{display:flex;align-items:center;flex-shrink:0}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right{justify-content:flex-start;width:calc(100% - 7.22222vw);margin-top:3.33333vw;border-radius:2.22222vw;background-color:var(--pine-forest)}}.main-screen__info__top .main-screen__info__right img{display:block;width:3.75vw;height:3.75vw;object-fit:contain;}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top .main-screen__info__right img{width:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top .main-screen__info__right img{width:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top .main-screen__info__right img{width:8.37209vw}}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right img{width:20vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top .main-screen__info__right img{height:5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top .main-screen__info__right img{height:6.85714vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top .main-screen__info__right img{height:8.37209vw}}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right img{height:20vw;margin-left:3.33333vw}}.main-screen__info__top .main-screen__info__right .txt{padding-right:.9375vw;padding-left:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top .main-screen__info__right .txt{padding-right:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top .main-screen__info__right .txt{padding-right:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top .main-screen__info__right .txt{padding-right:2.09302vw}}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right .txt{padding-right:5vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__top .main-screen__info__right .txt{padding-left:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__top .main-screen__info__right .txt{padding-left:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__top .main-screen__info__right .txt{padding-left:1.39535vw}}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right .txt{padding-left:3.33333vw}}@media only screen and (max-width:640px){.main-screen__info__top .main-screen__info__right .txt p{margin-top:0}}.main-screen__info__bottom{display:flex;flex-direction:column;padding-top:3.125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__bottom{padding-top:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__bottom{padding-top:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__bottom{padding-top:6.97674vw}}@media only screen and (max-width:640px){.main-screen__info__bottom{padding-top:10vw}}.main-screen__info__cols{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:1.875vw;width:100%}@media only screen and (max-width:1440px) and (min-width:1051px){.main-screen__info__cols{grid-column-gap:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.main-screen__info__cols{grid-column-gap:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__cols{grid-column-gap:4.18605vw}}@media only screen and (max-width:640px){.main-screen__info__cols{grid-column-gap:2.77778vw}}@media only screen and (max-width:860px) and (min-width:641px){.main-screen__info__cols{grid-template-columns:repeat(2,1fr);grid-row-gap:4.18605vw}}@media only screen and (max-width:640px){.main-screen__info__cols{grid-template-columns:repeat(2,1fr);grid-row-gap:10vw}}.main-screen__info__col{display:flex;align-items:flex-start}@media only screen and (max-width:640px){.main-screen__info__col{flex-direction:column;padding-right:2.77778vw}}@media only screen and (max-width:640px){.main-screen [data-prlx]{transform:none!important}}.infrastructure{position:relative}.infrastructure__wrapper{margin-top:-.05208vw;padding-top:0;padding-bottom:0;overflow:initial}@media only screen and (max-width:1440px) and (min-width:1051px){.infrastructure__wrapper{margin-top:-.06944vw}}@media only screen and (max-width:1050px) and (min-width:861px){.infrastructure__wrapper{margin-top:-.09524vw}}@media only screen and (max-width:860px) and (min-width:641px){.infrastructure__wrapper{margin-top:-.11628vw}}@media only screen and (max-width:640px){.infrastructure__wrapper{margin-top:-.27778vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.infrastructure__wrapper{padding-top:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.infrastructure__wrapper{padding-top:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.infrastructure__wrapper{padding-top:4.18605vw}}@media only screen and (max-width:640px){.infrastructure__wrapper{padding-top:10vw}}.infrastructure .md-head{position:absolute;top:3.125vw;left:0;right:0;z-index:3}@media only screen and (max-width:1440px) and (min-width:1051px){.infrastructure .md-head{top:4.16667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.infrastructure .md-head{top:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.infrastructure .md-head{top:2.7907vw}}@media only screen and (max-width:640px){.infrastructure .md-head{top:16.66667vw;top:0;display:flex;flex-direction:column;text-align:center}}.infrastructure .md-head .btn__wrap{flex-shrink:0}@media only screen and (min-width:1441px){.infrastructure .md-head .btn__wrap{margin-right:1.35417vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.infrastructure .md-head .btn__wrap{margin-right:1.80556vw}}@media only screen and (max-width:640px){.infrastructure .md-head .btn__wrap{margin-top:5vw}}.infrastructure__content{position:relative}@media only screen and (max-width:640px){.infrastructure__tooltips{display:none}}.infrastructure__tooltips[data-anim=true] .tooltip{will-change:transform,opacity;transition:transform 1.2s cubic-bezier(.4,0,0,1),opacity .8s,z-index 0s ease-in-out 0s}.infrastructure__tooltips[data-anim=true] .tooltip:first-child{transition-delay:.4s,.4s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(2){transition-delay:.6s,.6s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(3){transition-delay:.8s,.8s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(4){transition-delay:1s,1s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(5){transition-delay:1.2s,1.2s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(6){transition-delay:1.4s,1.4s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(7){transition-delay:1.6s,1.6s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(8){transition-delay:1.8s,1.8s,0s}.infrastructure__tooltips[data-anim=true] .tooltip:nth-child(9){transition-delay:2s,2s,0s}.infrastructure__tooltips[data-anim=false] .tooltip{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.infrastructure__tooltips[data-anim=false] .tooltip--1{transform:translate3d(0,5vh,0) scale(-1,1.35)}.infrastructure__bg{position:relative;width:100%;height:100%}.infrastructure__bg:before{content:"";pointer-events:none;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:linear-gradient(179deg,#242424 9%,rgba(36,36,36,.18) 35%,rgba(36,36,36,.18) 75%,#242424 96%)}@media only screen and (max-width:640px){.infrastructure__bg>.md-picture{display:none}}@media only screen and (min-width:641px){.infrastructure__bg .renders-slider{display:none}}.infrastructure__bg .renders-slider .swiper{margin-bottom:19.44444vw}.infrastructure__bg .renders-slider .swiper .nav-pagination{position:relative;bottom:0!important}.infrastructure__bg .renders-slider .swiper-slide:before{content:"";position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:linear-gradient(176deg,#d6d7d5 9%,rgba(15,31,30,.18) 35%,rgba(15,31,30,.18) 80%,rgba(214,215,213,.985) 96%)}.infrastructure__bg .renders-slider .render__caption{position:absolute;right:4.44444vw;left:4.44444vw;bottom:0;text-align:center;z-index:4}.infrastructure__icons{position:relative;z-index:2}@media only screen and (max-width:640px){.infrastructure__icons{transform:translateY(-10.55556vw);padding-top:6.11111vw;padding-bottom:6.11111vw}}.infrastructure__icons__items{display:flex;flex-direction:column}@media only screen and (max-width:640px){.infrastructure__icons__items{row-gap:5vw}}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item{will-change:transform,opacity;transition:transform 1.2s cubic-bezier(.455,.03,.515,.955),opacity .8s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:first-child{transition-delay:.24s,.2s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(2){transition-delay:.36s,.3s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(3){transition-delay:.48s,.4s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(4){transition-delay:.6s,.5s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(5){transition-delay:.72s,.6s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(6){transition-delay:.84s,.7s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(7){transition-delay:.96s,.8s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(8){transition-delay:1.08s,.9s}.infrastructure__icons__items[data-anim=true] .infrastructure__icons__item:nth-child(9){transition-delay:1.2s,1s}.infrastructure__icons__items[data-anim=false]{transition-delay:0s,0s}.infrastructure__icons__items[data-anim=false] .infrastructure__icons__item{transform:translate3d(0,10vh,0);opacity:0}.infrastructure__icons__item{display:flex;align-items:flex-start}@media only screen and (max-width:640px){.infrastructure__icons__icon{margin-right:3.33333vw}}.location{position:relative}@media only screen and (min-width:641px){.location__wrapper{padding:0}}@media only screen and (max-width:640px){.location__wrapper{padding-bottom:0}}.location .md-head{position:absolute;top:0;left:0;right:0}@media only screen and (max-width:640px){.location .md-head{position:relative}}@media only screen and (max-width:640px){.location .md-head .txt{display:none;margin-top:3.33333vw}}.location .md-head p{margin-top:0}.location__bottom{position:absolute;right:0;bottom:0;left:0;padding-bottom:1.875vw}@media only screen and (max-width:1440px) and (min-width:1051px){.location__bottom{padding-bottom:2.5vw}}@media only screen and (max-width:1050px) and (min-width:861px){.location__bottom{padding-bottom:3.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.location__bottom{padding-bottom:4.18605vw}}@media only screen and (max-width:640px){.location__bottom{padding-bottom:10vw;padding-top:8.33333vw}}.location__bottom:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background: linear-gradient(0deg, #242424, rgba(36, 36, 36, 0.96) 62%, rgba(214, 215, 213, .06));}.location__bottom__inner{position:relative;z-index:2}.location__bottom__inner[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.location__bottom__inner[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.location__button{margin-bottom:2.91667vw}@media only screen and (max-width:1440px) and (min-width:1051px){.location__button{margin-bottom:3.88889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.location__button{margin-bottom:5.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.location__button{margin-bottom:6.51163vw}}@media only screen and (max-width:640px){.location__button{margin-bottom:6.66667vw}}.location__bg{position:relative;width:100%;height:100%;z-index:0}@media only screen and (max-width:1050px) and (min-width:861px){.location__bg{padding-bottom:6.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.location__bg{padding-bottom:9.30233vw}}@media only screen and (max-width:640px){.location__bg{overflow:hidden;padding-bottom:81.94444vw}}.location__bg:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:25%;background:linear-gradient(180deg, rgba(36,36,36,1) 0%, rgba(36,36,36,0) 100%)}.location__bg lottie-player{transform:translateY(-7.29167vw)}@media only screen and (max-width:640px){.location__bg lottie-player{position:relative;left:9.72222vw;transform:scale(1.32)}}.location__bg__arrows{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}@media only screen and (max-width:1050px) and (min-width:861px){.location__bg img{height:70.47619vw;-o-object-fit:cover;object-fit:cover;-o-object-position:68%;object-position:68%}}@media only screen and (max-width:860px) and (min-width:641px){.location__bg img{height:62.7907vw;-o-object-fit:cover;object-fit:cover;-o-object-position:66%;object-position:66%}}@media only screen and (max-width:640px){.location__bg img{height:138.88889vw;-o-object-fit:cover;object-fit:cover;-o-object-position:66%;object-position:66%}}.location__info__items{display:grid;justify-items:center;grid-template-columns:repeat(4,1fr);row-gap:1.04167vw;max-width:100%;text-align:center}@media only screen and (max-width:1440px) and (min-width:1051px){.location__info__items{row-gap:1.38889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.location__info__items{row-gap:1.90476vw}}@media only screen and (max-width:860px) and (min-width:641px){.location__info__items{row-gap:2.32558vw}}@media only screen and (max-width:640px){.location__info__items{row-gap:5.55556vw;justify-items:flex-start;grid-template-columns:repeat(2,1fr);row-gap:1.38889vw;text-align:left}}.offers[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.offers[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.offers__carousel{display:flex;overflow:visible}.team[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.team[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.team__grid{gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team__grid{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.team__grid{gap:1.39535vw}}@media only screen and (max-width:640px){.team__grid{gap:3.33333vw;grid-template-columns:1fr}}.team__grid__row{display:grid;gap:.625vw;transition:opacity .8s ease-in-out}@media only screen and (max-width:1440px) and (min-width:1051px){.team__grid__row{gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team__grid__row{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.team__grid__row{gap:1.39535vw}}@media only screen and (max-width:640px){.team__grid__row{gap:3.33333vw}}.team__grid__row[data-anim=false]{opacity:0}.team__item{display:flex;flex-direction:column;gap:.625vw;background-color:var(--white);padding:.9375vw;border:1px solid var(--black12)}@media only screen and (max-width:1440px) and (min-width:1051px){.team__item{gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team__item{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.team__item{gap:1.39535vw}}@media only screen and (max-width:640px){.team__item{gap:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.team__item{padding:1.25vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team__item{padding:1.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.team__item{padding:2.09302vw}}@media only screen and (max-width:640px){.team__item{padding:3.33333vw}}.team__item__top{position:relative;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:space-between;height:2.5vw;border:1px solid var(--black12)}@media only screen and (max-width:1440px) and (min-width:1051px){.team__item__top{height:3.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team__item__top{height:4.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.team__item__top{height:5.5814vw}}@media only screen and (max-width:640px){.team__item__top{height:13.33333vw}}.team__item__top:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1px;height:75%;background-color:var(--black12)}.team__item__name,.team__item__position{display:flex;justify-content:center;text-align:center}.team-leaders[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.team-leaders[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.team-leaders__items{display:grid;grid-template-columns:repeat(4,1fr);gap:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.team-leaders__items{gap:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team-leaders__items{gap:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leaders__items{gap:1.39535vw}}@media only screen and (max-width:640px){.team-leaders__items{gap:6.66667vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leaders__items{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.team-leaders__items{grid-template-columns:1fr}}.team-leader{padding:.625vw;background-color:var(--white50);border:1px solid var(--black12)}@media only screen and (max-width:1440px) and (min-width:1051px){.team-leader{padding:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team-leader{padding:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leader{padding:1.39535vw}}@media only screen and (max-width:640px){.team-leader{padding:3.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leader{display:flex;-moz-column-gap:2.09302vw;column-gap:2.09302vw}}@media only screen and (max-width:640px){.team-leader{display:flex;-moz-column-gap:5vw;column-gap:5vw;padding:0;border:none}}.team-leader__photo{flex-shrink:0;width:6.25vw;height:6.25vw;overflow:hidden}@media only screen and (max-width:1440px) and (min-width:1051px){.team-leader__photo{width:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team-leader__photo{width:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leader__photo{width:13.95349vw}}@media only screen and (max-width:640px){.team-leader__photo{width:20vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.team-leader__photo{height:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team-leader__photo{height:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leader__photo{height:13.95349vw}}@media only screen and (max-width:640px){.team-leader__photo{height:20vw}}.team-leader__info{display:flex;flex-direction:column;row-gap:.3125vw}@media only screen and (max-width:1440px) and (min-width:1051px){.team-leader__info{row-gap:.41667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.team-leader__info{row-gap:.57143vw}}@media only screen and (max-width:860px) and (min-width:641px){.team-leader__info{row-gap:.69767vw}}@media only screen and (max-width:640px){.team-leader__info{row-gap:1.66667vw}}.faq[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.faq[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.faq__item{padding-top:1.25vw}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__item{padding-top:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__item{padding-top:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__item{padding-top:2.7907vw}}@media only screen and (max-width:640px){.faq__item{padding-top:6.66667vw}}.faq__item:first-child{border-top:1px solid hsla(0,0%,100%,.12)}.faq__item:not(:last-child){padding-bottom:1.25vw;border-bottom:1px solid hsla(0,0%,100%,.12)}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__item:not(:last-child){padding-bottom:1.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__item:not(:last-child){padding-bottom:2.28571vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__item:not(:last-child){padding-bottom:2.7907vw}}@media only screen and (max-width:640px){.faq__item:not(:last-child){padding-bottom:6.66667vw}}.faq__item.is-opened .faq__question:before{transform:translateY(-50%) rotate(180deg)}.faq__item a{display:flex;padding-top:.625vw;padding-bottom:.625vw}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__item a{padding-top:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__item a{padding-top:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__item a{padding-top:1.39535vw}}@media only screen and (max-width:640px){.faq__item a{padding-top:3.33333vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__item a{padding-bottom:.83333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__item a{padding-bottom:1.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__item a{padding-bottom:1.39535vw}}@media only screen and (max-width:640px){.faq__item a{padding-bottom:3.33333vw}}.faq__item a .svg{margin-right:.52083vw}@media only screen and (max-width:1440px) and (min-width:1051px){.faq__item a .svg{margin-right:.69444vw}}@media only screen and (max-width:1050px) and (min-width:861px){.faq__item a .svg{margin-right:.95238vw}}@media only screen and (max-width:860px) and (min-width:641px){.faq__item a .svg{margin-right:1.16279vw}}@media only screen and (max-width:640px){.faq__item a .svg{margin-right:2.77778vw}}.faq__question{position:relative;text-transform:uppercase}@media only screen and (min-width:641px){.faq__question{pointer-events:none}}@media only screen and (max-width:640px){.faq__question{padding-right:12.5vw}}.faq__question:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:0;width:6.66667vw;height:6.66667vw;background:url(/images/icon-chevron-down.svg) no-repeat 50%;background-size:contain}@media only screen and (min-width:641px){.faq__question:before{display:none}}@media only screen and (min-width:641px){.faq__answer{display:block!important}}@media only screen and (max-width:640px){.faq__answer{display:none;margin-top:1.66667vw;color:var(--white50)}}.status[data-anim=true]{transition:opacity 1s ease 0s,transform 1.2s cubic-bezier(.4,0,0,1) 0s;will-change:opacity,transform}.status[data-anim=false]{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.status__carousel{display:flex;padding-right:14.11458vw;overflow:visible}@media only screen and (max-width:1440px) and (min-width:1051px){.status__carousel{padding-right:18.81944vw}}@media only screen and (max-width:1050px) and (min-width:861px){.status__carousel{padding-right:5.71429vw}}@media only screen and (max-width:860px) and (min-width:641px){.status__carousel{padding-right:8.37209vw}}@media only screen and (max-width:640px){.status__carousel{padding-right:10vw}}.thank-you{position:relative;padding-top:5vw}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you{padding-top:6.66667vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you{padding-top:9.14286vw}}@media only screen and (max-width:860px) and (min-width:641px){.thank-you{padding-top:11.16279vw}}@media only screen and (max-width:640px){.thank-you{padding-top:26.66667vw}}.thank-you__inner{padding-top:6.25vw;padding-bottom:6.25vw}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you__inner{padding-top:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you__inner{padding-top:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.thank-you__inner{padding-top:13.95349vw}}@media only screen and (max-width:640px){.thank-you__inner{padding-top:16.66667vw}}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you__inner{padding-bottom:8.33333vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you__inner{padding-bottom:11.42857vw}}@media only screen and (max-width:860px) and (min-width:641px){.thank-you__inner{padding-bottom:13.95349vw}}@media only screen and (max-width:640px){.thank-you__inner{padding-bottom:16.66667vw;height:auto}}.thank-you__inner:after{pointer-events:none;content:"";z-index:1;background:linear-gradient(180deg,rgba(23,20,17,.05) 10%,rgba(23,20,17,.14) 21.5%,rgba(23,20,17,.64) 100%,#171411 0)}.thank-you__bg-layer,.thank-you__inner:after{position:absolute;top:0;left:0;width:100%;height:100%}.thank-you__bg-layer{right:0;bottom:0}.thank-you__bg-layer:before{content:"";pointer-events:none;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:linear-gradient(173deg,#0f1f1e 9%,rgba(15,31,30,.6) 49%,#172c28)}.thank-you__bg-layer img,.thank-you__bg-layer picture{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.thank-you__content{position:relative;z-index:2}body.is-loaded .thank-you__content{transition:opacity 1s ease,transform 1.2s cubic-bezier(.4,0,0,1);will-change:opacity,transform}body:not(.is-loaded) .thank-you__content{transform:translate3d(0,5vh,0) scaleY(1.35);opacity:0}.thank-you__content .info-block>*{position:relative;z-index:3}@media only screen and (max-width:640px){.thank-you__content .info-block p strong{font-weight:500}}.thank-you__content .h1,.thank-you__content h1{z-index:3;will-change:transform}.thank-you__content .txt-white50{will-change:transform}@media only screen and (max-width:640px){.thank-you__content .faq__question,.thank-you__content .h4,.thank-you__content .h5,.thank-you__content .h6,.thank-you__content .input__field,.thank-you__content .input__label,.thank-you__content .subheading,.thank-you__content h4,.thank-you__content h5,.thank-you__content h6{font-size:4.44444vw}}.thank-you__info{position:relative;z-index:3;display:flex;align-items:center}@media only screen and (max-width:640px){.thank-you__info{flex-direction:column}}.thank-you__info__left{flex-shrink:0;max-width:23.07292vw;margin-right:2.91667vw}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you__info__left{max-width:30.76389vw;margin-right:3.88889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you__info__left{max-width:38.09524vw;margin-right:5.33333vw}}@media only screen and (max-width:860px) and (min-width:641px){.thank-you__info__left{max-width:37.2093vw;margin-right:6.51163vw}}@media only screen and (max-width:640px){.thank-you__info__left{max-width:77.77778vw;margin-right:8.88889vw;margin-bottom:11.11111vw}}.thank-you__info__left a{display:flex}.thank-you__info__left a:active:not(:disabled) picture,body:not(.is-touch-device) .thank-you__info__left a:hover:not(:disabled) picture{transform:scale(1.15)}.thank-you__info__left a picture{transition:transform .5s ease}.thank-you__info__right{border-top:.10417vw solid hsla(0,0%,100%,.12);margin-right:5.46875vw}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you__info__right{margin-right:7.29167vw;border-width:.13889vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you__info__right{margin-right:4.7619vw;border-width:.19048vw}}@media only screen and (max-width:860px){.thank-you__info__right{margin-right:0;border-width:.23256vw}}@media only screen and (max-width:640px){.thank-you__info__right{margin-right:0;border-width:.55556vw}}.thank-you__info__right .txt{padding-top:2.08333vw}@media only screen and (max-width:1440px) and (min-width:1051px){.thank-you__info__right .txt{padding-top:2.77778vw}}@media only screen and (max-width:1050px) and (min-width:861px){.thank-you__info__right .txt{padding-top:3.04762vw}}@media only screen and (max-width:860px) and (min-width:641px){.thank-you__info__right .txt{padding-top:3.72093vw}}@media only screen and (max-width:640px){.thank-you__info__right .txt{padding-top:8.88889vw}}