@layer components-shared{.key-figures__inner{display:grid;row-gap:60px}@media screen and (max-width:infinity-1px){.key-figures__inner{row-gap:60px}}@media screen and (max-width:1919px){.key-figures__inner{row-gap:40px}}@media screen and (max-width:1439px){.key-figures__inner{row-gap:24px}}.key-figures__team{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;cursor:pointer}@media screen and (max-width:1919px){.key-figures__team{gap:10px}}@media screen and (max-width:1439px){.key-figures__team{gap:6px}}.key-figures__item{position:relative;display:flex;overflow:hidden;flex-direction:column;padding:20px;transition:all .4s;background-color:#151515;row-gap:20px}.key-figures__item p{z-index:2}.key-figures__item>img{position:absolute;top:0;right:0;width:auto;height:100%;mix-blend-mode:lighten}.key-figures__item:before{position:absolute;top:0;right:0;width:0;height:100%;content:"";transition:all .4s;background-color:var(--accent-primary)}.key-figures__item:hover:before{width:20px}.key-figures__item.is-active:before{position:absolute;top:0;right:0;width:100%;height:100%;content:"";background-color:var(--accent-primary)}.key-figures__image{position:relative;overflow:hidden;min-height:508px;background-color:#151515}.key-figures__image.is-fading:before{width:0}.key-figures__image:before{position:absolute;z-index:2;top:0;right:0;width:20px;height:100%;content:"";transition:all .3s ease;background-color:var(--accent-primary)}.key-figures__image img{position:absolute;z-index:1;top:0;right:0;width:auto;height:100%;margin-left:auto;mix-blend-mode:lighten}@media screen and (max-width:1919px){.key-figures__image{min-height:382px}}@media screen and (max-width:1439px){.key-figures__image{min-height:272px}}@media screen and (max-width:1023px){.key-figures__image{min-height:430px;display:none}}.key-figures__image-item-figure{position:absolute;z-index:1;display:flex;background-color:#151515;inset:0;will-change:transform,opacity}.key-figures__image-item-figure.is-enter{animation:enter-anim .6s ease forwards}.key-figures__image-item-figure.is-exit{animation:exit-anim .3s ease forwards}.key-figures__image-description{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;max-width:360px;height:100%;padding:60px 0 60px 60px}@media screen and (max-width:1919px){.key-figures__image-description{max-width:300px}}@media screen and (max-width:1439px){.key-figures__image-description{position:relative;max-width:240px;padding:32px 0 32px 32px}}@media screen and (max-width:1023px){.key-figures__image-description{position:absolute;max-width:340px}}@media screen and (max-width:767px){.key-figures__image-description{position:static;width:100%;padding:0}}.key-figures__image-description-title{margin-bottom:14px;transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform;transform:translateX(0);opacity:1}@media screen and (max-width:1439px){.key-figures__image-description-title{max-width:116px}}.key-figures__image-description-position{transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform;transform:translateX(0);opacity:1;font-size:12px!important}@media screen and (max-width:1919px){.key-figures__image-description-position{font-size:9px!important}}@media screen and (max-width:1439px){.key-figures__image-description-position{font-size:7px!important}}@media screen and (max-width:1023px){.key-figures__image-description-position{font-size:11px!important}}@media screen and (max-width:767px){.key-figures__image-description-position{font-size:12px!important}}.key-figures__image-description-text{margin-top:auto;transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform;transform:translateX(0);opacity:1}.key-figures__image-description-text.is-enter{animation:enter-anim .9s ease forwards}.key-figures__image-description-photo{transition:opacity .5s ease,transform 4s ease;transform:translateX(0) scale(1);animation:unset;opacity:1;will-change:opacity,transform}.key-figures__slider{z-index:0;width:100%;height:100%}.key-figures__slider-wrap{position:relative;max-width:calc(100vw - 20px)}.key-figures__slide{position:relative;display:flex;flex-direction:column-reverse;width:100%;height:100%;background-color:#151515}.key-figures__slide img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;mix-blend-mode:lighten}@media screen and (max-width:1023px){.key-figures__slide img{max-width:50%;margin-left:auto}}@media screen and (max-width:767px){.key-figures__slide img{position:relative;max-width:unset;min-height:380px;margin-left:unset;border-right:12px solid var(--accent-primary);-o-object-position:center;object-position:center}}@media screen and (max-width:1023px){.key-figures__slide{max-height:429px}.key-figures__slide:before{position:absolute;top:0;right:0;width:15px;height:100%;content:"";background-color:var(--accent-primary)}}@media screen and (max-width:767px){.key-figures__slide{display:flex;flex-direction:column-reverse;max-height:unset;background-color:unset;row-gap:20px}.key-figures__slide:before{display:none}}@keyframes enter-anim{0%{transform:translateX(40px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes exit-anim{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}}