@keyframes shimmy{0%{opacity:1;transform:translate(0,0)}to{opacity:1;transform:translateY(-100%)}}@keyframes shimmyDown{0%{transform:translateY(100%)}to{transform:translate(0,0)}}.animated__content{background-color:var(--c-scale-1_bg)}.animated__content.has-resumeImg{width:100%;height:auto;background-size:cover;background-repeat:no-repeat;background-position:center}.animated__content .ac__content{display:flex;justify-content:space-between;align-items:center;max-width:153.6rem;margin:0 auto;padding:64px 48px;gap:64px}.animated__content .ac__content .ac__text{max-width:608px;display:inline-block}.animated__content .ac__content .ac__text--subtitle{color:var(--c-scale-8_txt);font-family:var(--font_secondary)}.animated__content .ac__content .ac__text--body{font-size:var(--font_size_6);font-family:var(--font_secondary)}.animated__content .ac__content .ac__text--body>*{color:var(--c-scale-10_txt)}.animated__content .ac__content .ac__text .ac__text--animation{overflow:hidden;position:relative}.animated__content .ac__content .ac__text .ac__text--animation .ac__text--title{margin-bottom:6px;font-family:var(--font_primary)}.animated__content .ac__content .ac__text .ac__text--animation .ac__text--title.moveY-enter-active{top:0;position:absolute;animation:shimmyDown .6s ease-in}.animated__content .ac__content .ac__text .ac__text--animation .ac__text--title.moveY-leave-to{opacity:0;animation:shimmy .6s ease-in}.animated__content .ac__content .ac__text--descr{text-transform:uppercase;margin-bottom:24px;font-family:var(--font_primary)}.animated__content .ac__content .ac__image{width:100%;height:auto;max-width:620px;max-height:620px}.animated__content .ac__content .ac__image--img{width:100%;height:100%;max-width:620px;max-height:620px;min-width:clamp(360px,44vw,620px);min-height:clamp(360px,44vw,620px);object-fit:cover}.animated__content .ac__content .ac__image .desktop{display:flex}.animated__content .ac__content .ac__image .mobile,.animated__content .ac__content .ac__image .tablet,.c-s-max-width-768 .animated__content .ac__content .ac__image .desktop,.c-s-max-width-768 .animated__content .ac__content .ac__image .mobile{display:none}.c-s-max-width-1024 .animated__content .ac__content{flex-direction:column-reverse;justify-content:center;padding:40px 24px;gap:48px}.c-s-max-width-1024 .animated__content .ac__content .ac__text{max-width:none}.c-s-max-width-1024 .animated__content .ac__content .ac__image{max-width:none;max-height:none;width:auto}.c-s-max-width-1024 .animated__content .ac__content .ac__image--img{max-width:400px;max-height:400px;min-width:400px;min-height:400px}.c-s-max-width-768 .animated__content .ac__content{gap:40px}.c-s-max-width-768 .animated__content .ac__content .ac__image .tablet{display:flex}.c-s-max-width-480 .animated__content .ac__content .ac__image--img{max-width:100%;max-height:clamp(300px,36vw,420px);min-width:auto;min-height:auto}.c-s-max-width-480 .animated__content .ac__content .ac__image .desktop,.c-s-max-width-480 .animated__content .ac__content .ac__image .tablet{display:none}.c-s-max-width-480 .animated__content .ac__content .ac__image .mobile{display:flex}