#section-intro .section-intro-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #037BC4;
    margin-top: 0;
}

#section-intro .section-intro-desc {
    font-size: 14px;
    line-height: 20px;
    color: #16355A;
}

#section-intro .section-intro-image {
    border-radius: 50px 50px 0px 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width: 992px) {
    #section-intro .section-intro-title {
        font-size: 35px;
        line-height: 41px;
    }

    #section-intro .section-intro-desc {
        font-size: 20px;
        line-height: 26px;
    }
}

#section-video video {
    width: 100%;
    border-radius: 50px 50px 0 50px;
}

#section-cards .section-card-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #037BC4;
    margin-bottom: 16px;
    text-transform: none;
    margin-top: 0;
}

#section-cards .cards {
    --card-padding: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(-1 * var(--card-padding));
    margin-bottom: calc(-1 * var(--card-padding));
    flex-direction: column;
}

#section-cards .cards .card-wrapper {
    width: 100%;
    padding: var(--card-padding) 0;
}

#section-cards .cards .card-wrapper .card-text {
    padding: 24px;
    border-radius: 0px 50px;
    background-color: #037BC4;
    height: 100%;
    color: #FFFFFF;
}

#section-cards .cards .card-wrapper .card-text .card-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

#section-cards .cards .card-wrapper .card-text .card-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

@media(min-width: 992px) {
    #section-cards .section-card-title {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 40px;
    }

    #section-cards .cards {
        --card-padding: 40px;
        align-items: strecht;
        margin-left: calc(-1 * var(--card-padding));
        margin-right: calc(-1 * var(--card-padding));
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: row;
    }

    #section-cards .cards .card-wrapper {
        width: 33.333%;
        padding: 0 var(--card-padding);
    }

    #section-cards .cards .card-wrapper .card-text {
        padding: 32px;
    }

    #section-cards .cards .card-wrapper .card-text .card-title {
        font-size: 24px;
        line-height: 28px;
    }

    #section-cards .cards .card-wrapper .card-text .card-desc {
        font-size: 18px;
        line-height: 22px;
    }
}

#section-numbers .overflow {
    display: none;
}

#section-numbers .number-text {
    font-size: 42px;
    font-weight: bold;
    color: #16355A;
    position: relative;
    line-height: 36px;
}

#section-numbers .number-text .number-units {
    font-size: 30px;
}

#section-numbers .number-text.big,
#section-numbers .number-label > .invisible {
    font-size: 115px;
    line-height: 115px;
}

#section-numbers .number-label {
    font-size: 10px;
    line-height: 12px;
    color: #037BC4;
    width: 100%;
}

#section-numbers .number-label.over-number {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}

#section-numbers .number-label > .number-label-text {
    background: #fff;
    font-weight: normal;
}

#section-numbers .number-label.over-number > .number-label-text {
    padding: 12px;
}

#section-numbers .section-numbers-text.right {
    display: none;
}

#section-numbers .section-numbers-text .section-numbers-title {
    --square-size: 24px;
    color: #037BC4;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
    text-transform: none;
    padding-left: calc(16px + var(--square-size));
}

#section-numbers .section-numbers-text .section-numbers-title::after {
    content: "\f063";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #037BC4;
    width: var(--square-size);
    height: var(--square-size);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-numbers .section-numbers-text .section-numbers-desc {
    color: #16355A;
    font-size: 14px;
    line-height: 20px;
}

#section-numbers .line {
    --element-padding: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(-1 * var(--element-padding));
    margin-bottom: calc(-1 * var(--element-padding));
    flex-direction: row;
}

#section-numbers .line > * {
    width: 50%;
    padding: var(--element-padding) 0;
}

