.sticky-bottom-module{animation:slideUp .5s ease-out forwards;background-color:#df3c31;bottom:0;color:#fff;font-family:Helvetica,sans-serif;left:0;position:fixed;transform:translateY(100%);width:100%;z-index:9999}@keyframes slideUp{to{transform:translateY(0)}}.sticky-content{align-items:center;display:flex;flex-wrap:wrap;font-weight:100;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px 40px}.sticky-text{flex:1 1 60%;font-size:16px;min-width:200px}.sticky-button{background:transparent;border:1px solid #fff;border-radius:0;color:#fff;flex:0 0 auto;font-weight:400;min-width:120px;padding:10px 35px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}.sticky-button:hover{background-color:#fff;color:#df3c31;cursor:pointer}@media (max-width:600px){.sticky-content{align-items:stretch;flex-direction:column;gap:10px}.sticky-text{flex:none;text-align:center}.sticky-button{flex:none;width:100%}.sticky-button:active,.sticky-button:visited{color:#fff!important}}