.m-section-overlay__bg{border-radius:16px}.m-section-overlay{border-radius:16px;display:grid;height:100%;place-items:center;width:100%}.m-section-overlay__wrapper{border-radius:16px;display:flex;flex-direction:row;justify-content:space-between}.m-section-overlay__container{border-radius:16px;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.m-section-overlay--animated{animation-delay:.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:bottomFadeIn}.m-section-overlay--animated,.m-section-overlay--animated2{animation-duration:2s;border-radius:10px;font-size:24px;opacity:0}.m-section-overlay--animated2{animation-delay:1.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:bottomFadeOut}@keyframes bottomFadeIn{0%{bottom:-2rem;opacity:0;position:relative}75%{bottom:25%;bottom:0;opacity:1;position:relative}to{bottom:0;opacity:1}}@keyframes bottomFadeOut{0%{bottom:-2rem;opacity:0;position:relative}75%{bottom:25%;bottom:0;opacity:1;position:relative}to{bottom:0;opacity:1}}.m-section-overlay__button .button{font-size:16px}