*{box-sizing:border-box}*,body,html{padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%}:root{--primary-color:#3ba32e;--secondary-color:#d2814e;--white-color:#fff;--black-color:#000}.aero-max-container{max-width:1100px;margin:auto}.d-flex{justify-content:space-between}.d-flex,.d-flex-center{display:flex;align-items:center}.d-flex-center{justify-content:center}.d-flex-dir-col{display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.app-container{display:block}.desktop-container{display:none}header:first-child{position:fixed;top:0;left:0;width:100%;z-index:1000}header:first-child+*{padding-top:105px}.heading-with-icon{display:flex;align-items:center;gap:8px;justify-content:center;font-size:1.75rem;text-align:center}.promotions__icon{width:2.5rem;height:2.5rem;stroke:currentColor;color:var(--primary-color)}@media screen and (min-width:992px){header:first-child+*{padding-top:142px}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.loading-spinner{border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}