<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-steps-2 {
    padding: 48px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-steps-2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
    .lp-steps-2 {
        padding: 64px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-2 {
        padding: 80px 0;
    }
}

.lp-steps-2-title {
    margin: 0 0 32px;
    text-align: center;
}

.lp-steps-2-items__item-icon-inner {
    width: 48px;
    height: 48px;
}

.lp-steps-2 ._lp-max-width {
    max-width: 120px;
}

.lp-steps-2-items__item-icon-inner svg {
    width: 100%;
    height: 100%;
    fill: var(--primary-color-base);
}

@media all and (min-width: 600px) {
    .lp-steps-2-title {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 600px) {
    .lp-steps-2-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-2-items {
        margin-right: -24px;
        margin-left: -24px;
    }

    .lp-steps-2__buttons-wrap {
        padding-top: 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-2-items {
        margin-right: -12px;
        margin-left: -12px;
    }
}

.lp-steps-2-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 912px;
}

@media all and (min-width: 1380px) {
    .lp-steps-2-items {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.lp-steps-2-items__item {
    margin: 0 0 32px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-steps-2-items__item {
        width: 276px;
        margin: 0 12px 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-2-items__item {
        width: 272px;
        margin: 0 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-2-items__item {
        width: 270px;
        margin: 0 12px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-2-items__item {
        width: 298px;
        margin: 0 16px 48px;
    }
}

.lp-steps-2-items__item-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-color-a-01);
    margin: 0 auto 24px;
}

.lp-steps-2-items__item-small-icon {
    position: absolute;
    bottom: 0;
    padding: 5px 4px 5px 6px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    box-sizing: content-box;
}

.lp-steps-2-items__item-title {
    margin: 0 0 8px;
}

.lp-steps-2-items__item-text {
    padding-top: 0;
}

@media all and (min-width: 1200px) {
    .lp-steps-2 .lp-steps-2-three-col {
        width: 906px;
        margin: 0 auto;
    }

    .lp-steps-2 .lp-steps-2-three-col .lp-steps-2-items__item {
        width: 270px;
        margin: 0 16px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-2 .lp-steps-2-three-col {
        width: 1038px;
    }

    .lp-steps-2 .lp-steps-2-three-col .lp-steps-2-items__item {
        width: 298px;
        margin: 0 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-2 .lp-steps-2-five-col {
        width: 1160px;
        margin: 0 auto;
    }

    .lp-steps-2 .lp-steps-2-five-col .lp-steps-2-items__item {
        width: 200px;
        margin: 0 16px 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-2 .lp-steps-2-five-col {
        width: 1320px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .lp-steps-2 .lp-steps-2-five-col .lp-steps-2-items__item {
        width: 232px;
    }
}

.lp-steps-2 .lp-steps-2-align-left .lp-steps-2-title {
    text-align: left;
    margin-left: 0;
}

@media all and (min-width: 600px) {
    .lp-steps-2 .lp-steps-2-align-left .lp-steps-2__buttons-wrap {
        text-align: left;
    }
}

.lp-steps-2 .lp-steps-2-align-left .lp-steps-2-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-steps-2 .lp-steps-2-align-right .lp-steps-2-title {
    text-align: right;
    margin-right: 0;
}

@media all and (min-width: 600px) {
    .lp-steps-2 .lp-steps-2-align-right .lp-steps-2__buttons-wrap {
        text-align: right;
    }
}

.lp-steps-2 .lp-steps-2-align-right .lp-steps-2-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lp-steps-2__buttons-wrap {
    text-align: center;
}

.lp-steps-2__button {
    /* display: block; */
    margin: 0 16px 16px 0;
    flex: 1 1 auto;
    width: 100%;
}

.lp-steps-2__buttons {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 -16px -16px 0;
    flex-wrap: wrap;
}

@media all and (min-width: 600px) {
    .lp-steps-2__buttons-wrap {
        padding-top: 8px;
    }

    .lp-steps-2__button {
        width: auto;
    }

    .lp-steps-2__buttons {
        display: inline-flex;
    }
}</pre></body></html>