.screen-img{display:flex;width:100%;height:auto;transition:transform 1s ease-out;transform-origin:left top}.screen-img-hovered{transform:scale(.75) translate(39.5%)}.screen-container{height:100%;width:100%;margin-top:8rem;display:none}@media (min-width: 768px){.screen-container{display:flex}}.screen-img{width:100%;transition:transform 1s ease-out;transform-origin:left top}.screen-img-hovered{transform:scale(.7) translate(42.5%)}@keyframes slideInBlock{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutBlock{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.slide-block{width:25%;height:75%;position:absolute;top:0;left:0;animation:slideOutBlock .7s ease-out forwards}.slide-block-active{animation:slideInBlock .7s ease-out forwards}@keyframes slideLoadingLine{0%{transform:translate(-98%)}to{transform:translate(0)}}.loading-line-background{width:100%;height:8px;background:#4e575a;border-radius:24px;position:relative;overflow:hidden}.loading-line{width:100%;height:8px;background:#d1cbfb;border-radius:24px;position:absolute;top:0;left:0;z-index:10;animation:slideLoadingLine 4s ease-out forwards}.accordion-content{transition:max-height .5s ease,opacity .5s ease;max-height:60px}.accordion-content.open{max-height:800px}.accordion-content-mobile{transition:max-height 1.5s ease,opacity 1.5s ease;max-height:60px}.accordion-content-mobile.open{max-height:800px}
