.textPanel {
    width: 100%;
    background-color: var(--tp-section-bg, #3a5cc5);
}

.textPanel--top-none {
    margin-top: 0;
}

.textPanel--top-small {
    margin-top: 15px;
}

.textPanel--top-medium {
    margin-top: 30px;
}

.textPanel--top-large {
    margin-top: 45px;
}

.textPanel--top-xlarge {
    margin-top: 75px;
}

.textPanel--bottom-none {
    margin-bottom: 0;
}

.textPanel--bottom-small {
    margin-bottom: 15px;
}

.textPanel--bottom-medium {
    margin-bottom: 30px;
}

.textPanel--bottom-large {
    margin-bottom: 45px;
}

.textPanel--bottom-xlarge {
    margin-bottom: 75px;
}

.textPanel--text-black {
    color: #000000;
}

.textPanel--text-white {
    color: #ffffff;
}

.textPanel__container {
    padding-top: 48px;
    padding-bottom: 54px;
}

.textPanel__inner {
    min-width: 0;
}

.textPanel--width-narrow .textPanel__inner {
    max-width: 760px;
}

.textPanel--width-default .textPanel__inner {
    max-width: 1000px;
}

.textPanel--width-wide .textPanel__inner {
    max-width: 1300px;
}

.textPanel--width-full .textPanel__inner {
    max-width: none;
}

.textPanel--align-left .textPanel__inner {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.textPanel--align-center .textPanel__inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.textPanel__heading {
    margin: 0 0 34px;
    line-height: 1.2;
    color: inherit;
    font-family: "Pastiche Grotesque", "Open Sans", sans-serif;
}

.textPanel__content {
    line-height: 1.5;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

.textPanel__content p {
    margin: 0 0 26px;
}

.textPanel__content p:last-child {
    margin-bottom: 0;
}

.textPanel__content a {
    color: inherit;
    text-decoration: underline;
}

.textPanel__content ul,
.textPanel__content ol {
    margin: 0 0 26px;
    padding-left: 1.25em;
}

.textPanel__content ul:last-child,
.textPanel__content ol:last-child {
    margin-bottom: 0;
}

.textPanel__content li {
    display: list-item;
    margin: 0 0 8px;
}

.textPanel__content li:last-child {
    margin-bottom: 0;
}

.textPanel__content ul li {
    list-style-type: disc;
}

.textPanel__content ol li {
    list-style-type: decimal;
}

.textPanel--align-center .textPanel__content ul,
.textPanel--align-center .textPanel__content ol {
    display: inline-block;
    text-align: left;
}

.textPanel--heading-size-small .textPanel__heading {
    font-size: 26px;
}

.textPanel--heading-size-default .textPanel__heading {
    font-size: 34px;
}

.textPanel--heading-size-large .textPanel__heading {
    font-size: 42px;
}

.textPanel--heading-size-xlarge .textPanel__heading {
    font-size: 52px;
}

.textPanel--content-size-small .textPanel__content {
    font-size: 16px;
}

.textPanel--content-size-default .textPanel__content {
    font-size: 19px;
}

.textPanel--content-size-large .textPanel__content {
    font-size: 22px;
}

.textPanel--content-size-xlarge .textPanel__content {
    font-size: 25px;
}

.textPanel--heading-weight-normal .textPanel__heading {
    font-weight: 400;
}

.textPanel--heading-weight-medium .textPanel__heading {
    font-weight: 500;
}

.textPanel--heading-weight-semibold .textPanel__heading {
    font-weight: 600;
}

.textPanel--heading-weight-bold .textPanel__heading {
    font-weight: 700;
}

.textPanel--content-weight-normal .textPanel__content {
    font-weight: 400;
}

.textPanel--content-weight-medium .textPanel__content {
    font-weight: 500;
}

.textPanel--content-weight-semibold .textPanel__content {
    font-weight: 600;
}

.textPanel--content-weight-bold .textPanel__content {
    font-weight: 700;
}

@media (max-width: 1299px) {
    .textPanel__container {
        padding-top: 40px;
        padding-bottom: 46px;
    }

    .textPanel__heading {
        margin-bottom: 26px;
    }

    .textPanel__content p {
        margin-bottom: 22px;
    }

    .textPanel--heading-size-small .textPanel__heading {
        font-size: 24px;
    }

    .textPanel--heading-size-default .textPanel__heading {
        font-size: 30px;
    }

    .textPanel--heading-size-large .textPanel__heading {
        font-size: 36px;
    }

    .textPanel--heading-size-xlarge .textPanel__heading {
        font-size: 44px;
    }

    .textPanel--content-size-small .textPanel__content {
        font-size: 15px;
    }

    .textPanel--content-size-default .textPanel__content {
        font-size: 17px;
    }

    .textPanel--content-size-large .textPanel__content {
        font-size: 19px;
    }

    .textPanel--content-size-xlarge .textPanel__content {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .textPanel--top-small {
        margin-top: 10px;
    }

    .textPanel--top-medium {
        margin-top: 20px;
    }

    .textPanel--top-large {
        margin-top: 25px;
    }

    .textPanel--top-xlarge {
        margin-top: 40px;
    }

    .textPanel--bottom-small {
        margin-bottom: 10px;
    }

    .textPanel--bottom-medium {
        margin-bottom: 20px;
    }

    .textPanel--bottom-large {
        margin-bottom: 25px;
    }

    .textPanel--bottom-xlarge {
        margin-bottom: 40px;
    }

    .textPanel__container {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .textPanel__heading {
        margin-bottom: 18px;
    }

    .textPanel__content p,
    .textPanel__content ul,
    .textPanel__content ol {
        margin-bottom: 18px;
    }

    .textPanel--heading-size-small .textPanel__heading {
        font-size: 21px;
    }

    .textPanel--heading-size-default .textPanel__heading {
        font-size: 25px;
    }

    .textPanel--heading-size-large .textPanel__heading {
        font-size: 29px;
    }

    .textPanel--heading-size-xlarge .textPanel__heading {
        font-size: 34px;
    }

    .textPanel--content-size-small .textPanel__content {
        font-size: 15px;
    }

    .textPanel--content-size-default .textPanel__content {
        font-size: 16px;
    }

    .textPanel--content-size-large .textPanel__content {
        font-size: 18px;
    }

    .textPanel--content-size-xlarge .textPanel__content {
        font-size: 20px;
    }
}