@media (min-width: 992px) {
    #section-numbers .overflow {
        display: block;
    }

    #section-numbers .number-text.big,
    #section-numbers .number-label > .invisible {
        font-size: 220px;
        line-height: 200px;
    }

    #section-numbers .number-label {
        font-size: 24px;
        line-height: 28px;
    }

    #section-numbers .number-label.over-number {
        bottom: 60px;
    }

    #section-numbers .number-text {
        font-size: 72px;
        line-height: 64px;
    }

    #section-numbers .number-text .number-units {
        font-size: 48px;
    }

    #section-numbers .section-numbers-text.top {
        display: none;
    }

    #section-numbers .section-numbers-text.right {
        display: block;
    }

    #section-numbers .section-numbers-text .section-numbers-title {
        padding-left: 0;
    }

    #section-numbers .section-numbers-text .section-numbers-title::after {
        content: "\f060";
        left: calc(-16px - var(--square-size));
        font-size: 18px;
    }

    #section-numbers .section-numbers-text .section-numbers-title {
        --square-size: 32px;
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 18px;
    }

    #section-numbers .section-numbers-text .section-numbers-desc {
        font-size: 20px;
        line-height: 26px;
    }

    #section-numbers .line {
        --element-padding: 40px;
    }

    #section-numbers .line > * {
        width: 33.3333333%;
    }
}

#section-benefits .section-benefits-title {
    font-size: 20px;
    line-height: 24px;
    color: #037BC4;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: none;
}

#section-benefits .section-benefits-desc-wrapper {
    padding-bottom: 24px;
}

#section-benefits .section-benefits-desc-wrapper .section-benefits-desc {
    font-size: 14px;
    line-height: 20px;
    color: #16355A;
    margin-bottom: 24px;
}

#section-benefits .section-benefits-desc-wrapper .section-benefits-desc .section-benefits-desc-title {
    font-weight: bold;
}

#section-benefits .section-benefits-image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-benefits .section-benefits-image-wrapper .section-benefits-image {
    border-radius: 50px 50px 0 50px;
}

@media(min-width: 992px) {
    #section-benefits .section-benefits-title {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 24px;
    }

    #section-benefits .section-benefits-desc-wrapper {
        padding-bottom: 0;
    }

    #section-benefits .section-benefits-desc-wrapper .section-benefits-desc {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 32px;
    }
}

#section-grow .section-grow-image-wrapper .section-grow-image {
    padding-bottom: 28px;
    width: 100%;
    border-radius: 50px 50px 0px 50px;
}

#section-grow .section-grow-image-wrapper .collapsing .section-grow-image,
#section-grow .section-grow-image-wrapper .collapse .section-grow-image {
    border-radius: 50px 0px 50px 50px;
}

#section-grow .section-grow-title {
    font-size: 20px;
    line-height: 24px;
    color: #037BC4;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 12px;
}

#section-grow .section-grow-desc {
    font-size: 14px;
    line-height: 20px;
    color: #16355A;
    margin-bottom: 20px;
}

#section-grow .section-grow-button {
    display: flex;
    width: 100%;
    padding: 12px;
    border-radius: 20px 0px 20px 20px;
    background-color: #037bc4;
    border: 1px solid #037bc4;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    align-items: flex-end;
}

#section-grow .section-grow-button.in .section-grow-button-arrow {
    transform: rotate(180deg);
}

#section-grow .section-grow-button .section-grow-button-text {
    padding-right: 40px;
}

#section-grow .section-grow-collapse-wrapper {
    padding-top: 12px;
}

#section-grow .section-grow-collapse-wrapper .section-grow-collapse-section {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #16355A;
}

#section-grow .section-grow-collapse-wrapper .section-grow-collapse-section a {
    color: #037BC4;
}

@media(min-width: 992px) {
    #section-grow .section-grow-title {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 24px;
    }

    #section-grow .section-grow-desc {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    #section-grow .section-grow-button {
        font-size: 24px;
        line-height: 32px;
        padding: 24px;
    }

    #section-grow .section-grow-collapse-wrapper {
        padding-top: 40px;
    }

    #section-grow .section-grow-collapse-wrapper .section-grow-collapse-section {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 32px;
    }
}