@keyframes showSlideAnimation{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}40%{opacity:0}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes hideSlideAnimation{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}60%{opacity:0}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}@keyframes showMiniAnimation{0%{top:50%;left:50%;transform:translate(-50%,-50%) scale(1);box-shadow:auto}to{box-shadow:none;top:1.171875vw;left:1.171875vw;transform:translate(0) scale(.25)}}@keyframes showButtonAnimation{0%{opacity:0;width:0;height:0}40%{opacity:0}to{opacity:1;width:auto;height:-moz-fit-content;height:fit-content}}@keyframes hideButtonAnimation{0%{opacity:1;width:auto;height:-moz-fit-content;height:fit-content}40%{opacity:0}to{opacity:0;width:0;height:0}}@keyframes showButtonHeaderAnimation{0%{opacity:0;transform:scale(0);height:0;margin-bottom:0}40%{opacity:0}to{opacity:1;transform:scale(1);height:auto;margin-bottom:1.171875vw}}@keyframes hideButtonHeaderAnimation{0%{opacity:1;transform:scale(1);height:auto;margin-bottom:1.171875vw}40%{opacity:0}to{opacity:0;transform:scale(0);height:0;margin-bottom:0}}:export{breakpoint:767;breakpointPC:1024;mainAreaMaxWidth:1920}