.filab-lp-sticky-cta {
    display: none;
}

@media (max-width: 767px) {
    .filab-lp-sticky-cta {
        position: fixed;
        right: 0;
        bottom: 16px;
        left: 0;
        z-index: 9998;
        display: flex;
        justify-content: center;
        pointer-events: none;
    }

    .filab-lp-sticky-cta__button {
        display: flex;
        width: fit-content;
        max-width: calc(100vw - 32px);
        min-height: 56px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, #fb8127 0%, #c2410c 100%);
        padding: 0 24px;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 18px 42px rgba(7, 20, 46, .28);
        pointer-events: auto;
    }

    .filab-lp-sticky-cta__button span:first-child {
        white-space: nowrap;
    }

    .filab-lp-sticky-cta__button br {
        display: none;
    }

    .filab-lp-sticky-cta__button:hover,
    .filab-lp-sticky-cta__button:focus {
        color: #fff;
        text-decoration: none;
    }

    .filab-lp-sticky-cta__icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        background: currentColor;
        -webkit-mask-image: var(--filab-sticky-cta-icon);
        mask-image: var(--filab-sticky-cta-icon);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .filab-lp-footer {
        padding-bottom: 104px;
    }

    body.fancybox-active .filab-lp-sticky-cta,
    body.compensate-for-scrollbar .filab-lp-sticky-cta,
    body.filab-hero-form-visible .filab-lp-sticky-cta,
    html.with-fancybox .filab-lp-sticky-cta {
        display: none;
    }
}
