.core-sticky-cta{background:var(--sticky-bg,#f2f2f2);bottom:0;box-shadow:4px 0 4px 0 rgba(0,0,0,.08);display:none;left:0;padding:16px;position:fixed;width:100%;z-index:999}.core-sticky-cta__container{align-items:center;display:flex;gap:130px;justify-content:flex-start;margin:0 auto;max-width:1200px}.core-sticky-cta__text{color:#000;font-weight:500}.core-sticky-cta__button,.core-sticky-cta__text{font-family:Montserrat;font-size:16px;font-style:normal;text-align:center}.core-sticky-cta__button{align-items:center;background:var(--sticky-cta,#00b2f5);border-radius:8px;color:#fff;display:flex;font-weight:700;gap:10px;justify-content:center;max-width:390px;padding:20px 16px;text-decoration:none;transition:all .2s ease;width:100%}.core-sticky-cta__button:hover{color:#fff;opacity:.9}@media screen and (max-width:768px){.core-sticky-cta__container{align-items:center;flex-direction:column;gap:8px;justify-content:space-between;text-align:center}.core-sticky-cta__button{max-width:none}}