#primary,
#primary.content-area,
.content-area,
#main,
.site-main {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

#secondary,
.widget-area {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.fp-main {
    display: block;
}

.fp-container {
    max-width: var(--fp-container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.fp-center {
    text-align: center;
}

.fp-mt {
    margin-top: 28px;
}

.fp-mt--sm {
    margin-top: 16px;
}

.fp-section {
    padding: var(--fp-section-padding);
}

.fp-section--white {
    background: var(--fp-color-white);
}

.fp-sectionhead,
.fp-sectionhead--compact {
    margin-bottom: 22px;
    text-align: center;
}

.fp-section-title {
    margin: 0;
    font-size: var(--fp-font-title);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--fp-color-primary);
}

.fp-section-sub {
    margin: 6px 0 0;
    font-size: var(--fp-font-subtitle);
    line-height: 1.5;
    color: var(--fp-color-text-soft);
}
