#promoBox{bottom:16px;left:0;position:fixed;transform:translateY(120%);transition:transform .3s ease;width:100%;z-index:10002}#promoBox.active{display:block;transform:translateY(0)}#promoBox_close{align-items:center;background:transparent;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;line-height:1;position:absolute;right:8px;top:8px;transition:background .3s ease,color .3s ease;width:1.5rem}#promoBox_close:hover{background:#fff;color:#000}#promoBox .promoBox-wrap{background:var(--indigo-10);border-radius:12px;gap:2rem;justify-content:space-between;padding:10px 0}.promoBox-icon{align-items:center;display:flex;height:120px;justify-content:center;width:120px}.promoBox-text{flex:1}.promoBox-text .eyebrow{color:var(--blue-10);margin-bottom:.5rem}.promoBox-text p{margin-top:.5rem}@media(max-width:959px){#promoBox .promoBox-wrap{gap:1.5rem}}