.filab-hero,
.filab-hero-product,
.filab-landing-form,
.filab-section-heading,
.filab-accreditations,
.filab-accreditations-list,
.filab-methods,
.filab-frameworks,
.filab-industries,
.filab-process,
.filab-why,
.filab-testimonials,
.filab-cta-band,
.filab-team-banner,
.filab-key-figures,
.filab-services,
.filab-services-grid,
.filab-el-services,
.filab-regulatory-challenges {
    --filab-font-family: var(--e-global-typography-cd740a4-font-family, "Inter"), "Inter", sans-serif;
    font-family: var(--filab-font-family);
}
.filab-hero input,
.filab-hero textarea,
.filab-hero select,
.filab-hero button,
.filab-landing-form input,
.filab-landing-form textarea,
.filab-landing-form select,
.filab-landing-form button,
.filab-accreditations button,
.filab-methods button,
.filab-frameworks button,
.filab-industries button,
.filab-process button,
.filab-why button,
.filab-testimonials button,
.filab-cta-band button,
.filab-team-banner button,
.filab-key-figures button,
.filab-services button,
.filab-services-grid button,
.filab-hero-product button,
.filab-accreditations-list button,
.filab-el-services button,
.filab-regulatory-challenges button {
    font-family: inherit;
}
.filab-container {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}
.filab-section-heading {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}
.filab-eyebrow {
    display: inline-block;
    margin: 0;
    color: #f58a2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    text-transform: uppercase;
}
.filab-section-heading h2 {
    margin: 16px 0 0;
    color: #071b4a;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
}
.filab-section-heading > p:last-child:not(.filab-eyebrow) {
    margin: 16px 0 0;
    color: rgba(7, 27, 74, .68);
    font-size: 16px;
    line-height: 1.55;
}
.filab-section-heading--dark h2 {
    color: #fff;
}
.filab-section-heading--dark > p:last-child:not(.filab-eyebrow) {
    color: rgba(255, 255, 255, .7);
}
.filab-btn {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 9999px;
    background-color: #f58a2c;
    background-image: linear-gradient(90deg, #f58a2c 0%, #c2410c 100%)!important;
    padding: 14px 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 20px -6px rgba(245, 138, 44, .45);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background-image .25s ease;
}
.filab-btn:hover,
.filab-btn:focus {
    background-color: #ed7a18;
    background-image: linear-gradient(90deg, #ed7a18 0%, #a8350a 100%);
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 12px 28px -6px rgba(245, 138, 44, .55);
    transform: translateY(-1px);
}
.filab-btn__icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.filab-btn > span {
    white-space: nowrap;
}

.filab-btn br {
    display: none;
}

.filab-btn--light {
    box-shadow: none!important;
    background: transparent!important;
}

@media (min-width: 768px) {
    .filab-section-heading h2 {
        font-size: 48px;
    }
}

@media (max-width: 420px) {
    .filab-btn > span {
        white-space: normal;
    }
}
