@charset "UTF-8";:root{--f-base: Mulish, sans-serif;--f-main-font-size: 16px;--body-bg: #121318;--c-primary: #FF1F3B;--c-primary-dark: #DD0E28;--c-accent: #0A3F73;--c-secondary: #F82DA2;--Red-50: #ff1f3b;--Red-60: #dd0e28;--c-black: #000000;--c-grey00: #FFFFFF;--c-grey100: #000000;--b-radius-xs: 15px;--b-radius: 20px;--b-radius-md: 25px;--b-radius-lg: 50px;--b-radius-xl: 100px;--b-radius-round: 9999px;--z-bottom: 10;--z-middle-bottom: 100;--z-middle: 150;--z-middle-top: 200;--z-top-10: 300;--z-top-20: 400;--z-top-30: 500;--header-height: 90px;--scroll-distance: 400px}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0)) * -.5);width:calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}html{scroll-behavior:smooth;scrollbar-gutter:stable}.body{font-family:var(--f-base);color:var(--c-grey00);background-color:var(--body-bg);font-size:14px;font-weight:400;line-height:120%;overflow-x:hidden}.body--lock{overflow:hidden}@media screen and (min-width: 1000px) and (max-width: 1279px){.body{font-size:18px}}@media screen and (min-width: 1280px){.body{font-size:24px}}*{box-sizing:border-box}ul{font-family:var(--f-base);list-style:none;padding:0;margin:0}button{cursor:pointer;font-family:var(--f-base)}p{margin:0}.container{max-width:1600px;margin:0 auto;padding:0 15px}@media screen and (min-width: 1440px){.container{max-width:1850px}}.container--services{max-width:1400px}.section{padding:20px 0 40px}@media screen and (min-width: 768px) and (max-width: 1279px){.section{padding:30px 0}}@media screen and (min-width: 1280px){.section{padding:60px 0}}.text-right{text-align:right}.text-primary,.single-page__content a{color:var(--c-primary)}.text-primary--dark{color:var(--c-primary-dark)}.vh-100{height:100vh!important}.vw-100{width:100vw!important}.fluidAnimation{position:fixed;top:0;bottom:0;left:0;right:0;z-index:-2;opacity:1}.wpcf7-spinner{display:none}.pt-base{padding-top:24px}@media screen and (min-width: 1000px){.pt-base{padding-top:64px}}.pt-md{padding-top:18px}@media screen and (min-width: 1000px){.pt-md{padding-top:40px}}.breadcrumbs__list{display:flex;align-items:baseline;gap:10px}.breadcrumbs__list a,.breadcrumbs__list .last{font-size:12px;text-transform:uppercase;text-decoration:none;font-weight:400;line-height:130%;color:var(--c-grey00)}.breadcrumbs__list a{transition:color .2s linear}.breadcrumbs__list a:hover{color:var(--c-primary)}.breadcrumbs__list .separator{font-size:15px;color:var(--c-grey00)}.list-carrot,ul.wp-block-list{padding-left:20px}@media screen and (min-width: 1280px){.list-carrot,ul.wp-block-list{padding-left:52px}}.list-carrot li,ul.wp-block-list li{position:relative;padding:16px 0}.list-carrot li:before,ul.wp-block-list li:before{content:"";position:absolute;display:block;top:30px;left:-40px;transform:translateY(-50%);width:24px;height:24px;background-image:url(/app/themes/sage/public/build/assets/icon-carrot-CbbD_zi_.svg);background-repeat:no-repeat;background-size:contain}ul.wp-block-list{padding-left:55px}.not-found{overflow:hidden}.not-found__content{position:relative;border:3px solid var(--c-grey00);padding:75px 20px}@media screen and (min-width: 768px){.not-found__content{padding:75px 55px;background-image:url(/app/themes/sage/public/build/assets/image-404-Cv2VI5eD.png);background-position:left;background-size:contain;background-repeat:no-repeat}}.not-found__wrapper{max-width:720px;width:100%;margin-left:auto;display:flex;align-items:center;gap:20px}.not-found__num img{max-width:100%;height:456px;width:100%}@media screen and (min-width: 768px){.not-found__num img{max-width:170px}}.not-found__info{max-width:487px;display:flex;flex-direction:column;gap:20px;align-items:start}.not-found__info span{line-height:80%;display:block}.not-found__info p{font-size:16px}.otgs-development-site-front-end{display:none!important}.cc_div #c-bns{margin:0}#c-txt{font-size:12px}#c-s-bn{display:none}#c-inr{display:flex;align-items:center;gap:35px}#cm{max-width:26.2em;padding:16px}.single-page__block{display:flex;gap:24px}.single-page__content{width:100%}.single-page__content>*:first-child{margin-top:0}.single-page__content p{margin-top:16px}.single-page__content strong{margin-bottom:16px}.single-page__content a{text-decoration:none}.single-page-bottom{width:100%}.text-gradient,.hero__title b{font-weight:900;text-transform:uppercase;background:linear-gradient(to bottom,#ff1f3b 9.97%,#f52ba4 85.42%,#f09 94.28%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:120%}@font-face{font-family:fontello;src:url(/app/themes/sage/public/build/assets/fontello-DHSBZH-y.eot?17594188);src:url(/app/themes/sage/public/build/assets/fontello-DHSBZH-y.eot?17594188#iefix) format("embedded-opentype"),url(/app/themes/sage/public/build/assets/fontello-B8QkuMPN.woff2?17594188) format("woff2"),url(/app/themes/sage/public/build/assets/fontello-DmCqpTFL.woff?17594188) format("woff"),url(/app/themes/sage/public/build/assets/fontello-D2PHDM2e.ttf?17594188) format("truetype"),url(/app/themes/sage/public/build/assets/fontello-BLq9Jbu9.svg?17594188#fontello) format("svg");font-weight:400;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-phone:before{content:""}.icon-cancel:before{content:""}.icon-download:before{content:""}.icon-arrow-right:before{content:""}.icon-mail-alt:before{content:""}.btn{font-size:14px;font-weight:700;text-transform:uppercase;background-color:var(--c-grey00);border-radius:40px;text-decoration:none;color:var(--c-grey100);line-height:130%;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.btn--lg{padding:15px 32px;font-size:24px;line-height:31px}@media screen and (min-width: 1000px){.btn--lg{font-size:32px}}.btn--md{padding:12px 32px}.btn--arrow{padding:12px 62px 12px 32px;position:relative}.btn--arrow:before{content:"";font-family:fontello;position:absolute;right:0;top:50%;transform:translate(-50%,-50%);font-size:12px}.btn--transparent{text-align:center;font-size:32px;padding:12px 32px;border:2px solid #fff;border-radius:40px;font-weight:700;text-decoration:none;color:var(--c-grey00);background:transparent;line-height:130%;text-transform:uppercase}.btn--transparent:hover,.btn:hover{color:var(--c-grey00);background-color:var(--c-primary);border-color:transparent}.btn-transparent{width:285px;font-size:32px;border:1px solid #fff;border-radius:40px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700;margin-top:16px;height:56px;transition:color,background-color,border-color ease .2s;text-decoration:none;color:var(--c-grey00);background:transparent}.btn-transparent:hover{color:var(--c-grey00);background-color:var(--Red-50);border-color:transparent}@media screen and (max-width: 767px){.btn-transparent{width:100%}}@media screen and (min-width: 1280px){.btn-transparent{margin-top:40px}}.header-btn{margin:0;font-size:14px;line-height:24px;font-weight:500;border:none;cursor:pointer;padding:8px 16px;border-radius:24px;text-rendering:auto;display:inline-block;text-align:center;white-space:nowrap;text-decoration:none;color:var(--c-grey00);transition:.3s}.header-btn--grey{color:var(--c-grey00);background-color:#ffffff1a;-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);font-weight:400;white-space:nowrap}.header-btn--primary{color:var(--c-grey00);background-color:var(--c-primary)}.header-btn:hover{transform:scale(.95);filter:contrast(1.25)}h1,h2,h3,h4,h5{margin:0}.h1,.single-page__content h1{font-size:36px;font-weight:1000;line-height:110%;text-transform:uppercase}@media screen and (min-width: 414px) and (max-width: 999px){.h1,.single-page__content h1{font-size:48px}}@media screen and (min-width: 768px) and (max-width: 1279px){.h1,.single-page__content h1{font-size:72px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.h1,.single-page__content h1{font-size:96px}}@media screen and (min-width: 1280px){.h1,.single-page__content h1{font-size:120px}}@media screen and (min-width: 1440px){.h1,.single-page__content h1{font-size:150px}}.h2,.single-page__content h2{font-size:32px;font-weight:900;text-transform:uppercase;line-height:120%}@media screen and (min-width: 768px) and (max-width: 1279px){.h2,.single-page__content h2{font-size:48px}}@media screen and (min-width: 1280px){.h2,.single-page__content h2{font-size:64px}}.h3,.single-page__content h3{font-size:24px;font-weight:900;text-transform:uppercase;line-height:110%}@media screen and (min-width: 768px) and (max-width: 1279px){.h3,.single-page__content h3{font-size:32px}}@media screen and (min-width: 1280px){.h3,.single-page__content h3{font-size:48px}}.h4,.single-page__content h4{font-size:18px;font-weight:900;text-transform:uppercase;line-height:normal}@media screen and (min-width: 768px) and (max-width: 1279px){.h4,.single-page__content h4{font-size:24px}}@media screen and (min-width: 1280px){.h4,.single-page__content h4{font-size:40px}}.h1 b,.single-page__content h1 b,.h2 b,.single-page__content h2 b,.h3 b,.single-page__content h3 b,.h4 b,.single-page__content h4 b,.h5 b{color:var(--c-primary);font-weight:900}.h1--sm,.h2--sm,.h3--sm,.h4--sm,.h5--sm{font-weight:300}.blog-title{font-weight:400}.blog-title b{font-weight:900;color:var(--c-grey00)}.header{padding:16px 0;position:sticky;top:0;background-color:var(--body-bg);z-index:250}.header__content{display:flex;flex-direction:column;gap:16px}.header__top{display:flex;align-items:center;justify-content:space-between}.header__left{display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.header__left{justify-content:space-between}}@media screen and (max-width: 767px){.header__left{width:100vw}}.header__logo{position:relative}.header__logo object{max-width:60px;width:100%;height:100%}.header__logo-link{position:absolute;top:0;left:0;width:100%;background-size:contain;background-repeat:no-repeat;flex-shrink:0;max-width:205px;height:42px;display:flex}.header__burger{width:42px;height:42px;cursor:pointer;position:relative}.header__burger-icon{position:absolute;left:0;top:0;width:42px;height:42px;background-repeat:no-repeat;background-image:url(/app/themes/sage/public/build/assets/burger-wtXyJklB.svg)}.header__wrapper{display:flex;flex-direction:row;align-items:center;gap:20px}@media screen and (max-width: 1279px){.header__social{display:none}}.header__right{gap:24px;display:flex;font-size:16px;align-items:center}@media screen and (max-width: 767px){.header__right{display:none}}.header__presentation{display:flex;align-items:center;gap:8px}.header__contacts{display:none;flex-direction:column;gap:5px}@media screen and (min-width: 1000px){.header__contacts{display:flex}}.header__phone{font-weight:700;font-size:18px}.header__email{font-weight:700;font-size:18px;color:var(--c-grey00);text-decoration:none}.header__email:hover{text-decoration:underline}.header__lang-switch{font-size:16px;font-weight:700;cursor:pointer}.header__burger-icon{transition:opacity .2s ease}.header__burger-icon--closed{opacity:1}.header__burger-icon--open,.open .header__burger-icon--closed{opacity:0}.open .header__burger-icon--open{opacity:1}@media screen and (min-width: 1280px){.header__nav{border-top:1px solid var(--c-grey00);padding-top:15px}}.header__nav-list{display:none;gap:16px;justify-content:space-between;font-weight:600}@media screen and (min-width: 1280px){.header__nav-list{display:flex}}.footer{padding-top:24px;padding-bottom:60px;margin-top:40px}@media screen and (min-width: 768px) and (max-width: 999px){.footer{margin-top:63px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer{margin-top:40px}}@media screen and (min-width: 1280px){.footer{margin-top:60px}}@media screen and (min-width: 1440px){.footer{margin-top:100px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer{margin-top:75px}}@media screen and (min-width: 1280px){.footer__container{display:grid;grid-template-columns:1fr 2fr;gap:70px;align-items:center}}@media screen and (min-width: 1440px){.footer__container{gap:177px}}.footer__contacts{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer__contacts{flex-direction:row;justify-content:space-between}}.footer__contacts-item{padding-bottom:20px;border-bottom:2px solid var(--c-grey00);display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 768px) and (max-width: 999px){.footer__contacts-item{justify-content:space-between;align-items:center;flex-direction:row;gap:20px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer__contacts-item{border-bottom:none;gap:16px;flex-direction:column}.footer__contacts-item:not(:first-child){border-left:2px solid var(--c-grey00);padding-left:10px}}.footer__contacts-title{font-size:24px;font-weight:600;line-height:120%;color:var(--c-grey00)}.footer__contacts-wrapper{display:flex;flex-direction:column;gap:8px}@media screen and (min-width: 768px) and (max-width: 999px){.footer__contacts-wrapper{display:flex;justify-content:space-between;gap:20px;flex-direction:row;margin:0}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer__contacts-wrapper{gap:16px}}.footer__contacts-link{font-size:24px;font-weight:400;line-height:120%;color:var(--c-grey00);text-decoration:none;transition:color ease .2s}.footer__contacts-link:hover{color:var(--Red-50)}.footer__wrapper{margin-top:40px}@media screen and (min-width: 768px) and (max-width: 999px){.footer__wrapper{margin-top:63px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer__wrapper{margin-top:40px}}@media screen and (min-width: 1280px){.footer__wrapper{margin-top:60px}}@media screen and (min-width: 1440px){.footer__wrapper{margin-top:100px}}@media screen and (min-width: 1000px){.footer__wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:160px}}@media screen and (min-width: 1280px){.footer__wrapper{gap:70px;justify-content:space-between;flex-direction:row}}@media screen and (min-width: 1440px){.footer__wrapper{gap:177px}}.footer__form{margin-top:40px;width:100%;display:flex;flex-direction:column;gap:20px}.footer__form-input{width:100%;padding:8px 8px 8px 0;border:none;border-bottom:2px solid var(--c-grey00);outline:none;background:transparent;color:var(--c-grey00);font-size:18px;font-weight:400;line-height:120%}.footer__form-input::placeholder{font-size:18px;font-weight:400;line-height:120%;color:var(--c-grey00)}.footer__form-button{display:flex;flex-direction:column;cursor:pointer}.footer__form-send{padding:12px 32px;font-weight:700;font-size:32px;line-height:1;text-transform:uppercase;color:var(--c-grey00);background:transparent;border:2px solid var(--c-grey00);border-radius:20px;cursor:pointer;transition:color,background-color,border-color ease .2s}.footer__form-send:hover{background-color:var(--Red-50);border-color:transparent}.footer__form-info{margin-top:20px;font-size:12px;font-weight:400;line-height:120%}.footer__nav{padding:0 30px;margin-top:40px}@media screen and (min-width: 768px) and (max-width: 999px){.footer__nav{margin-top:63px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.footer__nav{margin-top:40px}}@media screen and (min-width: 1280px){.footer__nav{margin-top:60px}}@media screen and (min-width: 1440px){.footer__nav{margin-top:100px}}@media screen and (min-width: 1000px){.footer__nav{margin-top:0;padding:0}}.footer__nav-list{display:flex;flex-direction:column;gap:30px}.footer__nav-list a{text-decoration:none;font-size:48px;color:var(--c-grey00);transition:color .3s ease}.footer__nav-list a:hover{color:var(--c-primary)}.footer__copyright{margin-top:32px}.footer__copyright-container{padding-top:20px;display:flex;flex-direction:column;gap:16px;border-top:1px solid #d6d6d6;align-items:start}.footer__copyright-container p{font-size:12px;color:#d6d6d6}.footer__copyright-container a{color:#d6d6d6;font-size:12px;transition:color ease .2s}.footer__copyright-container a:hover{color:var(--c-primary)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.menu-overlay.open{opacity:1;visibility:visible}.menu{padding:42px 25px 25px;width:100%;z-index:1001;height:100vh;position:fixed;left:-100%;top:0;background-color:#100f13;opacity:0;transition:left .3s ease-in-out,opacity .3s ease-in-out}.menu.open{left:0;opacity:1}@media screen and (min-width: 1000px){.menu{padding:48px 40px 38px}}@media screen and (min-width: 768px){.menu{max-width:480px}}.menu__wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.menu__close-button{display:flex;justify-content:center;align-items:center;width:72px;height:42px;cursor:pointer;position:absolute;top:20px;right:20px}.menu__list{padding-top:20px;display:flex;flex-direction:column;gap:25px}.menu__list li{line-height:100%}.menu__list a{font-size:16px;text-decoration:none;color:var(--c-grey00);position:relative;display:inline-block;font-weight:600;transition:color .3s ease-in-out}.menu__list a:hover{color:var(--c-primary)}@media screen and (min-width: 1000px){.menu__list{gap:10px}}.menu__bottom{display:flex;flex-direction:column;gap:20px;align-items:start}.menu__contacts{display:flex;flex-direction:column;gap:10px}.menu__contacts-link{font-size:18px;color:var(--c-grey00);text-decoration:none;transition:color .2s linear}.menu__contacts-link:hover{color:var(--c-primary)}.hero{height:100vh;padding:30px 0 40px}@media screen and (min-width: 1000px){.hero{padding:0}}.hero__container{position:relative}@keyframes blink{0%{background-color:#ccc}49%{background-color:#ccc}50%{background-color:transparent}99%{background-color:transparent}to{background-color:#ccc}}.typed-text{min-width:300px;min-height:60px}@media screen and (min-width: 768px) and (max-width: 999px){.typed-text{min-height:90px}}@media screen and (min-width: 1000px) and (max-width: 1279px){.typed-text{min-height:110px}}@media screen and (min-width: 1280px){.typed-text{min-height:180px}}.hero__introduction{display:flex;flex-direction:column;align-items:center;height:100vh}@media screen and (min-width: 768px){.hero__introduction{align-items:start}}@media screen and (min-width: 1000px){.hero__introduction{position:relative;height:100vh;z-index:2}}.hero__headline{display:flex;flex-direction:column;justify-content:center;gap:40px;position:relative;width:100%}.hero__text{text-align:center}@media screen and (min-width: 768px){.hero__text{text-align:start}}.hero__title{display:flex;flex-direction:column;text-align:center}@media screen and (min-width: 768px){.hero__title{text-align:start}}@media screen and (min-width: 768px) and (max-width: 1279px){.hero__title b{padding-left:25px}}@media screen and (min-width: 1000px){.hero__title b{padding-left:40px}}.hero__title .cursor{display:none}.hero__main-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden}.hero__bottom{margin-top:25px;display:flex;flex-direction:column;gap:25px;align-items:center}@media screen and (min-width: 768px){.hero__bottom{align-items:start}}.hero__bottom-text{text-align:center}.hero__follow{display:flex;width:100%;color:#fff;font-size:60px;font-weight:300;line-height:110%;letter-spacing:-1.2px;position:relative;z-index:-1;flex-direction:column;align-items:center;justify-content:center;max-width:400px}.hero__follow:after{content:"";background-image:url(/app/themes/sage/public/build/assets/dotted-arrow-768-2pd2vPEM.svg);background-repeat:no-repeat;position:absolute;right:24px;top:50px;width:312px;height:429px}.hero__follow b{color:var(--Red-50);font-weight:900}.hero__follow-bottom{color:var(--Red-50);text-align:center;font-size:32px;font-weight:400;line-height:120%;letter-spacing:0;margin-top:10px}.hero__follow-top{white-space:nowrap}@media screen and (min-width: 768px){.hero__follow{max-width:unset;align-items:end;top:30px}}@media screen and (max-width: 999px){.hero__follow:after{left:auto;top:44px;max-width:200px}}@media screen and (min-width: 768px) and (max-width: 999px){.hero__follow{right:30px}.hero__follow:after{right:120px}}@media screen and (min-width: 768px) and (max-width: 1439px){.hero__follow:after{background-image:url(/app/themes/sage/public/build/assets/dotted-arrow-1000-BUZOynJ7.svg)}}@media screen and (min-width: 1000px) and (max-width: 1439px){.hero__follow{right:30px}.hero__follow:after{right:15px}}@media screen and (min-width: 1280px){.hero__follow{top:-60px}.hero__follow:after{background-image:url(/app/themes/sage/public/build/assets/dotted-arrow-1280-DvQI2rJI.svg);top:100px;right:-30px}}.hero__follow .hero__follow-row-1{font-size:32px}.hero__follow .hero__follow-row-1 strong{font-weight:900;color:var(--c-primary)}@media screen and (min-width: 1280px){.hero__follow .hero__follow-row-1{font-size:48px}}@media screen and (min-width: 1440px){.hero__follow .hero__follow-row-1{font-size:60px}}.hero__follow .hero__follow-row-2{font-size:18px;font-weight:500;line-height:120%;color:var(--c-primary)}@media screen and (min-width: 1280px){.hero__follow .hero__follow-row-2{font-size:24px}}@media screen and (min-width: 1440px){.hero__follow .hero__follow-row-2{font-size:32px}}.hero__follow-company{font-weight:900}.hero__rabbit-wrapper{display:flex;position:absolute;bottom:-75vh;right:-30px;z-index:100;pointer-events:none;width:100%;height:100%;justify-content:center}@media screen and (min-width: 768px){.hero__rabbit-wrapper{justify-content:end}}@media screen and (min-width: 1000px){.hero__rabbit-wrapper{bottom:-90vh}}.hero__rabbit{display:flex;transition:transform .3s ease-out;width:100%;max-width:550px;overflow:hidden;object-fit:contain;transform-origin:bottom right}.hero__about-title{font-size:24px;font-weight:1000;text-transform:uppercase;line-height:110%;position:relative;z-index:150}@media screen and (min-width: 768px) and (max-width: 1439px){.hero__about-title{font-size:32px}}@media screen and (min-width: 1440px){.hero__about-title{font-size:48px}}.hero__about-image{display:flex;max-width:360px;width:100%}.hero__about-image img{width:100%;height:100%;object-fit:contain}@media screen and (min-width: 1000px){.hero__about-image{display:none}}.about__text{max-width:845px}.about__info{margin-top:55px;display:grid;gap:25px}@media screen and (min-width: 1000px){.about__info{grid-template-columns:1fr 1fr}}.about__info-card-text{font-size:24px}.about__info-card{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#1e1e1e;max-height:500px;border-radius:24px;min-height:393px}.about__info-card-content{padding:0 15px;width:100%;position:relative;z-index:150}.about__info-card-title{line-height:80%;text-transform:none}.about__info-card-text{margin-top:24px;font-size:14px;line-height:120%}@media screen and (min-width: 1000px){.about__info-card-text{font-size:18px}}.about__info-card-img{position:absolute;max-width:270px;z-index:100;top:0;right:0;width:100%;height:100%}.about__info-card-img img{width:100%;height:100%;object-fit:contain}.about__numbers{margin-top:55px;display:grid;justify-content:space-between;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 1000px) and (max-width: 1279px){.about__numbers{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1280px){.about__numbers{grid-template-columns:repeat(5,1fr)}}.about__numbers-card{display:flex;justify-content:space-between;padding:25px;background-color:#1e1e1e;border-radius:24px;min-height:145px;width:100%;gap:20px}@media screen and (min-width: 1000px){.about__numbers-card{flex-direction:column;min-height:245px;max-width:325px;gap:unset}}.about__numbers-card-wrapper{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:start}@media screen and (min-width: 1000px){.about__numbers-card-wrapper{flex-direction:row;align-items:flex-start}}.about__numbers-card-title{font-size:24px;font-weight:900;line-height:120%}@media screen and (min-width: 1000px){.about__numbers-card-title{font-size:34px}}.about__numbers-card-num{margin-top:auto;text-align:end;font-size:24px;font-weight:700;line-height:120%}.advantages__wrapper{padding-top:30px;display:grid;gap:40px;justify-content:center;align-items:center}@media screen and (min-width: 768px) and (max-width: 999px){.advantages__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1000px){.advantages__wrapper{padding-top:67px;grid-template-columns:repeat(3,1fr)}}.advantages__card{display:flex;flex-direction:column;align-items:center;max-width:460px}.advantages__card-image{max-width:576px;max-height:440px;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}.advantages__card-image img{width:100%}@media screen and (max-width: 767px){.advantages__card-image img{width:100%}}@media screen and (max-width: 1279px){.advantages__card-image{max-height:260px}}.advantages__card-image img{object-fit:cover;width:100%;height:100%}.advantages__card-content{display:flex;flex-direction:column;align-items:center;margin-top:16px;gap:8px;text-align:center}@media screen and (min-width: 1280px){.advantages__card-content{margin-top:24px;gap:16px}}.advantages__card-title{font-size:32px;font-weight:400;color:var(--c-primary);text-transform:uppercase}@media screen and (min-width: 1280px){.advantages__card-title{font-size:48px}}.services__headline{display:flex;flex-direction:column;gap:20px}.services__title{display:flex;flex-direction:column;gap:15px}.services__headline-text{max-width:500px}.services__about-gif{max-width:560px;width:100%;height:100%}.services__about-gif img{width:100%;height:100%;object-fit:contain}.services__wrapper{display:flex;gap:24px;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width: 768px){.services__wrapper{align-items:start}}@media screen and (min-width: 1280px){.services__wrapper{flex-direction:row}}.services__about{display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (min-width: 768px){.services__about{align-items:start}}@media screen and (min-width: 768px) and (max-width: 1279px){.services__about{flex-direction:row}}.service__about-content{display:flex;flex-direction:column;gap:24px}.services__about-text{max-width:550px}.services__about-slogan{max-width:400px}.services__info{display:flex;flex-direction:column-reverse;justify-content:space-between;gap:30px;margin-top:24px}@media screen and (min-width: 1000px){.services__info{flex-direction:row}}@media screen and (min-width: 768px) and (max-width: 1279px){.services__info{margin-top:60px}}@media screen and (min-width: 1000px){.services__info{margin-top:100px}}.services__case{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;max-width:450px;margin:0 auto}.services__case img{width:100%;height:100%;object-fit:contain}@media screen and (min-width: 1000px){.services__case{margin:unset}}@media screen and (min-width: 1000px) and (max-width: 1439px){.services__case{max-width:500px}}@media screen and (min-width: 1280px){.services__case{max-width:640px}}.services__tags{display:flex;flex-direction:column;gap:24px;align-items:center}.services__card{display:flex;flex-direction:column;gap:16px;max-width:450px}@media screen and (min-width: 1000px){.services__card{max-width:550px}}.services__card-title{font-size:28px;line-height:120%;font-weight:600;text-transform:uppercase;padding-left:85px;position:relative}.services__card-title:before{content:"#";position:absolute;top:50%;left:0;transform:translateY(-50%);background-size:contain;font-size:95px;color:var(--c-primary)}@media screen and (min-width: 1000px){.services__card-title:before{font-size:120px}}@media screen and (min-width: 1000px){.services__card-title{font-size:36px}}.order-call{max-width:1080px;width:100%;background:var(--body-bg);display:none;padding:0}.order-call__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:32px}.order-call__content:before{display:none;content:"";position:absolute;top:0;left:-116px;width:100%;height:100%;background-image:url(/app/themes/sage/public/build/assets/form-rabbit-Diyc4b8v.png);background-size:88%;background-repeat:no-repeat;background-position:center left -45px}@media screen and (min-width: 768px){.order-call__content:before{display:block}}@media screen and (min-width: 1000px){.order-call__content:before{background-position:center left -46px;background-size:70%}}@media screen and (min-width: 768px){.order-call__content{justify-content:flex-end}}.order-call__title{font-size:24px;font-weight:900;color:var(--Red-50);text-transform:uppercase}@media screen and (min-width: 768px){.order-call__title{font-size:40px}}.order-call__wrapper{display:flex;flex-direction:column;max-width:430px;gap:30px;position:relative;z-index:100}@media screen and (min-width: 1000px){.order-call__wrapper{max-width:512px}}.order-call__form{display:flex;flex-direction:column;gap:30px}.order-call__form-label{width:100%}.order-call__form-item{padding:12px 32px;font-size:18px;font-weight:400;background:transparent;color:var(--c-grey00);line-height:120%;border:1px solid var(--c-grey00);border-radius:30px;outline:none;width:100%}.order-call__form-item::placeholder{font-size:18px;font-weight:400;color:var(--c-grey00);line-height:120%}.order-call__submit{display:flex;flex-direction:column;gap:8px}.order-call__btn{padding:10px 40px;font-size:32px;font-weight:700;color:var(--c-grey00);text-transform:uppercase;background-color:var(--Red-50);border:none;border-radius:40px;outline:none;cursor:pointer;transition:background-color .2s ease}.order-call__btn:hover{background-color:var(--Red-60)}.order-call__info{color:var(--c-grey00);font-size:12px}.design__about-headline{display:flex;flex-direction:column;line-height:1;position:relative;gap:10px;text-align:center}.design__about-headline:before{display:none;content:"";position:absolute;width:280px;height:400px;background-size:contain;top:15px;right:-40px;background-image:url(/app/themes/sage/public/build/assets/page-design-decoration-N44Hbuxm.png);background-repeat:no-repeat}@media screen and (min-width: 1280px){.design__about-headline:before{display:block}}@media screen and (min-width: 1000px){.design__about-headline{gap:0;text-align:start}}@media screen and (min-width: 1280px){.design__about-headline{max-width:900px}}@media screen and (min-width: 1000px) and (max-width: 1439px){.design__about-title--position{position:relative;left:125px;top:-16px;max-width:1000px;width:100%}}@media screen and (min-width: 1280px){.design__about-title--position{position:relative;left:150px;top:-17px}}.service-card{max-width:600px;width:100%;display:flex;flex-direction:column;gap:16px}.service-card__title{font-size:32px;font-weight:900;line-height:100%}.service-card__text{font-size:18px;font-weight:400;line-height:120%}.service__decoration{position:absolute;top:0;left:0;width:100%}.service__content{background-repeat:no-repeat;position:relative;width:100%;height:100%}.service__content:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-image:url(/app/themes/sage/public/build/assets/services-background-DSeojqzB.png);background-size:cover;opacity:10%}.service__image{max-width:1110px;height:100%;display:flex;margin:0 auto}.service__image img{position:relative;top:60px;width:100%;height:100%;object-fit:cover;z-index:10}.service__decoration-title{font-weight:900;text-transform:uppercase;display:flex;justify-content:center;font-size:10vw}.service__about-wrapper{margin-top:45px;display:grid;gap:24px;justify-content:center}@media screen and (min-width: 1280px){.service__about-wrapper div:nth-child(1){text-align:end}}@media screen and (min-width: 768px) and (max-width: 1439px){.service__about-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1280px){.service__about-wrapper{grid-template-columns:repeat(3,2fr)}.service__about-wrapper div:nth-child(1){grid-column:3/4;grid-row:1/2}.service__about-wrapper div:nth-child(2){grid-column:2/3;grid-row:2/3}.service__about-wrapper a:nth-child(3){grid-column:1/2;grid-row:3/4}}@media screen and (min-width: 1280px) and (min-width: 1000px){.service__about-wrapper{margin-top:80px}}.service__about-btn{margin-left:auto;margin-top:auto}.service__page-content p{font-size:18px}.blog__headline{display:flex;flex-direction:column;justify-content:center;align-items:center}.blog__headline-top{letter-spacing:1.28px;text-transform:initial}.blog__headline-bottom{letter-spacing:-.96px;text-transform:inherit}.blog-new{margin-top:24px}@media screen and (min-width: 768px) and (max-width: 1279px){.blog-new{margin-top:60px}}@media screen and (min-width: 1280px){.blog-new{margin-top:176px}}.blog-new__card{position:relative}.blog-new__card-image{display:flex;border-radius:20px;border:1px solid red;max-width:1468px;height:400px;width:100%;overflow:hidden}.blog-new__card-image img{display:flex;width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1000px){.blog-new__card-image{height:700px}}.blog-new__card-info{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 768px){.blog-new__card-info{gap:40px}}.blog-new__card-category{display:flex;gap:40px}.blog-new__card-link{position:absolute;top:0;left:0;width:100%;height:100%}.blog__content{display:flex;flex-direction:column;gap:20px;margin-top:24px}@media screen and (min-width: 768px) and (max-width: 1279px){.blog__content{margin-top:60px}}@media screen and (min-width: 1280px){.blog__content{margin-top:176px}}.article__card{position:relative;display:flex;justify-content:space-between;flex-direction:column-reverse;align-items:start;gap:20px;padding:20px;border:1px solid var(--c-grey00);border-radius:20px}@media screen and (min-width: 768px){.article__card{flex-direction:row;align-items:center}}.article__card-content{display:flex;flex-direction:column;gap:20px}.article__card-info{display:flex;gap:40px}.article__card-category,.article__card-date{font-size:16px;font-weight:400;line-height:120%}.article__card-image{border-radius:20px;height:245px;width:100%;overflow:hidden}.article__card-image img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 768px){.article__card-image{max-width:400px}}.article__card-link{position:absolute;top:0;left:0;width:100%;height:100%}.single-page__container{max-width:1449px;width:100%;margin:0 auto;padding:0 15px}.single-page__info{display:flex;gap:40px}.single-page__wrapper{display:flex;justify-content:space-between;align-items:baseline}.single-page__image{width:100%;height:100%}.single-page__image img{width:100%;height:100%;object-fit:contain;max-height:700px}.single-page__content h1,.single-page__content h2,.single-page__content h3,.single-page__content h4{padding:24px 0 18px}@media screen and (min-width: 1000px){.single-page__content h1,.single-page__content h2,.single-page__content h3,.single-page__content h4{padding:60px 0 40px}}.social-list{display:flex;gap:10px;padding:0;margin:0}.social-list li{list-style:none}.social-list__item-link{cursor:pointer;display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#fff;border-radius:6px;opacity:.9;transition:opacity .2s linear}.social-list__item-link:hover{opacity:1}.social-list__item-link img{width:14px;height:14px}.page-services__body{margin-top:32px;display:grid;grid-template-columns:1fr 2fr;gap:32px}@media screen and (min-width: 1000px){.page-services__body{margin-top:64px}}.page-services__aside{display:none}@media screen and (min-width: 768px){.page-services__aside{display:block}}.page-services__aside-list li{font-size:16px;padding:16px 0;border-bottom:1px solid var(--c-grey00)}.page-services__wrapper{display:flex;flex-direction:column;gap:64px}.wpml-ls-legacy-dropdown-click{max-width:42px;border:1px solid rgba(255,255,255,.4);border-radius:20px;height:40px;display:flex;justify-content:center;align-items:center}.wpml-ls-legacy-dropdown-click li{color:#fff}.wpml-ls-legacy-dropdown-click a{background-color:transparent;border:none;padding:0!important;color:#fff}.wpml-ls-sub-menu{border-top:none!important;background-color:transparent}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border:none}.js-wpml-ls-item-toggle{padding-right:10px!important}.js-wpml-ls-item-toggle:after{display:none!important}.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown-click a:focus,.wpml-ls-legacy-dropdown-click a:hover{background:transparent;color:#fff}.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{top:185%}.services-info__content-title{font-size:24px;font-weight:700;line-height:110%}@media screen and (min-width: 1000px){.services-info__content-title{font-size:40px}}.services-info__content-subtitle{display:block;font-size:16px;font-weight:700;line-height:100%;margin-top:24px}@media screen and (min-width: 1000px){.services-info__content-subtitle{font-size:18px}}.services-info__prices{margin-top:48px}.services-info__prices-info-title{font-size:24px}.services-info__prices-info-wrapper{margin-top:32px;display:grid;grid-template-columns:3fr 1fr 1fr}.services-info__prices-info-wrapper p:not(:first-child){text-align:end}.services-info__prices-info-position{font-size:12px;color:#8b8b8b}.services-info__prices-list{display:flex;flex-direction:column}.services-info__prices-list-item{display:grid;grid-template-columns:3fr 1fr 1fr;padding:16px 0;border-bottom:1px solid #8b8b8b;font-size:16px}.services-info__prices-list-item p:not(:first-child){text-align:end}.services-info__prices-description{margin-top:32px;padding:16px 24px;border-radius:20px;background-color:#1c1c1c}.services-info__prices-description span{font-size:16px;color:#8b8b8b;line-height:100%}@media screen and (min-width: 1000px){.services-info__prices-description{margin-top:64px}}.services-info__group-tags{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}.services-info__group-tags span{font-size:16px;display:inline-block;color:#8b8b8b;border:1px solid #262626;padding:8px 16px;border-radius:32px;transition:.3s}.services-info__group-info{margin-top:48px}.services-info__services-list{margin-top:16px;display:flex;flex-direction:column}.services-info__services-item{padding:16px 0;border-bottom:1px solid #8b8b8b;display:flex;flex-direction:column;gap:10px}.services-info__services-item span{font-size:16px;line-height:160%;max-width:75%}.services-info__services-item p{font-size:14px;line-height:130%;color:#8b8b8b}
